.p-footer {
  padding-top: 3.2rem;
}

.c-keyvisual__figure__item__image {
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-keyvisual {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 66.6666666667vh;
}
.p-keyvisual__figure {
  height: 100%;
}

.p-description {
  background-color: rgba(128, 128, 128, 0.7);
  background-image: url(../images/bg_description.jpg);
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10.6rem;
  padding-left: calc(100vw - 80%);
  padding-top: 10.6rem;
}
.p-description__heading-2 {
  font-size: 3.2rem;
  text-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.5), 0 0.4rem 0.5rem rgba(0, 0, 0, 0.5);
}
.p-description__heading-2 + * {
  margin-top: 2em;
}
.p-description__text {
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  padding: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-description__text {
    padding: 2.4rem;
  }
}

.p-style {
  padding: 10.6rem 10%;
}
.p-style::before {
  background-image: url(../images/bg_code.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(1px) grayscale(70%) contrast(140%);
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-style {
    padding: 10.6rem 2.4rem;
  }
}
.p-contact {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: -5px auto;
  overflow: hidden;
  padding-bottom: 10.6rem;
  padding-right: 0;
  padding-top: 10.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 7.6rem;
    padding-top: 7.6rem;
  }
}
.p-contact::after {
  background-image: url(../images/bg_section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  content: "";
  display: block;
  filter: blur(5px) grayscale(70%) contrast(200%);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 0;
}
.p-contact__heading-2 {
  position: absolute;
  visibility: hidden;
  z-index: 1;
}
.p-contact__block {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__block {
    flex-flow: column;
  }
}
.p-contact__form {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1.3rem -1rem 0 4px rgba(203, 42, 117, 0.3), 1rem -0.7rem 1.5rem 2px rgba(203, 42, 117, 0.5);
  display: flex;
  flex-flow: column;
  max-width: 768px;
  padding: 4.8rem 4.8rem 4.8rem 12%;
  position: relative;
  right: 5%;
  transition: 0.5s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .p-contact__form {
    padding: 5% 5% 5% 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    box-shadow: none;
    padding: 2.4rem;
    right: 0;
  }
}
.p-contact__info {
  background-color: rgba(203, 42, 117, 0.95);
  flex: 0 0 auto;
  margin: 40px 0;
  padding: 2.5%;
  position: relative;
  right: 10%;
  transform: translate(50%, 0);
  transition: 0.5s ease;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .p-contact__info {
    padding: 2.4rem;
    right: 0;
    transform: translate(0, 0);
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__info {
    margin-top: 0;
    width: 100%;
  }
}
.p-contact__info__heading-3 {
  margin-bottom: 2.4rem;
}
.p-contact__info__list__email {
  margin-top: 1.6rem;
}
.p-contact__info__list__name {
  margin-top: 2.4rem;
}
.p-contact__info__list__name::before {
  content: "-";
  display: inline-block;
  margin-right: 1rem;
}
.p-contact__info__list__name::after {
  content: "-";
  display: inline-block;
  margin-left: 1rem;
}
.p-contact__info__sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__info__sns {
    justify-content: center;
  }
}
.p-contact__info__sns__item {
  padding: 1.6rem;
}
.p-contact__info__sns svg {
  max-height: 40px;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */