@charset "utf-8";
html, body {
    overflow-x: hidden;
}

.p-top__about-wrapper {
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  position: relative;
}
.p-top__about-wrapper::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edeff2));
  background: linear-gradient(#ffffff 0%, #edeff2 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (min-width: 768px) {
  .p-top__about-wrapper {
    -webkit-padding-before: 9.375rem;
            padding-block-start: 9.375rem;
    -webkit-padding-after: 6.875rem;
            padding-block-end: 6.875rem;
  }
}

.p-top-about::after {
  content: "";
  background: url("https://sr-fukui.com/system_panel/uploads/images/20260129002104488731.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: calc(50% - 50rem);
  width: 74.3125rem;
  height: 57.375rem;
  z-index: -1;
}

.p-top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.875rem;
}
@media screen and (min-width: 979px) {
  .p-top-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

.p-top-about__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  line-height: 2rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 979px) {
  .p-top-about__text {
    -webkit-margin-start: 6.25rem;
            margin-inline-start: 6.25rem;
    width: 100%;
    max-width: 26.25rem;
  }
}

.p-top-about__title .p-top-about__title--en {
  font-family: "Belleza", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#173490), color-stop(40%, #2d9bcc), to(#3451ad));
  background: linear-gradient(90deg, #173490 0%, #2d9bcc 40%, #3451ad 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 4.5rem;
  line-height: 1;
}
.p-top-about__title .p-top-about__title--ja {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  line-height: 1.4375rem;
  background: -webkit-gradient(linear, left top, right top, from(#194297), to(#2c93c7));
  background: linear-gradient(90deg, #194297 0%, #2c93c7 100%);
  color: #ffffff;
  padding: 0.1875rem 0.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-about__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 979px) {
  .p-top-about__description {
    row-gap: 2.5rem;
  }
}

.p-top-about__description br {
  display: none;
}
@media (min-width: 768px) {
  .p-top-about__description br {
    display: block;
  }
}

.p-top-about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 44.375rem;
}

.p-top-about__img--top,
.p-top-about__img--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.p-top-about__img--top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-top-about__img--bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.p-top-about__imge01,
.p-top-about__imge02,
.p-top-about__imge04,
.p-top-about__imge05,
.p-top-about__imge06,
.p-top-about__imge07 {
  border-radius: 0.3125rem;
}
.p-top-about__imge01 img,
.p-top-about__imge02 img,
.p-top-about__imge04 img,
.p-top-about__imge05 img,
.p-top-about__imge06 img,
.p-top-about__imge07 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}

.p-top-about__imge01 {
  width: 11.5rem;
  height: auto;
  aspect-ratio: 184/228;
}

.p-top-about__imge02 {
  width: 21rem;
  height: auto;
  aspect-ratio: 336/416;
}

.p-top-about__imge03 {
  width: 14.25rem;
  height: auto;
  aspect-ratio: 228/290;
  border-radius: 0.3125rem;
}
.p-top-about__imge03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25%;
     object-position: 25%;
  border-radius: inherit;
}

.p-top-about__imge04 {
  width: 9.0625rem;
  height: auto;
  aspect-ratio: 145/180;
}

.p-top__features {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-top__features {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}

.p-top-features__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
  -webkit-padding-before: 2.1875rem;
          padding-block-start: 2.1875rem;
  -webkit-padding-after: 3.4375rem;
          padding-block-end: 3.4375rem;
}
@media (min-width: 768px) {
  .p-top-features__items {
    -webkit-padding-before: 4.0625rem;
            padding-block-start: 4.0625rem;
    -webkit-padding-after: 5.9375rem;
            padding-block-end: 5.9375rem;
    row-gap: 3.75rem;
  }
}

.p-top-features__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-features__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
    row-gap: unset;
  }
}

.p-top-features__item-num {
  position: absolute;
  font-family: "Belleza", sans-serif;
  font-size: clamp(100px, 12.229vw, 168px);
  color: rgba(164, 198, 239, 0.3);
  right: 0;
  bottom: -3.125rem;
  line-height: 1;
}

