.p-mv {
  position: relative;
  background: url(../img/home/bg_mv.jpg) center center/cover no-repeat;
  padding: 7.5rem 0 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 3rem 0;
  }
}
.p-mv__ttl {
  width: 111.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: auto;
    margin: 0;
  }
}
.p-mv__ttl picture {
  display: block;
}
.p-mv-list {
  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;
  position: relative;
  width: 95rem;
  bottom: -7rem;
  margin: -7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-mv-list {
    flex-flow: column;
    width: calc(100% - 4rem);
    gap: 1.5rem 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.p-mv-list__item {
  width: 30.2rem;
  background: #fff;
  text-align: center;
  padding: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-list__item {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}
.p-mv-list__ttl {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  background: #ff4e00;
  color: #fff;
  margin-top: -1.2rem;
  padding: 0.8rem 1rem 1rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-list__ttl {
    font-size: 1.8rem;
  }
}
.p-mv-list__ttl img {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 3.4rem;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv-list__ttl img {
    width: 2.8rem;
  }
}
.p-mv-list__ttl span {
  display: inline-block;
  line-height: 1;
}
.p-mv-list__txt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-list__txt {
    font-size: 1.8rem;
    margin: 1rem 0 0;
  }
}
.p-mv-list__txt > span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv-list__txt > span {
    font-size: 2.2rem;
  }
}
.p-mv-list__txt > span::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: #fff200;
}
.p-mv-list__txt > span > span {
  position: relative;
  z-index: 1;
}

.p-intro {
  background: url(../img/home/bg_intro.jpg) center center/cover no-repeat;
  padding: 15rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 5rem 0;
  }
}
.p-intro__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2.8rem;
  }
}
.p-intro__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span {
    padding: 0 0.8rem;
  }
}
.p-intro__sub {
  line-height: 1;
  color: #fff200;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__sub {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 2rem 0 0;
  }
}
.p-intro__txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 1.4rem;
  }
}

