.p-contact__ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    margin-bottom: 41px;
  }
}
.p-contact__content {
  border: 1px solid #000;
  background-color: #fff;
  padding: 68px 4.5% 86px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-contact__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    border-radius: 15px 0 15px 0;
    padding: 24px 4.5% 51px;
  }
}
.p-contact__lead {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    letter-spacing: 0;
    font-size: 13px;
    margin-bottom: 33px;
  }
}
.p-contact__area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .p-contact__area {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-contact__area + .p-contact__area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__area + .p-contact__area {
    margin-top: 28px;
  }
}
.p-contact__area-address {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-contact__area-address {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__area-address {
    flex-grow: 1;
  }
}
.p-contact__area-ttl {
  font-size: min(28px, 2.3vw);
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 3%;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-contact__area-ttl {
    text-align: center;
    width: 100%;
    font-size: 17px;
    margin: 0 0 15px;
  }
}
.p-contact__area-copy {
  max-width: 180px;
  width: 23%;
  text-align: center;
  height: 50px;
  flex-shrink: 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #000;
  margin-left: 1%;
  cursor: pointer;
}
@media (hover: hover) {
  .p-contact__area-copy {
    transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-contact__area-copy:hover {
    background-color: #fff;
  }
  .p-contact__area-copy:hover .p-contact__area-copy-text {
    color: #000;
  }
  .p-contact__area-copy:hover .p-contact__area-copy-text::after {
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__area-copy {
    flex-shrink: 0;
    width: 33%;
    min-width: 100px;
    margin-left: 1%;
    height: 40px;
  }
}
.p-contact__area-copy-text {
  color: #fff;
  position: relative;
  padding-right: 19px;
  font-size: min(16px, 1.6vw);
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-contact__area-copy-text {
    font-size: 10px;
    padding-right: 10px;
  }
}
.p-contact__area-copy-text::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  -webkit-mask: url(../img/contact/icon_copy.png) no-repeat center center;
  mask: url(../img/contact/icon_copy.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-contact__area-copy-text::after {
    right: -9px;
    width: 13px;
    height: 13px;
  }
}
.p-contact__btns {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-contact__btns {
    margin-top: 20px;
  }
}
.p-contact__btns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .p-contact__btns-list {
    display: block;
    width: 79%;
  }
}
.p-contact__btns-list-item {
  width: 48.5%;
  margin-right: 3%;
}
.p-contact__btns-list-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__btns-list-item {
    width: 100%;
  }
  .p-contact__btns-list-item + .p-contact__btns-list-item {
    margin-top: 15px;
  }
}
.p-contact__btns-list-item .c-btn__inner {
  padding: 29px 15% 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__btns-list-item .c-btn__inner {
    padding: 15px 15% 17px;
  }
}
.p-contact__btns-list-item .c-btn__inner::after {
  width: 19px;
  height: 19px;
  right: 7%;
}
.p-contact__btns-list-item .c-btn__text {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .p-contact__btns-list-item .c-btn__text {
    font-size: 11px;
  }
}