.p-all {
  height: 100vh;
  background: #938061;
  padding: 6.5rem 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .p-all {
    height: auto;
    padding: 0;
    overflow: visible;
  }
}
.p-all::-webkit-scrollbar {
  display: none;
}
.p-all::before {
  content: "";
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 18rem;
  height: 26.6rem;
  background: url(../img/lp-consultation/home/bg_all.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-all::before {
    content: none;
  }
}
.p-all::after {
  content: "";
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-all::after {
    content: none;
  }
}
.p-all__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 14.5rem;
  height: 14.5rem;
  background: #840000;
  padding: 0 0.8rem;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-all__logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-all__logo {
    display: none;
  }
}
.p-all__logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-all__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 98rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-all__block {
    display: block;
    width: auto;
  }
}
.p-all-nav {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .p-all-nav {
    display: none;
  }
}
.p-all-nav::-webkit-scrollbar {
  display: none;
}
.p-all-nav__ttl {
  width: 30.2rem;
  margin: 0 auto;
}
.p-all-nav__txt {
  width: 40.2rem;
  margin: 7rem auto 0;
}
.p-all-nav-list {
  width: 30.2rem;
  margin: 0 auto;
}
.p-all-nav-list__item {
  font-size: 1.7rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  margin: 3.5rem 0 0;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-all-nav-list__item {
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .p-all-nav-list__item:hover {
    opacity: 0.8;
  }
}
.p-all-nav-list__item.active {
  color: #840000;
}
.p-all-nav-list__item a {
  color: #fff;
}
.p-all__area {
  position: relative;
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-all__area {
    width: 100%;
  }
}
.p-all__area::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: -1.5rem;
  right: -1.5rem;
  background: #938061;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-all__area::after {
    content: none;
  }
}

.l-container {
  position: relative;
  width: 39rem;
  height: auto;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    height: auto;
  }
}

.p-mv {
  position: relative;
  height: 78.6rem;
  background: url(../img/lp-consultation/home/bg_mv.jpg) 0 0/cover no-repeat;
  padding: 11rem 1.5rem 0;
  opacity: 0;
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.p-mv__pre {
  width: 22rem;
  opacity: 0;
  animation: slideIn 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-mv__ttl {
  width: 28.9rem;
  margin: 3rem 0 0;
  opacity: 0;
  animation: slideIn 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-mv__txt {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 2.5rem 0 0;
  opacity: 0;
  animation: slideIn 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-mv__intro {
  text-align: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin: 15rem 0 0;
  opacity: 0;
  animation: slideUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 1024px) {
  .p-mv__intro {
    font-weight: bold;
  }
}
.p-mv__btn {
  margin-top: 2.4rem;
  opacity: 0;
  animation: slideUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-mv__trigger {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-intro {
  margin-top: -5rem;
}
.p-intro-comment {
  position: relative;
}
.p-intro-comment::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34.5rem;
  height: 100%;
  background: #E8E8E8;
}
.p-intro-comment.is-reverse {
  margin-top: -1.2rem;
}
.p-intro-comment.is-reverse::before {
  right: 0;
  left: auto;
}
.p-intro-comment.is-reverse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4.5rem;
  width: 30rem;
  height: 1.2rem;
  background: #C9C9C9;
}
.p-intro-comment__txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 9.6rem;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 4.5rem 0 1.5rem;
  z-index: 1;
}
.is-reverse .p-intro-comment__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 9.6rem;
  padding: 0 0 0 5.5rem;
}
.p-intro-comment__img {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 9.1rem;
}
.is-reverse .p-intro-comment__img {
  top: auto;
  bottom: 0;
  right: auto;
  left: auto;
  width: 7.1rem;
}
.p-intro-detail {
  margin-top: 2rem;
}
.p-intro-detail__txt {
  position: relative;
  width: calc(100% - 3rem);
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1;
  padding: 4rem 0;
  margin: -2.6rem auto 0;
}
.p-intro-detail__img {
  display: none;
}

.p-problem {
  padding: 8rem 0 0;
}
.p-problem-num {
  margin: 4rem 0 0;
}
.p-problem-num__item {
  margin: 5rem 0 0;
}
.p-problem-num__item:first-child {
  margin: 0;
}
.p-problem-num__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 2.4rem);
  height: 9.6rem;
  background: #E8E8E8;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem;
  padding: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-problem-num__ttl {
    font-weight: bold;
  }
}
.is-reverse .p-problem-num__ttl {
  margin: 0 0 2rem auto;
}
.p-problem-num__ttl .txt {
  position: relative;
  z-index: 2;
}
.p-problem-num__ttl .num {
  position: absolute;
  bottom: -1.8rem;
  left: -0.5rem;
  font-size: 12rem;
  color: #fff;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.is-reverse .p-problem-num__ttl .num {
  left: auto;
  right: 0rem;
}
.p-problem-num__ttl .mark {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.p-problem-num__ttl .mark::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  height: 1px;
  background: #840000;
}
.p-problem-num__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 2.4rem;
}
.p-problem-num__txt + .p-problem-num__txt {
  margin-top: 1.5rem;
}
.p-problem-num__txt span {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-weight: 700;
  color: #840000;
}
@media screen and (max-width: 1024px) {
  .p-problem-num__txt span {
    font-weight: bold;
  }
}

