@charset "UTF-8";
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #e37e11;
  position: relative;
  color: #FFF;
  min-width: 120px;
  font-size: 12px;
  border: 1px solid #FFF;
  box-shadow: 0 0 2px #333;
  -moz-box-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  -o-box-shadow: 0 0 2px #333;
  padding: 4px 10px 4px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-shadow: 0 1px 1px #4d4d4d;
  -moz-box-shadow: 0 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 1px 1px #4d4d4d;
  -o-box-shadow: 0 1px 1px #4d4d4d;
  font-size: 0px;
  height: 1px;
  background: #e37e11;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 0 solid #FFF;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #FFF;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #FFF;
}

.p-header-fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.p-header-fixed .p-header-logo {
  margin: 0 0 0 2.6041666667vw !important;
}
.p-header-fixed .p-header-logo img {
  width: 12.8645833333vw;
  height: auto;
}

.is-open {
  display: block;
}

.p-header-fixed-inner {
  padding: 3rem 3.125vw 3rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-header-fixed-btn a {
  width: 26.6rem;
  height: 6rem;
  background-color: #95C237;
  border-radius: 0.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  border: solid 1px #95C237;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header-fixed-btn a:hover {
  background-color: #fff;
  color: #95C237;
}

.p-header-logo {
  margin: 0 0 3.125vw 2.6041666667vw;
}
.p-header-logo img {
  width: 12.8645833333vw;
  height: auto;
}

.p-header-bottom-btn {
  position: fixed;
  bottom: 1.0416666667vw;
  right: 1.5625vw;
}
.p-header-bottom-btn img {
  width: 18.0208333333vw;
  height: auto;
}

.p-mv {
  background: url(../../images/contact/bg_mv_pc.png) no-repeat center top;
  background-size: cover;
  padding: 2.0833333333vw 0 7.8125vw;
  position: relative;
}

.p-mv-inner {
  max-width: 82.2916666667vw;
  margin: 0 auto;
}

.p-mv-badge-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}

.p-mv-badge img {
  width: auto;
  height: 4.4270833333vw;
}

.p-mv-title {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 2.1875vw;
  margin-bottom: 1.5625vw;
}

.p-mv-title-sub {
  display: block;
}
.p-mv-title-sub img {
  width: 29.21875vw;
  height: auto;
}

.p-mv-highlight {
  background-color: #ffbe00;
  padding: 0 0.625vw;
  font-size: 2.7604166667vw;
  display: inline-block;
  margin-left: 0.15625vw;
}

.p-mv-highlight-last {
  margin-right: 0.15625vw;
}

.p-mv-highlight-word {
  font-size: 2.7083333333vw;
}

.p-mv-desc {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  margin-bottom: 1.5625vw;
}

.p-mv-desc-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE995));
  background: linear-gradient(transparent 70%, #FFE995 70%);
}

.p-mv-visual {
  position: absolute;
  top: 2.6041666667vw;
  right: 0;
  max-width: 56.25vw;
}
.p-mv-visual img {
  width: 100%;
  height: auto;
}

.p-mv-cta .p-cv-button-wrap {
  padding: 1.0416666667vw 2.0833333333vw !important;
}
.p-mv-cta .p-cv-button-lead {
  font-size: 0.9375vw !important;
  padding: 0.78125vw 1.9791666667vw !important;
  margin-bottom: 1.0416666667vw !important;
  border: solid 0.1041666667vw #95C237 !important;
}
.p-mv-cta .p-cv-button-lead::after {
  border-left: 0.46875vw solid transparent !important;
  border-right: 0.46875vw solid transparent !important;
  border-top: 0.6770833333vw solid #fff !important;
  bottom: -0.625vw !important;
  left: 50%;
  margin-left: -0.5208333333vw !important;
}
.p-mv-cta .p-cv-free-label {
  padding: 0 0.2604166667vw !important;
  border-radius: 0.1041666667vw !important;
}
.p-mv-cta .p-cv-button {
  top: 4.1666666667vw !important;
  padding: 2.6041666667vw 1.5625vw 1.3020833333vw !important;
  border-radius: 0.5208333333vw !important;
  font-size: 1.4583333333vw !important;
  width: 30.625vw !important;
  background-image: url(../../images/contact/icn_arrow_right_green.svg);
  background-repeat: no-repeat;
  background-position: right 3.125vw bottom 1.5625vw !important;
  background-size: 1.8229166667vw !important;
}
.p-mv-cta .p-cv-button:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.3125vw) translateX(-50%) !important;
          transform: translateY(0.3125vw) translateX(-50%) !important;
}

