.p-service-fv__en {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: italic;
  color: #987a3e;
}

.p-service .p-fv,
.p-service-detail .p-fv {
  overflow: hidden;
}
.p-service .p-fv__text,
.p-service-detail .p-fv__text {
  gap: 15px;
}
.p-service .p-fv__desc,
.p-service-detail .p-fv__desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-service .p-fv__desc br,
  .p-service-detail .p-fv__desc br {
    display: none;
  }
}
.p-service .p-fv__bg img,
.p-service-detail .p-fv__bg img {
  transform: scale(1.08);
  filter: blur(var(--fv-blur-radius, 4px));
}
.p-service .p-fv__bg::before,
.p-service-detail .p-fv__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(56, 69, 134) 0%, rgb(56, 69, 134) 40%, rgba(31, 38, 48, 0) 65%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service .p-fv__bg::before,
  .p-service-detail .p-fv__bg::before {
    background: linear-gradient(45deg, rgb(56, 69, 134) 0%, rgb(56, 69, 134) 20%, rgba(31, 38, 48, 0) 65%);
  }
}

.p-section--service {
  padding-top: 0;
  padding-bottom: 0;
}
.p-section--service .p-section__inner {
  width: 1380px;
  padding-top: 0;
  padding-bottom: 0;
}

.p-service-groups {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-service-group .p-section__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-service-group .c-title__en {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-service-group .c-title__en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-service-group__panel {
  padding: 80px 100px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(51, 51, 51, 0.02);
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .p-service-group__panel {
    padding: 80px 30px 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-group__panel {
    padding: 60px 20px 50px;
  }
}

.p-service-group__panel--factoring {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-service-group__panel--factoring {
    padding-top: 50px;
  }
}

.p-service-group__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  word-break: auto-phrase;
  color: #987a3e;
}
@media screen and (max-width: 768px) {
  .p-service-group__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-service-group__list {
  display: flex;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .p-service-group__list {
    flex-direction: column;
  }
}
.p-service-group__list > li {
  flex: 1 1 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.p-service-group__item {
  height: 100%;
}

.p-service-group__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .p-service-group__link {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .p-service-group__link {
    display: block;
  }
}

.p-service-group__img {
  overflow: hidden;
}
.p-service-group__img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-service-group__img {
  /*
    & img {
      transition: transform 0.2s ease-out;
    }

    .p-service-group__link:hover & img {
      transform: scale(1.05);
    }
  */
}
@media screen and (max-width: 1024px) {
  .p-service-group__img {
    width: 30%;
    flex-shrink: 0;
  }
  .p-service-group__img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-service-group__img {
    width: 100%;
  }
}

.p-service-group__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 36px;
}
@media screen and (max-width: 768px) {
  .p-service-group__text {
    padding: 30px 20px;
  }
}

.p-service-group__button {
  display: flex;
  justify-content: center;
}

.p-service-group__desc {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #987a3e;
  word-break: auto-phrase;
}

.p-service-detail-lead .c-text {
  word-break: auto-phrase;
  max-width: 900px;
}

.p-service-detail-lead {
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-service-detail-lead {
    padding: 50px 0 10px;
  }
}

.p-service-detail-lead__inner {
  width: 1320px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-detail-lead__inner {
    padding: 0 20px;
  }
}

.p-service-detail-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: -108px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #333333;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-service-detail-heading {
    font-size: 22px;
    font-size: 2.2rem;
    gap: 12px;
    margin-top: -24px;
    margin-bottom: -20px;
  }
}
.p-service-detail-heading::before, .p-service-detail-heading::after {
  content: "";
  width: 48px;
  height: 2px;
  background-color: #987a3e;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service-detail-heading::before, .p-service-detail-heading::after {
    width: 28px;
  }
}
.p-service-detail-heading::before {
  transform: rotate(62deg);
}
.p-service-detail-heading::after {
  transform: rotate(-62deg);
}

.p-service-detail-heading--plain::before, .p-service-detail-heading--plain::after {
  display: none;
}

.p-service-detail-heading--light {
  color: #ffffff;
}
.p-service-detail-heading--light::before, .p-service-detail-heading--light::after {
  background-color: #987a3e;
}

.p-section--service-issues {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-section--service-issues {
    padding-bottom: 60px;
  }
}
.p-section--service-issues .p-section__inner {
  width: 1320px;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p-section--service-issues .p-section__inner {
    padding: 0;
  }
}

.p-service-detail-issues {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-service-detail-issue {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #cccccc;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-service-detail-issue {
    flex-direction: column-reverse;
  }
}

.p-service-detail-issue__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 20px;
  padding: 48px 40px;
}
@media screen and (max-width: 768px) {
  .p-service-detail-issue__body {
    padding: 30px 20px;
  }
}

.p-service-detail-issue__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}

