/* corp-style.css — Header/Footer standalone (corp-top.css not required for header/footer) */

    :root {
      --blue: #0095d8;
      --blue-dark: #007fb8;
      --orange: #fb8d00;
      --orange-dark: #de7d00;
      --text: #272b30;
      --muted: #7a8a93;
      --line: #e5e9eb;
      --line-soft: #f0f2f5;
      --bg-soft: #f6f8f9;
      --footer-bg: #000;
      --white: #fff;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: auto;
      overflow-y: auto;
    }

    @font-face {
      font-family: "NotoSansJP";
      font-weight: 400;
      font-display: swap;
      src: url(/corp/service/tech/fonts/NotoSansJP-Regular.woff2) format("woff2");
    }

    @font-face {
      font-family: "NotoSansJP";
      font-weight: 500;
      font-display: swap;
      src: url(/corp/service/tech/fonts/NotoSansJP-Medium.woff2) format("woff2");
    }

    @font-face {
      font-family: "NotoSansJP";
      font-weight: 700;
      font-display: swap;
      src: url(/corp/service/tech/fonts/NotoSansJP-Bold.woff2) format("woff2");
    }

    body {
      margin: 0;
      font-family: Arial, "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
      color: var(--text);
      background: #fff;
      overflow-x: hidden;
      overflow-y: visible;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .container {
      width: 100%;
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 20px;
    }

    .sp-only {
      display: none;
    }

    .pc-none {
      display: none;
    }

    .d-none {
      display: none !important;
    }

    @media (min-width: 576px) {
      .d-sm-inline-block {
        display: inline-block !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
      .hidden-sm {
        display: none !important;
      }
    }

@media screen and (min-width: 1601px) {
  .dialog-off-canvas-main-canvas {
    max-width: 1600px;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    margin: auto;
  }
}

    /* =========================
       Header / Footer (standalone for external embed)
    ========================= */
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -12px;
      margin-left: -12px;
    }

    .col-12,
    .col-sm-6,
    .col-sm-12,
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-lg-3,
    .col-lg-12 {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
    }

    .col-12,
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    @media (min-width: 576px) {
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }

      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    @media (min-width: 768px) {
      .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }

      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }

      .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
    }

    @media (min-width: 992px) {
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
      }
    }

    .text-right {
      text-align: right;
    }

    .m-auto {
      margin-left: auto;
      margin-right: auto;
    }

    .collapse:not(.show) {
      display: none;
    }

    .collapse.show {
      display: block;
    }

    .header-area,
    #header {
      position: relative;
      background: #fff;
      width: 100%;
      z-index: 10000;
    }

    .header-area .navigation {
      z-index: 10000;
    }

    .header-area .navigation.sticky {
      z-index: 10000;
      right: auto;
    }

    .header-area .container {
      max-width: 1189px;
    }

    #site-top-keyword {
      background: #f6f8f9;
      color: #000;
      font-size: 10px;
      height: 32px;
      line-height: 32px;
    }

    div#block-header-top-keyword h1 {
      font-weight: 400;
      font-family: 'NotoSansJP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
      color: #000;
      font-size: 10px;
      height: 32px;
      line-height: 32px;
      margin: 0;
    }

    #block-corp-front-hetsutanoitenshiniaxiangkerinku a {
      font-family: 'NotoSansJP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 13px;
      line-height: 100%;
      color: #0095d8;
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: flex-end;
      height: 32px;
    }

    #block-corp-front-hetsutanoitenshiniaxiangkerinku a::before {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url(/corp/service/tech/img/icon-user.svg) no-repeat;
      background-size: contain;
      background-position: bottom;
      content: "";
    }

    .head-main {
      height: 64px;
      border-bottom: 1px solid #e5e9eb;
      box-sizing: border-box;
    }

    .head-main .col-lg-12 {
      padding-left: 9px;
      padding-right: 0;
    }

    .head-main .navigation {
      padding-right: 0;
    }

    .navigation {
      position: initial !important;
      width: 100%;
      background: #fff;
      z-index: 10000;
    }

    .navigation.sticky {
      top: 0;
      left: 0;
      right: auto;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
      background: #fff;
      z-index: 10000;
    }

    .header-area.DownMove .navigation.sticky {
      position: fixed !important;
      animation: headerDownAnime 0.5s forwards;
    }

    .header-area.UpMove .navigation.sticky {
      animation: headerUpAnime 0.5s forwards;
    }

    @keyframes headerUpAnime {
      from {
        opacity: 1;
        transform: translateY(0);
      }

      to {
        opacity: 0;
        transform: translateY(-100px);
      }
    }

    @keyframes headerDownAnime {
      from {
        opacity: 0;
        transform: translateY(-100px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .navigation.sticky .navbar {
      max-width: 1165px;
      margin-left: auto;
      margin-right: auto;
    }

    .navigation .navbar {
      position: relative;
      padding: 0;
      height: 64px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    .navbar-brand {
      margin-right: 29px;
    }

    .site-logo img,
    .navbar-brand img {
      width: 230px;
      height: auto;
      object-fit: cover;
    }

    #block-head-btn {
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'NotoSansJP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    }

    .header-area #block-head-btn a.headlogin {
      background: #fb8d00;
      width: 160px;
    }

    .header-area #block-head-btn a.headregist {
      color: #0095d8;
      background-color: #fff;
      border-right: 2px solid #f0f2f5;
      width: 160px;
      flex-direction: row;
    }

    .header-area #block-head-btn a.headregist::after {
      content: "";
      background-image: url(/corp/service/tech/img/Download.svg);
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 8px;
    }

    .header-area #block-head-btn .contact-address {
      display: flex;
      align-items: center;
      padding: 0;
    }

    .header-area #block-head-btn span.t1 {
      display: block;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0;
      color: #272b30;
    }

    .header-area #block-head-btn span.t2 {
      display: block;
      font-size: 12px;
      color: #272b30;
    }

    .contact-address,
    .headregist,
    .headlogin {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .contact-address {
      width: 157px;
      height: 64px;
      text-align: center;
      font-size: 0;
    }

    .headregist,
    .headlogin {
      width: 120px;
      height: 64px;
      color: #fff;
      font-size: 13px;
      text-align: center;
      font-weight: 500;
    }

    .headregist {
      background: #fb8d00;
    }

    .headlogin {
      background: #0095d8;
    }

    .navbar-nav {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
    }

    .navigation .navbar .navbar-nav .nav-item {
      position: relative;
      margin: 0 28px;
    }

    .navigation .navbar .navbar-nav .nav-item a {
      font-size: 14px;
      font-weight: 400;
      padding: 0;
      color: #0f0f0f;
      line-height: 63px;
      display: inline-block;
    }

    .navigation .navbar .nav-item.current::after {
      position: absolute;
      content: "";
      width: 40px;
      height: 2px;
      bottom: 0;
      left: calc(50% - 20px);
      background-image: linear-gradient(to left, #0095d8 50%, #7a8a93 50%);
      background-repeat: no-repeat;
      background-size: 100% 2px;
      background-position: bottom;
    }

    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
    }

    .navbar-toggler {
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      cursor: pointer;
    }

    .navigation .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #094074;
      margin: 5px 0;
      display: block;
      position: relative;
      transition: all 0.3s ease-out;
    }

    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      transform: rotate(45deg);
      top: 7px;
    }

    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0;
    }

    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      transform: rotate(135deg);
      top: -7px;
    }

    .sp-menu .contact-address {
      display: none;
    }

    @media (min-width: 992px) {
      .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
      }

      .navbar-expand-lg .navbar-nav {
        flex-direction: row;
      }

      .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
      }

      .navbar-expand-lg .navbar-toggler {
        display: none;
      }

      #block-head-btn {
        right: -14px;
      }

      #block-head-btn .pc-none {
        display: none;
      }
    }

    @media (hover: hover) {
      .header-area #block-head-btn a.headlogin:hover {
        background: #de7d00;
        color: #fff;
      }

      .header-area #block-head-btn a.headregist:hover {
        background: #e3e3e3;
      }

      .headregist:hover {
        color: #fff;
        background: #de7d00;
      }

      .headlogin:hover {
        color: #fff;
        background: #007fb8;
      }
    }

    @media (min-width: 1200px) {
      .site-top-keyword-left {
        padding-left: 15px;
      }

      .site-top-keyword-right {
        padding-right: 4px;
      }

      .navigation {
        padding: 0;
      }

      .navigation .navbar .navbar-nav .nav-item {
        margin: 0 15px 0 18px;
      }

      .header-area .container,
      .head-main .container,
      #site-top-keyword .container {
        max-width: 1189px;
      }

      .footer-area > .container,
      .copyright .container {
        max-width: 1104px;
      }

      .header-area [class*="col-"],
      .footer-area [class*="col-"],
      .copyright [class*="col-"] {
        margin-right: 0;
        margin-left: 0;
        padding-left: 12px;
        padding-right: 12px;
      }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .navigation .navbar .navbar-nav .nav-item {
        margin: 0 18px;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .navigation .navbar .navbar-nav .nav-item {
        margin: 0 11px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .navigation .navbar .navbar-nav .nav-item {
        margin: 0;
      }
    }

    @media (max-width: 991.4px) {
      .header-area .navigation .navbar .navbar-collapse {
        z-index: 10001;
      }

      #block-header-top-keyword {
        line-height: 40px;
      }

      #block-corp-front-hetsutanoitenshiniaxiangkerinku a {
        font-size: 12px;
        gap: 4px;
        height: 40px;
      }

      #block-corp-front-hetsutanoitenshiniaxiangkerinku a::before {
        margin-top: 0;
      }

      #site-top-keyword {
        height: 40px;
        line-height: 1.2;
      }

      #site-top-keyword .col-md-8.site-top-keyword-left {
        padding-left: 5px;
      }

      .site-top-keyword .sp-only {
        display: block !important;
      }

      .site-top-keyword .col-md-8.site-top-keyword-left {
        display: flex;
        align-items: center;
      }

      .site-top-keyword #block-header-top-keyword h1 {
        line-height: 140%;
        font-size: 8px;
        margin-top: 7px;
      }

      #site-top-keyword .container > .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
      }

      .site-top-keyword-left {
        padding-right: 0;
      }

      .site-top-keyword-right {
        padding-right: 12px;
        padding-left: 0;
        width: 190px;
      }

      .head-main {
        height: 55px;
      }

      .head-main .container,
      .site-top-keyword .container {
        width: 100%;
        max-width: none;
      }

      .head-main .container .col-lg-12 {
        padding: 0;
      }

      .head-main .container .navigation {
        height: 56px;
        padding: 0;
        border-bottom: 1px solid #e5e9eb;
      }

      .navigation .navbar {
        height: 55px;
      }

      .navigation .navbar .site-logo img {
        margin-left: 1px;
        width: 200px;
      }

      .navigation .navbar .navbar-brand,
      .navigation .navbar .site-logo {
        display: inline !important;
      }

      .navigation .navbar .navbar-toggler {
        display: block;
        padding: 16px 14px;
        margin-left: auto;
      }

      .navigation .navbar .navbar-toggler .toggler-icon {
        width: 24px;
        height: 1px;
        background-color: #272b30;
        margin: 5px 0;
      }

      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        top: 6px;
      }

      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        top: -6px;
      }

      #block-head-btn {
        right: 53px;
      }

      .header-area #block-head-btn a.headlogin,
      .header-area #block-head-btn a.headregist,
      .headregist,
      .headlogin {
        width: 80px;
        height: 55px;
        font-size: 11px;
      }

      .header-area #block-head-btn a.headregist::after {
        display: none;
      }

      .header-area #block-head-btn .contact-address,
      .contact-address {
        display: none;
      }

      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10001;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
        height: 110vh;
        padding-left: 0;
      }

      .navigation .navbar .navbar-collapse.sub-menu-bar.show {
        padding-top: 32px;
        top: 99%;
      }

      .navigation .navbar .navbar-nav {
        margin-bottom: 30px !important;
      }

      .navigation .navbar .navbar-collapse .nav-item,
      .navigation .navbar .navbar-nav .nav-item {
        margin: 0;
        padding-left: 32px;
        height: 32px;
        margin-bottom: 16px;
      }

      .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        color: #272b30;
        line-height: 210%;
        height: 32px;
      }

      .navigation .navbar .navbar-nav .nav-item:nth-child(4) {
        margin-top: 10px !important;
      }

      .navigation .navbar .nav-item.current::before {
        position: absolute;
        content: "";
        border-left: solid 4px #7a8a93;
        left: 0;
        top: 0;
        bottom: 15px;
        width: 4px;
        height: 32px;
      }

      .navigation .navbar .nav-item.current::after {
        position: absolute;
        content: "";
        border-left: solid 4px #0095d8;
        left: 0;
        bottom: 0;
        width: 4px;
        height: 16px;
        background-image: none;
      }

      .navigation .navbar .navbar-collapse.sub-menu-bar.show .navbar-nav {
        margin-bottom: 0 !important;
      }

      .sp-menu .contact-address {
        display: block;
        height: auto;
        padding-top: 0;
        text-align: left;
        margin-top: 38px;
        margin-left: 32px;
        width: 100%;
      }

      .sp-menu .contact-address span {
        font-family: 'NotoSansJP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #272b30;
        margin-bottom: 8px;
        display: block;
      }

      .sp-menu .contact-address span:last-child {
        font-weight: 400;
      }

      .sp-menu .contact-address p {
        font-family: 'NotoSansJP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #272b30;
        margin: 0 0 4px;
      }

      .sp-menu .contact-address p a {
        color: #272b30;
      }

      .letter-s {
        letter-spacing: -2px;
      }

      .pc-none {
        display: block;
      }
    }

    @media (max-width: 767px) {
      a.site-logo img {
        max-width: 180px;
        height: auto;
      }
    }

    @media (max-width: 396px) {
      a.site-logo img {
        max-width: 150px;
        height: auto;
      }
    }

    /* =========================
       Main dummy content
    ========================= */
    .hero {
      padding: 64px 0 32px;
      background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
      border-bottom: 1px solid #eef2f4;
    }

    .hero h1 {
      margin: 0 0 16px;
      font-size: 40px;
      line-height: 1.4;
      font-weight: 700;
      color: #272b30;
    }

    .hero p {
      margin: 0;
      font-size: 16px;
      line-height: 1.9;
      color: #4b5d73;
    }

    .dummy-section {
      padding: 56px 0;
      border-bottom: 1px solid #f0f2f5;
    }

    .dummy-section h2 {
      margin: 0 0 16px;
      font-size: 24px;
    }

    .dummy-section p {
      margin: 0;
      line-height: 1.9;
      color: #4b5d73;
    }

  @media (max-width: 991.4px) {
    .hero h1 {
      font-size: 30px;
    }
  }

  @media (max-width: 767px) {
    .hero {
      padding-top: 40px;
    }

    .hero h1 {
      font-size: 26px;
    }

    .hero p,
    .dummy-section p {
      font-size: 15px;
    }
  }

    /* =========================
       Footer
    ========================= */
    .footer-area {
      background: var(--footer-bg);
      padding-top: 48px;
      padding-bottom: 0;
      margin-top: 0;
      color: #fff;
    }

    .footer-area > .container {
      padding-bottom: 48px;
    }

    #footer-company .c-logo img,
    #footer-company .c-logo svg {
      width: 230px;
      height: auto;
    }

    .footer-area nav li a {
      color: #fff;
    }

    li.privacy {
      height: auto;
      white-space: pre-wrap;
    }

    [id^="block-footer-menu"] ul li {
      /* margin-bottom: 8px; */
    }

    [id^="block-footer-menu"] ul li:last-child {
      margin-bottom: 0;
    }

    [id^="block-footer-menu"] ul li a,
    .footer-area ul li a {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 27.5px;
      letter-spacing: 0.04em;
      color: #fff;
    }

    [id^="block-footer-menu"] ul li a:hover {
      text-decoration: underline;
    }

    .footer-area ul li a[target="_blank"] {
      background-image: url("/corp/service/tech/img/blank_w.svg");
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: top right;
      padding-right: 15px;
    }

    .copyright {
      display: flex;
      height: 80px;
      min-height: 80px;
      background: #fff;
      color: #54565a;
      font-size: 10px;
    }

    .copyright .fbox1 {
      display: flex;
      gap: 23.84px;
      padding-top: 32.01px;
      width: 100%;
    }

    .copyright .fbox1 img,
    .copyright .fbox1 svg {
      width: 135px;
      height: auto;
      flex-shrink: 0;
    }

    .copyright .fbox1 span {
      margin-top: 3px;
      letter-spacing: 0.04em;
      line-height: 1.6;
    }

    .copyright .fbox2 {
      text-align: right;
      width: 30%;
      padding-top: 16px;
    }

    /* =========================
       Go top
    ========================= */
    .go-top-area {
      position: relative;
      z-index: 99;
    }

    .go-top-wrap {
      position: relative;
    }

    .go-top {
      position: fixed;
      bottom: 80px;
      right: 0;
      top: initial;
      width: 48px;
      height: 48px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .go-top.active {
      opacity: 1;
      visibility: visible;
    }

    .go-top .fa-angle-double-up {
      display: none;
    }

    .go-top::before {
      content: "";
      display: block;
      width: 48px;
      height: 48px;
      background: url("/corp/service/tech/img/pagetop.svg") no-repeat center / 48px;
    }

    .go-top:hover::before {
      background-image: url("/corp/service/tech/img/pagetop_hover.svg");
    }

    .go-top-wrap .go-top-btn:hover {
      opacity: 1;
    }

    /* =========================
       Responsive
    ========================= */
    @media screen and (min-width: 992px) {
      .footer-area .row {
        display: grid;
        grid-template-columns: auto auto auto 1fr;
        gap: 96px;
      }

      .footer-area .col-md-6:not(:first-child) {
        max-width: initial;
        width: auto;
        padding: 0;
      }

      .footer-area .col-md-6:first-child {
        max-width: initial;
        padding-top: 8px;
        padding-right: 0;
      }
    }

    @media (max-width: 991px) {
      .footer-area > .container > .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .footer-area > .container .col-md-6 {
        max-width: 100%;
      }

      .footer-area > .container .col-md-6:first-child {
        grid-column: 1 / 3;
      }

      .footer-area > .container .col-md-6:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 4;
      }

      [id^="block-footer-menu"] ul li {
        padding: 16px 0;
        line-height: 100%;
        margin-bottom: 0;
      }

      [id^="block-footer-menu"] ul li a {
        line-height: 100%;
      }

      .footer-area ul li a[target="_blank"] {
        background-position: top right;
      }

      #footer-company {
        margin-bottom: 48px;
      }

      .copyright {
        height: auto;
        padding: 18px 0;
      }

      .copyright .fbox1 {
        flex-wrap: wrap;
        padding-top: 15px;
      }
    }

    @media (max-width: 575px) {
      .footer-area {
        padding-top: 64px;
      }

      #block-footer-menu1,
      #block-footer-menu3 {
        padding-left: 17px;
      }

      #block-footer-menu2 {
        padding-right: 17px;
      }

      .footer-area > .container .col-md-6:nth-child(2),
      .footer-area > .container .col-md-6:nth-child(4) {
        padding-right: 5px;
      }

      .footer-area > .container .col-md-6:nth-child(3) {
        padding-left: 0;
      }

      #block-footer-menu3 ul li:last-child {
        padding-bottom: 0;
      }

      .footer-area > .container {
        padding-bottom: 68px;
      }

      .copyright .fbox1 {
        gap: 14px;
        flex-direction: column;
        align-items: flex-start;
      }
    }