@media screen and (max-width: 767px) {
  .p-header-fixed .p-header-logo {
    margin: 0 0 0 5.3333333333vw !important;
  }
  .p-header-fixed .p-header-logo img {
    width: 42.4vw;
    height: auto;
  }
  .p-header-fixed-inner {
    padding: 4vw 4vw 4vw 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-header-fixed-btn a {
    width: 37.3333333333vw;
    height: 13.3333333333vw;
    background-color: #95C237;
    border-radius: 1.3333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    border: solid 1px #95C237;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header-fixed-btn a:hover {
    background-color: #fff;
    color: #95C237;
  }
  .p-header-logo {
    margin: 0 0 4vw 5.3333333333vw;
  }
  .p-header-logo img {
    width: 42.4vw;
    height: auto;
  }
  .p-mv {
    background: url(../../images/contact/bg_mv_pc.png) no-repeat center top;
    background-size: cover;
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
  .p-mv-inner {
    max-width: 100%;
    margin: 0 4vw;
  }
  .p-mv-badge-wrap {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-badge img {
    width: auto;
    height: 11.7333333333vw;
  }
  .p-mv-title {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 4vw;
  }
  .p-mv-title-sub img {
    width: 72.5333333333vw;
    height: auto;
  }
  .p-mv-highlight {
    padding: 0 1.6vw;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-left: 0.5333333333vw;
  }
  .p-mv-highlight-last {
    margin-right: 0.5333333333vw;
  }
  .p-mv-highlight-word {
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
    letter-spacing: 0.03em;
    font-weight: 900;
  }
  .p-mv-desc {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 1.3333333333vw;
  }
  .p-mv-visual {
    position: static;
    top: 0;
    right: 0;
    max-width: 100%;
    margin-top: 10.6666666667vw;
  }
  .p-mv-cta {
    width: 100%;
  }
  .p-mv-cta .p-cv-button-wrap {
    width: 100%;
    padding: 5.3333333333vw 0 !important;
  }
  .p-mv-cta .p-cv-button-lead {
    font-size: 3.2vw !important;
    line-height: 1.5 !important;
    padding: 2.1333333333vw 4vw !important;
    border: solid 0.5333333333vw #95C237 !important;
    width: 72vw;
    margin: 0 auto 5.3333333333vw !important;
  }
  .p-mv-cta .p-cv-button-lead::after {
    border-left: 1.8666666667vw solid transparent !important;
    border-right: 1.8666666667vw solid transparent !important;
    border-top: 2.9333333333vw solid #fff !important;
    bottom: -2.6666666667vw !important;
    left: 50%;
    margin-left: -2.6666666667vw !important;
  }
  .p-mv-cta .p-cv-free-label {
    padding: 0 1.3333333333vw !important;
    border-radius: 0.5333333333vw !important;
  }
  .p-mv-cta .p-cv-button {
    top: 16vw !important;
    padding: 6.6666666667vw 4vw 3.4666666667vw !important;
    border-radius: 2.6666666667vw !important;
    font-size: 4.8vw !important;
    width: 100% !important;
    background-image: url(../../images/contact/icn_arrow_right_green.svg);
    background-repeat: no-repeat;
    background-position: right 5.3333333333vw bottom 4vw !important;
    background-size: 6.6666666667vw !important;
  }
  .p-mv-cta .p-cv-button:hover {
    -webkit-box-shadow: 0px 0.6vw 0px #84AB33;
            box-shadow: 0px 0.6vw 0px #84AB33;
    -webkit-transform: translateY(0) translateX(-50%) !important;
            transform: translateY(0) translateX(-50%) !important;
  }
}
.p-solution-bg {
  background: url(../../images/contact/bg_solution_pc.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.p-solution-bg::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_arrow.svg) no-repeat left top;
  background-size: contain;
  width: 12.8rem;
  height: 8rem;
  bottom: -14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-solution-content {
  background: url(../../images/contact/bg_solution02_pc.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.p-solution-content::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_solution_01.svg) no-repeat left top;
  background-size: contain;
  width: 25rem;
  height: 32.8rem;
  top: 12rem;
  left: 5rem;
}
.p-solution-content::after {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_solution_02.svg) no-repeat left top;
  background-size: contain;
  width: 20.8rem;
  height: 24.8rem;
  bottom: 1rem;
  right: 1rem;
}

.p-solution-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 15rem 0 2rem;
  position: relative;
  text-align: center;
}
.p-solution-inner::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_solution.png) no-repeat left top;
  background-size: contain;
  width: 6.9rem;
  height: 7.6rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-solution-lead {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #818181;
  text-align: center;
  margin-bottom: 0.8rem;
  position: relative;
  display: inline-block;
}
.p-solution-lead::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_left.svg) no-repeat left top;
  background-size: contain;
  width: 2rem;
  height: 2.9rem;
  top: 1rem;
  left: -3.5rem;
}
.p-solution-lead::after {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_right.svg) no-repeat left top;
  background-size: contain;
  width: 2rem;
  height: 2.9rem;
  top: 1rem;
  right: -3.5rem;
}

.p-solution-lead-highlight {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: top left/1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #818181, #818181 100%, transparent, transparent);
  padding-top: 0.2em;
}

.p-solution-title {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.p-solution-title > span {
  font-size: 4.7rem;
  line-height: 1.4893617021;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
.p-solution-title > span::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_line.svg) no-repeat left top;
  background-size: contain;
  width: 14.4rem;
  height: 1rem;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-solution-problems {
  position: relative;
}

.p-solution-problem {
  background-color: #818181;
  color: #fff;
  padding: 2.3rem 2.6rem;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 0.8rem;
  display: inline-block;
}
.p-solution-problem > span {
  background-color: #fff;
  color: #818181;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
}
.p-solution-problem:first-child {
  position: absolute;
  top: 18rem;
  left: 10rem;
}
.p-solution-problem:first-child::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_bubble_right.svg) no-repeat left top;
  background-size: contain;
  width: 3.3rem;
  height: 4.5rem;
  bottom: -3.3rem;
  right: 1rem;
}
.p-solution-problem:nth-child(2) {
  position: absolute;
  top: 3rem;
  left: 32rem;
  padding: 2.3rem 5.5rem;
}
.p-solution-problem:nth-child(2)::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_bubble_right.svg) no-repeat left top;
  background-size: contain;
  width: 3.3rem;
  height: 4.5rem;
  bottom: -3.3rem;
  right: 1rem;
}
.p-solution-problem:nth-child(3) {
  padding: 2.3rem 5rem;
  position: absolute;
  top: 3rem;
  right: 32rem;
}
.p-solution-problem:nth-child(3)::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_bubble_left.svg) no-repeat left top;
  background-size: contain;
  width: 3.3rem;
  height: 4.5rem;
  bottom: -3.3rem;
  left: 1rem;
}
.p-solution-problem:last-child {
  padding: 3.9rem 5rem;
  position: absolute;
  top: 18rem;
  right: 10rem;
}
.p-solution-problem:last-child::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_bubble_left.svg) no-repeat left top;
  background-size: contain;
  width: 3.3rem;
  height: 4.5rem;
  bottom: -3.3rem;
  left: 1rem;
}

.p-solution-visual img {
  display: block;
  margin: 22rem auto 0;
  max-width: 25rem;
  width: 100%;
  height: auto;
}

.p-solution-summary {
  text-align: center;
  padding-top: 18rem;
  position: relative;
}
.p-solution-summary::after {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_arrow.svg) no-repeat left top;
  background-size: contain;
  width: 12.8rem;
  height: 8rem;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-solution-summary-lead {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.p-solution-summary-highlight {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 2rem;
}
.p-solution-summary-highlight span {
  background: #fff;
  padding: 0 1.5rem;
  color: #F89617;
}

.p-solution-summary-desc {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: 4rem;
}
.p-solution-summary-desc span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FF9000));
  background: linear-gradient(transparent 70%, #FF9000 70%);
  font-weight: 700;
}

.p-solution-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12.8rem;
  margin-top: 7.5rem;
  padding-bottom: 10rem;
}

.p-solution-before,
.p-solution-after {
  position: relative;
  text-align: center;
}

.p-solution-box-img {
  max-width: 40rem;
  height: auto;
}

.p-solution-before::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_solution_arrow.png) no-repeat left top;
  background-size: contain;
  width: 8.2rem;
  height: 6.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11rem;
}

.p-solution-box-img-before {
  position: absolute;
  top: -3rem;
  left: -7.5rem;
}
.p-solution-box-img-before img {
  width: 20.6rem;
  height: auto;
}

