@charset "UTF-8";
/* Base Color
------------------------------*/
/* Service Brand Color
------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap);
/* Size
------------------------------*/
.c-v2h-newTitleHead {
  display: block;
}

.c-v2h-newTitleHead .c-v2h-newContainer {
  padding-top: 24px;
  padding-bottom: 37px;
}

.c-v2h-newContainer {
  max-width: 1700px;
  padding: 0 3.4722222222%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 48em) {
  .c-v2h-newContainer {
    padding: 0 5.3333333333%;
  }
}
.c-v2h-newBreadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .c-v2h-newBreadcrumb__list {
    display: none;
  }
}
.c-v2h-newBreadcrumb__list a {
  color: #b1b1b1;
}

.c-v2h-newBreadcrumb__list li {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}

.c-v2h-newBreadcrumb__list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #b1b1b1;
  -webkit-mask-image: url("/_assets/images/common/icon-btnArrow.svg");
          mask-image: url("/_assets/images/common/icon-btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.c-v2h-cateTitle__main {
  font-size: 40px;
  font-weight: 500;
  margin-top: 1em;
}

@media screen and (max-width: 48em) {
  .c-v2h-cateTitle__main {
    font-size: 30px;
    margin-top: 0;
  }
}
.c-v2h-cateTitle__main + * {
  margin-top: 56px;
}

@media screen and (max-width: 48em) {
  .c-v2h-cateTitle__main + * {
    margin-top: 43px;
  }
}
.c-v2h-cateTitle__sub {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: #1450E1;
  margin-top: 100px;
}

@media screen and (max-width: 48em) {
  .c-v2h-cateTitle__sub {
    font-size: 24px;
    margin-top: 80px;
  }
}
.c-v2h-cateTitle__sub:first-child {
  margin-top: 0;
}

.c-v2h-cateTitle__sub + * {
  margin-top: 32px;
}

@media screen and (max-width: 48em) {
  .c-v2h-cateTitle__sub + * {
    margin-top: 28px;
  }
}
.c-v2h-cateTitle__22 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 48em) {
  .c-v2h-cateTitle__22 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.v2h-newKv {
  position: relative;
}

.v2h-newKv__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.v2h-newKv__content .c-newContainer {
  width: 100%;
}

.v2h-newKv__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.v2h-newKv__image img {
  width: 100%;
}

.c-v2h-grayPanel {
  background-color: #f6f6f6;
  padding: 5% 6.25%;
}

@media screen and (max-width: 48em) {
  .c-v2h-grayPanel {
    padding: 9.552238806% 5.9701492537%;
  }
}
.c-v2h-grayPanel + * {
  margin-top: 100px;
}

.c-v2h-grayPanel.-small {
  padding: 2.5%;
}

@media screen and (max-width: 48em) {
  .c-v2h-grayPanel.-small {
    padding: 5.9701492537%;
  }
}
.c-v2h-tabSet__body {
  margin-top: 40px;
}

.c-v2h-tabSet__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 60px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 16px 0 rgba(17, 17, 17, 0.1);
}

.c-v2h-tabSet__item {
  flex: 1;
  background-color: #fff;
  display: grid;
  place-content: center;
  padding: 8px;
  border-left: 1px solid #dadadf;
  transition: background-color 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 48em) {
  .c-v2h-tabSet__item {
    font-size: 13px;
    line-height: 1.4;
  }
}
.c-v2h-tabSet__item:first-child {
  border-left-style: none;
}

@media (any-hover: hover) {
  .c-v2h-tabSet__item:hover {
    color: #1450E1;
    background-color: #e7edfc;
  }
}
.c-v2h-tabSet__item.is-active {
  background-color: #1450E1;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}

.c-v2h-tabSet__content {
  display: none;
}

.c-v2h-tabSet__content.is-open {
  display: block;
}

.c-v2h-tabSet__content p + p {
  margin-top: 1.5em;
}

.c-v2h-tabSet__title {
  font-weight: 700;
  color: #1450E1;
}

.c-v2h-tabSet__title + * {
  margin-top: 1em;
}

.videoGallery {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 3.125%;
}

div.videoGallery {
  margin-top: 48px;
  grid-template-columns: initial;
  justify-items: center;
}

@media screen and (max-width: 48em) {
  .videoGallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 32px;
  }
}
.videoGallery__item {
  width: 100%;
  max-width: 880px;
  position: relative;
}

