@charset "UTF-8";
:root {
  --color-black: #222;
  --color-red: #FA0C0F;
  --color-red2: #cc0000;
  --color-red3: #7D0008;
  --color-blue: #2D5686;
  --color-gray: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-gray3: #B3B3B3;
  --color-gray4: #737373;
  --color-gray5: #4D4D4D;
  --color-gray6: #222;
  --color-yellowTag: #F0A632;
  --headerH: 105px;
  --contW-max: 1275px;
  --transVals: 0.3s ease;
}
.ly_footer {
  /* 2024/9/15 add */
  /* 2024/12/4 add */
  background-color: #fff;
}
.ly_footer .BannerArea {
  padding: 50px 0 10px;
  background-color: #ffffff;
}
.ly_footer .BannerArea a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.ly_footer .BannerArea a:hover img,
.ly_footer .BannerArea a:active img {
  opacity: 0.7;
}
@media screen and (max-width: 994px) {
  .ly_footer .JS .BannerArea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ly_footer .JS .BannerArea img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .JS .BannerArea {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.ly_footer .BannerArea .BannerList {
  display: flex;
  justify-content: space-between;
}
.ly_footer .BannerArea .BannerList li {
  width: calc((100% - 30px) / 3);
}
.ly_footer .BannerArea .BannerList li p a img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ly_footer .JS .BannerArea .BannerList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ly_footer .JS .BannerArea .BannerList li {
    width: 100%;
    max-width: 300px;
  }
}
.ly_footer .GridSet {
  max-width: 1240px;
}
.ly_footer .GridSet .ColumnSet {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.ly_footer .GridSet .ColumnSet .Column1 {
  float: none;
  width: calc((100% - 50px) / 3);
}
.ly_footer .GridSet .ColumnSet .Column1:nth-child(3n+1) {
  margin-left: 0;
}
.ly_footer h2 {
  margin: 0;
  background: none;
}
.ly_footer h2 > span {
  padding: 0;
  background: none;
}
.ly_footer a {
  color: var(--color-black);
  text-decoration: none;
}
@media not all and (max-width: 767px), print {
  .ly_footer_nav {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_nav {
    padding-top: 38px;
  }
}
.ly_footer_navList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 37px;
  column-gap: 37px;
  row-gap: 62px;
}
@media screen and (max-width: 767px) {
  .ly_footer_navList {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 22px;
  }
}
.ly_footer_navItem {
  width: calc((100% - 74px) / 3);
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem {
    width: 100%;
  }
}
.ly_footer_navTitle {
  padding-bottom: 11px !important;
  border-bottom: 1px solid var(--color-gray2);
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
}
.ly_footer_navTitle span {
  font-size: 112.5%;
  font-weight: 700;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle span {
    font-size: 100%;
  }
}
.ly_footer_navTitle + .ly_footer_navChildList {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle + .ly_footer_navChildList {
    margin-top: 14px;
  }
}
.ly_footer_navTitle:has(a) {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle:has(a) {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
}
.ly_footer_navTitle:has(a) + .ly_footer_navTitle {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle:has(a) + .ly_footer_navTitle {
    margin-top: 14px;
  }
}
.ly_footer_navTitle:has(a) a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: text-decoration-color 0.3s ease;
}
.ly_footer_navTitle:has(a) a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--color-red2);
}
.ly_footer_navTitle:has(a) a:focus-visible span {
  color: var(--color-red2);
}
.ly_footer_navTitle:has(a) a:focus-visible span::after {
  transition: transform 0.3s ease;
  transform: translateX(3px);
}
@media (any-hover: hover) {
  .ly_footer_navTitle:has(a) a:hover {
    text-decoration: underline;
    text-decoration-color: var(--color-red2);
  }
  .ly_footer_navTitle:has(a) a:hover span {
    color: var(--color-red2);
  }
  .ly_footer_navTitle:has(a) a:hover span::after {
    transition: transform 0.3s ease;
    transform: translateX(3px);
  }
}
.ly_footer_navTitle:has(a) span {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  transition: color 0.3s ease;
}
.ly_footer_navTitle:has(a) span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-red2);
}
@media screen and (max-width: 767px) {
  .ly_footer_navTitle:has(a) span::after {
    display: none;
  }
}
.ly_footer_navChildList {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer_navChildList {
    padding-left: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer_navChildList + .ly_footer_navTitle {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navChildList + .ly_footer_navTitle {
    margin-top: 14px;
  }
}
.ly_footer_navChildItem + .ly_footer_navChildItem {
  margin-top: 12px;
}
.ly_footer_navLink {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: var(--color-gray5) !important;
  font-weight: 500;
  font-size: 100%;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ly_footer_navLink {
    font-size: 93.75%;
  }
}
.ly_footer_navLink:focus-visible {
  color: var(--color-red2) !important;
}
.ly_footer_navLink:focus-visible::after {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .ly_footer_navLink:hover {
    color: var(--color-red2) !important;
  }
  .ly_footer_navLink:hover::after {
    transform: translateX(3px);
    transition: transform 0.3s ease;
  }
}
.ly_footer_navLink::after {
  content: "";
  width: 6px;
  height: 12px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-red2);
}
.ly_footer_linkList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .ly_footer_linkList {
    margin-top: 26px;
    row-gap: 10px;
  }
}
.ly_footer_linkListItem {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .ly_footer_linkListItem {
    width: 100%;
  }
}
.ly_footer_linkListItem > a {
  display: block;
  height: 100%;
}
.ly_footer_linkListItem > a:focus-visible .ly_footer_linkListItemTitle {
  color: var(--color-red2);
}
.ly_footer_linkListItem > a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.ly_footer_linkListItem > a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .ly_footer_linkListItem > a:hover .ly_footer_linkListItemTitle {
    color: var(--color-red2);
  }
  .ly_footer_linkListItem > a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .ly_footer_linkListItem > a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.ly_footer_linkListItemInner {
  display: flex;
  position: relative;
  align-items: center;
  padding-block: 20px;
  padding-inline: 24px 70px;
  height: calc(100% - 28px);
  border: 2px solid var(--color-gray2);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .ly_footer_linkListItemInner {
    padding-block: 13px;
    height: auto;
    min-height: 44px;
  }
}
.ly_footer_linkListItemInner .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ly_footer_linkListItemInner .el_arwIcon {
    right: 18px;
  }
}
.ly_footer_linkListItemTitle {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.55;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ly_footer_linkListItemTitle {
    font-size: 87.5%;
  }
}
.ly_footer_symbol {
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .ly_footer_symbol {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_symbol {
    margin-top: 40px;
  }
}
.ly_footer_symbol > a:focus-visible > img {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .ly_footer_symbol > a:hover > img {
    opacity: 0.7;
  }
}
.ly_footer_symbol > a > img {
  transition: opacity 0.3s ease;
}
@media not all and (max-width: 767px), print {
  .ly_footer_symbol > a > img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_symbol > a > img {
    width: 100%;
  }
}
.ly_footer .BannerArea {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
@media not all and (max-width: 767px), print {
  .ly_footer .BannerArea {
    -moz-column-gap: 40px;
    column-gap: 40px;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .BannerArea {
    flex-direction: column;
    row-gap: 15px;
    margin-top: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer .BannerArea > p {
    width: 42.59%;
    max-width: 543px;
  }
}
.ly_footer .BannerArea > p > a > img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.ly_footer .BannerArea .Reysol {
  margin-bottom: 0;
}
.ly_footer .BannerArea .Reysol img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer .BannerArea .Reysol {
    margin-bottom: 0;
  }
  .ly_footer .BannerArea .Reysol img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .BannerArea .SunNexus {
    margin-bottom: 0;
  }
  .ly_footer .BannerArea .SunNexus img {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .noteArea {
    min-width: 280px;
  }
}
.ly_footer .noteArea .GridSet {
  padding-inline: 15px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 995px) and (max-width: 1304px) {
  .ly_footer .noteArea .GridSet {
    margin-inline: auto;
  }
}
@media screen and (max-width: 994px) {
  .ly_footer .noteArea .GridSet {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer .noteArea .GridSet {
    padding: 0;
    width: 100%;
  }
}
.ly_footer .noteArea .GridSet .Grid4 {
  padding-left: 0;
}
.ly_footer .noteArea .Section {
  padding-bottom: 0;
}
.ly_footer .noteArea .PlugInBanner {
  margin-top: 44px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 100%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .ly_footer .noteArea .PlugInBanner {
    display: block;
    margin-top: 40px;
    margin-inline: 0;
    padding-block: 24px;
    font-size: 87.5%;
  }
}
.ly_footer .noteArea .PlugInBanner a {
  color: var(--color-red2);
  text-decoration: underline;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.ly_footer .noteArea .PlugInBanner a:visited {
  color: var(--color-red3);
}
.ly_footer #FooterArea .Container.Wide {
  padding-top: 15px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea .Container.Wide {
    padding-top: 18px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer2 {
    margin-bottom: 16px;
  }
}
.ly_footer #FooterArea #HitachiTop {
  font-size: 93.75%;
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #HitachiTop {
    margin-block: 0 9px;
    font-size: 100%;
  }
}
.ly_footer #FooterArea #Copyright {
  font-size: 68.75%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Copyright {
    font-size: 62.5%;
    letter-spacing: 0.035em;
  }
}
.ly_footer #FooterArea #Footer1Menu a,
.ly_footer #FooterArea #Footer2Menu a {
  font-size: 68.75%;
  letter-spacing: 0.04em;
}
.ly_footer #FooterArea #Footer1Menu a + a,
.ly_footer #FooterArea #Footer2Menu a + a {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer1Menu a + a,
  .ly_footer #FooterArea #Footer2Menu a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer1Menu {
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-block: 0 13px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer1Menu a {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer2Menu {
    row-gap: 2px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer #FooterArea #Footer2Menu a {
    font-size: 75%;
  }
}

@media screen and (max-width: 767px) {
  .JS #Contents:has(.pg_home) {
    padding-inline: 20px;
  }
}

.pg_home {
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .pg_home {
    background-color: #fff !important;
  }
}
.pg_home main {
  background-color: #fff;
  color: var(--color-black);
}
.pg_home main #Contents {
  padding-bottom: 80px;
}
@media screen and (min-width: 995px) and (max-width: 1304px) {
  .pg_home main #Contents {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 994px) {
  .pg_home main #Contents {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_home main #Contents {
    padding-bottom: 45px;
    padding-inline: 0;
  }
}
.pg_home h2 {
  background-color: transparent;
  background-image: none;
  margin: 0;
  padding: 0;
}
.pg_home h2 > span {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.pg_home a {
  color: var(--color-black);
  text-decoration: none;
}
.pg_home ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .pg_home #Contents {
    min-width: none;
    padding-inline: 0;
  }
}
.pg_home .mvArea {
  position: relative;
  height: calc(100vh - var(--headerH));
  min-height: 662px;
  overflow: clip visible;
}
@media screen and (max-width: 579px) {
  .pg_home .mvArea {
    height: 560px;
    min-height: 0;
  }
}
@media screen and (max-width: 1304px) {
  .pg_home .mvArea {
    margin-inline: -15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea {
    margin-inline: -20px;
  }
}
.pg_home .mvArea_videoBtn {
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 3.875rem;
  border: 0;
  width: 2.5rem;
  background: transparent;
  border-radius: 0;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-appearance: button;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_videoBtn {
    top: 2.25rem;
    width: 2.25rem;
  }
}
.pg_home .mvArea_videoBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
  transition: scale 0.3s;
}
.pg_home .mvArea_videoBtn::after {
  content: "";
  width: 0.625rem;
  aspect-ratio: 1;
  background-color: #242b30;
  clip-path: polygon(100% 0, 100% 100%, 70% 100%, 70% 0, 30% 0, 30% 100%, 0% 100%, 0 0);
}
.pg_home .mvArea_videoBtn[data-video-state=paused]::after {
  translate: 1px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.pg_home .mvArea_videoBtn:focus-visible::before {
  scale: 1.2;
}
@media (any-hover: hover) {
  .pg_home .mvArea_videoBtn:hover::before {
    scale: 1.2;
  }
}
.pg_home .mvArea_bg {
  height: 100%;
}
.pg_home .mvArea_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
@media screen and (max-width: 579px) {
  .pg_home .mvArea_bg video.video {
    display: none;
  }
}
@media not all and (max-width: 579px), print {
  .pg_home .mvArea_bg video.portraitVideo {
    display: none;
  }
}
.pg_home .mvArea_txt {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.pg_home .mvArea_txt .ly_wrapper {
  display: grid;
  align-items: center;
  padding-inline: 15px;
  height: 100%;
  container-type: inline-size;
}
.pg_home .mvArea_txt img {
  height: auto;
}
@media not all and (max-width: 767px), print {
  .pg_home .mvArea_txt img {
    translate: -1.7921146953%;
    width: 45cqw;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_txt img {
    translate: -2.1276595745%;
    width: 80cqw;
    max-width: 268px !important;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .mvArea_txt[data-line="2"] img {
    translate: -1.2121212121%;
    width: 66.5cqw;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_txt[data-line="2"] img {
    translate: -1.4492753623%;
    width: 100cqw;
    max-width: 345px !important;
  }
}
.pg_home .mvArea_bnr {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 90px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr {
    right: 15px;
    bottom: 24px;
    width: calc(100% - 30px);
  }
}
.pg_home .mvArea_bnr > a:focus-visible .mvArea_bnr_bodyHdg .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .mvArea_bnr > a:focus-visible .mvArea_bnr_bodyHdg .el_arwIcon::before {
  background-color: var(--color-red2);
}
.pg_home .mvArea_bnr > a:focus-visible .mvArea_bnr_bodyTxt {
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .mvArea_bnr > a:hover .mvArea_bnr_bodyHdg .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .mvArea_bnr > a:hover .mvArea_bnr_bodyHdg .el_arwIcon::before {
    background-color: var(--color-red2);
  }
  .pg_home .mvArea_bnr > a:hover .mvArea_bnr_bodyTxt {
    color: var(--color-red2);
  }
}
.pg_home .mvArea_bnr_inner {
  background: linear-gradient(60deg, rgba(255, 180, 184, 0.9) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 100%);
  border: 2px solid #fff;
  border-radius: 4px;
  padding-block: 13px;
  padding-inline: 13px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    justify-content: space-between;
    border: none;
    border-radius: 8px;
    padding-block: 7px 11px;
    padding-inline: 10px 48px;
  }
  .pg_home .mvArea_bnr_inner > .el_arwIcon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    flex-shrink: 0;
    width: 26px;
  }
}
.pg_home .mvArea_bnr_head {
  width: 350px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_head {
    width: 30%;
    flex-shrink: 0;
  }
}
.pg_home .mvArea_bnr_head img {
  width: 100%;
}
.pg_home .mvArea_bnr_body {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_body {
    margin-top: 0;
  }
}
.pg_home .mvArea_bnr_bodyHdg {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_bodyHdg {
    align-items: center;
  }
}
.pg_home .mvArea_bnr_bodyHdg > span {
  padding: 0;
}
.pg_home .mvArea_bnr_bodyHdg .el_arwIcon {
  width: 22px;
}
.pg_home .mvArea_bnr_bodyHdg .el_arwIcon::before {
  width: 5px;
}
.pg_home .mvArea_bnr_bodyHdgTxt {
  background-color: transparent;
  color: var(--color-red2);
  font-size: 112.5%;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_bodyHdgTxt {
    font-size: 100%;
    font-weight: 600;
  }
}
.pg_home .mvArea_bnr_bodyTxt {
  margin-top: 8px;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pg_home .mvArea_bnr_bodyTxt {
    margin-top: 1px;
    font-size: 75%;
    line-height: 1.45;
  }
}
.pg_home .mvArea_bnr.is-visible {
  opacity: 1;
  visibility: visible;
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea {
    margin-top: 38px;
  }
}
.pg_home .newsArea_inner {
  display: flex;
  -moz-column-gap: 48px;
  column-gap: 48px;
  background-color: var(--color-gray);
  border-radius: 4px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_inner {
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 18px;
    border-radius: 8px;
    padding-block: 22px 30px;
    padding-inline: 20px;
  }
}
.pg_home .newsArea_head {
  display: flex;
  flex-shrink: 0;
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_head {
    flex-direction: column;
    row-gap: 30px;
    max-width: 200px;
    width: 14.9%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head {
    align-items: center;
    justify-content: space-between;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_head .el_secTtl {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head .el_secTtl {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_head .el_secTtl_en {
    font-size: 250%;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_head .el_secTtl_jp {
    font-size: 81.25%;
  }
}
.pg_home .newsArea_head_btn {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head_btn {
    margin-bottom: 0;
  }
}
.pg_home .newsArea_head_btn > a:focus-visible .newsArea_head_btnTxt {
  color: var(--color-red2);
}
.pg_home .newsArea_head_btn > a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .newsArea_head_btn > a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .newsArea_head_btn > a:hover .newsArea_head_btnTxt {
    color: var(--color-red2);
  }
  .pg_home .newsArea_head_btn > a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .newsArea_head_btn > a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.pg_home .newsArea_head_btnInner {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.pg_home .newsArea_head_btnInner .el_arwIcon {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head_btnInner .el_arwIcon {
    width: 26px;
  }
  .pg_home .newsArea_head_btnInner .el_arwIcon::before {
    width: 6px;
  }
}
.pg_home .newsArea_head_btnTxt {
  color: var(--color-black);
  font-weight: 600;
  font-size: 112.5%;
  letter-spacing: -0.04em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head_btnTxt {
    font-weight: 700;
    font-size: 100%;
    letter-spacing: 0;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_body {
    flex-grow: 1;
  }
}
.pg_home .newsArea_body .News dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin: 0;
  padding-top: 15px;
  padding-right: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dt {
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 87.5%;
  }
}
.pg_home .newsArea_body .News dt:first-child {
  padding-top: 0;
}
.pg_home .newsArea_body .News dt + dd {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dt + dd {
    margin-top: 8px;
  }
}
.pg_home .newsArea_body .News dd {
  display: block;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--color-gray3);
  letter-spacing: 0.032em;
}
@media not all and (max-width: 767px), print {
  .pg_home .newsArea_body .News dd {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dd {
    padding-bottom: 18px;
    line-height: 1.65;
  }
}
.pg_home .newsArea_body .News dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dd .LinkListStyle1 {
    margin-bottom: 0;
  }
}
.pg_home .newsArea_body .News dd li {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dd li {
    font-size: 87.5%;
  }
}
.pg_home .newsArea_body .News dd a {
  color: var(--color-black);
  background-image: none;
  transition: color 0.3s ease;
}
.pg_home .newsArea_body .News dd a:focus-visible {
  color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .newsArea_body .News dd a:hover {
    color: var(--color-red2);
  }
}
.pg_home .newsArea_body .News dt:before {
  content: "";
  order: 2;
  font-size: 75%;
  padding: 6px 10px;
  color: #ffffff;
  position: relative;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dt:before {
    padding: 6px 6px;
    font-size: 62.5%;
  }
}
.pg_home .newsArea_body .News dt.topics:before {
  content: "トピックス";
  background: #de4621;
}
.pg_home .newsArea_body .News dt.info:before {
  content: "お知らせ";
  background: #447e42;
}
.pg_home .newsArea_body .News dt.news:before {
  content: "ニュースリリース";
  background: #f0a632;
}
.pg_home .newsArea_body li a:after, .pg_home .newsArea_body dt a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 16px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
  background-color: #fa0c0f;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body li a:after, .pg_home .newsArea_body dt a:after {
    margin-left: 5px;
  }
}
.pg_home .newsArea_body li.Pdf a, .pg_home .newsArea_body dt.Pdf a {
  background-image: none !important;
}
.pg_home .newsArea_body li.Pdf a::after, .pg_home .newsArea_body dt.Pdf a::after {
  width: 22px;
  height: 22px;
  background-image: url(/image/jp/hps/common/icon/icon_pdf_hd.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body li.Pdf a::after, .pg_home .newsArea_body dt.Pdf a::after {
    width: 18px;
    height: 18px;
  }
}
.pg_home .newsArea_body li.NewWin a, .pg_home .newsArea_body dt.NewWin a {
  background-image: none !important;
}
.pg_home .newsArea_body li.NewWin a[target=_blank]::after, .pg_home .newsArea_body dt.NewWin a[target=_blank]::after {
  width: 23px;
  height: 22px;
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_blank_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_blank_01.svg);
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body li.NewWin a[target=_blank]::after, .pg_home .newsArea_body dt.NewWin a[target=_blank]::after {
    width: 18px;
    height: 18px;
  }
}
.pg_home .newsArea_body .DateListStyle2 {
  font-size: 100%;
  margin-bottom: 0;
}
.pg_home .newsArea_body .DateListStyle2 dt {
  float: none;
}
.pg_home .newsArea_body .DateListStyle2 dd {
  margin: 0;
}
.pg_home .highlightsArea {
  --pageSpace_inline: calc((var(--htmlW) * 1px - 100%) / 2);
  overflow-x: clip;
}
@media not all and (max-width: 767px), print {
  .pg_home .highlightsArea {
    margin-top: 80px;
    margin-inline: calc(var(--pageSpace_inline) * -1);
    padding-inline: var(--pageSpace_inline);
  }
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea {
    margin-top: 64px;
    margin-right: calc(var(--pageSpace_inline) * -1);
    padding-right: var(--pageSpace_inline);
  }
}
.pg_home .highlightsArea_head_inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.pg_home .highlightsArea_head_inner + .splide__track {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_head_inner + .splide__track {
    margin-top: 32px;
  }
}
.pg_home .highlightsArea_head_inner .el_secTtl {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_head_inner .el_secTtl {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}
.pg_home .highlightsArea_head_inner .el_secTtl_ja {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_head_inner .el_secTtl_ja {
    margin-bottom: 5px;
  }
}
.pg_home .highlightsArea_body .splide__track {
  position: relative;
  margin-inline: calc((100vw - 100% - 15px) / -2);
  padding-left: calc((100vw - 100% - 15px) / 2) !important;
  overflow: visible;
}
.pg_home .highlightsArea_body_item a:focus-visible .highlightsArea_body_itemImg img {
  transform: scale(1.1);
}
.pg_home .highlightsArea_body_item a:focus-visible .highlightsArea_body_itemInfoTxt {
  color: var(--color-red2);
}
.pg_home .highlightsArea_body_item a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .highlightsArea_body_item a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .highlightsArea_body_item a:hover .highlightsArea_body_itemImg img {
    transform: scale(1.1);
  }
  .pg_home .highlightsArea_body_item a:hover .highlightsArea_body_itemInfoTxt {
    color: var(--color-red2);
  }
  .pg_home .highlightsArea_body_item a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .highlightsArea_body_item a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.pg_home .highlightsArea_body_itemImg {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemImg {
    border-radius: 8px;
  }
}
.pg_home .highlightsArea_body_itemImg .bl_img > div {
  width: 100%;
}
.pg_home .highlightsArea_body_itemImg .bl_img > div img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/240;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.pg_home .highlightsArea_body_itemImg + .highlightsArea_body_itemInfo {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemImg + .highlightsArea_body_itemInfo {
    margin-top: 8px;
  }
}
.pg_home .highlightsArea_body_itemInfoHead {
  margin-bottom: 8px;
}
.pg_home .highlightsArea_body_itemInfoBody {
  position: relative;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoBody {
    padding-right: 0;
  }
}
.pg_home .highlightsArea_body_itemInfoBody .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoBody .el_arwIcon {
    display: none;
  }
}
.pg_home .highlightsArea_body_itemInfoIcon {
  display: inline-block;
  background: var(--color-blue);
  color: #fff;
  padding-block: 8px;
  padding-inline: 10px;
  border-radius: 4px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoIcon {
    font-size: 62.5%;
    padding-block: 6px;
    padding-inline: 8px;
  }
}
.pg_home .highlightsArea_body_itemInfoIcon + .highlightsArea_body_itemInfoBody {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoIcon + .highlightsArea_body_itemInfoBody {
    margin-top: 6px;
  }
}
.pg_home .highlightsArea_body_itemInfoIcon__yellow {
  background-color: var(--color-yellowTag);
}
.pg_home .highlightsArea_body_itemInfoTxt {
  display: grid;
  align-items: center;
  min-height: 36px;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.55;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoTxt {
    min-height: 30px;
    font-size: 87.5%;
    letter-spacing: -0.03em;
  }
}
.pg_home .highlightsArea_body_itemInfoFoot {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoFoot {
    margin-top: 8px;
  }
}
.pg_home .highlightsArea_body_itemInfoFoot time {
  font-size: 81.25%;
  letter-spacing: 0.02em;
}
.pg_home .highlightsArea_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
  width: 49%;
}
@media screen and (max-width: 1304px) {
  .pg_home .highlightsArea_nav {
    display: none;
  }
}
.pg_home .highlightsArea_nav .splide__arrows {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_nav .splide__arrows {
    display: none;
  }
}
.pg_home .highlightsArea_nav .splide__arrow {
  position: relative;
  transform: translateY(0);
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid var(--color-red2);
  transition: background-color 0.3s ease;
}
.pg_home .highlightsArea_nav .splide__arrow:focus-visible {
  background-color: var(--color-red2);
}
.pg_home .highlightsArea_nav .splide__arrow:focus-visible::before {
  background-color: #fff;
}
@media (any-hover: hover) {
  .pg_home .highlightsArea_nav .splide__arrow:hover {
    background-color: var(--color-red2);
  }
  .pg_home .highlightsArea_nav .splide__arrow:hover::before {
    background-color: #fff;
  }
}
.pg_home .highlightsArea_nav .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  mask-image: url(/image/jp/hps/common/icon/icon_arw_01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-red2);
  width: 8px;
  height: 16px;
  transition: background-color 0.3s ease;
}
.pg_home .highlightsArea_nav .splide__arrow:disabled {
  pointer-events: none;
}
.pg_home .highlightsArea_nav .splide__arrow--prev {
  left: 0;
}
.pg_home .highlightsArea_nav .splide__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pg_home .highlightsArea_nav .splide__arrow--next {
  right: 0;
}
.pg_home .highlightsArea_progressSp {
  display: none;
}
@media screen and (max-width: 1304px) {
  .pg_home .highlightsArea_progressSp {
    display: block;
    margin-top: 30px;
  }
}
.pg_home .highlightsArea .progress {
  position: relative;
  background: #eee;
  border-radius: 4px;
  max-width: 480px;
  width: 33.3vw;
  height: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1304px) {
  .pg_home .highlightsArea .progress {
    max-width: 100%;
    width: 100%;
  }
}
.pg_home .highlightsArea .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  width: 0%;
  background: var(--color-blue);
  transition: left 0.3s ease;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea {
    margin-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea {
    margin-top: 60px;
  }
}
.pg_home .fieldArea_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_ttlBox {
    width: 44.8%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_ttlBox {
    width: 100%;
  }
}
.pg_home .fieldArea_head_ttlBox > *:first-child {
  margin-top: 0;
}
.pg_home .fieldArea_head_subTtl {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_subTtl {
    margin-top: 40px;
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_subTtl {
    margin-top: 22px;
    font-size: 150%;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_txt {
    margin-top: 32px;
    font-size: 106.25%;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_txt {
    margin-top: 24px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_btn {
    margin-top: 40px;
    padding-inline: 32px 90px;
    padding-block: 19px;
  }
  .pg_home .fieldArea_head_btn > span {
    font-size: 112.5%;
  }
  .pg_home .fieldArea_head_btn .el_arwIcon {
    right: 16px;
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_btn {
    margin-top: 24px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head .el_secTtl {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head .el_secTtl {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head .el_secTtl_en {
    font-size: 350%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head .el_secTtl_ja {
    display: none;
  }
}
.pg_home .fieldArea_head_txt {
  font-size: 106.25%;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_txt {
    width: 100%;
    font-size: 87.5%;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
.pg_home .fieldArea_head + .fieldArea_body {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head + .fieldArea_body {
    margin-top: 45px;
  }
}
.pg_home .fieldArea_bodyTtl {
  display: flex;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_bodyTtl {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_bodyTtl {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-inline: 0 !important;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_bodyTtl:has(> span) {
    position: relative;
    min-height: 99px;
  }
  .pg_home .fieldArea_bodyTtl:has(> span)::before, .pg_home .fieldArea_bodyTtl:has(> span)::after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
  }
  .pg_home .fieldArea_bodyTtl:has(> span)::before {
    width: 100%;
    background-color: var(--color-gray2);
  }
  .pg_home .fieldArea_bodyTtl:has(> span)::after {
    background-color: var(--color-red2);
  }
  @media not all and (max-width: 767px), print {
    .pg_home .fieldArea_bodyTtl:has(> span)::after {
      width: 13.63%;
    }
  }
  @media screen and (max-width: 767px) {
    .pg_home .fieldArea_bodyTtl:has(> span)::after {
      width: 35.8%;
    }
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_bodyTtl:has(> span) > span {
    position: relative;
  }
  .pg_home .fieldArea_bodyTtl:has(> span) > span::before, .pg_home .fieldArea_bodyTtl:has(> span) > span::after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
  }
  .pg_home .fieldArea_bodyTtl:has(> span) > span::before {
    width: 100%;
    background-color: var(--color-gray2);
  }
  .pg_home .fieldArea_bodyTtl:has(> span) > span::after {
    width: 35.8%;
    background-color: var(--color-red2);
  }
}
.pg_home .fieldArea_bodyTtl > span {
  padding-inline: 0;
  color: var(--color-gray6);
  font-weight: bold;
  letter-spacing: -0.02em;
  background: none;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_bodyTtl > span {
    padding-block: 10px 11px;
    width: 100%;
    font-size: 200%;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_bodyTtl > span {
    margin: 0 !important;
    padding-block: 20px 25px;
    width: 100%;
    font-size: 150%;
    line-height: 1.2;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_bodyTtl > img {
    padding-block: 10px 11px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_bodyTtl {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_bodyTtl > span {
    padding-block: 18px 20px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlocks {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlocks {
    margin-top: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock article {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock article {
    min-height: 240px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock_body {
    padding-block: 20px;
    padding-inline: 42px 38px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock_body {
    padding: 10px 20px;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock_body_foot {
  margin-bottom: 10px;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock_title {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock_title {
    letter-spacing: 0.1em;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock_subtitle {
    font-size: 100%;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock__1col {
  border: 1px solid var(--color-gray2);
  border-radius: 8px;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock__1col {
    grid-column: span 2;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock__1col article {
  align-items: center;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_imgLinkBlock__1col article {
    min-height: 182px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock__1col article {
    min-height: 130px;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock__1col .bl_imgLinkBlock_title {
  margin-bottom: 0;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock__1col .bl_imgLinkBlock_title {
    font-size: 125%;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock__1col .bl_imgLinkBlock_subtitle {
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_imgLinkBlock__1col .bl_imgLinkBlock_subtitle {
    font-size: 81.25%;
  }
}
.pg_home .fieldArea .bl_imgLinkBlock__1col .bl_imgLinkBlock_bgImg::before {
  background: none;
}
.pg_home .fieldArea .bl_imgLinkBlock:hover .bl_imgLinkBlock_title {
  color: var(--color-red2);
  transition: var(--transVals);
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_horLinkCardList {
    margin-top: 40px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_horLinkCardList {
    margin-top: 30px;
    gap: 12px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_horLinkCard {
    grid-template-columns: 150px 1fr auto;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_horLinkCard {
    grid-template-columns: 95px 1fr auto;
    padding: 11px 9px;
  }
}
.pg_home .fieldArea .bl_horLinkCard_title {
  margin-bottom: 0;
  color: var(--color-black);
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea .bl_horLinkCard_title {
    font-size: 125%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea .bl_horLinkCard_title {
    font-size: 93.75%;
  }
}
.pg_home .fieldArea .bl_horLinkCard:hover .bl_horLinkCard_title {
  color: var(--color-red2);
  transition: var(--transVals);
}
@media not all and (max-width: 767px), print {
  .pg_home #tsSearchLinkSect {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home #tsSearchLinkSect {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1304px) {
  .pg_home #tsSearchLinkSect .bl_tsSearchLinkSect {
    margin-inline: -15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home #tsSearchLinkSect .bl_tsSearchLinkSect {
    margin-inline: -20px;
  }
}
.pg_home #tsSearchLinkSect .bl_tsSearchLinkSect_inner {
  max-width: 1305px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (max-width: 1304px) {
  .pg_home #tsSearchLinkSect .bl_tsSearchLinkSect_inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 994px) {
  .pg_home #tsSearchLinkSect .bl_tsSearchLinkSect_inner {
    padding-inline: 20px;
  }
}
.pg_home #tsSearchLinkSect .bl_tsSearchLinkSect_bgImg img {
  border-radius: 0;
}
@media not all and (max-width: 767px), print {
  .pg_home #tsSearchLinkSect .bl_tsSearchLinkSect .el_circleChevronBtn {
    gap: 50px;
    padding-block: 26px;
    padding-inline: 44px 38px;
    font-size: 125%;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea {
    margin-top: 52px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea .el_secTtl {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea .el_secTtl {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.pg_home .companyArea .el_secTtl_en {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea .el_secTtl_en {
    margin-left: -5px;
    font-size: 350%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea .el_secTtl_ja {
    margin-bottom: 5px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_fullListArea {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullListArea {
    margin-top: 38px;
    margin-inline: -20px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlocks {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlocks {
    gap: 0;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlock article {
    min-height: 305px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlock article {
    min-height: 200px;
  }
}
.pg_home .companyArea_fullListArea .bl_imgLinkBlock_smtTitle {
  margin-bottom: 0;
  color: #fff;
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlock_body {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullListArea .bl_imgLinkBlock_bgImg {
    border-radius: 0;
  }
}
.pg_home .companyArea_fullListArea .bl_imgLinkBlock:hover .bl_imgLinkBlock_smtTitle {
  color: var(--color-red2);
  transition: var(--transVals);
}
.pg_home .companyArea_fullListArea .bl_imgLinkBlock:hover .bl_imgLinkBlock_smtTitle.bl_imgLinkBlock_smtTitle_hoverBlack {
  color: var(--color-gray3);
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea {
    margin-top: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect + .bl_casestudyLinkSect {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect + .bl_horLinkCardList {
    margin-top: 38px;
  }
}
.pg_home .companyArea_bnrArea .bl_casestudyLinkSect hgroup * + * {
  margin-top: 10px;
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect hgroup + .bl_casestudyLinkSect_desc {
    margin-top: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_inner {
    padding: 100px 80px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_inner {
    gap: 20px;
    padding: 50px 30px 52px;
  }
}
.pg_home .companyArea_bnrArea .bl_casestudyLinkSect_hdg {
  color: var(--color-black);
  margin-bottom: 0;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_hdg {
    font-size: 450%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_hdg {
    font-size: 350%;
  }
}
.pg_home .companyArea_bnrArea .bl_casestudyLinkSect_subtitle {
  color: var(--color-blue);
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_subtitle {
    font-size: 125%;
  }
}
.pg_home .companyArea_bnrArea .bl_casestudyLinkSect_desc {
  color: var(--color-black);
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_desc {
    font-size: 112.5%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect_desc {
    margin-top: 24px;
    line-height: 1.7;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect:nth-child(2) .bl_casestudyLinkSect_inner {
    padding-block: 92px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_bnrArea .bl_casestudyLinkSect:nth-child(2) .bl_casestudyLinkSect_inner {
    padding-block: 56px;
    gap: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_horLinkCardList {
    margin-top: 60px;
    gap: 15px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard {
    grid-template-columns: 150px 1fr auto;
  }
}
.pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard_title {
  margin-bottom: 0;
  color: var(--color-black);
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard_title {
    margin-inline: 22px 20px;
    font-size: 125%;
    letter-spacing: 0.06em;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard_img img {
    aspect-ratio: 150/100;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard_circleChevron {
    margin-right: 0;
    width: 28px;
  }
}
.pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard_circleChevron::before {
  width: 4px;
}
.pg_home .companyArea_bnrArea .bl_horLinkCardList .bl_horLinkCard:hover .bl_horLinkCard_title {
  color: var(--color-red2);
  transition: var(--transVals);
}