a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
menu, ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.hrs-top,
.hrs-top * {
  box-sizing: border-box;
}
.hrs-top {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  min-height: 100vh;
  background: #f2fcff;
}
.hrs-top-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 1440px;
  height: 1571px;
  background-size: cover;
  background-image: url('/nw/shared/img/hrs-top-bg.png');
  z-index: 0;
}

/* movie */
.movie-wrapper {
  position: relative;
  width: auto;
  height: 810px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
.movie {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-text-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 684px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.movie-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* important notice */
.important-notice {
  display: flex;
  position: absolute;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1132px;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  z-index: 99;
  letter-spacing: 0.05rem;
}
.important-notice p {
  line-height: 1.5;
}
.important-notice-frame {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
  padding: 7px 20px 7px 20px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: auto;
  background: #e7456d;
}
.important-notice-frame .title {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.important-notice-frame .inner {
  position: relative;
  padding: 6px 10px 6px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  background: #ffffff;
}
.important-notice-frame .inner .notice {
  position: relative;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #444444;
}
.important-notice-frame .inner .notice .subtitle {
  text-decoration: underline;
}

/* globalmenu */
.globalmenu {
  display: flex;
  position: fixed;
  border-radius: 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 0px 0px 0px 20px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1132px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background: #ffffff;
  z-index: 9999;
}
.logo {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 220px;
  height: 52.75px;
}
.logo img {
  position: absolute;
  overflow: visible;
  left: 10.46px;
  top: 10.46px;
  width: 200px;
  height: auto;
}
.rect {
  position: relative;
  flex: 1;
  height: 35px;
}
.menu-box {
  display: flex;
  position: relative;
  padding: 8px 0px 0px 0px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.menu {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.menu a {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "Noto Sans Jp-Bold", sans-serif;
  font-size: 13px;
  font-weight: 700;
  align-self: stretch;
}
.line-9 {
  position: relative;
  margin-top: -1px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 10px;
  height: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
}
.menu-2 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  margin-left: -5px;
}
.menu-2 a {
  position: relative;
  color: #595757;
  text-align: left;
  font-family: "KonkhmerSleokchher-Regular", sans-serif;
  font-size: 14px;
  font-weight: 700;
  align-self: stretch;
}
.menu-2-contact {
  margin-top: 0;
  margin-right: 5px;
}
.menu-2-search {
  margin-top: 5px;
  margin-right: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .menu a::after,
  .menu-2 a::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #E7456D;
  }
  .menu a:hover::after,
  .menu-2 a:hover::after {
    display: block;
  }
}
.menu-toggle {
  cursor: pointer;
}
.menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.hamburgermenu {
  display: flex;
  position: relative;
  overflow: visible;
  border-radius: 0px 20px 20px 0px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.hamburgermenu-close {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.pc-pulldownmenu {
  display: flex;
  position: absolute;
  flex-direction: column;
  gap: 0px;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1440px;
}
.hamburgermenu-2 {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 80px 188px 80px 188px;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  background: #1c50a1;
}
.frame-menu {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 950px;
  height: auto;
}
.frame-icon {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.frame-app2 {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.submenu {
  display: flex;
  position: relative;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .submenu:hover {
    width: 134px;
    height: 146px;
    background-color: #8EB7F7;
    border-radius: 20px;
  }
}
.submenu .gmenu-icon {
  width: auto;
  height: auto;
}
.gmenu-icon {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
  height: 94px;
}
.gmenu-icon-title {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.frame-sns2 {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 347px;
}
.frame-faq {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 22px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.head-faq-button,
.head-contact-button {
  position: relative;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 14px;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 44px;
}
.menu-faq {
  position: relative;
  color: #444444;
  text-align: left;
  font-family: "KonkhmerSleokchher-Regular", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .head-faq-button:hover,
  .head-contact-button:hover {
    background: #D9D9D9;
    border-color: #D9D9D9;
  }
  .head-faq-button:hover .menu-faq {
    color: #FFFFFF;
  }
}
.sns {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.menu-item {
  display: flex;
  position: relative;
  border-radius: 20px;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.menu-item-takusou {
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 0px 20px 0px;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 230px;
  height: 308px;
}
.gmenu-item-a {
  display: flex;
  position: relative;
  padding: 8px 20px 8px 20px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
}
.gmenu-title {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.link-button-arrow-s-20,
.link-button-arrow-s-18 {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.link-button-arrow-s-20 {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  background-image: url("/nw/shared/img/link-button-arrow-s-20.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.gmenu-item-b {
  display: flex;
  position: relative;
  padding: 8px 20px 8px 20px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.gmenu-subtitle {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  line-height: 1.5;
}
.link-button-arrow-s-18 {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  background-image: url("/nw/shared/img/link-button-arrow-s-18.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.gmenu-item-a:hover .link-button-arrow-s-20,
.gmenu-item-a2:hover .link-button-arrow-s-20 {
  background-image: url("/nw/shared/img/link-button-arrow-s-20-hover.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.gmenu-item-b:hover .link-button-arrow-s-18 {
  background-image: url("/nw/shared/img/link-button-arrow-s-18-hover.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.menu-item-support {
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 0px 20px 0px;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 230px;
  height: 308px;
}
.gmenu-item-a2 {
  display: flex;
  position: relative;
  padding: 8px 20px 8px 20px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 230px;
}
.gmenu-title2 {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .gmenu-item-a:hover,
  .gmenu-item-a2:hover,
  .gmenu-item-b:hover {
    background-color: #D9D9D9;
  }
}
.menu-item-antei {
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 0px 20px 0px;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 230px;
  height: 308px;
}
.menu-item-company {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 230px;
  height: 308px;
}

/* icon menu */
.menu-btn-container {
  position: fixed;
  top: 180px;
  right: 20px;
  z-index: 99;
}
.menu-btn {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 116px;
}
.menu-btn a {
  display: inline-block;
  position: relative;
  width: 116px;
  height: 114px;
  border-radius: 16px;
  overflow: hidden;
}
.menu-btn a img {
  display: block;
  width: 116px;
  height: 114px;
}
.menu-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 114px;
  background-color: rgba(128, 128, 128, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .menu-btn a:hover::after {
    opacity: 1;
  }
}

/* chat */
.chat-container {
  position: fixed;
  width: 216px;
  height: 103px;
  bottom: 10px;
  z-index: 9999;
}
.chat-top {
  top: 592px;
  right: 20px;
  bottom: auto;
}
.chat {
  position: fixed;
  right: 20px;
  width: 216px;
  height: 103px;
}
.chat img {
  width: 216px;
  height: 103px;
}
.chat::before {
  content: '';
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .chat:hover::before {
    opacity: 1;
  }
}

/* contents */
.top-contents {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 50px 0px 50px 0px;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  width: 1440px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* information */
.recommend {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0px 0px 20px 0px;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1545px;
}
.information {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.slider {
  max-width: 1440px;
  margin: 0 auto;
  visibility: hidden;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .top-contents {
    width: 1545px;
  }
  .slider {
    max-width: 1545px;
  }
}  
.slick-initialized.slider {
  visibility: visible;
}
.slide {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}
.slide a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 360px;
  height: 240px;
}
.slide a::before {
  content: '';
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .slide a:hover::before {
    opacity: 1;
  }
}
.slide img {
  max-width: 360px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  font-size: 10px;
  color: #D9D9D9;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #1C50A1;
  opacity: 1;
}

/* process */
.process {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.process-frame {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 226px;
}
.process-search-button {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
}
.process-frame p {
  display: block;
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.process-frame p span {
  display: block;
  position: relative;
  color: #444444;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.search-application-button {
  display: flex;
  position: relative;
  border-radius: 8px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 226px;
  height: 100px;
  background: #1c50a1;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .search-application-button:hover {
    background: #8EB7F7;
  }
}
.search-service-button {
  display: flex;
  position: relative;
  border-radius: 8px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 226px;
  height: 100px;
  background: #e7456d;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .search-service-button:hover {
    background: #FF96B0;
  }
}
.process-application-category {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 35px 28px 25px 32px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 720px;
  height: 406px;
  background: #1c50a1;
}
.process-application-button {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  row-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.process-service-category {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 35px 28px 25px 32px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 720px;
  height: 406px;
  background: #E7456D;
}
.process-service-button {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  row-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.process-application-selected .process-application-category {
  display: flex;
}
.process-application-selected .process-service-category {
  display: none;
}
.process-service-selected .process-application-category {
  display: none;
}
.process-service-selected .process-service-category {
  display: flex;
}
.process-button {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  height: 112px;
}
.link {
  border-radius: 8px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px;
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  height: 98px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .process-button:hover .link {
    background: #D9D9D9;
  }
}
.process-icon {
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
.process-icon img {
  width: 52px;
  height: 52px;
}
.process-button .link p {
  position: relative;
  color: #595757;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.link-button-arrow {
  position: absolute;
  overflow: visible;
  width: 30px;
  height: 30px;
  left: 184px;
  top: 82px;
  aspect-ratio: 1;
}

/* page access */
.business-and-service {
  display: flex;
  position: relative;
  padding: 50px 0px 70px 0px;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1440px;
  background: #1c50a1;
}
.page-access {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: "HelveticaNeue-Bold", sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  align-self: stretch;
}
.item {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.item-box-top {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px 0px 20px 0px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .item-box-top:hover {
    background: #8EB7F7;
  }
}
.page-access-img {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 260px;
  height: 130px;
}
.page-access-txt {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.item-box-top .page-access-txt p:first-of-type {
  position: relative;
  text-align: center;
  color: #595757;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  height: 78px;
}
.item-box-top .page-access-txt p:last-of-type span {
  display: inline-block;
  position: relative;
  color: #1c50a1;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 18px;
  font-weight: 700;
  align-self: stretch;
  height: 26px;
}
@media (hover: hover) and (pointer: fine) {
  .item-box-top:hover .page-access-txt p,
  .item-box-top:hover .page-access-txt p span {
    color: #FFFFFF;
  }
}
.link-button-arrow2 {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}

/* press-rlease & topics */
.press-release {
  display: flex;
  position: relative;
  padding: 0px 20px 0px 20px;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 960px;
}
.topics-block-title {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 31px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 181px;
}
.topics-title {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 26px;
  font-weight: 700;
  align-self: stretch;
}
.topics-rss {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 31px;
}
.rss {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 11px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.rss img {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.rss p {
  position: relative;
  color: #000000;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.link-button {
  display: flex;
  position: relative;
  border-radius: 8px;
  border-style: solid;
  border-color: #e7456d;
  border-width: 1px;
  padding: 14px;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #ffffff;
  color: #e7456d;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.link-button img {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 16px;
  height: 17px;
}
.arrow-icon {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url('/nw/shared/img/arrow.png');
  background-size: 16px 17px;
  background-repeat: no-repeat;
  transition: background-image 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .link-button:hover {
    border-color: #D9D9D9;
    background: #D9D9D9;
  }
  .link-button:hover {
    color: #FFFFFF;
  }
  .link-button:hover .arrow-icon {
    background-image: url('/nw/shared/img/arrow-hover.png');
    background-size: 16px 17px;
    background-repeat: no-repeat;
  }
}
.topics-frame {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 690px;
  letter-spacing: 0.1rem;
}
.press-release .topics-block {
  display: flex;
  position: relative;
  padding: 0px 10px 0px 10px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 690px;
}
.topics-block-txt {
  display: flex;
  position: relative;
  padding: 20px 0px 0px 0px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.link-button-arrow3 {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-image: url('/nw/shared/img/link-button-arrow.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .press-release .topics-block:hover {
    background: rgba(217, 217, 217, 0.3);
  }
}
.pdf-icon {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 36.61px;
  height: 45px;
}
.topics-txt {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.date {
  position: relative;
  align-self: stretch;
  color: #595757;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.press-group {
  position: relative;
  flex-shrink: 0;
  min-height: 40px;
}
.press-group p {
  color: #444444;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.line-1 {
  position: relative;
  margin-top: -1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
}
.line-2 {
  position: relative;
  margin-top: -1px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 960px;
  height: 0px;
}
.topics-group {
  position: relative;
  flex-shrink: 0;
  min-height: 40px;
}
.topics-group p {
  color: #444444;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

/* group company */
.group-bnner {
  position: relative;
  flex-shrink: 0;
  width: 964px;
  height: 228px;
}
.union img {
  position: absolute;
  overflow: visible;
  width: 964px;
  height: 212px;
  left: 0px;
  top: 0px;
}
.group-company {
  position: absolute;
  left: 51px;
  top: 12px;
  color: #595757;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.logo-left {
  position: absolute;
  width: 417px;
  height: 62px;
  left: 57px;
  top: 56px;
  object-fit: cover;
}
.group-company-overview {
  position: absolute;
  left: 71px;
  top: 118px;
  width: 846px;
  height: auto;
  color: #000000;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
}
.link-button2 {
  display: flex;
  position: absolute;
  border-radius: 8px;
  border-style: solid;
  border-color: #e7456d;
  border-width: 1px;
  padding: 14px;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  left: 788px;
  top: 183px;
  background: #ffffff;
  color: #e7456d;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.link-button2 img {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 16px;
  height: 17px;
}
@media (hover: hover) and (pointer: fine) {
  .link-button2:hover {
    border-color: #D9D9D9;
    background: #D9D9D9;
  }
  .link-button2:hover {
    color: #FFFFFF;
  }
  .link-button2:hover .arrow-icon {
    background-image: url('/nw/shared/img/arrow-hover.png');
    background-size: 16px 17px;
    background-repeat: no-repeat;
  }
}

/* footer */
.footer {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 50px 0px;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  width: 1440px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.foot {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1132px;
}
.pc-foot {
  display: flex;
  position: relative;
  border-radius: 20px;
  padding: 40px 0px 40px 0px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #1c50a1;
}
@media (hover: hover) and (pointer: fine) {
  .pc-foot a:hover {
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
  }
}
.frame-container {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 732px;
}
.frame-service {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.frame-takusou {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 190px;
  background: #1c50a1;
}
.foot-item-a {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 190px;
  background: #1c50a1;
}
.foot-title {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.link-arrow {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
}
.foot-item-b {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #1c50a1;
}
.foot-subtitle {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.foot-item-b2 {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #1c50a1;
}
.frame-support {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 190px;
  background: #1c50a1;
}
.foot-item-a2 {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #1c50a1;
}
.foot-title2 {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.frame-antei {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 167px;
  background: #1c50a1;
}
.foot-item-a3 {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #1c50a1;
}
.frame-company {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 155px;
  background: #1c50a1;
}
.frame-service2 {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 552px;
}
.frame-sns {
  display: flex;
  position: relative;
  padding: 0px 20px 0px 0px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.xicon,
.you-tubeicon {
  position: relative; 
  width: 50px;
  height: 44px;
}
.xicon img,
.you-tubeicon img {
  width: 50px;
  height: 44px;
}
.xicon::after,
.you-tubeicon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .xicon:hover::after,
  .you-tubeicon:hover::after {
    opacity: 1;
  }
}
.frame-app {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 324px;
}
.foot-item-a4 {
  display: flex;
  position: relative;
  padding: 5px 10px 5px 10px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #1c50a1;
}
.foot-faq {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "KonkhmerSleokchher-Regular", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.footer-bg {
  position: absolute;
  overflow: visible;
  flex-shrink: 0;
  width: 273px;
  height: 273px;
  left: 807px;
  top: 166px;
  pointer-events: none;
}
.utility {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 10px;
  line-height: 40px;
  font-weight: 400;
  align-self: stretch;
  color: #444444;
}
.utility a {
  color: #444444;
  text-decoration: underline;
}
.hokudengroup-logo-mark {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 270px;
  height: auto;
}
.copyright {
  position: relative;
  color: #444444;
  text-align: center;
  font-family: "Noto Sans Jp", sans-serif;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .hrs-top-bg {
    position: fixed;
    top: 110px;
    right: 0;
    width: 375px;
    background-size: cover;
    background-image: url('/nw/shared/img/sp-hrs-top-bg.png');
  }
  .movie-wrapper {
    height: 576px;
  }
  /*
  .movie-text {
    width: 312px;
    height: 68px;
    font-size: 24px;
    top: 288px;
  }
  */
  .movie-text-img {
    width: 313.5px;
    height: auto;
  }
  .globalmenu {
    border-radius: 15px;
    width: 336px;
    height: 60px;
    top: 20px;
  }
  .logo {
    width: 165px;
    height: 40px;
  }
  .logo img {
    width: 149px;
    height: 24px;
    left: 0;
    top: 8px;
  }
  .hamburgermenu {
    border-radius: 0px 15px 15px 0px;
    width: 58px;
    height: 58px;
  }
  .pc-pulldownmenu {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9999;
  }
  .hamburgermenu-2 {
    padding: 60px 0px 160px 0px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS対応 */
  }
  .frame-menu {
    width: 100%;
  }
  .hamburgermenu-close {
    width: 58px;
    height: 58px;
  }
  .frame-icon {
    flex-direction: column;
    gap:30px;
  }
  .frame-app2 {
    gap: 10px;
  }
  .submenu {
    border-radius: 15.52px;
    padding: 7.76px 15.52px 7.76px 15.52px;
    gap: 1.55px;
    width: 103px;
    height: 106.8px;
  }
  .submenu:hover {
    width: 103px;
    height: 106.8px;
  }
  .submenu .gmenu-icon {
    padding: 0px 0.77px 0px 0.77px;
    gap: 7.66px;
    align-items: center;
    justify-content: center;
  }
  .submenu .gmenu-icon img {
    width: 72px;
    height: 72px;
  }
  .gmenu-icon-title {
    font-size: 12px;
  }
  .frame-sns2 {
    justify-content: center;
  }
  .important-notice {
    width: 335px;
    top: 90px;
  }
  .important-notice-frame {
    padding: 10px 15px 10px 15px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .important-notice-frame .title {
    font-size: 12px;
  }
  .important-notice-frame .inner {
    align-items: flex-start;
    width: 305px;
  }
  .important-notice-frame .inner .notice {
    font-size: 10px;
  }
  .menu-btn-container {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    width: 375px;
    height: 102.6px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-btn {
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 9px;
    align-items: center;
    justify-content: flex-start;
    width: 331.2px;
    left: 0;
    top: 0;
  }
  .menu-btn a {
    display: inline-block;
    position: relative;
    width: 104.4px;
    height: 102.6px;
    overflow: hidden;
  }
  .menu-btn a img {
    display: block;
    width: 104.4px;
    height: 102.6px;
  }
  .menu-btn a::after {
    width: 104.4px;
    height: 102.6px;
  }
  .chat-container {
    all: unset;
    position: fixed;
    width: 375px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 103px;
    z-index: 9999;
  }
  .chat {
    left: 149px;
  }
  .top-contents {
    padding: 40px 0px 40px 0px;
    width: 100%;
  }
  .recommend {
    gap: 20px;
    width: 375px;
  }
  .slider-wrapper {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
  }
  .slider {
    max-width: 375px;
  }
  .slide img {
    max-width: 340px;
    margin-left: 10px;  
  }
  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -30px;
  }
  .custom-prev,
  .custom-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }
  .custom-prev {
    top: 265px;
    left: 30px;
    background-image: url('/nw/shared/img/sp-arrow-left.png');
  }
  .custom-next {
    top:265px;
    right: 30px;
    background-image: url('/nw/shared/img/sp-arrow-right.png');
  }
  .recommend {
    padding-bottom: 0px;
  }
  .process {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin-top: -10px;
  }
  .process-frame {
    align-items: center;
  }
  .process-search-button {
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-shrink: 0;
    width: 336px;
  }
  .search-application-button,
  .search-service-button {
    width: 157px;
    height: 66px;
    font-size: 13px;
  }
  .process-application-category,
  .process-service-category {
    position: relative;
    margin-top: -10px;
    padding: 25px 17px 25px 17px;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 336px;
    height: auto;
  }
  .process-application-button,
  .process-service-button {
    gap: 15px;
    row-gap: 12px;
  }
  .process-button {
    width: 143px;
    height: 70px;
  }
  .link {
    padding: 0px 5px 0px 5px;
    width: 143px;
    height: 70px;
  }
  .process-icon {
    width: 37px;
    height: 37px;
  }
  .process-icon img {
    width: 37px;
    height: 37px;
  }
  .process-button .link p {
    font-size: 12px;
  }
  .link-button-arrow {
    width: 21px;
    height: 21px;
    left: 132px;
    top: 59px;
  }
  .business-and-service {
    margin: 0 auto;
    padding: 40px 15px 40px 15px;
    gap: 20px;
    align-self: stretch;
    width: 100%;
  }
  .item {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
  .item-box-top {
    padding: 0px 0px 16px 0px;
    width: 320px;
  }
  .page-access-img {
    display: block;
    overflow: hidden;
    object-fit: cover;
    width: 336px;
    height: 130px;
  }
  .item-box-top .page-access-txt p:first-of-type,
  .item-box-top .page-access-txt p:last-of-type span {
    height: auto;
  }
  .press-release {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .topics-block-title {
    flex-direction: column;
    align-items: center;
    justify-self: flex-start;
    gap: 20px;
    width: 320px;
  }
  .topics-title {
    margin: 0 auto;
  }
  .topics-rss {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 31px;
  }
  .topics-frame {
    width: 320px;
  }
  .press-release .topics-block {
    width: 320px;
  }
  .press-group {
    width: 193.39px;
    height: auto;
  }
  .press-group p {
    width: 193.39px;
  }
  .topics-group {
    width: 250px;
    height: auto;
  }
  .topics-group p {
    width: 250px;
  }
  .group-bnner {
    width: 375px;
    height: 273px;
  }
  .union img {
    width: 320px;
    height: 273px;
    left: 28px;
    top: 0px;
  }
  .logo-left {
    left: 55px;
    width: 273px;
    height: 38.23px;
  }
  .group-company-overview {
    left: 55px;
    width: 273px;
  }
  .link-button2 {
    left: 200px;
    top: 250px;
  }
  .footer {
    padding: 0px 0px 100px 0px;
    width: 100%;
  }
  .foot {
    width: 100%;
  }
  .sp-menu,
  .sp-foot {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    background: #ffffff;
  }
  .sp-menu-item,
  .sp-foot-item {
    display: flex;
    position: relative;
    border-style: solid;
    border-color: #8eb7f7;
    border-width: 0px 0px 1px 0px;
    padding: 20px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 60px;
    background: #1c50a1;
  }
  .sp-menu-item:first-of-type {
    border-top: solid 1px #83b7f7;
  }
  .sp-menu-title,
  .sp-foot-title {
    position: relative;
    color: #ffffff;
    text-align: left;
    font-family: "NotoSansJp-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    flex: 1;
    height: 20px;
    letter-spacing: 0.1rem;
  }
  .sp-menu-title a {
    color: #ffffff;
  }
  .sp-sub-menu {
    display: none;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1rem;
  }
  .sp-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sp-sub-menu li {
    margin: 0;
    border-bottom: 1px solid #8EB7F7;
    height: 46px;
  }
  .sp-sub-menu li:last-child {
    border-bottom: none;
  }
  .sp-sub-menu a {
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0 22px 0 15px;
    text-decoration: none;
    color: #1c50a1;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
  }
  .sp-sub-menu a::after {
    display: inline-block;
    content: "→";
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    flex-shrink: 0;
  }
  .sp-menu-item.open + .sp-sub-menu,
  .sp-foot-item.open + .sp-sub-menu {
    display: block;
  }
  .sp-menu-item .sp-link,
  .sp-foot-item .sp-link {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
  }
  .frame-sns {
    display: flex;
    position: relative;
    padding: 20px 0px 20px 0px;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    background: #1c50a1;
  }
  .frame-app {
    display: flex;
    position: relative;
    padding: 0px 0px 20px 0px;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    background: #1c50a1;
  }
  .sp-foot-item-app {
    display: flex;
    position: relative;
    padding: 10px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    background: #1c50a1;
  }
  .sp-foot-title2 {
    position: relative;
    color: #ffffff;
    text-align: left;
    font-family: "NotoSansJp-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .sp-foot-item-faq {
    display: flex;
    position: relative;
    padding: 10px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    background: #1c50a1;
  }
  .sp-foot-faq {
    position: relative;
    color: #ffffff;
    text-align: left;
    font-family: "KonkhmerSleokchher-Regular", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .sp-link-arrow {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
  }
  .hokudengroup-logo-mark {
    width: 240px;
  }
  .copyright-hokuriku-electric-power-transmission-distribution-company {
    padding-bottom: 70px;
  }
}