.p-trouble {
  background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 3.8rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 3.8rem);
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 2.4rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 2.4rem);
    padding: 5rem 0;
  }
}
.p-trouble__ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-trouble__ttl {
    text-align: left;
    font-size: 2.2rem;
  }
}
.p-trouble__ttl > span {
  display: inline-block;
  background: #ff4e00;
  color: #fff;
  padding: 1rem 1.6rem;
  margin: 1rem 0 0;
}
.p-trouble__ttl > span:first-child {
  margin-top: 0;
}
.p-trouble__ttl > span > span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__ttl > span > span {
    font-size: 1.8rem;
  }
}
.p-trouble__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: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-trouble__block {
    display: block;
    margin: 3rem 0 0;
  }
}
.p-trouble-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 0.7rem 0;
}
.p-trouble-list__item {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-list__item {
    font-size: 1.4rem;
    padding: 0 0 0 3.5rem;
  }
}
.p-trouble-list__item span {
  font-size: 2.8rem;
  background: linear-gradient(transparent 70%, #fff200 30%);
}
@media screen and (max-width: 767px) {
  .p-trouble-list__item span {
    font-size: 1.6rem;
  }
}
.p-trouble-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.2rem;
  height: 3.2rem;
  background: url(../img/common/icn_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-trouble-list__item::before {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.p-trouble__img {
  width: 44.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__img {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-trouble-solution {
  margin: 8rem 0 0;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solution {
    margin: 5rem 0 0;
    padding: 0;
  }
}
.p-trouble-solution__pre {
  position: relative;
  width: 29.4rem;
  font-size: 3.3rem;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0.8rem 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solution__pre {
    width: 20rem;
    font-size: 1.8rem;
  }
}
.p-trouble-solution__pre::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 2rem;
  height: 1.8rem;
  background: #ff0000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-trouble-solution__pre::before {
    width: 1.4rem;
    height: 1.2rem;
  }
}
.p-trouble-solution__ttl {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  color: #ff0000;
  text-align: center;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-trouble-solution__ttl {
    font-size: 2.4rem;
    margin: 1.5rem 0 0;
  }
}
.p-trouble-solution__ttl span {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solution__ttl span {
    font-size: 3rem;
  }
}
.p-trouble-solution__txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-trouble-solution__txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-feature {
  background: linear-gradient(135deg, rgb(0, 55, 146) 1%, rgb(94, 196, 241) 100%);
  padding: 15rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 5rem 0 2rem;
  }
}
.p-feature__ttl {
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl {
    font-size: 2.8rem;
  }
}
.p-feature__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl span {
    padding: 0 0.8rem;
  }
}
.p-feature__txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature__txt {
    text-align: left;
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
}
.p-feature-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5.7rem 1.6rem;
  margin: 7rem auto 0;
  max-width: 119rem;
}
@media screen and (max-width: 767px) {
  .p-feature-list {
    flex-flow: column;
    gap: 3rem 0;
    margin: 4rem 0 0;
  }
}
.p-feature-list__item {
  position: relative;
  width: 38.6rem;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-feature-list__item {
    width: 100%;
  }
}
.p-feature-list__ttl {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #ff4e00;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-list__ttl {
    font-size: 2.2rem;
    padding: 3.5rem 0 1.5rem;
  }
}
.p-feature-list__img {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  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: 8.8rem;
  height: 8.8rem;
  border-radius: 100%;
  background: #fff;
  border: 1rem solid #ff4e00;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-feature-list__img {
    top: -2rem;
    width: 4.8rem;
    height: 4.8rem;
    border: 0.5rem solid #ff4e00;
  }
}
.p-feature-list__img img {
  max-width: 4.6rem;
  max-height: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-list__img img {
    max-width: 2.4rem;
    max-height: 2.4rem;
  }
}
.p-feature-list__txt {
  padding: 1.6rem 3rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-list__txt {
    padding: 1.2rem 2rem 2rem;
    font-size: 1.4rem;
  }
}
.p-feature-list__txt span {
  color: #ff0000;
}
.p-feature-point {
  margin: 8.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-point {
    margin: 5rem 0 0;
  }
}
.p-feature-point__ttl {
  text-align: center;
  color: #fff200;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-feature-point__ttl {
    font-size: 2.4rem;
  }
}
.p-feature-point__ttl span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point__ttl span {
    padding: 0 1rem;
  }
}
.p-feature-point__ttl span::before, .p-feature-point__ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 6rem;
  border-radius: 5px;
  background: #fff200;
}
@media screen and (max-width: 767px) {
  .p-feature-point__ttl span::before, .p-feature-point__ttl span::after {
    width: 0.3rem;
    height: 4rem;
  }
}
.p-feature-point__ttl span::before {
  left: 0;
  transform: rotate(-30deg) translateY(-50%);
}
.p-feature-point__ttl span::after {
  right: 0;
  transform: rotate(30deg) translateY(-50%);
}
.p-feature-point__list {
  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;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-point__list {
    margin: 2rem 0 0;
    gap: 1rem 0;
    flex-wrap: wrap;
  }
}
.p-feature-point__item {
  width: 28.7rem;
  height: 28.7rem;
  background: #fff;
  border-radius: 100%;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-feature-point__item {
    width: 49%;
    height: 16.5rem;
    padding: 1rem 0 0;
  }
}
.p-feature-point__num {
  text-align: center;
  margin: 0 0 0.5rem;
}
.p-feature-point__num .num {
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .p-feature-point__num .num {
    font-size: 2.8rem;
  }
}
.p-feature-point__num .en {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  background: #ff0000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 3rem;
  padding: 0.1rem 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point__num .en {
    font-size: 1.4rem;
  }
}
.p-feature-point__txt {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-feature-point__txt {
    font-size: 1.4rem;
  }
}
.p-feature-point__other {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  color: #fff200;
  margin: 4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point__other {
    font-size: 2rem;
    line-height: 1.4;
    margin: 2rem 0;
  }
}
.p-feature-point__end {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature-point__end {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-feature-point__end span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-feature-point__end span {
    padding: 0 1.5rem;
  }
}
.p-feature-point__end span::before, .p-feature-point__end span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 8rem;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature-point__end span::before, .p-feature-point__end span::after {
    width: 0.3rem;
    height: 7rem;
  }
}
.p-feature-point__end span::before {
  left: 0;
  transform: rotate(-30deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-feature-point__end span::before {
    left: 0.8rem;
    transform: rotate(-15deg) translateY(-50%);
  }
}
.p-feature-point__end span::after {
  right: 0;
  transform: rotate(30deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-feature-point__end span::after {
    right: 0.8rem;
    transform: rotate(15deg) translateY(-50%);
  }
}

.c-cta {
  background: #333;
  padding: 2.4rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 2rem 0;
  }
}
.c-cta__pre {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__pre {
    font-size: 1.4rem;
  }
}
.c-cta__block {
  max-width: 120rem;
  margin: 0 auto;
  background: #fff;
}
.c-cta__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background: #005da5;
  text-align: center;
  padding: 0 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__ttl {
    font-size: 2rem;
    line-height: 1.4;
    padding: 1rem 0;
  }
}
.c-cta__ttl span {
  color: #fff200;
}
.c-cta-column {
  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;
  padding: 2.8rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-cta-column {
    padding: 1rem 2rem;
  }
}
.c-cta-column__tel {
  width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .c-cta-column__tel {
    width: 55%;
  }
}
.c-cta-column__btn {
  width: 50rem;
  height: 8.8rem;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cta-column__btn {
    width: 40%;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-cta-column__btn 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%;
  color: #fff;
  background: #ff4e00;
  border-radius: 5rem;
  border-bottom: 0.9rem solid #d13b00;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-cta-column__btn a {
    border-bottom: 0.4rem solid #d13b00;
  }
}