.p-service-detail-issue__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #ffffff;
  background-color: #987a3e;
  padding: 8px 16px;
  width: fit-content;
  max-width: 100%;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-service-detail-issue__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-service-detail-issue__rest {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #987a3e;
}
@media screen and (max-width: 768px) {
  .p-service-detail-issue__rest {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-service-detail-issue__img {
  overflow: hidden;
  width: 280px;
  flex-shrink: 0;
}
.p-service-detail-issue__img img {
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 768px) {
  .p-service-detail-issue__img {
    width: 100%;
    min-height: 180px;
    aspect-ratio: 16/9;
  }
}

.p-section--service-points {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1f2630;
  background-image: url(/src/img/service/bg-strength.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.p-section--service-points::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(31, 38, 48, 0.78);
}
.p-section--service-points .p-section__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-section--service-points {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.p-service-detail-points__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.p-service-detail-points__lead {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #987a3e;
}

.p-service-detail-points__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-service-detail-points__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-service-detail-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(51, 51, 51, 0.02);
}
@media screen and (max-width: 1024px) {
  .p-service-detail-points {
    grid-template-columns: 1fr;
  }
}

.p-service-detail-points--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-service-detail-points--2 {
    grid-template-columns: 1fr;
  }
}

.p-service-detail-points--4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-service-detail-points--4 {
    grid-template-columns: 1fr;
  }
}

.p-service-detail-points--1 {
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: 0 auto;
}
.p-service-detail-points--1 .p-service-detail-point {
  grid-row: span 2;
}

.p-service-detail-points--stack {
  grid-template-columns: 1fr;
}

.p-service-detail-point {
  padding: 48px 36px 50px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
  gap: 24px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.p-service-detail-point .c-label__num {
  font-size: 40px;
  font-size: 4rem;
}
.p-service-detail-point__text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-service-detail-point {
    padding: 32px 16px 36px;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.p-service-detail-point:last-child {
  border-right: 0;
}

.p-service-detail-points--4 .p-service-detail-point {
  border-bottom: 1px solid #cccccc;
}
.p-service-detail-points--4 .p-service-detail-point:nth-child(2n) {
  border-right: 0;
}
.p-service-detail-points--4 .p-service-detail-point:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service-detail-points--4 .p-service-detail-point:nth-child(2n) {
    border-right: 0;
  }
  .p-service-detail-points--4 .p-service-detail-point:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .p-service-detail-points--4 .p-service-detail-point:last-child {
    border-bottom: 0;
  }
}

.p-service-detail-points--stack .p-service-detail-point {
  display: flex;
  flex-direction: column;
  grid-row: auto;
  align-items: stretch;
  text-align: left;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  padding: 44px 56px 48px;
  gap: 20px;
}
.p-service-detail-points--stack .p-service-detail-point:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service-detail-points--stack .p-service-detail-point {
    padding: 28px 20px;
  }
}

.p-service-detail-point__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #987a3e;
}
.p-service-detail-point__head .c-label__num {
  flex-shrink: 0;
  line-height: 1;
}

.p-service-detail-points--stack .p-service-detail-point__title {
  align-self: unset;
  flex: 1;
}

.p-service-detail-point .c-label__num::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  margin: 0.1em auto 0;
  background-color: #987a3e;
}
.p-service-detail-points--stack .p-service-detail-point .c-label__num::after {
  display: none;
}

.p-service-detail-point__sub {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333333;
}

.p-service-detail-point__title {
  align-self: center;
  padding-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #987a3e;
}
.p-service-detail-point__title sup {
  font-size: 0.65em;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .p-service-detail-point__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-section--service-extra {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-section--service-extra {
    padding-top: 50px;
  }
}
.p-section--service-extra .p-section__inner {
  width: 1320px;
  padding: 80px 100px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(51, 51, 51, 0.02);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-section--service-extra .p-section__inner {
    padding: 40px 20px 48px;
  }
}

.p-section--service-extra + .p-section--service-extra {
  padding-top: 40px;
}

.p-service-detail-extra {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.p-service-detail-extra__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #987a3e;
  padding-bottom: 18px;
  border-bottom: 1px solid #987a3e;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-service-detail-extra__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-service-detail-extra__title--navy {
  color: #1f2630;
}
.p-service-detail-extra__title em {
  font-style: normal;
  color: #987a3e;
}

.p-service-detail-extra__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-section--service-nav {
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-section--service-nav .p-section__inner {
  width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.p-service-detail-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .p-service-detail-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-service-detail-nav {
    grid-template-columns: 1fr;
  }
}

.p-service-detail-nav__item {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.p-service-detail-nav__link {
  min-height: 92px;
  padding: 16px 48px 16px 24px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.p-service-detail-nav__link:hover {
  background-color: #f7f4ee;
}

.p-service-detail-nav__icon {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #987a3e;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(to left, #000 60%, transparent 60%);
  mask-image: linear-gradient(to left, #000 60%, transparent 60%);
}
/*# sourceMappingURL=service.css.map */