.videoGallery__video {
  border-radius: 8px;
  overflow: hidden;
  background-color: #111;
}

.videoGallery__video video {
  vertical-align: bottom;
}

.videoGallery__playBtn {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-style: none;
  padding: 0;
  transition: opacity 0.2s, background-color 0.3s;
  border-radius: 9px;
  cursor: pointer;
}

@media (any-hover: hover) {
  .videoGallery__playBtn:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .videoGallery__playBtn:hover::after {
    opacity: 1;
  }
}
.videoGallery__playBtn.is-playing {
  opacity: 0;
  pointer-events: none;
}

.videoGallery__link {
  display: block;
}

@media (any-hover: hover) {
  .videoGallery__link:hover .videoGallery__thumb::after {
    opacity: 1;
  }
  .videoGallery__link:hover .videoGallery__thumb img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.videoGallery__playBtn::before, .videoGallery__playBtn::after, .videoGallery__link .videoGallery__thumb::before, .videoGallery__link .videoGallery__thumb::after {
  content: "";
  background-image: url("/_assets/images/common/icon-videoPlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: opacity 0.2s;
  z-index: 10;
}

@media screen and (max-width: 48em) {
  .videoGallery__playBtn::before, .videoGallery__playBtn::after, .videoGallery__link .videoGallery__thumb::before, .videoGallery__link .videoGallery__thumb::after {
    width: 54px;
  }
}
.videoGallery__playBtn::after, .videoGallery__link .videoGallery__thumb::after {
  background-image: url("/_assets/images/common/icon-videoPlay_hover.svg");
  opacity: 0;
}

.videoGallery__thumb {
  position: relative;
  max-width: 100%;
  aspect-ratio: 620/351;
  border-radius: 8px;
  background-color: #000;
  overflow: hidden;
}

.videoGallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  transition: transform 0.3s, opacity 0.2s;
}

.videoGallery__cap {
  color: #111;
  margin-top: 20px;
}

@media screen and (max-width: 48em) {
  .videoGallery__cap {
    margin-top: 10px;
  }
}
.c-gridLink {
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 0.5em 2.578125%;
}

.c-gridLink__link {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #dadadf;
  padding: 1em 2em 1em 0;
  transition: border-color 0.2s;
}

.c-gridLink__link::after {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #1450E1;
  -webkit-mask-image: url("/_assets/images/common/icon-btnArrow.svg");
          mask-image: url("/_assets/images/common/icon-btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: background-color 0.2s, transform 0.2s;
  vertical-align: text-bottom;
  margin-left: 0.2em;
}

@media (any-hover: hover) {
  .c-gridLink__link:hover::after {
    transform: translateX(0.1875em);
  }
}
.c-gridLink__link::after {
  position: absolute;
  right: 0;
}

.c-gridLink__link[href$=".pdf"]::after {
  background-image: url("/_assets/images/common/ico_pdf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  -webkit-mask-image: none;
          mask-image: none;
  transform: none !important;
}

@media (any-hover: hover) {
  .c-gridLink__link:hover {
    border-color: #1450E1;
  }
}
.c-btn2panel {
  display: flex;
  gap: 3.125%;
}

@media screen and (max-width: 48em) {
  .c-btn2panel {
    flex-direction: column;
    gap: 30px;
  }
}
.c-btn2panel__item {
  text-align: center;
  flex: 1;
  background-color: #fff;
  padding: 3.75%;
}

@media screen and (max-width: 48em) {
  .c-btn2panel__item {
    padding: 5.9701492537%;
  }
}
section:not(.u-bgColor--lg) .c-btn2panel__item {
  background-color: #f6f6f6;
}

.c-btn2panel__title {
  font-size: 24px;
  font-weight: 700;
  color: #1450E1;
  line-height: 1.4;
}

@media screen and (max-width: 48em) {
  .c-btn2panel__title {
    font-size: 24px;
  }
}
.c-btn2panel__title + * {
  margin-top: 20px;
}

@media screen and (max-width: 48em) {
  .c-btn2panel__title + * {
    margin-top: 16px;
  }
}
/* ────────────────────────────── */
.c-v2h-postList {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
  gap: 30px 28px;
}

@media screen and (max-width: 48em) {
  .c-v2h-postList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    gap: 26px 19px;
  }
}
.c-v2h-postList + * {
  margin-top: 40px;
}

.c-v2h-postList__link {
  color: #111;
}

@media (any-hover: hover) {
  .c-v2h-postList__link:hover .c-v2h-postList__title {
    color: #1450E1;
    text-decoration: underline;
  }
  .c-v2h-postList__link:hover .c-v2h-postList__title::after {
    transform: translateX(0.1875em);
  }
  .c-v2h-postList__link:hover .c-v2h-postList__thumb::after {
    opacity: 1;
  }
}
.c-v2h-postList__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 295/197;
  overflow: hidden;
}

.c-v2h-postList__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-v2h-postList__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 80, 225, 0.4);
  opacity: 0;
  transition: opacity 0.2s;
}