.p-service {
  overflow: hidden;
  background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 3.8rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 3.8rem);
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 2.4rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 2.4rem);
    padding: 5rem 0;
  }
}
.p-service__ttl {
  text-align: center;
  font-weight: 700;
  color: #023894;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service__ttl {
    font-size: 2.8rem;
    margin: 0 -1em;
  }
}
.p-service__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service__ttl span {
    padding: 0 0.8rem;
  }
}
.p-service__sub {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #023894;
  margin: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__sub {
    font-size: 2.4rem;
    margin: 1rem 0 0;
  }
}
.p-service__txt {
  text-align: center;
  font-weight: 700;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__txt {
    text-align: left;
    margin: 1rem 0 0;
  }
}
.p-service-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    flex-flow: column;
    gap: 1rem 0;
    margin: 2rem 0 0;
  }
}
.p-service-list__item {
  width: 38.6rem;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    width: 100%;
  }
}
.p-service-list__ttl {
  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;
  background: #005da5;
  gap: 0 1.6rem;
  padding: 1rem 0 1rem 2rem;
}
.p-service-list__ttl .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-list__ttl .ttl {
    font-size: 2rem;
  }
}
.p-service-list__ttl .img {
  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: 5.3rem;
  height: 5.3rem;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-list__ttl .img {
    width: 3rem;
    height: 3rem;
  }
}
.p-service-list__ttl .img img {
  max-width: 3.4rem;
  max-height: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__ttl .img img {
    max-width: 2rem;
    max-height: 2rem;
  }
}
.p-service-list__txt {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__txt {
    padding: 1rem 2rem;
  }
}
.p-service__pdf {
  width: 70rem;
  font-size: 3rem;
  font-weight: 700;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__pdf {
    width: auto;
    font-size: 2rem;
    margin: 3rem 0 0;
  }
}
.p-service__pdf a {
  position: relative;
  display: block;
  color: #fff;
  background: #ff4e00;
  padding: 1.3rem 0 1.3rem 10rem;
  cursor: pointer;
  border-radius: 4rem;
  border-bottom: 0.9rem solid #d13b00;
}
@media screen and (max-width: 767px) {
  .p-service__pdf a {
    line-height: 1.4;
    padding: 1rem 0 1rem 5.5rem;
    border-bottom: 0.5rem solid #d13b00;
  }
}
.p-service__pdf a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.2rem;
  width: 3rem;
  height: 3.6rem;
  background: url(../img/home/icn_pdf.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__pdf a::before {
    left: 2rem;
    width: 1.9rem;
    height: 2.3rem;
  }
}
.p-service-content {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-content {
    margin: 5rem 0 0;
  }
}
.p-service-content__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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
.p-service-content__block + .p-service-content__block {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__block + .p-service-content__block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-content__block {
    flex-flow: column;
    margin-top: 2rem;
  }
  .p-service-content__block:first-child {
    margin-top: 0;
  }
}
.p-service-content__inner {
  width: calc(100% - 59.3rem);
  background: #fff;
  padding: 5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-content__inner {
    width: 100%;
    padding: 2rem;
  }
}
.p-service-content__ttl {
  text-align: left;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-service-content__ttl > span {
  display: inline-block;
  background: #005da5;
  color: #fff;
  padding: 0.4rem 1rem 0.6rem;
  margin: 0.7rem 0 0;
}
.p-service-content__ttl > span:first-child {
  margin-top: 0;
}
.p-service-content__ttl > span > span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__ttl > span > span {
    font-size: 2.4rem;
  }
}
.p-service-content__img {
  width: 59.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__img {
    width: 100%;
  }
}
.p-service-point {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-point {
    margin: 1.5rem 0 0;
  }
}
.p-service-point__ttl {
  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;
  background: #ff4e00;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-point__ttl {
    font-size: 1.6rem;
    padding: 0 0 0 1rem;
  }
}
.p-service-point__ttl .point {
  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: 5.7rem;
  height: 5.7rem;
  background: #fff200;
  color: #ff4e00;
  font-size: 1.2rem;
  border-radius: 100%;
  letter-spacing: -0.02em;
  margin: -0.4rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-point__ttl .point {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1rem;
    margin: -0.2rem 0.5rem -0.2rem 0;
  }
}
.p-service-point__txt {
  background: #e8e8e8;
  padding: 1.6rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-point__txt {
    padding: 1.2rem 1.5rem 1.5rem;
  }
}

