.jp-finance-service-support-and-services[data-v-1f4ca588] {
  padding-inline: var(--gutter);
  background-color: #fff;
  display: grid;
}
@media screen and (min-width: 1024px) {
.jp-finance-service-support-and-services[data-v-1f4ca588] {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 1.6666666667vw, 24px);
}
}
@media screen and (max-width: 1023.98px) {
.jp-finance-service-support-and-services[data-v-1f4ca588] {
    gap: 16px;
}
}
.jp-finance-service-support-and-services .s-s-item[data-v-1f4ca588] {
  border-radius: 8px;
  background-color: var(--fill-bg-grey);
  overflow: hidden;
  display: grid;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1024px) {
.jp-finance-service-support-and-services .s-s-item[data-v-1f4ca588] {
    align-items: center;
    grid-template-columns: clamp(0px, 20.1388888889vw, 290px) 1fr;
    gap: clamp(0px, 1.6666666667vw, 24px);
}
}
@media screen and (min-width: 1024px) {
.jp-finance-service-support-and-services .s-s-item .image[data-v-1f4ca588] {
    aspect-ratio: 290/148;
}
}
@media screen and (max-width: 1023.98px) {
.jp-finance-service-support-and-services .s-s-item .image[data-v-1f4ca588] {
    aspect-ratio: 327/146;
}
}
.jp-finance-service-support-and-services .s-s-item .text[data-v-1f4ca588] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  letter-spacing: 0.05em;
}
.jp-finance-service-support-and-services .s-s-item .text span[data-v-1f4ca588] {
  background: linear-gradient(to right, var(--text-bk-primary)) no-repeat;
  background-position: right bottom;
  background-size: 0 1.5px;
  transition: background-size 0.6s ease;
  padding: 2px 0;
}
@media screen and (max-width: 1023.98px) {
.jp-finance-service-support-and-services .s-s-item .text[data-v-1f4ca588] {
    padding: 20px 18px;
}
}
@media screen and (min-width: 1024px) {
.jp-finance-service-support-and-services .s-s-item:hover .text span[data-v-1f4ca588] {
    background-position: left bottom;
    background-size: 100% 1.5px;
}
}