.p-balloon {
  margin: 6rem 0 0;
}
.p-balloon__head {
  position: relative;
  background: #840000;
  padding: 0 0 2.6rem;
}
.p-balloon__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  background: #fff;
}
.p-balloon__pre {
  position: relative;
  width: 28.6rem;
  height: 12.3rem;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  background: url(../img/lp-consultation/home/bg_balloon.png) 0 0/100% auto no-repeat;
  padding: 3rem 0 0;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1024px) {
  .p-balloon__pre {
    font-weight: bold;
  }
}
.p-balloon__pre span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.p-balloon__pre span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFCE29;
}
.p-balloon__ttl {
  width: 30.3rem;
  margin: 0 auto;
}
.p-balloon__btn {
  margin-top: 3.8rem;
}

.p-service {
  text-align: center;
  padding: 8rem 0 0;
}
.p-service__comment {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  color: #840000;
  line-height: 1;
  border-bottom: 1px solid #840000;
  font-size: 1.5rem;
  margin: 3.5rem 0 0;
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-service__comment {
    font-weight: bold;
  }
}
.p-service__comment::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #840000;
  border-right: 1px solid #840000;
  transform: rotate(135deg) translateX(-50%);
}
.p-service__comment::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: #fff;
  transform: rotate(135deg) translateX(-50%);
}
.p-service__sub {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  margin: 1.5rem 0 3.6rem;
}
@media screen and (max-width: 1024px) {
  .p-service__sub {
    font-weight: bold;
  }
}
.p-service__sub span {
  display: block;
  font-size: 2.3rem;
  margin: 1rem 0 0;
}
.p-service__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 3rem);
  height: 4.6rem;
  text-align: left;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #840000;
  margin: 3.5rem auto 0;
  padding: 0 0 0 4.6rem;
}
@media screen and (max-width: 1024px) {
  .p-service__ttl {
    font-weight: bold;
  }
}
.p-service__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2.6rem;
  height: 2.2rem;
  background: url(../img/lp-consultation/home/icn_service_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-service-balloon {
  background: url(../img/lp-consultation/home/icn_service_01.png) right 2rem/11rem auto no-repeat;
  padding: 2rem 1.5rem 0;
}
.p-service-balloon.is-02 {
  background: url(../img/lp-consultation/home/icn_service_02.png) 0 9rem/9rem auto no-repeat;
}
.p-service-balloon.is-03 {
  background: url(../img/lp-consultation/home/icn_service_03.png) right 0/11rem auto no-repeat;
}
.p-service-balloon__txt {
  width: 28.6rem;
  height: 8.6rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  background: url(../img/lp-consultation/home/bg_service_01.png) 0 0/100% auto no-repeat;
  line-height: 1.6;
  text-align: left;
  padding: 1.5rem 2rem 0;
}
@media screen and (max-width: 1024px) {
  .p-service-balloon__txt {
    font-weight: bold;
  }
}
.p-service-balloon__txt.is-reverse {
  background: url(../img/lp-consultation/home/bg_service_02.png) 0 0/100% auto no-repeat;
  margin: 0 0 0 auto;
}
.p-service__img {
  margin: 8rem 0 0;
}

.p-point {
  padding: 8rem 0 0;
}
.p-point__block {
  position: relative;
  margin: 3rem 0 0;
}
.p-point__block::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31rem;
  height: calc(100% - 12rem);
  background: #FCEFEF;
  z-index: -1;
}
.p-point__block.is-reverse::before {
  right: auto;
  left: 0;
}
.p-point__block + .p-point__block {
  margin-top: 6rem;
}
.p-point__img {
  width: calc(100% - 3rem);
}
.is-reverse .p-point__img {
  margin: 0 0 0 auto;
}
.p-point__ttl {
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #840000;
  padding: 0 0 1rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  .p-point__ttl {
    font-weight: bold;
  }
}
.is-reverse .p-point__ttl {
  display: inline-block;
  padding: 0 0 1rem 1.5rem;
}
.p-point__content {
  padding: 3.5rem 0 3.5rem 1.5rem;
}
.is-reverse .p-point__content {
  text-align: left;
  padding: 3.5rem 1.5rem 3.5rem 0;
}
.p-point__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 1.5rem 0 0;
}
.is-reverse .p-point__txt {
  padding: 0 0 0 1.5rem;
}
.p-point__txt + .p-point__txt {
  margin-top: 1.5rem;
}
.p-point__btn {
  margin-top: 6rem;
}

