/* work-bridal.css
---------------------------------------- */
.p-bridal-staff {
  margin-top: 48px;
  padding: 45px 2.6041666667vw 40px 2.4479166667vw;
  background-color: rgba(0, 113, 197, .1);
}
@media all and (min-width: 916px)and (max-width: 1199px) {
  .p-bridal-staff {
    padding: 45px 40px 40px;
  }
}
@media all and (max-width: 915px) {
  .p-bridal-staff {
    margin-top: 31px;
    padding: 25px 15px 30px 12px;
  }
}
.p-bridal-staff__title {
  margin-bottom: 26px;
  text-align: center;
  text-decoration: underline;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3666666667;
  letter-spacing: .1em;
}
@media all and (max-width: 915px) {
  .p-bridal-staff__title {
    margin-bottom: 22px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.p-bridal-staff__list {
  display: grid;
  gap: 27px 0;
}
@media all and (min-width: 916px) {
  .p-bridal-staff__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media all and (min-width: 916px)and (max-width: 1199px) {
  .p-bridal-staff__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-bridal-staff__link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media all and (min-width: 916px) {
  .p-bridal-staff__link:hover .p-bridal-staff__box::before {
    background-color: rgba(0, 113, 197, .8);
  }
}
@media all and (min-width: 916px) {
  .p-bridal-staff__link:hover .p-bridal-staff__detail {
    color: #fff;
  }
}
@media all and (min-width: 916px) {
  .p-bridal-staff__link:hover .p-bridal-staff__detail::before {
    background-image: url("../../_common/img/ico_arrow_right_04_pc.svg");
  }
}
.p-bridal-staff__image {
  width: 49.864%;
  margin-bottom: 17px;
  border: 3px solid #fff;
  z-index: 1;
}
@media all and (min-width: 916px) {
  .p-bridal-staff__image {
    width: 57.568%;
    margin-bottom: 27px;
  }
}
.p-bridal-staff__image > img {
  width: 100%;
}
.p-bridal-staff__box {
  position: relative;
  width: 42.432%;
}
@media all and (max-width: 915px) {
  .p-bridal-staff__box {
    width: 50.136%;
  }
}
.p-bridal-staff__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 159.36%;
  height: 100%;
  background-color: #fff;
}
@media all and (min-width: 916px) {
  .p-bridal-staff__box::before {
    width: 220.064%;
    transition: all .3s ease-out;
  }
}
.p-bridal-staff__detail {
  position: relative;
  padding: 37px 5px 36px min(47px, 12.0512820513vw);
  letter-spacing: .03em;
}
@media all and (min-width: 916px) {
  .p-bridal-staff__detail {
    padding: 58px 10px 58px 15.39%;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media all and (min-width: 916px)and (max-width: 1199px) {
  .p-bridal-staff__detail {
    padding-left: 20px;
  }
}
.p-bridal-staff__detail::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 6px;
  background: url("../../_common/img/ico_arrow_right_03_pc.svg") no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 915px) {
  .p-bridal-staff__detail::before {
    right: 15px;
    bottom: 15px;
    width: 30px;
    background-image: url("../../_common/img/ico_arrow_right_03_sp.svg");
  }
}
.p-bridal-works {
  margin-bottom: 92px;
  padding: 57px 60px 60px;
  background-color: rgba(0, 113, 197, .1);
}
@media all and (max-width: 915px) {
  .p-bridal-works {
    margin-bottom: 80px;
    padding: 39px 15px 40px;
  }
}
@media all and (min-width: 916px) {
  .p-bridal-works__in {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.p-bridal-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 15px;
}
@media all and (max-width: 915px) {
  .p-bridal-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.p-bridal-card__link {
  display: block;
}
@media all and (min-width: 916px) {
  .p-bridal-card__link:hover .p-bridal-card__text {
    background-color: rgba(0, 113, 197, .8);
    color: #fff;
  }
}
@media all and (min-width: 916px) {
  .p-bridal-card__link:hover .p-bridal-card__text::before {
    background-image: url("../../_common/img/ico_arrow_right_04_pc.svg");
  }
}
.p-bridal-card__image > img {
  width: 100%;
}
.p-bridal-card__text {
  position: relative;
  padding: 8px 40px 7px 10px;
  background-color: #fff;
  line-height: 1.4285714286;
  letter-spacing: .03em;
}
@media all and (min-width: 916px) {
  .p-bridal-card__text {
    padding: 17px 60px 16px 20px;
    font-size: 1.375rem;
    line-height: 1.3181818182;
    letter-spacing: .05em;
    transition: all .3s ease-out;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 370px;
  }
}
.p-bridal-card__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 6px;
  background: url("../../_common/img/ico_arrow_right_03_pc.svg") no-repeat left top;
  background-size: contain;
  transform: translateY(-50%);
}
@media all and (max-width: 915px) {
  .p-bridal-card__text::before {
    right: 10px;
    width: 30px;
    background-image: url("../../_common/img/ico_arrow_right_03_sp.svg");
  }
  .p-bridal-card__text {
    padding: 8px 40px 7px 10px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    width: 370px;
  }
}