.c-v2h-postList__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  transition: color 0.2s;
}

.c-v2h-postList__title::after {
  content: "";
  width: 1.3333333333em;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #1450E1;
  -webkit-mask-image: url("/_assets/images/common/icon-btnArrow.svg");
          mask-image: url("/_assets/images/common/icon-btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: background-color 0.2s, transform 0.2s;
  vertical-align: text-bottom;
  margin-left: 0.2em;
}

@media (any-hover: hover) {
  .c-v2h-postList__title:hover::after {
    transform: translateX(0.1666666667em);
  }
}
@media screen and (max-width: 48em) {
  .c-v2h-postList__title {
    font-size: 15px;
  }
}
.v2h-videoGallery {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125%;
}

div.v2h-videoGallery {
  margin-top: 48px;
  grid-template-columns: initial;
  justify-items: center;
}

@media screen and (max-width: 48em) {
  .v2h-videoGallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 32px;
  }
}
.v2h-videoGallery__item {
  width: 100%;
  max-width: 880px;
  position: relative;
}

.v2h-videoGallery__video {
  border-radius: 8px;
  overflow: hidden;
  background-color: #111;
}

.v2h-videoGallery__video video {
  vertical-align: bottom;
}

.v2h-videoGallery__playBtn {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-style: none;
  padding: 0;
  transition: opacity 0.2s, background-color 0.3s;
  border-radius: 9px;
  cursor: pointer;
}

@media (any-hover: hover) {
  .v2h-videoGallery__playBtn:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .v2h-videoGallery__playBtn:hover::after {
    opacity: 1;
  }
}
.v2h-videoGallery__playBtn.is-playing {
  opacity: 0;
  pointer-events: none;
}

.v2h-videoGallery__link {
  display: block;
}

@media (any-hover: hover) {
  .v2h-videoGallery__link:hover .v2h-videoGallery__thumb::after {
    opacity: 1;
  }
  .v2h-videoGallery__link:hover .v2h-videoGallery__thumb img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.v2h-videoGallery__playBtn::before, .v2h-videoGallery__playBtn::after, .v2h-videoGallery__link .v2h-videoGallery__thumb::before, .v2h-videoGallery__link .v2h-videoGallery__thumb::after {
  content: "";
  background-image: url("/_assets/images/common/icon-videoPlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: opacity 0.2s;
  z-index: 10;
}

@media screen and (max-width: 48em) {
  .v2h-videoGallery__playBtn::before, .v2h-videoGallery__playBtn::after, .v2h-videoGallery__link .v2h-videoGallery__thumb::before, .v2h-videoGallery__link .v2h-videoGallery__thumb::after {
    width: 54px;
  }
}
.v2h-videoGallery__playBtn::after, .v2h-videoGallery__link .v2h-videoGallery__thumb::after {
  background-image: url("/_assets/images/common/icon-videoPlay_hover.svg");
  opacity: 0;
}

.v2h-videoGallery__thumb {
  position: relative;
  max-width: 100%;
  aspect-ratio: 620/351;
  border-radius: 8px;
  background-color: #000;
  overflow: hidden;
}

.v2h-videoGallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  transition: transform 0.3s, opacity 0.2s;
}

.v2h-videoGallery__cap {
  color: #111;
  margin-top: 20px;
}

@media screen and (max-width: 48em) {
  .v2h-videoGallery__cap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 48em) {
  body.is-menu-opened {
    overflow: hidden;
  }
}
.c-v2h-cateTitle__sub + .c-v2h-cateTitle__22 {
  margin-top: 0;
}

.sec-v2h-introduction {
  padding-top: 90px;
  padding-bottom: 0;
  background-color: #fff;
}

@media screen and (max-width: 48em) {
  .sec-v2h-introduction {
    padding-top: 40px;
  }
}
.introduction__heading {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 48em) {
  .introduction__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 33.875em) {
  .introduction__heading {
    text-align: left;
  }
  .introduction__heading br {
    display: none;
  }
}
.introduction__heading-emphasis {
  color: #0055dc;
}

.introduction__features {
  display: flex;
  justify-content: center;
  -moz-column-gap: 200px;
       column-gap: 200px;
  margin-top: 80px;
}

@media screen and (max-width: 48em) {
  .introduction__features {
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }
}
.introduction__feature {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 48em) {
  .introduction__feature {
    gap: 20px;
  }
}
.introduction__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 48em) {
  .introduction__feature-icon {
    flex: 1;
  }
}
.introduction__feature-icon img {
  display: block;
  width: 100%;
  max-width: 110px;
  height: auto;
}