.p-voice {
  padding: 8rem 0 0;
}
.p-voice-list {
  padding: 0 1rem;
  margin: 4rem 0 0;
}
.p-voice-list__item {
  position: relative;
  border: 1px solid #840000;
  background: #fff;
  padding: 2rem 1.5rem;
}
.p-voice-list__item::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 100%;
  height: 100%;
  background: #840000;
  z-index: -1;
}
.p-voice-list .anime {
  margin-top: 3.5rem;
}
.p-voice-list__ttl {
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .p-voice-list__ttl {
    font-weight: bold;
  }
}
.p-voice-list__ttl.u-indent {
  margin-right: -1em;
}
.p-voice-list__age {
  font-size: 1.3rem;
  line-height: 1;
  border-left: 0.3rem solid #840000;
  padding: 0 0 0 1rem;
  margin: 1.5rem 0 2rem;
}
.p-voice-list__txt {
  border-top: 1px solid #E8E8E8;
  padding: 1.5rem 0 0;
}

.p-support {
  padding: 8rem 0 0;
}
.p-support-people {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem 0 2.6rem;
}
.p-support-people__img {
  width: 13.8rem;
  padding: 0.5rem 1.8rem;
  border-right: 1px solid #E8E8E8;
}
.p-support-people__ttl {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-weight: 500;
  border-left: 0.3rem solid #840000;
  padding: 0 0 0 0.5rem;
}
.p-support-people__txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  padding: 0 1.5rem 0 0;
}
.p-support-people__content {
  width: calc(100% - 15.7rem);
}
.p-support__movie {
  padding: 0 1.5rem;
}
.p-support__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/203;
}
.p-support__btn {
  margin: 3.5rem auto 0;
}