.p-top-features__img {
  border-radius: 0.3125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 506/360;
}
@media (min-width: 768px) {
  .p-top-features__img {
    width: 46%;
  }
}
.p-top-features__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}

.p-top-features__main {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-features__main {
    width: 43.6363636364%;
  }
}

.p-top-features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-top-features__head--num {
  background: -webkit-gradient(linear, left top, right top, from(#194297), to(#2c93c7));
  background: linear-gradient(90deg, #194297 0%, #2c93c7 100%);
  color: #ffffff;
  font-size: 1rem;
  padding: 0.1875rem 0.5rem;
  line-height: 1.4375rem;
  letter-spacing: 0.03em;
}

.p-top-features__head--en {
  font-family: "Belleza", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #173491;
}

.p-top-features__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-features__title {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.p-top-features__text {
  font-size: 0.875rem;
  line-height: 2.125rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top-features__text {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-top-features__contents-bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
  background: #ffffff;
  width: calc(100% + 2.5rem);
  height: 100%;
  border-radius: 0.3125rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-features__contents-bg {
    left: unset;
    translate: unset;
    right: calc((100vw - 100%) / -2);
    width: 65.227vw;
    border-radius: 0.3125rem 0 0 0.3125rem;
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-features__contents-bg {
    max-width: unset;
  }
}

.p-top-features__items-border {
  width: 100%;
  background: #e3e3e3;
  height: 1px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media (min-width: 768px) {
  .p-top-features__items-border {
    width: 59.297vw;
    max-width: 50.625rem;
    margin-right: -5.625rem;
  }
}

.p-top__service {
  background: #ffffff;
  overflow: hidden;
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  position: relative;
}
.p-top__service::before {
  content: "";
  position: absolute;
  background: url("https://sr-fukui.com/system_panel/uploads/images/20260129001302253398.png") no-repeat center/cover;
  width: 74.3125rem;
  height: 57.375rem;
  top: -15.625rem;
  left: -16.25rem;
}
@media (min-width: 768px) {
  .p-top__service {
    -webkit-padding-before: 8.125rem;
            padding-block-start: 8.125rem;
    -webkit-padding-after: 7.5rem;
            padding-block-end: 7.5rem;
  }
}

.p-top-service__title {
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-service__title {
    -webkit-margin-start: 1.875rem;
            margin-inline-start: 1.875rem;
  }
}

.p-top-service__inner {
  width: 100%;
  max-width: 650px;
  padding: 0 1.5625rem;
  margin-inline: auto;
  height: inherit;
}
@media (min-width: 768px) {
  .p-top-service__inner {
    width: 100%;
    max-width: 85.375rem;
    padding-inline: unset;
  }
}

.p-top-service__items {
  -webkit-margin-after: 3.125rem;
  margin-block-end: 3.125rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
  -webkit-margin-before: 0rem;
  margin-block-start: 0rem;
}

@media (min-width: 768px) {
  .p-top-service__items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto 1fr;
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}


.p-top-service__item-wrapper {
  position: relative;
  padding-block: 1.25rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

@media (min-width: 768px) {
  .p-top-service__item-wrapper:not(:last-child)::after {
    content: "";
    position: absolute;
    background-color: #c7c7c7;
    height: 100%;
    width: 1px;
    top: 50%;
    translate: 0 -50%;
    right: 0;
  }
}

@media (min-width: 768px) {
  .p-top-service__item-wrapper {
    display: grid;
    grid-template-rows: subgrid;
    width: 100%;
    grid-row: span 3;
    padding: 1.0625rem;
  }
}

.p-top-service__item {
  width: 100%;
  grid-row: span 3;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  .p-top-service__item {
  }
}

@media (any-hover: hover) {
  .p-top-service__item:hover .p-top-service__img img {
    scale: 1.1;
  }
}

.p-top-service__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  grid-row: 1;
}
.p-top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  aspect-ratio: 278/170;
}

.p-top-service__head {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row: 2;
  position: relative;
}
.p-top-service__head::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a89b99), color-stop(80%, #a89b99), color-stop(80%, #173490), to(#173490));
  background: linear-gradient(90deg, #a89b99 0%, #a89b99 80%, #173490 80%, #173490 100%);
  position: absolute;
  bottom: -1.875rem;
  left: 0;
}

.p-top-service__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}

.p-top-service__title--en {
  font-family: "Belleza", sans-serif;
  color: #2f82c9;
  font-size: 0.875rem;
}

.p-top-service__title--ja {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", sans-serif;
}

.p-top-service__arrow {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-top-service__text {
  font-size: 0.9375rem;
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
  line-height: 1.875rem;
  grid-row: 3;
}

.p-top-service__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.9375rem 6.25rem;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#3956b2), to(#15318d));
  background: linear-gradient(90deg, #3956b2 0%, #15318d 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-service__btn p {
  font-size: 0.875rem;
  color: #ffffff;
}
.p-top-service__btn img {
  width: 0.53125rem;
  height: auto;
  aspect-ratio: 8.5/8.9;
}
.p-top-service__btn a {
  color: #ffffff;
}
@media (any-hover: hover) {
  .p-top-service__btn:hover {
    opacity: 0.8;
  }
}

.p-top-company {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-top-company {
    padding-top: 17.5rem;
    padding-bottom: 11.25rem;
  }
}
.p-top-company::before {
  content: "";
  position: absolute;
  background: url("https://sr-fukui.com/system_panel/uploads/images/20260202013922219547.png") no-repeat center/contain;
  width: 100%;
  height: 12.5rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-top-company::before {
    height: 25rem;
  }
}
.p-top-company::after {
  content: "";
  position: absolute;
  background: url("https://sr-fukui.com/system_panel/uploads/images/20260129002104488731.png") no-repeat center/cover;
  width: 74.3125rem;
  height: 57.375rem;
  bottom: 0rem;
  right: -21.875rem;
  z-index: -1;
}

.p-top-company__inner {
  width: 100%;
  max-width: 650px;
  padding: 0 1.5625rem;
  margin-inline: auto;
  height: inherit;
}
@media (min-width: 768px) {
  .p-top-company__inner {
    width: 100%;
    max-width: 1366px;
    padding: 0 3.125rem;
  }
}

.p-top-company__contents {
  background: #ffffff;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-company__contents {
    padding: 6.25rem;
  }
}

.p-top-company__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-top-company__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.p-top-company__items .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  border-bottom: 1px solid #c7c7c7;
}
.p-top-company__items .th {
  color: #235aa8;
  font-size: 0.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
}
.p-top-company__items .td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.8125rem;
  -webkit-margin-end: 2.5rem;
          margin-inline-end: 2.5rem;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 1.6875rem;
          margin-block-end: 1.6875rem;
}

.p-top-company__left {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-company__left {
    width: 50%;
  }
}

.p-top-company__right {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-company__right {
    width: 50%;
  }
}

.card__swiper-wrapper {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .card__swiper-wrapper {
    -webkit-margin-before: 8.75rem;
            margin-block-start: 8.75rem;
  }
}

.swiper-slide {
  border-radius: 0.3125rem;
  width: unset;
  height: unset;
}
.swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  border-radius: inherit;
}

.card__swiper-slide-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5625rem;
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
  -webkit-margin-end: 4.5rem;
          margin-inline-end: 4.5rem;
}

.card__swiper-slide-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8125rem;
  -webkit-margin-end: 3.625rem;
          margin-inline-end: 3.625rem;
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  -webkit-margin-after: 1.6875rem;
          margin-block-end: 1.6875rem;
}