@media screen and (max-width: 48em) {
  .introduction__feature-icon img {
    width: 60px;
    max-width: 60px;
  }
}
.introduction__feature-body {
  min-width: 0;
}

.introduction__feature-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 48em) {
  .introduction__feature-title {
    font-size: 18px;
  }
}
.introduction__feature-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 48em) {
  .introduction__feature-list {
    margin-top: 12px;
  }
}
.introduction__feature-list li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

@media screen and (max-width: 48em) {
  .introduction__feature-list li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.introduction__feature-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.sec-v2h-subsidy {
  padding-top: 90px;
  padding-bottom: 0;
  background-color: #fff;
}

@media screen and (max-width: 48em) {
  .sec-v2h-subsidy {
    padding-top: 50px;
  }
}
.subsidy__banner-link {
  display: block;
  overflow: hidden;
  border: 1px solid #bbb;
  box-shadow: 0 4px 24px rgba(17, 17, 17, 0.15);
  transition: box-shadow 0.2s;
}

.subsidy__banner-link picture,
.subsidy__banner-link img {
  display: block;
  width: 100%;
}

.subsidy__banner-link img {
  height: auto;
}

@media (any-hover: hover) {
  .subsidy__banner-link:hover {
    box-shadow: none;
  }
}
.subsidy__banner-heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .subsidy__banner-heading {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .subsidy__banner-heading svg {
    width: 25px;
  }
}
.subsidy__banner-heading a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #1d1d1f;
}

@media screen and (max-width: 48em) {
  .subsidy__banner-heading a {
    gap: 10px;
  }
}
.subsidy__banner-note {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.subsidy__local-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  min-height: 120px;
  margin-top: 80px;
  padding: 15px 80px;
  color: #111;
  text-decoration: none;
  border: 1px solid #0055e5;
  border-radius: 8px;
  transition: color 0.2s, background-color 0.2s;
}

@media screen and (max-width: 48em) {
  .subsidy__local-link {
    gap: 14px;
    min-height: 96px;
    margin-top: 40px;
    padding: 16px 18px;
    border-radius: 6px;
  }
}
@media (any-hover: hover) {
  .subsidy__local-link:hover {
    color: #0055e5;
    background-color: #f5f8ff;
  }
}
.subsidy__local-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subsidy__local-icon img {
  display: block;
  width: 84px;
  height: auto;
}

@media screen and (max-width: 48em) {
  .subsidy__local-icon img {
    width: 58px;
  }
}
.subsidy__local-text {
  font-size: 37px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .subsidy__local-text {
    font-size: 16px;
    text-align: left;
  }
}
.subsidy__local-text strong {
  color: #0055e5;
  font-weight: 700;
}

.subsidy__local-external {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0055e5;
}

@media screen and (max-width: 48em) {
  .subsidy__local-external svg {
    width: 16px;
  }
}
.subsidy__products {
  margin-top: 120px;
}

@media screen and (max-width: 48em) {
  .subsidy__products {
    margin-top: 40px;
  }
}
.subsidy__products-heading {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .subsidy__products-heading {
    font-size: 20px;
  }
}
.subsidy__products-heading-emphasis {
  color: #1450E1;
}

.subsidy__products-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 48em) {
  .subsidy__products-list {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  }
}
.subsidy__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: #111;
  text-decoration: none;
  background-color: #f6f6f6;
  border: 1px solid #0055e5;
  border-radius: 8px;
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
}