.p-product {
  background: url(../img/home/bg_product.jpg) center center/cover no-repeat;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-product {
    background-position: 0 0;
    padding: 5rem 0;
  }
}
.p-product__content {
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-product__content {
    width: auto;
  }
}
.p-product__ttl {
  text-align: left;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-product__ttl > span {
  display: inline-block;
  background: #fff;
  color: #005da5;
  padding: 0.4rem 1rem 0.6rem;
  margin: 0.7rem 0 0;
}
.p-product__ttl > span:first-child {
  margin-top: 0;
}
.p-product__ttl > span.ttl2 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-product__ttl > span.ttl2 {
    font-size: 2.4rem;
  }
}
.p-product__txt {
  line-height: 1.625;
  color: #fff;
}
.p-product__end {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
  color: #1C232D;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-product__end {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-product__end span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-product__end span {
    padding: 0 1.5rem;
  }
}
.p-product__end span::before, .p-product__end span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 8rem;
  border-radius: 5px;
  background: #1C232D;
}
@media screen and (max-width: 767px) {
  .p-product__end span::before, .p-product__end span::after {
    width: 0.3rem;
    height: 7rem;
  }
}
.p-product__end span::before {
  left: 0;
  transform: rotate(-30deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-product__end span::before {
    left: 0.8rem;
    transform: rotate(-15deg) translateY(-50%);
  }
}
.p-product__end span::after {
  right: 0;
  transform: rotate(30deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-product__end span::after {
    right: 0.8rem;
    transform: rotate(15deg) translateY(-50%);
  }
}

.p-flow {
  background: #e8e8e8;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5rem 0;
  }
}
.p-flow__ttl {
  text-align: center;
  font-weight: 700;
  color: #023894;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl {
    font-size: 2.8rem;
  }
}
.p-flow__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl span {
    padding: 0 0.8rem;
  }
}
.p-flow-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow-list {
    gap: 1rem 0;
    margin: 5rem 0 0;
  }
}
.p-flow-list__item {
  width: 18.4rem;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-flow-list__item {
    width: calc(50% - 0.5rem);
  }
}
.p-flow-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #005da5;
  text-align: center;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__ttl {
    font-size: 1.6rem;
  }
}
.p-flow-list__num {
  background: #005da5;
  padding: 1.4rem 0;
}
.p-flow-list__num.c02 {
  background: #006db7;
}
.p-flow-list__num.c03 {
  background: #0d7fbf;
}
.p-flow-list__num.c04 {
  background: #1281cc;
}
.p-flow-list__num.c05 {
  background: #2597d6;
}
.p-flow-list__num.c06 {
  background: #36ace0;
}
.p-flow-list__num span {
  display: block;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-flow-list__num .en {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__num .en {
    font-size: 1.6rem;
  }
}
.p-flow-list__num .num {
  font-size: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__num .num {
    font-size: 3.6rem;
  }
}
.p-flow-list__content {
  padding: 1.5rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list__content {
    padding: 1rem 1.5rem;
  }
}
.p-flow-list__txt {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow-list__txt {
    letter-spacing: 0;
  }
}
.p-flow-list__btn {
  width: 100%;
  height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 0 0;
}
.p-flow-list__btn 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%;
  color: #fff;
  background: #ff4e00;
  border-radius: 5rem;
  border-bottom: 0.3rem solid #d13b00;
  cursor: pointer;
}