.card__swiper-slide01 {
  width: 13.5rem;
  aspect-ratio: 216/220;
  -webkit-margin-end: 4.5rem;
          margin-inline-end: 4.5rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  -webkit-margin-after: 1.6875rem;
          margin-block-end: 1.6875rem;
}

.card__swiper-slide02 {
  width: 6.6875rem;
  aspect-ratio: 107/102;
}

.card__swiper-slide03 {
  width: 5.25rem;
  aspect-ratio: 84/64;
  -webkit-margin-start: 4.6875rem;
          margin-inline-start: 4.6875rem;
}

.card__swiper-slide04 {
  width: 15.0625rem;
  aspect-ratio: 241/246;
  -webkit-margin-end: 4.5625rem;
          margin-inline-end: 4.5625rem;
  -webkit-margin-after: 3.375rem;
          margin-block-end: 3.375rem;
}

.card__swiper-slide05 {
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  width: 5.1875rem;
  aspect-ratio: 83/63;
}

.card__swiper-slide06 {
  width: 6.8125rem;
  aspect-ratio: 109/104;
  -webkit-margin-start: 3.125rem;
          margin-inline-start: 3.125rem;
}

.card__swiper-slide07 {
  width: 14.25rem;
  aspect-ratio: 228/232;
  -webkit-margin-end: 2.25rem;
          margin-inline-end: 2.25rem;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}