.p-solution-box-img-after {
  position: absolute;
  bottom: -3rem;
  right: -7.5rem;
}
.p-solution-box-img-after img {
  width: 20.6rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-solution-bg {
    background: url(../../images/contact/bg_solution_sp.png) no-repeat center top;
    background-size: cover;
  }
  .p-solution-bg::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_arrow.svg) no-repeat left top;
    background-size: contain;
    width: 18.9333333333vw;
    height: 11.7333333333vw;
    bottom: -26.6666666667vw;
  }
  .p-solution-content {
    background: url(../../images/contact/bg_solution02_sp.png) no-repeat center top;
    background-size: cover;
  }
  .p-solution-content::before {
    display: none;
  }
  .p-solution-content::after {
    display: none;
  }
  .p-solution-inner {
    max-width: 100%;
    padding: 29.3333333333vw 0 5.3333333333vw;
  }
  .p-solution-inner::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_solution.png) no-repeat left top;
    background-size: contain;
    width: 9.3333333333vw;
    height: 10.1333333333vw;
    top: 13.3333333333vw;
  }
  .p-solution-lead {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  .p-solution-lead::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_left.svg) no-repeat left top;
    background-size: contain;
    width: 9.3333333333vw;
    height: 12.8vw;
    top: 13.3333333333vw;
    left: -4vw;
  }
  .p-solution-lead::after {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_right.svg) no-repeat left top;
    background-size: contain;
    width: 9.3333333333vw;
    height: 12.8vw;
    top: 13.3333333333vw;
    right: -4vw;
  }
  .p-solution-lead-highlight {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-solution-title {
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 0;
  }
  .p-solution-title > span {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
  }
  .p-solution-title > span::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_line_sp.svg) no-repeat left top;
    background-size: contain;
    width: 26.4vw;
    height: 1.3333333333vw;
    bottom: -0.5333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-solution-problem {
    padding: 4.5333333333vw 0;
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 2.1333333333vw;
    width: 41.3333333333vw;
  }
  .p-solution-problem > span {
    padding: 0 1.0666666667vw;
    border-radius: 0.5333333333vw;
  }
  .p-solution-problem:first-child {
    position: absolute;
    top: 32vw;
    left: 5.3333333333vw;
  }
  .p-solution-problem:first-child::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_bubble_right.svg) no-repeat left top;
    background-size: contain;
    width: 5.3333333333vw;
    height: 7.4666666667vw;
    bottom: -5.3333333333vw;
    right: 2.6666666667vw;
  }
  .p-solution-problem:nth-child(2) {
    position: absolute;
    top: 8vw;
    left: 5.3333333333vw;
    padding: 4.5333333333vw 0;
  }
  .p-solution-problem:nth-child(2)::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_bubble_right.svg) no-repeat left top;
    background-size: contain;
    width: 5.3333333333vw;
    height: 7.4666666667vw;
    bottom: -5.3333333333vw;
    right: 2.6666666667vw;
  }
  .p-solution-problem:nth-child(3) {
    padding: 4.5333333333vw 0;
    position: absolute;
    top: 8vw;
    right: 5.3333333333vw;
  }
  .p-solution-problem:nth-child(3)::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_bubble_left.svg) no-repeat left top;
    background-size: contain;
    width: 5.3333333333vw;
    height: 7.4666666667vw;
    bottom: -5.3333333333vw;
    left: 2.6666666667vw;
  }
  .p-solution-problem:last-child {
    padding: 7.2vw 0;
    position: absolute;
    top: 32vw;
    right: 5.3333333333vw;
  }
  .p-solution-problem:last-child::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_bubble_left.svg) no-repeat left top;
    background-size: contain;
    width: 5.3333333333vw;
    height: 7.4666666667vw;
    bottom: -5.3333333333vw;
    left: 2.6666666667vw;
  }
  .p-solution-visual img {
    margin: 69.3333333333vw auto 0;
    max-width: 42.6666666667vw;
  }
  .p-solution-summary {
    padding-top: 21.3333333333vw;
    position: relative;
  }
  .p-solution-summary::after {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_arrow.svg) no-repeat left top;
    background-size: contain;
    width: 18.9333333333vw;
    height: 11.7333333333vw;
    top: 2.6666666667vw;
  }
  .p-solution-summary-lead {
    font-size: 5.6vw;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2.1333333333vw;
  }
  .p-solution-summary-highlight {
    font-size: 6.6666666667vw;
    line-height: 1.52;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 5.3333333333vw;
  }
  .p-solution-summary-highlight span {
    padding: 0 1.3333333333vw;
  }
  .p-solution-summary-desc {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 8vw;
  }
  .p-solution-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24vw;
    margin-top: 18.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
  .p-solution-box-img {
    max-width: 84vw;
    height: auto;
  }
  .p-solution-before {
    position: relative;
  }
  .p-solution-before::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_solution_arrow_sp.png) no-repeat left top;
    background-size: contain;
    width: 10.2666666667vw;
    height: 14vw;
    top: 57.3333333333vw;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-solution-box-img-before {
    position: absolute;
    top: -8vw;
    left: -2.6666666667vw;
  }
  .p-solution-box-img-before img {
    width: 43.7333333333vw;
    height: auto;
  }
  .p-solution-box-img-after {
    position: absolute;
    bottom: -8vw;
    right: -2.6666666667vw;
  }
  .p-solution-box-img-after img {
    width: 43.7333333333vw;
    height: auto;
  }
}
.p-merit {
  padding: 10rem 0;
  background-color: #FFFADB;
}

.p-merit-lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 3.2rem;
  text-align: center;
}

.p-merit-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8rem 1fr 2.8rem 1fr 2.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  max-width: 120rem;
  margin: 0 auto 6.1rem;
}

.p-merit-item {
  background-color: #fff;
  margin-top: 3rem;
  padding: 4rem 1.6rem 2.3rem;
  border-radius: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-merit-item::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_merit.svg) no-repeat center center;
  background-size: contain;
  width: 4.6rem;
  height: 4.6rem;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-merit-icon01 img {
  width: 12.2rem;
  height: auto;
}

.p-merit-icon02 img {
  width: 17.8rem;
  height: auto;
}

.p-merit-icon03 img {
  width: 18.2rem;
  height: auto;
}

.p-merit-icon04 img {
  width: 13.7rem;
  height: auto;
}

.p-merit-label {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.7rem;
  text-align: center;
}

.p-merit-graph {
  background-color: #fff;
  padding: 6rem 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4rem auto;
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto 0 auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 4rem;
  grid-row-gap: 0;
}

.p-merit-graph > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-merit-graph > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-merit-graph > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-merit-graph > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-merit-graph-desc {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  align-self: flex-end;
  margin-bottom: 1.5rem;
}

