@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-black: #222;
  --color-red2: #cc0000;
  --color-blue: #2D5686;
  --color-gray: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-gray3: #B3B3B3;
  --color-gray5: #4D4D4D;
  --headerH: 105px;
}
.ly_wrapper {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .ly_wrapper {
    padding-inline: 20px;
  }
}

.ly_header .Container.Wide {
  max-width: 1240px;
}

body.header1-fix #HeaderArea1 {
  transform: none;
}

body.header2-fix #HeaderArea2.Sticky {
  transform: none;
}

.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_nav {
  border-top: 1px solid var(--color-gray2);
  padding-top: 78px;
}
@media screen and (max-width: 767px) {
  .ly_footer_nav {
    padding-top: 38px;
  }
}
.ly_footer_navList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  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% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem--links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:first-child {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:nth-child(3) {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:nth-child(5) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_navItem:nth-child(6) {
    order: 6;
  }
}
.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: 0;
  }
}
.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/add/common/icon/icon_arw_01.svg);
  mask-image: url(../../image/jp/add/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;
  }
}
.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);
}
.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);
  }
  .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/add/common/icon/icon_arw_01.svg);
  mask-image: url(../../image/jp/add/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% - 40px) / 3);
}
@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: 14px;
  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_pageTop {
  z-index: 100;
  display: grid;
  place-content: center;
  position: absolute;
  aspect-ratio: 1/1;
  border: 2px solid var(--color-red2);
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media not all and (max-width: 767px), print {
  .ly_footer_pageTop {
    top: -50px;
    right: 15px;
    width: 44px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_pageTop {
    top: -35px;
    right: 20px;
    width: 29px;
  }
}
.ly_footer_pageTop:focus-visible {
  background-color: var(--color-red2);
}
.ly_footer_pageTop:focus-visible::before {
  background-color: #fff;
}
@media (any-hover: hover) {
  .ly_footer_pageTop:hover {
    background-color: var(--color-red2);
  }
  .ly_footer_pageTop:hover::before {
    background-color: #fff;
  }
}
.ly_footer_pageTop::before {
  content: "";
  -webkit-mask-image: url(../../image/jp/add/common/icon/icon_arw_01.svg);
  mask-image: url(../../image/jp/add/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);
  transform: rotate(-90deg);
  transition: background-color 0.3s ease;
}
@media not all and (max-width: 767px), print {
  .ly_footer_pageTop::before {
    width: 9px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_pageTop::before {
    width: 6px;
    height: 12px;
  }
}
.ly_footer .BannerArea {
  margin-top: 64px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer .BannerArea {
    margin-top: 44px;
  }
}
.ly_footer .BannerArea .Reysol {
  margin-bottom: 0;
}
.ly_footer .BannerArea .Reysol img {
  margin-bottom: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ly_footer .BannerArea .Reysol {
    margin-bottom: 0;
    padding-inline: 20px;
  }
  .ly_footer .BannerArea .Reysol img {
    width: 100%;
  }
}
.ly_footer .noteArea {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ly_footer .noteArea {
    min-width: 280px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
.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-blue);
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.ly_footer .noteArea .PlugInBanner a:focus-visible {
  color: #333;
  text-decoration-color: #333;
}
@media (any-hover: hover) {
  .ly_footer .noteArea .PlugInBanner a:hover {
    color: #333;
    text-decoration-color: #333;
  }
}
.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%;
  }
}

.bl_img {
  margin: 0;
}

.el_arwIcon {
  position: relative;
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-red2) !important;
  border: 1px solid var(--color-red2);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_arwIcon {
    width: 30px;
  }
}
.el_arwIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 1/2;
  -webkit-mask-image: url("../../image/jp/add/common/icon/icon_arw_01.svg");
  mask-image: url("../../image/jp/add/common/icon/icon_arw_01.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.el_secTtl {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.el_secTtl > span {
  display: inline-block;
  font-weight: 600;
}
.el_secTtl_en {
  color: var(--color-black);
  font-size: 450%;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_secTtl_en {
    font-size: 275%;
    letter-spacing: -0.01em;
  }
}
.el_secTtl_ja {
  color: var(--color-blue);
  font-size: 125%;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_secTtl_ja {
    font-size: 93.75%;
  }
}
.el_secTtl--sm .el_secTtl_en {
  font-size: 275%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--sm .el_secTtl_en {
    font-size: 212.5%;
  }
}
.el_secTtl--sm .el_secTtl_ja {
  font-size: 81.25%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--sm .el_secTtl_ja {
    font-size: 75%;
  }
}
.el_secTtl--lg .el_secTtl_en {
  font-size: 550%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .el_secTtl--lg .el_secTtl_en {
    font-size: 350%;
  }
}
.el_secTtl--lg .el_secTtl_ja {
  font-size: 125%;
}
@media screen and (max-width: 767px) {
  .el_secTtl--lg .el_secTtl_ja {
    font-size: 93.75%;
  }
}

.el_linkBtn {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border: 2px solid var(--color-red2);
  border-radius: 100px;
  padding-block: 20px;
  padding-inline: 30px 67px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_linkBtn {
    padding-block: 16px;
    padding-inline: 26px 60px;
  }
}
.el_linkBtn:focus-visible {
  background-color: var(--color-red2);
}
.el_linkBtn:focus-visible > span {
  color: #fff;
}
.el_linkBtn:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.el_linkBtn:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .el_linkBtn:hover {
    background-color: var(--color-red2);
  }
  .el_linkBtn:hover > span {
    color: #fff;
  }
  .el_linkBtn:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .el_linkBtn:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.el_linkBtn > span {
  font-size: 125%;
  font-weight: 600;
  transition: color 0.3s ease;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_linkBtn > span {
    font-size: 112.5%;
  }
}
.el_linkBtn .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_linkBtn .el_arwIcon {
    right: 22px;
  }
}
.el_linkBtn--red {
  background-color: var(--color-red2);
}
.el_linkBtn--red:focus-visible {
  background-color: #fff;
}
.el_linkBtn--red:focus-visible > span {
  color: var(--color-red2);
}
.el_linkBtn--red:focus-visible .el_arwIcon {
  background-color: var(--color-red2) !important;
}
.el_linkBtn--red:focus-visible .el_arwIcon::before {
  background-color: #fff !important;
}
@media (any-hover: hover) {
  .el_linkBtn--red:hover {
    background-color: #fff;
  }
  .el_linkBtn--red:hover > span {
    color: var(--color-red2);
  }
  .el_linkBtn--red:hover .el_arwIcon {
    background-color: var(--color-red2) !important;
  }
  .el_linkBtn--red:hover .el_arwIcon::before {
    background-color: #fff !important;
  }
}
.el_linkBtn--red > span {
  color: #fff;
}
.el_linkBtn--red .el_arwIcon {
  background-color: #fff !important;
}
.el_linkBtn--red .el_arwIcon::before {
  background-color: var(--color-red2) !important;
}

