.p-contacthead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6.7rem;
  margin-top: 9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contacthead {
    display: block;
    margin-top: 5rem;
  }
}
.p-contacthead__baloon {
  z-index: -1;
}
.p-contacthead__baloon .c-baloon__item {
  bottom: 12rem;
  left: calc(50% + 26rem);
}
@media screen and (max-width: 767px) {
  .p-contacthead__baloon .c-baloon__item {
    display: none;
  }
}

.p-contact__body {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    margin-top: 2rem;
  }
}

.p-contact__box {
  background: #fff;
  padding: 6rem 9rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    padding: 3rem 2rem 2rem;
    border-radius: 1rem;
  }
}

.p-contact__mailaddress {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.35rem;
  color: #DC000C;
  text-align: center;
  padding-bottom: 5.5rem;
  border-bottom: 0.1rem solid #DC000C;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__mailaddress {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    padding-bottom: 3rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact__mailaddress:hover {
    opacity: 0.7;
  }
}

.p-contact__message {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2.3;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__message {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2;
    text-align: left;
  }
}

.p-contact__point {
  background: rgba(248, 99, 107, 0.1);
  margin-top: 2rem;
  letter-spacing: 0.25rem;
  padding: 4.5rem 3rem;
  font-weight: 500;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__point {
    font-size: 1.6rem;
    padding: 2rem 5rem;
    line-height: 2.2;
    text-align: left;
  }
}

.p-contact__baloon {
  z-index: -1;
}
.p-contact__baloon .c-baloon__item.m-01 {
  bottom: -15rem;
  left: calc(50% + 51.5rem);
}
@media screen and (max-width: 767px) {
  .p-contact__baloon .c-baloon__item.m-01 {
    top: auto;
    bottom: 7rem;
    left: 0;
  }
}
.p-contact__baloon .c-baloon__item.m-02 {
  top: 10rem;
  right: calc(50% - 17.5rem);
}

.l-container {
  min-height: calc(100vh - 98rem - 11.5rem);
}