.p-bottom-contact5 {
  color: #fff;
  text-align: center;
  background-image: url(../img/contact-cta-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

}
@media screen and (min-width: 768px) {
  .p-bottom-contact5 {
  }
}
.p-bottom-contact5 .sectionTitle--ja::before {
  top: -9.5px;
}

@media screen and (max-width: 767px) {
  .p-bottom-contact5 .sectionTitle--ja::before {
    top: 4.5px;
  }
}


.p-bottom-contact5__inner {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__inner {
    max-width: 104.6rem;
    padding: 67px 2.5rem 62px;
  }
}

.p-bottom-contact5__title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__title {
    font-size: 2.8rem;
  }
}

.p-bottom-contact5__enTitle {
  display: block;
  color: #B59A24;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__enTitle {
    font-size: 2.2rem;
  }
}

.p-bottom-contact5__description {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__description {
    margin-top: 6px;
    margin-inline: auto;
  }
}

.p-bottom-contact5__wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__wrap {
    transform: translateX(17px);
    margin-top: 36px;
    display: flex;
    justify-content: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-contact5__wrap:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 49%;
    transform: translateX(-50%);
  }
}

.p-bottom-contact5__block {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__block {
    width: 50%;
    position: relative;
  }
}

.p-bottom-contact5__block:nth-of-type(2) {
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__block:nth-of-type(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-contact5__contactWrap {
    padding: 2.2rem 0;
    margin-right: 8rem;
    max-width: 32.8rem;
    margin: 0.4rem 8rem 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-bottom-contact5__callWrap {
    padding: 2.8rem 0;
    max-width: 27.8rem;
    margin: 0.3rem 0 0 8rem;
  }
}

.p-bottom-contact5__airplane {
  margin-inline: auto;
  background-image: url(../images/bottom-contact5/paper-airplane.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4rem;
  height: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__airplane {
    width: 4.9rem;
    height: 4rem;
  }
}

.p-bottom-contact5__text {
  margin-top: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-bottom-contact5__text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__text {
    font-family: "Noto Sans JP Bold";
font-weight: normal;
font-size: 18px;
letter-spacing: 0.13em;
margin-top: 30px;
color: #fff;
  }
}

.p-bottom-contact5__callWrap .p-bottom-contact5__text {
  margin-top: 1.6rem;

}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__callWrap .p-bottom-contact5__text {
    margin-top: 2.7rem;
    margin-bottom: 13px;
  }
}

.p-bottom-contact5__button {
  border: 1px solid #fff;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2.4rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__button {
    margin-top: 2.7rem;
    padding: 2.4rem 0;

    font-family: "Noto Sans JP Medium";
font-weight: normal;
font-size: 15px;
letter-spacing: 0.13em;
text-align: center;
color: #fff;
  }
}

.p-bottom-contact5__call {
  margin-inline: auto;
  background-image: url(../images/bottom-contact5/call.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.8rem;
  height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-bottom-contact5__call {
    width: 3.5rem;
    height: 4.5rem;
  }
}

.p-bottom-contact5__callButton {
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 53px;
  text-align: center;
  color: #fff; 
  white-space: nowrap;
  margin-left: -23px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-bottom-contact5__callButton {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .p-bottom-contact5__callButton {
    margin-left: 0;
  }
}

.p-bottom-contact5__time {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.13em;

  font-family: "Noto Sans JP Medium";
font-weight: normal;
font-size: 10px;
letter-spacing: 0.13em;
line-height: 26px;
text-align: center;
color: #fff;

}

@media (min-width: 768px) and (max-width: 999px) {
  .p-bottom-contact5__time {
    white-space: nowrap;
  }
}

.p-bottom-contact5 .sectionTitle__wrapper {
  display: flex;
  flex-direction:column;
  gap: 0;
}
.p-bottom-contact5 .sectionTitle--en {
  color: #FFF;
}
.p-bottom-contact5 .sectionTitle--en::before {
  display: none;
}

.p-bottom-contact5 .sectionTitle--ja {
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-bottom-contact5__description {
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-top: 17px;
}