/* Scrollbar fix: prevent html/body from both becoming scroll containers */
html {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
}
/* === corp-top.css parity (header/footer final cascade) === */
.navigation {
    position: initial !important;
}

.header-area.DownMove .navigation.sticky {
    position: fixed !important;
}

.header-area.UpMove .navigation.sticky {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity : 1;
        transform: translateY(0);
    }

    to {
        opacity : 0;
        transform: translateY(-100px);
    }
}

.header-area.DownMove .navigation.sticky {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity : 0;
        transform: translateY(-100px);
    }

    to {
        opacity : 1;
        transform: translateY(0);
    }
}
.go-top-area .go-top {
    bottom: 80px;
    right : 0px;
    width : 48px;
    height: 48px;
    top : initial;
}

.go-top-area .go-top::before {
    background : url(/corp/service/tech/img/pagetop.svg) no-repeat;
    background-size: 48px;
    right : 0px;
    bottom : 0;
    width : 48px;
    height : 48px;
    transform : none;
    border : none;
    position : relative;
}

.go-top-area .go-top:hover::before {
    background: url(/corp/service/tech/img/pagetop_hover.svg) no-repeat;
    opacity : 1;
}

.go-top-wrap .go-top-btn:hover {
    opacity: 1 !important;
}

.navigation.sticky .navbar {
    max-width : 1165px;
    margin-left : auto;
    margin-right: auto;
}