.p-faq {
  background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 3.8rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 3.8rem);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    background-image: repeating-linear-gradient(90deg, #ddd, #ddd 1px, transparent 1px, transparent 2.4rem), repeating-linear-gradient(0deg, #ddd, #ddd 1px, #fff 1px, #fff 2.4rem);
    padding: 5rem 0;
  }
}
.p-faq__ttl {
  text-align: center;
  font-weight: 700;
  color: #023894;
  line-height: 1;
  font-size: 6rem;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    font-size: 2.8rem;
  }
}
.p-faq__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ttl span {
    padding: 0 0.8rem;
  }
}
.p-faq-define {
  background: #e8e8e8;
  padding: 3.6rem 4.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define {
    padding: 0;
    margin-top: 1rem;
  }
}
.p-faq-define:first-child {
  margin-top: 0;
}
.p-faq-define__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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl {
    font-size: 1.4rem;
    padding: 1.6rem 3rem 1.6rem 1.6rem;
  }
}
.p-faq-define__ttl span {
  width: 6rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  color: #005da5;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl span {
    width: 3.5rem;
    font-size: 1.8rem;
    margin: 0.3rem 0 0;
  }
}
.p-faq-define__ttl::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 2.2rem;
  height: 1.4rem;
  background: url(../img/home/icn_faq.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl::after {
    top: 50%;
    width: 1.1rem;
    height: 0.7rem;
    margin-top: -0.35rem;
  }
}
.is-open .p-faq-define__ttl::after {
  transform: scale(1, -1);
}
.p-faq-define__txt {
  display: none;
  position: relative;
  font-weight: 700;
  margin: 3rem 0 0;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt {
    font-size: 1.4rem;
    margin: 0;
    padding: 1.6rem;
  }
}
.p-faq-define__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #bcbcbc;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt::before {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}

.p-message {
  background: url(../img/home/bg_message.jpg) center center/cover no-repeat;
  padding: 9.6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 5rem 0;
  }
}
.p-message__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  text-shadow: 2px 2px 1.2rem rgba(28, 35, 45, 0.4);
  padding: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-message__ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-message__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #fff;
  box-shadow: 2px 2px 1.2rem rgba(28, 35, 45, 0.4);
}
.p-message__txt {
  line-height: 1.6;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin: 2.4rem 0 0;
  text-shadow: 2px 2px 1.2rem rgba(28, 35, 45, 0.4);
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    font-size: 1.4rem;
    text-align: left;
    margin: 1.5rem 0 0;
  }
}
.p-message-content {
  background: #fff;
  margin: 3rem 0 0;
  padding: 0 0 4rem;
}
.p-message-content__ttl {
  color: #fff;
  background: #ff4e00;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.8;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-message-content__ttl {
    font-size: 2rem;
    line-height: 1.4;
    padding: 0.5rem 0;
  }
}
.p-message-content__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-content__txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-message-content__txt span {
  position: relative;
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #fff200 30%);
  color: #005da5;
}
@media screen and (max-width: 767px) {
  .p-message-content__txt span {
    font-size: 2rem;
  }
}
.p-message-content-list {
  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: 110rem;
  background: #fff;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-message-content-list {
    width: auto;
    flex-flow: column;
    gap: 1rem 0;
    margin: 2rem 0 0;
    padding: 0 1.5rem;
  }
}
.p-message-content-list__item {
  position: relative;
  width: 35.3rem;
  background: #eaeaea;
  border-radius: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-message-content-list__item {
    width: 100%;
    font-size: 1.6rem;
    padding: 4rem 0 2rem;
  }
}
.p-message-content-list__item::before {
  content: "";
  position: absolute;
  top: 2.6rem;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../img/home/icn_message.svg) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-message-content-list__item::before {
    top: 1.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}

