.p_service_primary {
  padding-top: 30px;
}
.p_service_lead {
  line-height: 2;
}
.p_service_list {
  margin-top: 40px;
}
.p_service_list .item {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 64px;
}
.p_service_list .item:not(:last-child) {
  margin-bottom: 50px;
}
.p_service_list .item_content {
  width: 100%;
}
.p_service_list .item_ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p_service_list .item_ttl_jp {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.3125rem;
  line-height: 1;
  flex-wrap: wrap;
  gap: 5px 0;
  padding-left: 12px;
}
.p_service_list .item_ttl_en {
  font-family: "Bodoni 72 Book", sans-serif;
  color: #d8dfe6;
  display: block;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 3.125rem;
}
.p_service_list .item_ttl_en .ttl_en {
  opacity: 0.4;
}
.p_service_list .item_ttl_en::before {
  content: "";
  background-color: #1d6dab;
  width: 3px;
  height: 47px;
  margin-right: 9px;
}
.p_service_list .item_ttl_accent {
  color: #1d6dab;
  display: flex;
  align-items: center;
}
.p_service_list .item_ttl_accent::before {
  background-color: black;
  height: 1px;
  content: "";
  flex-shrink: 0;
  width: 28px;
  margin: 0 6px;
}
.p_service_list .item_desc {
  line-height: 2;
  margin-top: 18px;
}
.p_service_list .item_box {
  background-color: #ebeff2;
  line-height: 2;
  margin-top: 18px;
  padding: 9px 15px;
}
.p_service_list .item_box_desc {
  position: relative;
  font-size: 0.90625rem;
  padding-left: 15px;
}
.p_service_list .item_box_desc::after {
  content: "";
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  background-color: #1d6dab;
  position: absolute;
  left: 0;
  top: 13px;
}
.p_service_list .item_box_desc:not(:last-child) {
  margin-bottom: 1px;
}
.p_service_list .item_img {
  position: relative;
  z-index: 0;
}
.p_service_list .item_img::after, .p_service_list .item_img::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
}
.p_service_list .item_img::before {
  z-index: -1;
  background-color: white;
  right: -7px;
  bottom: -7px;
}
.p_service_list .item_img::after {
  background-image: linear-gradient(to bottom, #3594c7, #1d6dab);
  z-index: -2;
  right: -8px;
  bottom: -8px;
}
.p_service_contact {
  background-color: #f5f5f5;
  margin-top: 60px;
  padding: 50px 0;
}
.p_service_contact_list {
  display: grid;
  margin-top: 40px;
}
.p_service_contact_list .item {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.p_service_contact_list .item:not(:last-child) {
  margin-bottom: 30px;
}
.p_service_contact_list .item_content {
  padding: 0 20px 20px;
}
.p_service_contact_list .item_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  display: table;
  background-image: linear-gradient(135deg, #3594c7, #1d6dab);
  font-weight: 700;
  color: white;
  position: relative;
  padding: 5px 10px;
  margin-top: -20px;
}
.p_service_contact_list .item_desc {
  text-align: left;
  line-height: 2;
  margin-top: 15px;
}
.p_service_contact_list .item_img img {
  width: 100%;
}
.p_service_faq .c_faq {
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .p_service_primary {
    padding-top: 56px;
  }
  .p_service_list {
    margin-top: 88px;
  }
  .p_service_list .item {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 100px;
  }
  .p_service_list .item:not(:last-child) {
    margin-bottom: 94px;
  }
  .p_service_list .item_ttl {
    font-size: 1.875rem;
    font-size: clamp(1.375rem, 2.8985507246vw + -0.4800724638rem, 1.875rem);
  }
  .p_service_list .item_ttl_jp {
    padding-left: 0.8em;
    padding-bottom: 0.1333333333em;
    font-size: 1em;
  }
  .p_service_list .item_ttl_en {
    font-size: 4em;
  }
  .p_service_list .item_ttl_en::before {
    width: 6px;
    height: 0.7833333333em;
    margin-right: 0.15em;
  }
  .p_service_list .item_ttl_accent::before {
    width: 1.3333333333em;
    margin: 0 0.2333333333em;
  }
  .p_service_list .item_desc {
    margin-top: 15px;
  }
  .p_service_list .item_box {
    margin-top: 20px;
    padding: 18px 22px;
  }
  .p_service_list .item_box_desc {
    font-size: 1rem;
    padding-left: 20px;
  }
  .p_service_list .item_box_desc::after {
    top: 15px;
  }
  .p_service_list .item_box_desc {
    padding-left: 16px;
  }
  .p_service_list .item_img {
    max-width: 510px;
    margin: 0 auto;
    width: calc(50% - 20px);
  }
  .p_service_list .item_img::after, .p_service_list .item_img::before {
    height: 60px;
    width: 60px;
  }
  .p_service_list .item_img::before {
    right: -17px;
    bottom: -17px;
  }
  .p_service_list .item_img::after {
    right: -19px;
    bottom: -19px;
  }
  .p_service_contact {
    margin-top: 100px;
    padding: 77px 0 84px;
  }
  .p_service_contact_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 80px;
    margin-top: 104px;
    -moz-column-gap: clamp(1.875rem, 11.135857461vw + -3.3518930958rem, 5rem);
    column-gap: clamp(1.875rem, 11.135857461vw + -3.3518930958rem, 5rem);
  }
  .p_service_contact_list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .p_service_contact_list .item_content {
    padding: 0 40px 34px;
    padding: 0 clamp(1.25rem, 7.326007326vw + -2.1886446886rem, 2.5rem) 34px;
  }
  .p_service_contact_list .item_ttl {
    font-size: 1.75rem;
    font-size: clamp(1.5rem, 1.4652014652vw + 0.8122710623rem, 1.75rem);
    margin-top: -0.9642857143em;
    padding: 0.1428571429em 0.6785714286em;
  }
  .p_service_contact_list .item_desc {
    margin-top: 25px;
  }
  .p_service_faq .c_faq_list {
    margin-top: 76px;
  }
}
@media screen and (min-width: 960px) {
  .p_service_list .item {
    flex-direction: row;
    padding-top: 0;
    flex-wrap: nowrap;
    gap: 40px 90px;
    -moz-column-gap: clamp(2.5rem, 20.8333333333vw + -10rem, 5.625rem);
    column-gap: clamp(2.5rem, 20.8333333333vw + -10rem, 5.625rem);
  }
  .p_service_list .item_ttl {
    position: static;
    margin-right: -20px;
  }
  .p_service_list .item_img {
    margin: 0;
    flex-shrink: 0;
    top: 8px;
  }
}
/*# sourceMappingURL=maps/service.css.map */