.navbar-brand img,.site-logo img,.c-logo img,.c-logo svg {
    width: 230px;
    height: auto;
    object-fit: cover;
}
#site-top-keyword {
    background : #F6F8F9;
    color : #000000;
    font-size : 10px;
    height : 32px;
    line-height: 32px;
}

.head-main {
    height : 64px;
    border-bottom: 1px solid #E5E9EB;
    box-sizing : border-box;
}

.navigation .navbar .navbar-nav .nav-item a {
    font-size : 14px;
    font-weight : 400;
    padding : 0;
    color : #0f0f0f;
    text-transform: none;
    margin : 0;
    line-height : 63px;
}

.navigation .navbar .nav-item {
    position: relative;
}

.navigation .navbar .nav-item.current:after {
    position : absolute;
    content : "";
    width : 40px;
    height : 2px;
    bottom : 0;
    left : calc(50% - 20px);
    background-image : linear-gradient(to left,#0095D8 50%,#7A8A93 50%);
    background-repeat : no-repeat;
    background-size : 100% 2px;
    background-position: bottom;
}

.breadcrumb-area nav {
    overflow: hidden;
    width : 100%;
}

.breadcrumb {
    padding : 12px 0px 22px 0px;
    width : 100%;
    margin-left : 13px;
    margin-right: 13px;
}

.breadcrumb a {
    color: #B3B9BD;
}

.breadcrumb a:hover {
    color : #272D30;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #B3B9BD;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}

.breadcrumb {
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding-right: 16px;
    align-items: center;
    -ms-overflow-style: none;
}

.breadcrumb *::-webkit-scrollbar {
    display: none;
}

.breadcrumb-item,.breadcrumb-item a {
    display: inline-block;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item:last-child {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #272B30;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

a#main-content {
    display: none;
}

.navbar-brand {
    margin-right: 29px;
}

#block-hiprotechfmenutaxonomylist {
    background : #000;
    color : #fff;
    padding-top : 45px;
    padding-bottom: 42px;
    border-bottom : 1px solid #636F78;
}

#block-hiprotechfmenutaxonomylist h3 {
    color : #fff;
    font-size : 16px;
    font-weight : 500;
    letter-spacing: 0.04em;
    margin-bottom : 16px;
}

#block-hiprotechfmenutaxonomylist ul li a {
    color : #fff;
    font-size : 13px;
    line-height: 150%;
}