@media screen and (max-width: 48em) {
  .subsidy__product {
    flex-direction: row;
    min-height: 100px;
    border-radius: 6px;
  }
}
@media (any-hover: hover) {
  .subsidy__product:hover {
    transform: translateY(-10px);
  }
}
.subsidy__product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 18px 10px;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .subsidy__product-body {
    padding: 14px 10px;
    align-items: flex-start;
  }
}
.subsidy__product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (max-width: 48em) {
  .subsidy__product-name {
    font-size: 16px;
    text-align: left;
  }
}
.subsidy__product-series {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (max-width: 48em) {
  .subsidy__product-series {
    font-size: 13px;
    text-align: left;
  }
}
.subsidy__product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 48em) {
  .subsidy__product-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 48em) {
  .subsidy__product-link svg {
    width: 13px;
  }
}
.subsidy__product-link-emphasis {
  color: #0055e5;
}

.subsidy__product-external {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.9em;
}

.subsidy__product-image {
  padding-top: 10px;
}

@media screen and (max-width: 48em) {
  .subsidy__product-image {
    padding: 8px 0;
    width: 40%;
    text-align: center;
  }
}
.subsidy__product-image img {
  height: 140px;
}

@media screen and (max-width: 48em) {
  .subsidy__product-image img {
    width: auto;
    max-width: 110px;
    height: auto;
    max-height: 80px;
    margin: 0 auto;
  }
}
.v2h-productsList {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px 2.578125%;
}

@media screen and (max-width: 48em) {
  .v2h-productsList {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 21px;
  }
}
.v2h-productsList + * {
  margin-top: 100px;
}

@media screen and (max-width: 48em) {
  .v2h-productsList + * {
    margin-top: 80px;
  }
}
.v2h-productsList + .c-v2h-grayPanel {
  margin-top: 40px;
}

.v2h-productsList__item.-new .v2h-productsList__img::before {
  content: "NEW";
  position: absolute;
  top: 0.7692307692em;
  left: 0.7692307692em;
  color: #fff;
  background-color: #1450E1;
  font-size: 13px;
  line-height: 1;
  width: 3.8461538462em;
  height: 1.8461538462em;
  display: grid;
  place-content: center;
  z-index: 30;
}

@media screen and (max-width: 48em) {
  .v2h-productsList__item.-new .v2h-productsList__img::before {
    font-size: 10px;
  }
}
.v2h-productsList__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(29, 29, 31, 0.2);
  transition: color 0.2s;
  border: 1px solid #d0d0d0;
}

@media screen and (max-width: 48em) {
  .v2h-productsList__link {
    border-radius: 8px;
  }
}
@media (any-hover: hover) {
  .v2h-productsList__link:hover {
    color: #1450E1;
    text-decoration: underline;
  }
  .v2h-productsList__link:hover .v2h-productsList__img::after {
    opacity: 1;
  }
  .v2h-productsList__link:hover .v2h-productsList__txt::after {
    transform: translateX(0.1666666667em);
  }
}
.v2h-productsList__link[href$=".pdf"] .v2h-productsList__txt::after {
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
  background-image: url("/_assets/images/common/ico_pdf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: none !important;
}

.v2h-productsList__img {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 295/221;
  overflow: hidden;
}

.v2h-productsList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.v2h-productsList__img::after {
  content: "VIEW MORE";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(20, 80, 225, 0.4);
  display: grid;
  place-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.v2h-productsList__txt {
  flex: auto;
  line-height: 1.4;
  min-height: 74px;
  font-size: 16px;
  padding: 12px 15px;
  position: relative;
  display: grid;
  place-content: center left;
}

.v2h-productsList__txt::after {
  content: "";
  width: 1.3333333333em;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #1450E1;
  -webkit-mask-image: url("/_assets/images/common/icon-btnArrow.svg");
          mask-image: url("/_assets/images/common/icon-btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: background-color 0.2s, transform 0.2s;
  vertical-align: text-bottom;
  margin-left: 0.2em;
}

@media (any-hover: hover) {
  .v2h-productsList__txt:hover::after {
    transform: translateX(0.1666666667em);
  }
}
@media screen and (max-width: 48em) {
  .v2h-productsList__txt {
    font-size: 14px;
    min-height: 60px;
    padding: 10px 24px 10px 6.3694267516%;
  }
}
.v2h-productsList__txt::after {
  display: none;
  position: absolute;
  right: 0.6666666667em;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 48em) {
  .v2h-productsList__txt::after {
    right: 0.2857142857em;
  }
}
/*# sourceMappingURL=style.css.map */