.p-merit-graph-desc-text + .p-merit-graph-desc-text {
  margin-top: 3rem;
}

.p-merit-highlight {
  color: #F89617;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE995));
  background: linear-gradient(transparent 50%, #FFE995 50%);
  font-weight: 700;
}

.p-merit-graph-desc-note {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1rem;
  text-indent: -2.5em;
  padding-left: 2.5em;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.p-chart-duration {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
  padding: 3rem;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  background: #fff;
  width: 47rem;
}

.p-chart-duration-graph {
  margin-bottom: 3rem;
}
.p-chart-duration-graph img {
  width: 41.7rem;
  height: auto;
}

.p-chart-duration-title {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
  border-left: 0.4rem solid #FFCB05;
  padding-left: 1.5rem;
}

.p-chart-duration-summary {
  background-color: #FFFADB;
  padding: 1.8rem 2.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  max-width: 33rem;
  margin: 0 auto;
}

.p-chart-duration-summary-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-chart-duration-summary-text-highlight {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-chart-duration-summary-text-highlight strong {
  position: relative;
  padding: 0 0.5rem;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-chart-duration-summary-text-highlight strong::before {
  position: absolute;
  content: "";
  background: url(../../images/contact/img_merit_txt_sub.svg) no-repeat center center;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
  top: -0.2rem;
  right: -1rem;
}
.p-chart-duration-summary-text-highlight strong img {
  width: 3.6rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-merit {
    padding: 13.3333333333vw 0;
  }
  .p-merit .p-ttl {
    font-size: 7.2vw;
    line-height: 1.5185185185;
    letter-spacing: 0.05em;
    font-weight: 700;
    letter-spacing: -0.008em;
  }
  .p-merit-lead {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 6.6666666667vw;
  }
  .p-merit-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    max-width: 100%;
    margin: 0 5.3333333333vw 8vw;
  }
  .p-merit-item {
    background-color: #fff;
    margin-top: 8vw;
    padding: 9.3333333333vw 4.2666666667vw 6.1333333333vw;
    border-radius: 1.0666666667vw;
    position: relative;
  }
  .p-merit-item::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_merit.svg) no-repeat center center;
    background-size: contain;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    top: -5.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-merit-icon01 img {
    width: 23.7333333333vw;
    height: auto;
  }
  .p-merit-icon02 img {
    width: 36vw;
    height: auto;
  }
  .p-merit-icon03 img {
    width: 36.8vw;
    height: auto;
  }
  .p-merit-icon04 img {
    width: 29.0666666667vw;
    height: auto;
  }
  .p-merit-label {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4.5333333333vw;
  }
  .p-merit-graph {
    padding: 8vw 5.3333333333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .p-merit-graph > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-merit-graph > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-merit-graph > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-merit-graph-desc {
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: left;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    align-self: flex-end;
    margin-bottom: 4vw;
  }
  .p-merit-graph-desc-text + .p-merit-graph-desc-text {
    margin-top: 8vw;
  }
  .p-merit-highlight {
    color: #F89617;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE995));
    background: linear-gradient(transparent 50%, #FFE995 50%);
    font-weight: 700;
  }
  .p-merit-graph-desc-note {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.8333333333;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 2rem;
    text-indent: -3em;
    padding-left: 3em;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .p-chart-duration {
    margin-top: 8vw;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    padding: 0;
    -webkit-filter: none;
            filter: none;
    background: #fff;
    width: 100%;
  }
  .p-chart-duration-graph {
    margin-bottom: 5.3333333333vw;
  }
  .p-chart-duration-graph img {
    width: 100%;
    height: auto;
  }
  .p-chart-duration-title {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4vw;
    border-left: 1.0666666667vw solid #FFCB05;
    padding-left: 2.6666666667vw;
  }
  .p-chart-duration-summary {
    padding: 4.8vw 6.1333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 4vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-chart-duration-summary-text {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-chart-duration-summary-text-highlight {
    font-size: 4.2666666667vw;
    line-height: 2.125;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-chart-duration-summary-text-highlight strong {
    position: relative;
    padding: 0 1.3333333333vw;
    font-size: 9.0666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-chart-duration-summary-text-highlight strong::before {
    position: absolute;
    content: "";
    background: url(../../images/contact/img_merit_txt_sub.svg) no-repeat center center;
    background-size: contain;
    width: 4.5333333333vw;
    height: 4.2666666667vw;
    top: -0.8vw;
    right: -2.6666666667vw;
  }
  .p-chart-duration-summary-text-highlight strong img {
    width: 9.0666666667vw;
    height: auto;
  }
}
.p-service {
  padding: 10rem 0;
  position: relative;
}
.p-service::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../images/contact/icn_case_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 12.8rem;
  height: 8rem;
}

.p-service-inner {
  text-align: center;
}

.p-service-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
  gap: 3rem;
  margin: 8rem 0 4rem;
}

.p-service-item {
  background-color: #FFEFDB;
  padding: 7rem 3rem 3rem;
  position: relative;
}

.p-service-label {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F89617;
  width: 31.6rem;
  color: #fff;
  padding: 1.5rem 1.5rem;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-service-label::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.2rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.8rem auto 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.6rem solid #F89617;
}

.p-service-image img {
  width: 100%;
  height: auto;
  margin-bottom: 3.1rem;
}

.p-service-desc {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
}

.p-service-option {
  text-align: left;
}

.p-service-option-title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 0.2rem solid #D5D5D5;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.p-service-option-title > span {
  border-left: 0.6rem solid #FFCB05;
  padding-left: 1.5rem;
}

.p-service-option-lead {
  color: #F89617;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-service-option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
}

.p-service-option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service-option-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.p-service-option-item + .p-service-option-item {
  margin-top: 1rem;
}

.p-service-option-item-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 4rem;
}
.p-service-option-item-title::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-service-option-item-title-icon::before {
  background: url(../../images/contact/icn_service_01.svg) no-repeat center center;
  background-size: contain;
}

.p-service-option-item-title-icon02::before {
  background: url(../../images/contact/icn_service_02.svg) no-repeat center center;
  background-size: contain;
}

.p-service-option-item-text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  padding-left: 4rem;
}
.p-service-option-item-text::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 0.2rem;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #303030;
}

.p-service-option-note {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #818181;
  margin-top: 2rem;
}
.p-service-option-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-service-option-image img {
  max-width: 40.9rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-service {
    padding: 13.3333333333vw 0;
  }
  .p-service::before {
    bottom: -8vw;
    background: url(../../images/contact/icn_case_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 21.3333333333vw;
    height: 13.0666666667vw;
  }
  .p-service-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
    margin: 13.3333333333vw 0 10.6666666667vw;
  }
  .p-service-item {
    padding: 13.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
  .p-service-label {
    top: -8vw;
    width: 78.6666666667vw;
    padding: 1.3333333333vw 4vw;
    margin-bottom: 0;
    font-size: 5.3333333333vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-service-label::after {
    bottom: -3.2vw;
    margin: 2.1333333333vw auto 0;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
    border-top: 3.7333333333vw solid #F89617;
  }
  .p-service-image img {
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
  .p-service-desc {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .p-service-option-title {
    margin-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-bottom: 0.5333333333vw solid #D5D5D5;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-service-option-title > span {
    border-left: 1.0666666667vw solid #FFCB05;
    padding-left: 4vw;
    display: inline-block;
  }
  .p-service-option-lead {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  .p-service-option-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-service-option-item + .p-service-option-item {
    margin-top: 2.6666666667vw;
  }
  .p-service-option-item-title {
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding-left: 8vw;
  }
  .p-service-option-item-title::before {
    top: 1.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-service-option-item-text {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    padding-left: 8vw;
  }
  .p-service-option-item-text::before {
    content: "";
    position: absolute;
    width: 4vw;
    height: 0.5333333333vw;
    left: 1.3333333333vw;
    top: 4vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #303030;
  }
  .p-service-option-note {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #818181;
    margin-top: 5.3333333333vw;
  }
  .p-service-option-note li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-service-option-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
.p-case {
  padding: 10rem 0;
  background-color: #FFFADB;
}

.p-case-inner {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}

.p-case-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}
.p-case-title::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_left.svg) no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2.9rem;
  left: -4rem;
  top: 0.5rem;
}
.p-case-title::after {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_case_right.svg) no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2.9rem;
  right: -4rem;
  top: 0.5rem;
}

.p-case-title-highlight {
  display: inline-block;
  color: #F89617;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.4rem;
}

.p-case-slider {
  position: relative;
  overflow: hidden;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
.p-case-slider + .p-case-slider {
  margin-top: 6rem;
}

.p-case-label-before {
  position: absolute;
  left: 0;
  bottom: 3rem;
  z-index: 10;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5416666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #818181;
  border-radius: 0 0.4rem 0 0;
  color: #fff;
  padding: 0.5rem 2rem;
}

.p-case-label-after {
  position: absolute;
  right: 0;
  bottom: 3rem;
  z-index: 10;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5416666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #FFCB05;
  border-radius: 0.4rem 0 0 0;
  padding: 0.5rem 2rem;
  color: #fff;
}

.p-case-before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 10px 0 15px -13px #000;
          box-shadow: 10px 0 15px -13px #000;
}

.p-case-before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.p-case-before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -3.7rem;
  bottom: 0;
  background: url(../../images/contact/icn_slider.svg) no-repeat left top;
  background-size: contain;
  width: 7rem;
  height: 7rem;
  margin: auto;
}

.p-case-range {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding: 13.3333333333vw 5.3333333333vw;
  }
  .p-case-inner {
    max-width: 100%;
  }
  .p-case-title {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .p-case-title::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_left.svg) no-repeat center center;
    background-size: contain;
    width: 4.2666666667vw;
    height: 6.4vw;
    left: -6.6666666667vw;
    top: 1.3333333333vw;
  }
  .p-case-title::after {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_case_right.svg) no-repeat center center;
    background-size: contain;
    width: 4.2666666667vw;
    height: 6.4vw;
    right: -6.6666666667vw;
    top: 1.3333333333vw;
  }
  .p-case-title-highlight {
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 1.0666666667vw;
  }
  .p-case-slider {
    width: 100%;
  }
  .p-case-slider + .p-case-slider {
    margin-top: 5.3333333333vw;
  }
  .p-case-label-before {
    bottom: 0;
    font-size: 2.6666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-radius: 0 1.0666666667vw 0 0;
    padding: 0.5333333333vw 2.6666666667vw;
  }
  .p-case-label-after {
    bottom: 0;
    font-size: 2.6666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-radius: 1.0666666667vw 0 0 0;
    padding: 0.5333333333vw 2.6666666667vw;
  }
  .p-case-before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-right: 0.5333333333vw solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 2.6666666667vw 0 4vw -3.4666666667vw #000;
            box-shadow: 2.6666666667vw 0 4vw -3.4666666667vw #000;
  }
  .p-case-before::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: -4.5333333333vw;
    bottom: 0;
    background: url(../../images/contact/icn_slider.svg) no-repeat left top;
    background-size: contain;
    width: 8vw;
    height: 8vw;
    margin: auto;
  }
}
.p-voice {
  padding: 10rem 0;
}

