.p-customMadeSec {
  padding-block: 100px;
  background-size: cover;
}
.p-customMadeSec .p-home__heading {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-customMadeSec .p-home__heading {
    margin-bottom: 40px;
    white-space: nowrap;
  }
}

.p-customMadeSec-images {
  display: flex;
  margin-bottom: 50px;
}
.p-customMadeSec-images img {
  width: 25%;
}
@media (max-width: 767px) {
  .p-customMadeSec-images {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p-customMadeSec-images img {
    width: 50%;
  }
}

.p-customMadeSec-text {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-customMadeSec-text {
    text-align: left;
  }
}

.p-customMadeSec-more {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.p-customMadeSec-more + .p-customMadeContact {
  margin-top: 50px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-customMadeSec-more + .p-customMadeContact {
    margin-top: 40px;
  }
}

.p-customMadeContact-lead {
  text-align: center;
  margin-bottom: 30px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-customMadeContact-lead {
    margin-bottom: 26px;
  }
}

.p-customMadeContact-cols {
  display: flex;
  max-width: 940px;
  margin-inline: auto;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-customMadeContact-cols {
    display: block;
  }
}

.p-customMadeContact-tel {
  flex-basis: 50%;
  border-right: 1px solid #ffffff;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-customMadeContact-tel {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding-inline: 0;
    padding-bottom: 24px;
  }
}

.p-customMadeContact-text1 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-customMadeContact-text1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-customMadeContact-text2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-customMadeContact-text2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.p-customMadeContact-email {
  flex-basis: 50%;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-customMadeContact-email {
    padding-inline: 0;
    padding-top: 24px;
  }
}

.p-customMadeContact-text4 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-customMadeContact-text4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-highQuality {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .p-highQuality {
    padding-block: 50px;
  }
}

.p-highQuality-cols {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-highQuality-cols {
    flex-direction: column;
  }
}

.p-highQuality-image {
  flex-basis: 51%;
}
.p-highQuality-image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-highQuality-image {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}

.p-highQuality-body {
  flex-basis: 44%;
}
@media (max-width: 767px) {
  .p-highQuality-body {
    flex-basis: auto;
  }
}

.p-highQuality-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.p-highQuality-title span {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-highQuality-title {
    text-align: center;
    font-size: 24px;
  }
}

.p-contactFloat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-image: url("../img/common/bg_heading_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 83px;
  background-color: #8B6620;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 20px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 11;
}
.p-contactFloat img {
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .p-contactFloat {
    right: 9px;
    font-size: 13.85px;
    gap: 5.76px;
    width: 100px;
    height: 100px;
    background-size: 63.85px;
  }
}