#tx_ttl2 {
    margin-top: 43px;
}

.footer-area {
    background : #000;
    padding-top : 48px;
    padding-bottom: 0px;
}

.footer-area nav li a {
    color: #fff;
}

.footer-area .f2 nav,.footer-area .f3 nav,.footer-area .f4 nav {
    margin-top: -7px;
}

.footer-area ul li a {
    font-size : 14px;
    line-height: 27.5px;
}

.footer-area ul li a[target="_blank"] {
    background-image : url(/corp/service/tech/img/blank_w.svg);
    background-repeat : no-repeat;
    background-size : 12px 12px;
    background-position: top right;
    padding-right : 15px;
}
#block-corp-front-hetsutanoitenshiniaxiangkerinku a {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #0095D8;
    display: flex;
    gap: 6px;
    vertical-align: middle;
    place-content: flex-end;
    height: 32px;
    align-items: center;
}

#block-corp-front-hetsutanoitenshiniaxiangkerinku a:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/corp/service/tech/img/icon-user.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    content: "";
}



@media screen and (max-width: 991px) {
    #block-header-top-keyword {
        line-height:40px;
    }

    #block-corp-front-hetsutanoitenshiniaxiangkerinku a {
        gap: 4px;
        height: 40px;
    }

    #block-corp-front-hetsutanoitenshiniaxiangkerinku a:before {
        margin-top: 0;
    }

    #site-top-keyword .col-md-8.site-top-keyword-left {
        padding-left: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .site-top-keyword-left {
        padding-left:15px;
    }

    .site-top-keyword-right {
        padding-right: 4px;
    }
}