.p-voice-inner {
  text-align: center;
}

.p-voice-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
  gap: 3rem;
}

.p-voice-image img {
  width: 37rem;
  height: auto;
}

.p-voice-comment {
  text-align: left;
  background-color: #FFFADB;
  padding: 2.5rem 3rem;
}

.p-voice-comment {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-voice-highlight {
  color: #F89617;
  font-weight: 700;
}

.p-voice-name {
  margin-top: 1rem;
  color: #818181;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 13.3333333333vw 0;
  }
  .p-voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-voice-image img {
    width: 86.6666666667vw;
  }
  .p-voice-comment {
    text-align: left;
    background-color: #FFFADB;
    padding: 2.5rem 3rem;
  }
  .p-voice-comment {
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .p-voice-highlight {
    color: #F89617;
    font-weight: 700;
  }
  .p-voice-name {
    margin-top: 1rem;
    color: #818181;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: right;
  }
}
.p-flow {
  padding: 10rem 0;
}

.p-flow-inner {
  text-align: center;
}

.p-flow-list {
  text-align: left;
  max-width: 110rem;
  margin: 0 auto;
}

.p-flow-item {
  background-color: #FFFADB;
  padding: 1.5rem 4rem;
  margin-bottom: 3.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14rem 4rem 1fr;
  grid-template-columns: 14rem 1fr;
  -ms-grid-rows: auto 0rem auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-flow-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-flow-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-flow-item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-flow-item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-flow-item::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_arrow_bottom.svg) no-repeat center center;
  background-size: contain;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.2rem;
  height: 2.5rem;
}

.p-flow-item:last-child {
  margin-bottom: 0;
}
.p-flow-item:last-child::before {
  display: none;
}

.p-flow-step {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.p-flow-step img {
  width: 14rem;
  height: auto;
}

.p-flow-heading {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -ms-grid-row-align: end;
      align-self: end;
}

.p-flow-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 500;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  -ms-grid-row-align: start;
      align-self: start;
}