.p-consult {
  margin: 8rem 0 0;
}
.p-consult__ttl {
  width: 34.2rem;
  margin: 0 auto 2.5rem;
}
.p-consult-head {
  position: relative;
  margin: 4rem 0 0;
  padding: 3rem 0 1.3rem 0;
}
.p-consult-head__line {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 0;
  overflow: hidden;
  transition: width 2s cubic-bezier(0.23, 1, 0.32, 1);
  height: 5.5rem;
}
.is-anime .p-consult-head__line {
  width: 28.4rem;
}
.p-consult-head__line img {
  width: 28.4rem;
  height: 5.5rem;
}
.p-consult-head__icn {
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  right: 5.2rem;
  width: 3.8rem;
  height: 2.6rem;
}
.is-anime .p-consult-head__icn {
  animation: fadeIn 1s 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-consult-head__ttl {
  position: relative;
  font-size: 3rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  color: #840000;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-consult-head__ttl {
    font-weight: bold;
  }
}
.p-consult-head__ttl span {
  display: inline-block;
  background: #fff;
  padding: 0.3rem;
}
.p-consult-list {
  margin: 3rem 0 0;
  padding: 0 1.5rem;
}
.p-consult-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0 0;
}
.p-consult-list__item:first-child {
  margin-top: 0;
}
.p-consult-list__img {
  width: 18rem;
}
.p-consult-list__content {
  width: calc(100% - 20rem);
}
.p-consult-list__ttl {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-weight: 500;
  border-left: 0.3rem solid #840000;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.5rem;
}
.p-consult-list__address {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1rem 0 0.5rem;
}
.p-consult-list__tel {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-consult-list__tel {
    font-weight: bold;
  }
}
.p-consult-list__tel a {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #840000;
  padding: 1.4rem 1.4rem 1.4rem 2.8rem;
}
.p-consult-list__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 1rem;
  height: 1.3rem;
  background: url(../img/lp-consultation/home/icn_tel.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-consult__bnr {
  margin: 4rem 1.5rem 0;
}

.p-contact {
  padding: 8rem 1.5rem 12rem;
}
.p-contact-define__ttl {
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 3rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-contact-define__ttl {
    font-weight: bold;
  }
}
.p-contact-define__ttl .required {
  color: #840000;
  margin-left: 0.5rem;
}
.p-contact-define__ttl .small {
  font-size: 1.3rem;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-weight: 400;
}
.p-contact-define__txt input[type=text],
.p-contact-define__txt input[type=tel],
.p-contact-define__txt input[type=email],
.p-contact-define__txt input[type=date] {
  width: 100%;
  height: 5.5rem;
  font-size: 1.5rem;
  background: #F4F4F4;
  padding: 0 1.5rem;
  outline: none;
  border-radius: 0.5rem;
}
.p-contact-define__txt ::placeholder {
  color: #BCBCBC;
}
.p-contact-define__txt textarea {
  width: 100%;
  height: 20rem;
  background: #F4F4F4;
  font-size: 1.5rem;
  padding: 1.5rem;
  outline: none;
  border-radius: 0.5rem;
  resize: vertical;
  font-family: inherit;
  outline: none;
  margin: 2rem 0 0;
}
.p-contact-define__txt .radio__item {
  line-height: 1;
  margin: 2rem 0 0;
}
.p-contact-define__txt .radio__item:first-child {
  margin: 0;
}
.p-contact-define__txt .radio__item label {
  position: relative;
  margin: 0;
}
.p-contact-define__txt .radio__item label input[type=radio],
.p-contact-define__txt .radio__item label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact-define__txt .radio__item label input[type=radio]:checked + span::before,
.p-contact-define__txt .radio__item label input[type=checkbox]:checked + span::before {
  background: url(../img/lp-consultation/home/icn_radio_on.svg) center center/95% 95% no-repeat;
}
.p-contact-define__txt .radio__item label > span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  padding: 0.4rem 0 0.4rem 3rem;
}
.p-contact-define__txt .radio__item label > span > span {
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  vertical-align: middle;
  margin-left: -0.5rem;
}
.p-contact-define__txt .radio__item label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/lp-consultation/home/icn_radio_off.svg) center center/95% 95% no-repeat;
  transform: translateY(-50%);
}
.p-contact-define__txt .select {
  position: relative;
  width: 19.5rem;
}
.p-contact-define__txt .select::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.1rem;
  height: 0.5rem;
  background: url(../img/lp-consultation/home/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-contact-define__txt .select select {
  appearance: none;
  width: 100%;
  height: 5.5rem;
  background: #F4F4F4;
  padding: 0 1.5rem;
  outline: none;
}
.p-contact-define__txt .select-color {
  color: #BCBCBC;
}
.p-contact-define__txt .select-color.filled {
  color: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
}
.p-contact-define__txt .date {
  position: relative;
  width: 19.5rem;
}
.p-contact-define__txt .date::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.7rem;
  height: 1.6rem;
  background: url(../img/lp-consultation/home/icn_calendar.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-contact-define__txt .message {
  margin: 1rem 0 0;
}
.p-contact__btn {
  position: relative;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
  font-weight: 700;
  width: 35rem;
  height: 6rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-contact__btn {
    font-weight: bold;
  }
}
.p-contact__btn::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.8rem;
  width: 1px;
  height: calc(100% - 0.4rem);
  background: #E8E8E8;
  z-index: 2;
}
.p-contact__btn::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  right: 1rem;
  width: 1px;
  height: calc(100% - 0.4rem);
  background: #E8E8E8;
  z-index: 2;
}
.p-contact__btn button {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #840000;
  color: #fff;
}
.p-contact__btn button::after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  right: 1.1rem;
  width: 10.9rem;
  height: 1px;
  background: #E8E8E8;
  z-index: 2;
  transition: 0.3s;
}
.p-contact__btn button::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  right: 1.1rem;
  width: 27.1rem;
  height: 1px;
  background: #E8E8E8;
  transition: 0.3s;
}
.p-contact__btn button span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0.4rem;
}
.p-contact__btn button span::before {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  left: -0.7rem;
  width: 27.1rem;
  height: 1px;
  background: #E8E8E8;
  z-index: 2;
  transition: 0.3s;
}
.p-contact__btn button span::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.7rem;
  width: 10.9rem;
  height: 1px;
  background: #E8E8E8;
  z-index: 2;
  transition: 0.3s;
}
.p-contact__btn button span img {
  width: 2.3rem;
  height: auto;
  margin-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-contact__btn button:hover {
    opacity: 1;
  }
  .p-contact__btn button:hover::before {
    width: 30.6rem;
  }
  .p-contact__btn button:hover::after {
    width: 12.2rem;
  }
  .p-contact__btn button:hover span::before {
    width: 30.6rem;
  }
  .p-contact__btn button:hover span::after {
    width: 12.2rem;
  }
}
.p-contact__btn.is-back {
  margin-top: 2rem;
}
.p-contact__btn.is-back button {
  background: #aaa;
}

.anime-left {
  opacity: 0;
  transform: translateX(2rem);
  transition: 1s;
}
.anime-left.is-anime {
  opacity: 1;
  transform: translateX(0);
}

.anime-up {
  opacity: 0;
  transform: translateY(2rem);
  transition: 1s;
}
.anime-up.is-anime {
  opacity: 1;
  transform: translateY(0);
}

.err {
  display: none;
  color: #840000;
  font-size: 13px;
  line-height: 1.5;
  padding: 5px 0;
}/*# sourceMappingURL=index.css.map */