.head-main .col-lg-12 {
    padding-left: 9px;
    padding-right: 0;
}

.head-main .navigation {
    padding-right: 0;
}

.headregist {
    display: inline-block;
    width: 120px;
    height: 64px;
    color: #fff;
    font-size: 13px;
    background: #FB8D00;
    text-align: center;
    font-weight: 500;
}

.headregist:hover {
    color: #fff;
    background: #DE7D00;
}

.headlogin {
    display: inline-block;
    width: 120px;
    height: 64px;
    color: #fff;
    font-size: 13px;
    background: #0095D8;
    text-align: center;
    font-weight: 500;
}

.headlogin:hover {
    color: #fff;
    background: #007FB8;
}

@media (min-width:991.5px) {
    .navbar-brand,
    .site-logo {
        /* margin-right: 37px; */
    }

    #block-head-btn {
        position: absolute;
        right: -14px;
    }
}

#block-head-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.contact-address,
.headregist,
.headlogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-address {
    display: inline-block;
    width: 157px;
    height: 64px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 0;
}

.contact-address p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #272B30;
}

.contact-address span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #272B30;
}

.pc-none {
    display: none;
}

@media only screen and (max-width :991px) {
    .pc-none {
        display: block;
    }
}

@media screen and (min-width:992px) {
    #block-head-btn .pc-none {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #block-head-btn {
        display: flex;
        position: absolute;
        top: 0;
        right: 53px;
    }

    .contact-address {
        display: none;
    }

    .headregist,
    .headlogin {
        width: 80px;
        font-size: 11px;
    }
}