.p-flow-text a {
  color: #F89617;
  text-decoration: underline;
}
.p-flow-text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 13.3333333333vw 0;
  }
  .p-flow-list {
    max-width: 100%;
  }
  .p-flow-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 26.6666666667vw 4vw 1fr;
    grid-template-columns: 26.6666666667vw 1fr;
    -ms-grid-rows: auto 0rem auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 4vw;
    grid-row-gap: 0rem;
    padding: 4vw 5.3333333333vw 8vw;
    margin-bottom: 9.3333333333vw;
  }
  .p-flow-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-flow-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-flow-item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-flow-item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-flow-item::before {
    background: url(../../images/contact/icn_arrow_bottom.svg) no-repeat center center;
    background-size: contain;
    bottom: -5.8666666667vw;
    width: 21.8666666667vw;
    height: 6.6666666667vw;
  }
  .p-flow-step {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .p-flow-step img {
    width: 26.6666666667vw;
    height: auto;
  }
  .p-flow-heading {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4vw;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .p-flow-text {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.05em;
    font-weight: 500;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    margin-top: 4vw;
  }
}
.p-faq {
  padding: 10rem 0 7rem;
  background-color: #FFFADB;
}

.p-faq-list {
  text-align: left;
  max-width: 100rem;
  margin: 0 auto;
  overflow: hidden;
}

.p-faq-question {
  border-radius: 1rem 1rem 0 0;
  background-color: #FFCB05;
  padding: 2rem 2rem 2rem 9rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
.p-faq-question::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_faq_q.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.7rem;
  height: 4.7rem;
}

.p-faq-answer {
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  padding: 2rem 2rem 2rem 9rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 3rem;
  position: relative;
}
.p-faq-answer::before {
  content: "";
  position: absolute;
  background: url(../../images/contact/icn_faq_a.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.7rem;
  height: 4.7rem;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 14.6666666667vw 0 8vw;
  }
  .p-faq-list {
    border-radius: 2.6666666667vw;
  }
  .p-faq-question {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    padding: 4vw 4vw 4vw 17.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
  }
  .p-faq-question::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_faq_q.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .p-faq-answer {
    padding: 4vw 4vw 4vw 17.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 8vw;
    position: relative;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .p-faq-answer::before {
    content: "";
    position: absolute;
    background: url(../../images/contact/icn_faq_a.svg) no-repeat center center;
    background-size: contain;
    top: 6.6666666667vw;
    left: 4vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-download-wrap {
  margin: 10rem auto 10rem;
}

@media screen and (max-width: 767px) {
  .p-download-wrap {
    margin: 26.6666666667vw auto 26.6666666667vw;
  }
}
/* 会社情報 */
.p-company-info {
  padding: 10rem 0;
  background-color: #FFFADB;
}

.p-company-info-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
  row-gap: 2.5rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 8rem 10rem;
}

.p-company-info-heading {
  color: #F89617;
  border-bottom: 0.2rem solid #F89617;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-company-info-data {
  border-bottom: 0.2rem solid #D5D5D5;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-company-info {
    padding: 13.3333333333vw 0;
  }
  .p-company-info-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    border-radius: 4vw;
    padding: 8vw 5.3333333333vw;
  }
  .p-company-info-heading {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: -4vw;
  }
  .p-company-info-data {
    border-bottom: 0.5333333333vw solid #D5D5D5;
    padding-bottom: 6.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.p-cv {
  background: url("../../images/contact/bg_cv.jpg") no-repeat center/cover;
  padding: 6rem 0 14rem;
  text-align: center;
}

.p-cv-label {
  display: inline-block;
  background-color: #95C237;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.p-cv-lead {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.6);
  padding-left: 2rem;
}

.p-cv-title {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4rem;
  text-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
  color: #fff;
}

.p-cv-highlight {
  color: #FFCB05;
  font-size: 3.5rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-cv-button-wrap {
  display: inline-block;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
}

.p-cv-button-lead {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.5rem 3.8rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 9999px;
  border: solid 0.2rem #95C237;
  position: relative;
  z-index: 3;
}
.p-cv-button-lead::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
  border-top: 1.3rem solid #fff;
  bottom: -1.2rem;
  left: 50%;
  margin-left: -1rem;
}

.p-cv-free-label {
  background-color: #7dc243;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.p-cv-button {
  position: absolute;
  z-index: 2;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #95C237;
  color: #fff;
  font-weight: 700;
  padding: 5rem 3rem 2.5rem 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.6rem 0px #84AB33;
          box-shadow: 0px 0.6rem 0px #84AB33;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 58rem;
  background-image: url(../../images/contact/icn_arrow_right_green.svg);
  background-repeat: no-repeat;
  background-position: right 6rem bottom 3rem;
  background-size: 3.5rem;
}
.p-cv-button:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.6rem) translateX(-50%);
          transform: translateY(0.6rem) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-cv {
    background: url("../../images/contact/bg_cv_sp.jpg") no-repeat center/cover;
    padding: 13.3333333333vw 0 24vw;
  }
  .p-cv-label {
    padding: 1.0666666667vw 3.2vw;
    border-radius: 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.6111111111;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4.2666666667vw;
    text-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .p-cv-lead {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
    text-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.6);
    padding-left: 0;
  }
  .p-cv-title {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
    text-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-cv-highlight {
    font-size: 6.9333333333vw;
    line-height: 1.5769230769;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .p-cv-button-wrap {
    padding: 5.3333333333vw 10.6666666667vw;
    text-align: center;
  }
  .p-cv-button-lead {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 1.8666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
    width: 74.6666666667vw;
    margin: 0 auto;
    border: solid 0.5333333333vw #95C237;
  }
  .p-cv-button-lead::after {
    border-left: 2.4vw solid transparent;
    border-right: 2.4vw solid transparent;
    border-top: 3.4666666667vw solid #fff;
    bottom: -3.2vw;
    margin-left: -2.6666666667vw;
  }
  .p-cv-free-label {
    padding: 0 1.3333333333vw;
    border-radius: 0.5333333333vw;
  }
  .p-cv-button {
    position: absolute;
    z-index: 2;
    top: 16vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    background-color: #95C237;
    color: #fff;
    padding: 8vw 10.6666666667vw 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0px 0.6vw 0px #84AB33;
            box-shadow: 0px 0.6vw 0px #84AB33;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 89.3333333333vw;
    background-image: url(../../images/contact/icn_arrow_right_green.svg);
    background-repeat: no-repeat;
    background-position: right 8vw bottom 4vw;
    background-size: 6.6666666667vw;
  }
  .p-cv-button:hover {
    -webkit-box-shadow: 0px 0.6vw 0px #84AB33;
            box-shadow: 0px 0.6vw 0px #84AB33;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .formError .formErrorContent {
    width: 100%;
    background: #e37e11;
    position: relative;
    color: #FFF;
    min-width: 64vw;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 4vw;
  }
  .is-must-box {
    position: relative;
  }
  .mailformError {
    position: absolute;
    top: -8vw !important;
    left: 0 !important;
    margin-top: 0 !important;
  }
  .formError {
    position: absolute;
    top: -12vw !important;
    left: 0 !important;
    margin-top: 0 !important;
  }
}
/* input reset
---------------------------------------------------------------------------- */
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=number],
.contactform input[type=tel],
.contactform textarea {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 8px 10px;
  font-size: 1.6rem;
  width: 100%;
}
.contactform input[type=text].p-input-1em,
.contactform input[type=email].p-input-1em,
.contactform input[type=number].p-input-1em,
.contactform input[type=tel].p-input-1em,
.contactform textarea.p-input-1em {
  width: calc(100% - 2.4em);
  margin-left: 0.5em;
}
.contactform input[type=text].p-postnum-2type,
.contactform input[type=email].p-postnum-2type,
.contactform input[type=number].p-postnum-2type,
.contactform input[type=tel].p-postnum-2type,
.contactform textarea.p-postnum-2type {
  width: 42%;
}
.contactform input[type=text].p-check-input,
.contactform input[type=email].p-check-input,
.contactform input[type=number].p-check-input,
.contactform input[type=tel].p-check-input,
.contactform textarea.p-check-input {
  width: calc(100% - 100px);
}
.contactform input[type=text]:disabled,
.contactform input[type=email]:disabled,
.contactform input[type=number]:disabled,
.contactform input[type=tel]:disabled,
.contactform textarea:disabled {
  background-color: #efefef !important;
}
.contactform input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-moz-placeholder {
  color: #b7b7b7;
}
.contactform input:-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform input::-ms-input-placeholder {
  color: #b7b7b7;
}
.contactform textarea {
  height: 200px;
  resize: none;
}
.contactform select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 35px 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%229%22%20width%3D%2210%22%20viewBox%3D%220%200%2010%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%208.81L0%200h10L5%208.809z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  font-size: 1.4rem;
}
.contactform select::-ms-expand {
  display: none;
}
.contactform input[type=submit],
.contactform input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactform input[type=submit]::-webkit-search-decoration,
.contactform input[type=button]::-webkit-search-decoration {
  display: none;
}
.contactform input[type=submit]::focus,
.contactform input[type=button]::focus {
  outline-offset: -2px;
}
.contactform label {
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contactform input[type=text],
  .contactform input[type=email],
  .contactform input[type=number],
  .contactform input[type=tel],
  .contactform textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .contactform input[type=text].p-input-1em,
  .contactform input[type=email].p-input-1em,
  .contactform input[type=number].p-input-1em,
  .contactform input[type=tel].p-input-1em,
  .contactform textarea.p-input-1em {
    width: calc(100% - 2.4em);
    margin-left: 0.5em;
  }
  .contactform input[type=text].p-postnum-2type,
  .contactform input[type=email].p-postnum-2type,
  .contactform input[type=number].p-postnum-2type,
  .contactform input[type=tel].p-postnum-2type,
  .contactform textarea.p-postnum-2type {
    width: 42%;
  }
  .contactform input[type=text].p-check-input,
  .contactform input[type=email].p-check-input,
  .contactform input[type=number].p-check-input,
  .contactform input[type=tel].p-check-input,
  .contactform textarea.p-check-input {
    width: calc(100% - 25vw);
  }
  .contactform select {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    font-size: 8.5333333333vw;
  }
  .contactform label + label {
    margin: 4vw 0 0 0;
  }
}
/* ステップ
---------------------------------------------------------------------------- */
.p-step-type01 {
  display: table;
  width: 100%;
  margin: 35px auto;
}
.p-step-type01 li {
  width: 35%;
  display: table-cell;
  background-color: #eee;
  padding: 15px 40px 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  vertical-align: middle;
  color: #ba874d;
}
.p-step-type01 li:nth-of-type(3) {
  width: 30%;
}
.p-step-type01 li span {
  font-size: 2.3rem;
  display: inline-block;
  margin-right: 0.4em;
}
.p-step-type01 li.p-step01 {
  background-color: #ba874d;
  color: #fff;
  background-image: url(../../images/contact/bg_step01_pc.png);
}
.p-step-type01 li.p-step02 {
  background-image: url(../../images/contact/bg_step02_pc.png);
}
.p-step-type01 li.p-step03 {
  background-image: url(../../images/contact/bg_step03_pc.png);
}
.p-step-type01 li.p-step04 {
  background-color: #ba874d;
  color: #fff;
}

.p-step-type02 {
  margin: 35px auto;
}
.p-step-type02 li {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #b8b8b8;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  padding: 24px 0;
}
.p-step-type02 li.is-active {
  color: #0cc054;
  border-color: #0cc054;
}
.p-step-type02 li + li {
  margin-left: 5%;
  position: relative;
}
.p-step-type02 li + li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #0cc054;
  border-right: 2px solid #0cc054;
  position: absolute;
  left: -12%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-step-type02 li span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-right: 1em;
}