/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.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;
  }
}
.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;
  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;
  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;
}
.pg_home .newsArea {
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea {
    margin-top: 66px;
  }
}
.pg_home .newsArea_inner {
  display: flex;
  -moz-column-gap: 48px;
  column-gap: 48px;
  background-color: var(--color-gray);
  border-radius: 4px;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_inner {
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 41px;
    border-radius: 8px;
    padding-block: 28px 30px;
    padding-inline: 20px;
  }
}
.pg_home .newsArea_head {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head {
    align-items: flex-end;
    flex-direction: row;
  }
}
.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 {
    row-gap: 10px;
  }
}
.pg_home .newsArea_head_btn {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_head_btn {
    margin-right: 7px;
    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;
  }
}
.pg_home .newsArea_body .News dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin: 0;
  padding-top: 23px;
  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: 13px;
  }
}
.pg_home .newsArea_body .News dd {
  display: block;
  margin-bottom: 2px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-gray3);
  letter-spacing: 0.032em;
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body .News dd {
    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: 8px 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/add/common/icon/icon_arw_01.svg);
  mask-image: url(../../image/jp/add/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/add/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::after, .pg_home .newsArea_body dt.NewWin a::after {
  width: 23px;
  height: 22px;
  -webkit-mask-image: url(../../image/jp/add/common/icon/icon_blank_01.svg);
  mask-image: url(../../image/jp/add/common/icon/icon_blank_01.svg);
}
@media screen and (max-width: 767px) {
  .pg_home .newsArea_body li.NewWin a::after, .pg_home .newsArea_body dt.NewWin a::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 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea {
    margin-top: 77px;
  }
}
.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;
}
.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 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_itemInfoBody {
  position: relative;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .pg_home .highlightsArea_body_itemInfoBody {
    padding-right: 40px;
  }
}
.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 {
    width: 28px;
  }
  .pg_home .highlightsArea_body_itemInfoBody .el_arwIcon::before {
    width: 6px;
  }
}
.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_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_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/add/common/icon/icon_arw_01.svg);
  mask-image: url(../../image/jp/add/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;
}
.pg_home .fieldArea {
  margin-top: 154px;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea {
    margin-top: 85px;
  }
}
.pg_home .fieldArea_head {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
  }
}
.pg_home .fieldArea_head_ttlBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_ttlBox {
    align-items: flex-end;
    justify-content: space-between;
    width: 43.1%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head_ttlBox {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head_btn {
    margin-left: auto;
    padding-inline: 25px 50px;
    padding-block: 16px;
  }
  .pg_home .fieldArea_head_btn > span {
    font-size: 87.5%;
  }
  .pg_home .fieldArea_head_btn .el_arwIcon {
    right: 16px;
    width: 24px;
  }
}
.pg_home .fieldArea_head .el_secTtl {
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-left: -10px;
}
@media not all and (max-width: 767px), print {
  .pg_home .fieldArea_head .el_secTtl {
    width: 361px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_head .el_secTtl {
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-left: -4px;
    width: 230px;
  }
}
.pg_home .fieldArea_head .el_secTtl_ja {
  margin-bottom: 5px;
}
.pg_home .fieldArea_head .el_secTtl > span:first-child {
  width: 100%;
}
.pg_home .fieldArea_head_txt {
  margin-left: auto;
  width: 46.5%;
  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_body_list {
  counter-reset: section;
}
.pg_home .fieldArea_body_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_item {
    flex-direction: column;
    row-gap: 24px;
  }
}
.pg_home .fieldArea_body_item + .fieldArea_body_item {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_item + .fieldArea_body_item {
    margin-top: 56px;
  }
}
.pg_home .fieldArea_body_itemImg {
  width: 43.1%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemImg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemImg img {
    width: 100%;
    aspect-ratio: 335/260;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.pg_home .fieldArea_body_itemInfo {
  width: 46.7%;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfo {
    width: 100%;
  }
}
.pg_home .fieldArea_body_itemInfo > *:first-child {
  margin-top: 0;
}
.pg_home .fieldArea_body_itemInfoTtl {
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfoTtl {
    margin-top: 18px;
    margin-bottom: 0;
  }
}
.pg_home .fieldArea_body_itemInfoTtl_en {
  display: block;
  color: var(--color-blue);
  font-size: 106.25%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfoTtl_en {
    font-size: 87.5%;
  }
}
.pg_home .fieldArea_body_itemInfoTtl_en + .fieldArea_body_itemInfoTtl_ja {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfoTtl_en + .fieldArea_body_itemInfoTtl_ja {
    margin-top: 10px;
  }
}
.pg_home .fieldArea_body_itemInfoTtl_ja {
  display: block;
  color: var(--color-black);
  font-size: 250%;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfoTtl_ja {
    font-size: 150%;
  }
}
.pg_home .fieldArea_body_itemInfoTxt {
  margin-top: 48px;
  font-size: 112.5%;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body_itemInfoTxt {
    margin-top: 20px;
    font-size: 93.75%;
    letter-spacing: 0.02em;
  }
}
.pg_home .fieldArea_body .el_linkBtn {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .pg_home .fieldArea_body .el_linkBtn {
    margin-top: 30px;
    margin-inline: auto;
  }
}
.pg_home .solutionArea {
  margin-top: 158px;
  padding-block: 100px 150px;
  background-color: var(--color-gray2);
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea {
    margin-top: 100px;
    padding-block: 80px 70px;
  }
}
.pg_home .solutionArea .el_secTtl {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 18px;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea .el_secTtl {
    align-items: flex-start;
    width: 100%;
    row-gap: 0;
  }
}
.pg_home .solutionArea .el_secTtl > span:nth-child(2) {
  display: flex;
  align-items: flex-end;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea .el_secTtl > span:nth-child(2) {
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-left: auto;
  }
}
.pg_home .solutionArea .el_secTtl > span:nth-child(2) > span {
  background-color: transparent;
  padding: 0;
}
.pg_home .solutionArea .el_secTtl > span:nth-child(2) > span:first-child {
  margin-bottom: 5px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea .el_secTtl > span:nth-child(2) {
    order: 3;
    margin-top: 5px;
    margin-left: auto;
    row-gap: 23px;
  }
  .pg_home .solutionArea .el_secTtl > span:nth-child(3) {
    margin-top: 20px;
    padding-left: 28px;
  }
}
.pg_home .solutionArea_wrapper {
  max-width: 1340px;
}
.pg_home .solutionArea_head {
  display: flex;
  justify-content: center;
}
.pg_home .solutionArea_head + .solutionArea_body {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea_head + .solutionArea_body {
    margin-top: 50px;
  }
}
.pg_home .solutionArea_body {
  background-color: #fff;
  border-radius: 20px;
  padding-block: 64px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .pg_home .solutionArea_body {
    margin-inline: -20px;
    border-radius: 14px;
    padding-block: 48px;
    padding-inline: 20px;
  }
}
.pg_home .solutionArea_body_item {
  padding-block: 40px;
  border-bottom: 1px solid var(--color-gray2);
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_item {
    padding-block: 25px;
  }
}
.pg_home .solutionArea_body_item:first-child {
  padding-top: 0;
}
.pg_home .solutionArea_body_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pg_home .solutionArea_body_itemInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemInner {
    flex-direction: column;
    row-gap: 24px;
  }
}
.pg_home .solutionArea_body_itemHead {
  width: 48.8%;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHead {
    width: 100%;
  }
}
.pg_home .solutionArea_body_itemHead > a:focus-visible .solutionArea_body_itemHeadImg img {
  transform: scale(1.1);
}
.pg_home .solutionArea_body_itemHead > a:focus-visible .solutionArea_body_itemHeadLinkTxt {
  color: var(--color-red2);
}
.pg_home .solutionArea_body_itemHead > a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .solutionArea_body_itemHead > a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .solutionArea_body_itemHead > a:hover .solutionArea_body_itemHeadImg img {
    transform: scale(1.1);
  }
  .pg_home .solutionArea_body_itemHead > a:hover .solutionArea_body_itemHeadLinkTxt {
    color: var(--color-red2);
  }
  .pg_home .solutionArea_body_itemHead > a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .solutionArea_body_itemHead > a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.pg_home .solutionArea_body_itemHeadInner {
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHeadInner {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.pg_home .solutionArea_body_itemHeadImg {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 4px;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHeadImg {
    width: 38.8%;
  }
}
.pg_home .solutionArea_body_itemHeadImg img {
  transition: transform 0.3s ease;
}
.pg_home .solutionArea_body_itemHeadLink {
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-right: 66px;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHeadLink {
    padding-right: 52px;
  }
}
.pg_home .solutionArea_body_itemHeadLink .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px;
  flex-shrink: 0;
}
.pg_home .solutionArea_body_itemHeadLink .el_arwIcon::before {
  width: 8px;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHeadLink .el_arwIcon {
    width: 32px;
  }
  .pg_home .solutionArea_body_itemHeadLink .el_arwIcon::before {
    width: 6px;
  }
}
.pg_home .solutionArea_body_itemHeadLinkTxt {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.3s ease;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemHeadLinkTxt {
    font-size: 106.25%;
  }
}
.pg_home .solutionArea_body_itemBody {
  width: 44.3%;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemBody {
    width: 100%;
  }
}
.pg_home .solutionArea_body_itemBodyTxt {
  font-size: 112.5%;
  letter-spacing: -0.01em;
  line-height: 1.75;
}
@media screen and (max-width: 994px) {
  .pg_home .solutionArea_body_itemBodyTxt {
    font-size: 87.5%;
  }
}
.pg_home .contactArea {
  padding-block: 120px 125px;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea {
    padding-block: 40px;
  }
}
.pg_home .contactArea_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea_inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pg_home .contactArea .el_secTtl {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea .el_secTtl {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-left: 20px;
    margin-right: auto;
  }
}
.pg_home .contactArea .el_secTtl_en {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea .el_secTtl_en {
    font-size: 212.5%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea .el_secTtl_ja {
    font-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .contactArea .el_linkBtn {
    padding-block: 19px;
  }
}
.pg_home .companyArea {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea {
    margin-top: 78px;
  }
}
.pg_home .companyArea .el_secTtl {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea .el_secTtl {
    flex-direction: row;
    align-items: flex-end;
    -moz-column-gap: 11px;
    column-gap: 11px;
  }
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea .el_secTtl_ja {
    margin-bottom: 5px;
  }
}
.pg_home .companyArea_fullList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList {
    margin-top: 42px;
  }
}
.pg_home .companyArea_fullList_item {
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList_item {
    width: 100%;
    height: auto;
    aspect-ratio: 375/190;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList_item > a {
    display: block;
    height: 100%;
  }
}
.pg_home .companyArea_fullList_item > a:focus-visible .companyArea_fullList_itemImg img {
  transform: scale(1.1);
}
.pg_home .companyArea_fullList_item > a:focus-visible .companyArea_fullList_itemInfoTxt {
  color: var(--color-red2);
}
.pg_home .companyArea_fullList_item > a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .companyArea_fullList_item > a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .companyArea_fullList_item > a:hover .companyArea_fullList_itemImg img {
    transform: scale(1.1);
  }
  .pg_home .companyArea_fullList_item > a:hover .companyArea_fullList_itemInfoTxt {
    color: var(--color-red2);
  }
  .pg_home .companyArea_fullList_item > a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .companyArea_fullList_item > a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.pg_home .companyArea_fullList_itemInner {
  position: relative;
}
.pg_home .companyArea_fullList_itemImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media not all and (max-width: 767px), print {
  .pg_home .companyArea_fullList_itemImg img {
    aspect-ratio: 360/280;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList_itemImg img {
    aspect-ratio: 375/190;
  }
}
.pg_home .companyArea_fullList_itemInfo {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 994px) {
  .pg_home .companyArea_fullList_itemInfo {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList_itemInfo {
    bottom: 23px;
  }
}
.pg_home .companyArea_fullList_itemInfo--black {
  color: var(--color-black);
}
.pg_home .companyArea_fullList_itemInfoInner {
  position: relative;
  padding-inline: 20px 62px;
}
.pg_home .companyArea_fullList_itemInfoInner .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
}
.pg_home .companyArea_fullList_itemInfoInner .el_arwIcon::before {
  width: 5px;
}
.pg_home .companyArea_fullList_itemInfoTxt {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.3s ease;
}
@media screen and (max-width: 994px) {
  .pg_home .companyArea_fullList_itemInfoTxt {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_fullList_itemInfoTxt {
    font-size: 106.25%;
  }
}
.pg_home .companyArea_subList {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList {
    margin-top: 64px;
  }
}
.pg_home .companyArea_subList_list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_list {
    flex-wrap: wrap;
    gap: 7px;
  }
}
.pg_home .companyArea_subList_item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_item {
    width: 100%;
  }
}
.pg_home .companyArea_subList_item > a {
  display: block;
  height: 100%;
}
.pg_home .companyArea_subList_item > a:focus-visible .companyArea_subList_itemImg img {
  transform: scale(1.1);
}
.pg_home .companyArea_subList_item > a:focus-visible .companyArea_subList_itemInfoTxt {
  color: var(--color-red2);
}
.pg_home .companyArea_subList_item > a:focus-visible .el_arwIcon {
  background-color: #fff !important;
}
.pg_home .companyArea_subList_item > a:focus-visible .el_arwIcon::before {
  background-color: var(--color-red2);
}
@media (any-hover: hover) {
  .pg_home .companyArea_subList_item > a:hover .companyArea_subList_itemImg img {
    transform: scale(1.1);
  }
  .pg_home .companyArea_subList_item > a:hover .companyArea_subList_itemInfoTxt {
    color: var(--color-red2);
  }
  .pg_home .companyArea_subList_item > a:hover .el_arwIcon {
    background-color: #fff !important;
  }
  .pg_home .companyArea_subList_item > a:hover .el_arwIcon::before {
    background-color: var(--color-red2);
  }
}
.pg_home .companyArea_subList_itemInner {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  justify-content: space-between;
  padding: 16px;
  height: calc(100% - 32px);
  background-color: var(--color-gray);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_itemInner {
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 10px;
    height: calc(100% - 20px);
  }
}
.pg_home .companyArea_subList_itemImg {
  width: 31.9%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_itemImg {
    width: 31.7%;
  }
}
.pg_home .companyArea_subList_itemImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.pg_home .companyArea_subList_itemInfo {
  position: relative;
  flex-grow: 1;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_itemInfo {
    padding-right: 40px;
  }
}
.pg_home .companyArea_subList_itemInfo .el_arwIcon {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 26px;
}
.pg_home .companyArea_subList_itemInfo .el_arwIcon::before {
  width: 5px;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_itemInfo .el_arwIcon {
    right: 0;
  }
}
.pg_home .companyArea_subList_itemInfoTxt {
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.55;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pg_home .companyArea_subList_itemInfoTxt {
    font-size: 87.5%;
  }
}