.sp-menu .contact-address {
    display: none;
}

@media only screen and (max-width :991px) {
    .sp-menu .contact-address {
        display: block;
        height: auto;
        padding-top: 0;
        text-align: left;
        margin-top: 38px;
        margin-left: 32px;
        width: 100%;
    }

    .sp-menu .contact-address a {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #272B30;
    }

    .contact-address span {
        font-family: 'NotoSansJP';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #272B30;
        margin-bottom: 8px;
    }

    .contact-address span:last-child {
        font-weight: 400;
    }

    .contact-address p {
        font-family: 'NotoSansJP';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #272B30;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width :991.4px) {
    #site-top-keyword {
        height: 40px;
        line-height: 1.2;
    }

    .site-top-keyword-left {
        padding-right: 0px;
    }

    .site-top-keyword-right {
        padding-right: 12px;
        padding-left: 0px;
        width: 190px;
    }

    .navigation .navbar .navbar-brand img,
    .navigation .navbar .site-logo img {
        margin-left: 1px;
        width: 200px;
    }

    .navigation .navbar .navbar-nav {
        margin-bottom: 30px !important;
    }

    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        color: #272B30;
        line-height: 34.34px;
        height: 34.34px;
    }

    .navigation .navbar .navbar-collapse {
        height: 110vh;
        padding-left: 0;
        z-index: 20;
    }

    .navigation .navbar .nav-item.current:before {
        position: absolute;
        content: "";
        border-left: solid 4px #7A8A93;
        left: 0px;
        top: 0px;
        bottom: 15px;
        width: 4px;
        height: 32px;
    }

    .navigation .navbar .nav-item.current:after {
        position: absolute;
        content: "";
        border-left: solid 4px #0095D8;
        left: 0px;
        bottom: 0px;
        width: 4px;
        height: 16px;
    }

    .navigation .navbar .navbar-collapse .nav-item {
        padding-left: 32px;
        height: 34.34px;
        margin-bottom: 22px;
    }

    .navigation .navbar .navbar-brand,
    .navigation .navbar .site-logo {
        /* margin-left: 15px; */
        display: inline !important;
    }

    #site-top-keyword .container>.row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .navigation .navbar .navbar-toggler {
        padding: 16px 14px;
    }

    .navigation .navbar .navbar-toggler .toggler-icon {
        width: 24px;
        height: 1px;
        background-color: #272B30;
        margin: 5px 0;
    }

    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        top: 6px;
    }

    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        top: -6px;
    }

    .head-main {
        height: 55px;
        box-sizing: border-box;
    }

    .headregist,
    .headlogin {
        height: 55px;
    }

    .site-top-keyword .container,
    .head-main .container {
        width: 100%;
        max-width: none;
    }

    .head-main .container .col-lg-12 {
        padding: 0;
    }

    .head-main .container .navigation {
        height: 56px;
        padding: 0;
        border-bottom: 1px solid #E5E9EB;
    }
}