.p-step-type03 {
  margin: 35px auto;
}
.p-step-type03 li {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  padding: 10px 0;
  border: 1px solid #000;
  letter-spacing: 0.15em;
}
.p-step-type03 li.is-active {
  color: #fff;
  background-color: #000;
}
.p-step-type03 li + li {
  margin-left: 5%;
  position: relative;
}
.p-step-type03 li + li:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  position: absolute;
  left: -11.7%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-step-type03-num {
  display: inline-block;
  font-size: 2.3rem;
  margin-right: 0.7em;
}

@media screen and (max-width: 767px) {
  .p-step-type01 {
    margin: 8vw auto;
  }
  .p-step-type01 li {
    padding: 2vw 2.6666666667vw 2vw 1.3333333333vw;
    font-size: 8vw;
  }
  .p-step-type01 li span {
    font-size: 7.4666666667vw;
    display: block;
    margin: 0 auto 1vw;
    line-height: 1.1;
  }
  .p-step-type01 li.p-step01 {
    background-image: url(../../images/contact/bg_step01_sp.png);
  }
  .p-step-type01 li.p-step02 {
    background-image: url(../../images/contact/bg_step02_sp.png);
  }
  .p-step-type01 li.p-step03 {
    background-image: url(../../images/contact/bg_step03_sp.png);
  }
  .p-step-type02 {
    margin: 8vw auto;
  }
  .p-step-type02 li {
    width: 27.94%;
    height: 23.3vw;
    font-size: 8vw;
    padding: 3.33vw 0;
    line-height: 1.2;
  }
  .p-step-type02 li + li {
    margin-left: 7.35%;
  }
  .p-step-type02 li + li:before {
    width: 3vw;
    height: 3vw;
    left: -22%;
  }
  .p-step-type02 li span {
    display: block;
    font-size: 4.8vw;
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .p-step-type03 {
    margin: 35px auto;
  }
  .p-step-type03 li {
    width: 27.94%;
    font-size: 6.9333333333vw;
    padding: 3.3333333333vw 0 3.3333333333vw 0.5em;
    letter-spacing: 0.5em;
  }
  .p-step-type03 li + li {
    margin-left: 7.35%;
  }
  .p-step-type03 li + li:before {
    width: 2.5vw;
    height: 2.5vw;
    border-width: 1px;
    left: -22%;
  }
  .p-step-type03-num {
    display: inline-block;
    font-size: 2.3rem;
    margin-right: 0.7em;
  }
}
/* フォーム関連
---------------------------------------------------------------------------- */
.p-form-wrap {
  background-color: #F6F6F6;
  padding: 6rem 0;
  width: 100rem;
  margin: 0 auto;
}

.p-form-inner {
  width: 62rem;
  margin: 0 auto;
}

.p-form-table {
  width: 100%;
}
.p-form-table th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-form-table td {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
}

.p-icn-required {
  display: inline-block;
  background-color: #d21708;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  margin-left: 1.5rem;
}

.p-icn-option {
  display: inline-block;
  background-color: #9e9e9e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  margin-left: 1.5rem;
}

.p-error-txt {
  color: #d21708;
  margin-top: 0.5rem;
}

.p-privacy-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-privacy-txt a {
  text-decoration: underline;
  color: #F89617;
}
.p-privacy-txt a:hover {
  text-decoration: none;
}

.p-submit input[type=submit] {
  background-color: #F89617;
  color: #fff;
  background-image: url(../../images/contact/icn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 6rem center;
  background-size: 2.3rem;
  width: 29rem;
  margin: 4rem auto;
  display: block;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0.6rem 0px #D68010;
          box-shadow: 0px 0.6rem 0px #D68010;
}
.p-submit input[type=submit]:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.p-back input[type=submit] {
  color: #303030;
  background: #F6F6F6 url(../../images/contact/icn_arrow_left.svg) no-repeat 0rem center;
  background-size: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
  width: 19rem;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: solid 0.2rem #FFCB05;
}

.p-thanks-box {
  background-color: #f8f8f8;
  padding: 5rem;
}

.p-thanks-txt {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.p-thanks-btn a {
  text-align: center;
  background-color: #d21708;
  color: #fff;
  background-image: url(../../images/contact/icn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 4.5rem center;
  background-size: 0.9rem;
  width: 32rem;
  margin: 4rem auto 0;
  display: block;
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.p-thanks-btn a:hover {
  background-color: #df5c52;
}

@media screen and (max-width: 767px) {
  .p-form-wrap {
    padding: 8vw 4vw;
    width: 100%;
  }
  .p-form-inner {
    width: 100%;
  }
  .p-form-table {
    width: 100%;
  }
  .p-form-table th {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .p-form-table td {
    display: block;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 8vw;
  }
  .p-icn-required {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 4vw;
  }
  .p-icn-option {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 4vw;
  }
  .p-error-txt {
    margin-top: 1.3333333333vw;
  }
  .p-privacy-txt {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-submit input[type=submit] {
    background-image: url(../../images/contact/icn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 16vw center;
    background-size: 6.1333333333vw;
    width: 77.3333333333vw;
    margin: 10.6666666667vw auto;
    padding: 4vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-radius: 2.6666666667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0.6rem 0px #D68010;
            box-shadow: 0px 0.6rem 0px #D68010;
  }
  .p-submit input[type=submit]:hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  .p-back input[type=submit] {
    background: #F6F6F6 url(../../images/contact/icn_arrow_left.svg) no-repeat 0rem center;
    background-size: 8vw;
    width: 50.6666666667vw;
    padding: 4vw 4vw 4vw 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: solid 0.5333333333vw #FFCB05;
  }
  .p-thanks-box {
    padding: 13.3333333333vw;
  }
  .p-thanks-txt {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-thanks-btn a {
    background-image: url(../../images/contact/icn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 12vw center;
    background-size: 2.4vw;
    width: 85.3333333333vw;
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-radius: 1.0666666667vw;
  }
}
.p-form-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-form-txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-footer {
  margin-top: 10rem;
}

.p-ttl-wrap {
  position: relative;
}

.p-ttl-wrap-label {
  position: absolute;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFCB05;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 0 1.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-ttl-wrap-label-bg {
  background-color: #FFFADB;
}

.p-ttl-wrap-label-bg02 {
  background-color: #ffffff;
}

.p-ttl {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.2380952381;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0 0 4rem;
  border-top: solid 0.3rem #FFCB05;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
.p-ttl::before {
  content: "";
  position: absolute;
  width: 7.2rem;
  height: 6.6rem;
  top: -6.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-ttl {
    font-size: 7.4666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 0 5.3333333333vw;
    border-top: solid 0.5333333333vw #FFCB05;
    padding-top: 5.3333333333vw;
  }
  .p-ttl::before {
    width: 19.2vw;
    height: 17.6vw;
    top: -17.3333333333vw;
  }
  .p-ttl-wrap-label {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 500;
    top: -4vw;
    padding: 0 4vw;
  }
}
.p-col {
  color: #F89617;
}

.m-header {
  margin: 2.0833333333vw 0 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  .m-header {
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
.m-confirm-txt, .m-thanks-txt {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}

.m-thanks-txt {
  color: #F89617;
}

.m-thanks-txt-sub {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-confirm-txt, .m-thanks-txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .m-thanks-txt-sub {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
  }
}
.m-thanks-button {
  margin: 6rem 0 13rem;
}
.m-thanks-button a {
  position: relative;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #F89617;
  color: #fff;
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.6rem 0px #D68010;
          box-shadow: 0px 0.6rem 0px #D68010;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 29rem;
  background-image: url(../../images/contact/icn_arrow_left_orn.svg);
  background-repeat: no-repeat;
  background-position: left 6.5rem bottom 2rem;
  background-size: 2.3rem;
}
.m-thanks-button a:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(0.6rem) translateX(-50%);
          transform: translateY(0.6rem) translateX(-50%);
}

.m-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.m-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.m-area > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.m-area > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}