/*==================================================
section contact
===================================*/
.p-bottom-contact5 {
  position: relative;
  background-image: url(../img/bottom_cta_bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.p-bottom-contact5::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}

.p-bottom-contact5__inner {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  padding: 6.4rem 2rem;
}

.p-bottom-contact5__title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}

.p-bottom-contact5__enTitle {
  display: block;
  color: #b59a24;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p-bottom-contact5__description {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.13em;
  text-align: center;
  margin-bottom: 4.5rem;
}

.p-bottom-contact5__wrap {
  margin-top: 4rem;
}

.p-bottom-contact5__block {
  width: 100%;
  margin-inline: auto;
}

.p-bottom-contact5__block:nth-of-type(2) {
  margin-top: 3.4rem;
}

.p-bottom-contact5__airplane {
  width: 4rem;
  height: 3.3rem;
  margin-inline: auto;
  background-image: url(../img/icon_mail.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.p-bottom-contact5__call {
  width: 2.8rem;
  height: 3.6rem;
  margin-inline: auto;
  background-image: url(../img/icon_tel_white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-bottom-contact5__callButton {
  display: block;
  margin-top: 0.9rem;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.13em;
}

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

.p-bottom-contact5__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 0 auto;
}

.p-bottom-contact5__btn {
  display: block;
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.5rem;
  letter-spacing: 0.14rem;
  text-align: center;
  padding: 2.5rem;
  width: 34rem;
  border-radius: 10rem;
  position: relative;
  margin: 0 auto;
}

.p-bottom-contact5__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1rem;
  right: 2rem;
}

.p-bottom-contact5__btn span {
  position: relative;
  padding-left: 1rem;
}

.p-bottom-contact5__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-bottom-contact5__btn:nth-of-type(1) span::before {
  background: url(../img/icon_line.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: -2rem;
}

.p-bottom-contact5__btn:nth-of-type(2) span::before {
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 2rem;
  left: -1.3rem;
}

.p-bottom-contact5__btn:nth-of-type(3) span::before {
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 2rem;
  left: -1.3rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-contact5__inner {
    max-width: 104.6rem;
    padding: 9.5rem 2.5rem 9.9rem;
  }

  .p-bottom-contact5__title {
    font-size: 2.8rem;
  }

  .p-bottom-contact5__enTitle {
    font-size: 2.2rem;
  }

  .p-bottom-contact5__description {
    margin-top: 3rem;
    margin-inline: auto;
  }

  .p-bottom-contact5__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7.4rem;
  }

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

  .p-bottom-contact5__block {
    position: relative;
    width: 50%;
  }

  .p-bottom-contact5__block:nth-of-type(2) {
    margin-top: 0;
  }

  .p-bottom-contact5__contactWrap {
    max-width: 32.8rem;
    margin: 0.4rem 8rem 0 auto;
    margin-right: 8rem;
    padding: 2.2rem 0;
  }

  .p-bottom-contact5__callWrap {
    max-width: 27.8rem;
    margin: 0.3rem 0 0 8rem;
    padding: 2.8rem 0;
  }

  .p-bottom-contact5__airplane {
    width: 4.9rem;
    height: 4rem;
  }

  .p-bottom-contact5__text {
    margin-top: 3rem;
    font-size: 1.8rem;
  }

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

  .p-bottom-contact5__button {
    margin-top: 2.7rem;
    padding: 2.4rem 0;
  }

  .p-bottom-contact5__call {
    width: 3.5rem;
    height: 4.5rem;
  }

  .p-bottom-contact5__callButton {
    font-size: 3.4rem;
  }

  .p-bottom-contact5__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

/*==================================================
section contact END
===================================*/