.p-form {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 5rem 0;
  }
}
.p-form--confirm {
  padding: 18rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-form--confirm {
    padding: 5rem 0;
  }
}
.p-form__letter {
  text-align: center;
}
.p-form__ttl {
  text-align: center;
  font-weight: 700;
  color: #023894;
  line-height: 1;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__ttl {
    font-size: 2.8rem;
  }
}
.p-form__ttl span {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__ttl span {
    padding: 0 0.8rem;
  }
}
.p-form__txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-form__txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 2rem 0;
  }
}
.p-form-define {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form-define {
    width: auto;
  }
}
.p-form-define dt {
  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;
  font-weight: 700;
  line-height: 1;
  gap: 0 1rem;
}
.p-form-define dt.required span {
  background: #ff4e00;
}
.p-form-define dt.any span {
  background: #aaa;
}
.p-form-define dt span {
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 0.4rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-form-define dt span {
    font-size: 1rem;
  }
}
.p-form-define dd {
  padding: 0.8rem 0 3rem;
}
.p-form-define dd:last-child {
  padding-bottom: 0;
}
.p-form-define dd input[type=text],
.p-form-define dd input[type=tel],
.p-form-define dd input[type=email] {
  width: 100%;
  height: 4.5rem;
  border: 1px solid #b4b4b4;
  border-radius: 0.4rem;
  padding: 0 0.5rem;
}
.p-form-define dd textarea {
  width: 100%;
  height: 12rem;
  border: 1px solid #b4b4b4;
  border-radius: 0.4rem;
  padding: 0.5rem;
  resize: vertical;
  font-family: inherit;
}
.p-form-define .error {
  color: #ff0000;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-form-define .error {
    font-size: 1.2rem;
  }
}
.p-form-define .check {
  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;
  flex-wrap: wrap;
  gap: 0 3rem;
  padding: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-form-define .check {
    gap: 0 1rem;
    padding: 1rem 0 0;
  }
}
.p-form-define .check .error {
  width: 100%;
}
.p-form-define .check .item {
  line-height: 1;
}
.p-form-define .check .item label {
  position: relative;
}
.p-form-define .check .item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-form-define .check .item label input:checked + span::before {
  background: url(../img/home/icn_form_on.svg) 0 0/100% auto no-repeat;
}
.p-form-define .check .item label span {
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-form-define .check .item label span {
    padding: 0 0 0 1.8rem;
  }
}
.p-form-define .check .item label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/home/icn_form_off.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-form__submit {
  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: 50rem;
  height: 8.8rem;
  color: #fff;
  font-size: 3rem;
  background: #ff4e00;
  border-radius: 5rem;
  border-bottom: 0.9rem solid #d13b00;
  cursor: pointer;
  margin: 8rem auto 0;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-form__submit:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    border-bottom: 0.5rem solid #d13b00;
    margin: 5rem auto 0;
  }
}
.p-form__back {
  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: 30rem;
  height: 6rem;
  color: #fff;
  font-size: 2.4rem;
  background: #aaa;
  border-radius: 5rem;
  border-bottom: 0.6rem solid #666;
  cursor: pointer;
  margin: 3rem auto 0;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-form__back:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-form__back {
    width: 20rem;
    height: 4rem;
    font-size: 1.6rem;
    border-bottom: 0.5rem solid #666;
    margin: 2rem auto 0;
  }
}
.p-form__btn {
  width: 50rem;
  height: 8.8rem;
  font-size: 3rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    margin: 3rem auto 0;
  }
}
.p-form__btn 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%;
  color: #fff;
  background: #ff4e00;
  border-radius: 5rem;
  border-bottom: 0.9rem solid #d13b00;
}

.p-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}
.p-float.is-visible {
  pointer-events: all;
  opacity: 1;
}
.p-float.is-hidden {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-float {
    display: none;
  }
}
.p-float__block {
  height: 8rem;
  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;
  gap: 0 4rem;
  max-width: 136rem;
  padding: 0 0 0 3.5rem;
  margin: 0 auto;
}
.p-float__txt {
  width: calc(100% - 54rem);
  max-width: 76.4rem;
}
.p-float-menu {
  position: absolute;
  right: 0;
  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;
  width: 50rem;
}
.p-float-menu__tel {
  width: 29.4rem;
}
.p-float-menu__btn {
  width: 18.5rem;
  height: 8rem;
  font-weight: 700;
}
.p-float-menu__btn 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%;
  background: #ff4e00;
  color: #fff;
}