.card__swiper-slide01,
.card__swiper-slide02,
.card__swiper-slide03,
.card__swiper-slide04,
.card__swiper-slide05,
.card__swiper-slide06,
.card__swiper-slide07 {
  border-radius: 0.625rem;
}

.card__swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.p-top-news {
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-news {
    -webkit-margin-after: 10.625rem;
            margin-block-end: 10.625rem;
  }
}
.p-top-news::before {
  content: "";
  position: absolute;
  background: url("https://sr-fukui.com/system_panel/uploads/images/20260129001302253398.png") no-repeat center/cover;
  width: 74.3125rem;
  height: 57.375rem;
  top: 2.5rem;
  left: -20rem;
  z-index: -1;
}

.p-top-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }
}

.p-top-news__head {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-news__head {
    width: 62.7272727273%;
  }
}

.p-top-news__read {
  line-height: 2.125rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__read {
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
  }
}

.p-top-news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-news__list {
    width: 62.7272727273%;
  }
}

.p-top-news__list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.625rem;
}

.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  border-radius: 0.3125rem;
  background-color: #f4f6f9;
  padding: 1.125rem 1.5625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-top-news__item {
    padding: 1.75rem 2.5rem;
  }
}
@media (any-hover: hover) {
  .p-top-news__item:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-top-news__item {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

.p-top-news__meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-top-news__meta {
  width: 85%;
}

.p-top-news__date {
  color: #9b9b9b;
  line-height: 1.5625rem;
  font-family: "Noto Serif JP", sans-serif;
}

.p-top-news__tag {
  background-color: #ffffff;
  border: 1px solid #d4d9e9;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  border-radius: 100vmax;
  color: #173491;
  padding: 0.1875rem 0.625rem;
}

.p-top-news__title {
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  border-radius: 0.25rem;
  width: 2.125rem;
  height: 2.125rem;
  display: grid;
  place-items: center;
}
.p-top-news__arrow img {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 8.5/8.9;
}

.p-top-news__btn-wrapper {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__btn-wrapper {
    -webkit-margin-before: 4.6875rem;
            margin-block-start: 4.6875rem;
  }
}

.p-top-news__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.9375rem 3.5625rem;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#3956b2), to(#15318d));
  background: linear-gradient(90deg, #3956b2 0%, #15318d 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-news__btn p {
  font-size: 0.875rem;
  color: #ffffff;
}
.p-top-news__btn img {
  width: 0.53125rem;
  height: auto;
  aspect-ratio: 8.5/8.9;
}
@media (any-hover: hover) {
  .p-top-news__btn:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .p-top-news__btn {
    margin-inline: unset;
  }
}