/* Bootstrap container/row parity (header/footer) */
.header-area .container,
.footer-area .container,
.copyright .container,
#site-top-keyword .container,
.head-main .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-area .row,
.footer-area .row,
.copyright .row,
#site-top-keyword .row,
.head-main .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .footer-area .container,
  .copyright .container,
  .header-area .container,
  #site-top-keyword .container,
  .head-main .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .footer-area .container,
  .copyright .container,
  .header-area .container,
  #site-top-keyword .container,
  .head-main .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .footer-area .container,
  .copyright .container,
  .header-area .container,
  #site-top-keyword .container,
  .head-main .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .footer-area .container,
  .copyright .container {
    max-width: 1104px;
  }

  .header-area .container,
  #site-top-keyword .container,
  .head-main .container {
    max-width: 1189px;
  }

  .header-area [class*="col-"],
  .footer-area [class*="col-"],
  .copyright [class*="col-"],
  #site-top-keyword [class*="col-"],
  .head-main [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .row,
  .footer-area .row,
  .copyright .row,
  #site-top-keyword .row,
  .head-main .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (max-width: 991.4px) {
  .site-top-keyword .container,
  .head-main .container {
    width: 100%;
    max-width: none;
  }
}

/* Footer grid layout (must follow bootstrap row rules) */
@media screen and (min-width: 992px) {
  .footer-area .row {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    gap: 96px;
  }

  .footer-area .col-md-6:not(:first-child) {
    max-width: initial;
    width: auto;
    padding: 0;
  }

  .footer-area .col-md-6:first-child {
    max-width: initial;
    padding-top: 8px;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-area > .container > .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-area > .container .col-md-6 {
    max-width: 100%;
  }

  .footer-area > .container .col-md-6:first-child {
    grid-column: 1 / 3;
  }

  .footer-area > .container .col-md-6:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }

  [id^="block-footer-menu"] ul li {
    padding: 16px 0;
    line-height: 100%;
    margin-bottom: 0;
  }

  [id^="block-footer-menu"] ul li a {
    line-height: 100%;
  }

  .footer-area ul li a[target="_blank"] {
    background-position: top right;
  }

  #footer-company {
    margin-bottom: 48px;
  }

  .copyright {
    height: auto;
    padding: 18px 0;
  }

  .copyright .fbox1 {
    flex-wrap: wrap;
    padding-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area {
    padding-top: 64px;
  }

  #block-footer-menu1,
  #block-footer-menu3 {
    padding-left: 17px;
  }

  #block-footer-menu2 {
    padding-right: 17px;
  }

  .footer-area > .container .col-md-6:nth-child(2),
  .footer-area > .container .col-md-6:nth-child(4) {
    padding-right: 5px;
  }

  .footer-area > .container .col-md-6:nth-child(3) {
    padding-left: 0;
  }

  #block-footer-menu3 ul li:last-child {
    padding-bottom: 0;
  }

  .footer-area > .container {
    padding-bottom: 68px;
  }

  .copyright .fbox1 {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Copyright bar (footer.html) — final cascade over corp-top global .container/.col-* rules */
.copyright {
  display: flex;
  height: 80px;
  min-height: 80px;
  background: #fff;
  color: #54565a;
  font-size: 10px;
}

.copyright .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.copyright .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.copyright .fbox1 {
  display: flex;
  gap: 23.84px;
  padding-top: 32.01px;
  width: 100%;
}

.copyright .fbox1 img,
.copyright .fbox1 svg {
  width: 135px;
  height: auto;
  flex-shrink: 0;
}

.copyright .fbox1 span {
  margin-top: 3px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.copyright .fbox2 {
  text-align: right;
  width: 30%;
  padding-top: 16px;
}

@media (min-width: 576px) {
  .copyright .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .copyright .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .copyright .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .copyright .container {
    max-width: 1104px;
  }

  .copyright [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .copyright .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (max-width: 991px) {
  .copyright {
    height: auto;
    padding: 18px 0;
  }

  .copyright .fbox1 {
    flex-wrap: wrap;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .copyright .fbox1 {
    padding-top: 18px;
    padding-left: 14px;
  }

  .copyright .fbox1 span {
    font-size: 9px;
    letter-spacing: -0.09em;
  }
}

@media (max-width: 575px) {
  .copyright .fbox1 {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
