@font-face {
      font-family: "NotoSansJP";
      font-weight: 400;
      font-display: swap;
      src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
    }

    @font-face {
      font-family: "NotoSansJP";
      font-weight: 500;
      font-display: swap;
      src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
    }

    @font-face {
      font-family: "NotoSansJP";
      font-weight: 700;
      font-display: swap;
      src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
    }

 * {
      box-sizing: border-box;
    }

    html, body {
      margin: 0;
      padding: 0;
      font-family: Arial, NotoSansJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
      color: #272b30;
      background: #fff;
    }

@media screen and (min-width: 1601px) {
  .dialog-off-canvas-main-canvas {
    max-width: 1280px;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    margin: auto;
  }
}


    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      display: block;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 12px;
    }

    /* =========================
       Header
    ========================= */
    .header-area {
      background: #fff;
      width: 100%;
      z-index: 9999;
      font-family: Arial, NotoSansJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
      font-weight: 400;
    }

    .header-area .container {
      max-width: 1190px;
    }
    
    @media screen and (max-width: 767px){
      .navigation .container {
        padding-right: 0;
      }
      
    }
    

    #site-top-keyword {
      background: #f6f8f9;
      color: #000;
      font-size: 10px;
      height: 32px;
      line-height: 32px;
    }

    .site-top-keyword-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      height: 32px;
    }

    .site-top-keyword-left {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .site-top-keyword-right a {
      font-size: 13px;
      font-weight: 700;
      color: #0095d8;
    }
    .site-top-keyword-right a:before{
      display: inline-block;
        width: 14px;
        height: 14px;
        /*background: url("../img/icon_houjin.svg") no-repeat;*/
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjg0MF8xNjE2OTApIj48cGF0aCBkPSJNMTQuOTk3MiAxSDYuODY3MTlWMTVIMTQuOTk3MlYxWiIgc3Ryb2tlPSIjMDA5NUQ4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNNi44NyA0Ljg4MjgxSDFWMTUuMDAyOEg2Ljg3VjQuODgyODFaIiBzdHJva2U9IiMwMDk1RDgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik0xMi45OTcyIDNIOC44NjcxOVY0SDEyLjk5NzJWM1oiIGZpbGw9IiMwMDk1RDgiLz48cGF0aCBkPSJNMTIuOTk3MiA1SDguODY3MTlWNkgxMi45OTcyVjVaIiBmaWxsPSIjMDA5NUQ4Ii8+PHBhdGggZD0iTTEyLjk5NzIgN0g4Ljg2NzE5VjhIMTIuOTk3MlY3WiIgZmlsbD0iIzAwOTVEOCIvPjxwYXRoIGQ9Ik00Ljg3IDYuODgyODFIM1Y3Ljg4MjgxSDQuODdWNi44ODI4MVoiIGZpbGw9IiMwMDk1RDgiLz48cGF0aCBkPSJNNC44NyA4Ljg4MjgxSDNWOS44ODI4MUg0Ljg3VjguODgyODFaIiBmaWxsPSIjMDA5NUQ4Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg0MF8xNjE2OTAiPjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
        background-size: auto;
        background-size: contain;
        content: "";
        margin-right: 7px;
        margin-top: 2px;

    }
    .head-main {
      height: 64px;
      border-bottom: 1px solid #e5e9eb;
      background: #fff;
    }

    .navigation {
      width: 100%;
      background: #fff;
      position: relative;
      border-bottom: 1px solid #E5E9EB;
      top: 0;
      left: 0;
      right: 0;
    }

    .navigation.sticky {
      position: fixed;
      top: 0;
      background: #fff;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
      animation: stickySlideIn 0.5s ease forwards;
      z-index: 9999;
    }

    @keyframes stickySlideIn {
      from {
        transform: translateY(-100%);
      }
      to {
        transform: translateY(0);
      }
    }

    .navbar {
      position: relative;
      height: 64px;
      display: flex;
      align-items: center;
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .navbar-brand img {
      height: auto;
      width: 230px;
    }

    .navbar-collapse {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1;
      min-width: 0;
      gap: 0;
    }

    .navbar-nav {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
      margin: 0;
      padding: 0;
    }

    .nav-item {
      position: relative;
      margin: 0 16px;
    }

    .nav-item:first-child {
      margin-left: 18px;
    }

    .nav-item > a {
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      line-height: 63px;
      color: #0f0f0f;
      white-space: nowrap;
    }

    .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;
    }

    .header-search {
      margin-left: 15px;
    }

    .header-search form {
      margin: 0;
    }

    .header-search input,
    #block-hiprotechhetsutakiwatojiansuo input {
      width: 194px;
      height: 26px;
      box-sizing: border-box;
      border: none;
      border-bottom: 1px solid #d3dadd;
      border-radius: 0;
      background: url("../img/headsearch.svg") no-repeat right;
      background-size: 16px 16px;
      padding: 12px 12px 7.52px 1px;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      outline: none;
    }

    .header-search input::placeholder {
      color: #b3b9bd;
      opacity: 1;
    }

    .header-actions {
      position: absolute;
      top: 0;
      right: -14px;
      display: flex;
      align-items: center;
      height: 64px;
    }

    .headregist,
    .headlogin {
      display: inline-block;
      width: 91px;
      height: 64px;
      line-height: 64px;
      color: #fff;
      font-size: 13px;
      text-align: center;
      font-weight: 500;
      transition: background 0.2s ease;
    }

    .headregist {
      background: #fb8d00;
    }

    .headregist:hover {
      background: #de7d00;
    }

    .headlogin {
      background: #0095d8;
    }

    .headlogin:hover {
      background: #007fb8;
    }

    .navbar-toggler {
      display: none;
      width: 44px;
      height: 44px;
      border: none;
      background: transparent;
      padding: 0;
      margin-left: auto;
      cursor: pointer;
      flex-shrink: 0;
    }

    .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #094074;
      margin: 5px auto;
      display: block;
      position: relative;
      transition: all 0.3s ease-out;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      transform: rotate(45deg);
      top: 7px;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      transform: rotate(135deg);
      top: -7px;
    }

    .mobile-extra {
      display: none;
    }

    .mobile-extra a {
      display: block;
      font-size: 14px;
      color: #272b30;
      padding: 14px 0;
      border-top: 1px solid #eef2f4;
    }

    /* =========================
       Main dummy content
    ========================= */


    .hero {
      padding: 64px 0 32px;
      background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 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;
    }

    /* =========================
       Recommended taxonomy
    ========================= */
    .flex {
      display: flex;
    }

    #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%;
    }

    #block-hiprotechfmenutaxonomylist ul li a:hover {
      text-decoration: underline;
    }

    #tx_ttl2 {
      margin-top: 43px;
    }

    .flex.fmenu .in {
      width: 25%;
    }

    /* =========================
       Footer
    ========================= */
    .footer-area {
      background: #000;
      padding-top: 56px;
      padding-bottom: 0;
      margin-top: 0;
    }

    .footer-main {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr 1fr;
      gap: 32px;
      align-items: start;
      padding-bottom: 42px;
      border-bottom: 1px solid #636f78;
    }

    .footer-logo img {
      width: 180px;
      height: auto;
    }

    .footer-menu nav ul li {
      margin-bottom: 10px;
    }

    .footer-menu nav ul li:last-child {
      margin-bottom: 0;
    }

    .footer-menu nav li a {
      color: #fff;
      font-size: 14px;
      line-height: 1.9;
      display: inline-block;
    }

    .footer-menu nav li a:hover {
      opacity: 0.8;
    }

    .footer-menu nav li a[target="_blank"]::after {
      content: "";
      font-size: 12px;
      background-size: 14px 14px;
      background-position: top 0px right;
      background-repeat: no-repeat;
      padding-right: 18px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS45Mzc1IDYuNzEyNVYxMC42ODc1SDEuMzEyNVYyLjA2MjVINS4yNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PHBhdGggZD0iTTYuNzUgMS4zMTI1SDEwLjVWNS4wNjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNMTAuNSAxLjMxMjVMNS42MjUgNi4zNzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
    }

    .copyright {
      height: 80px;
      background: #fff;
      color: #54565a;
      font-size: 10px;
    }

    .copyright-inner {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .copyright .fbox1 {
      display: flex;
      align-items: center;
      gap: 23px;
      width: 70%;
      min-width: 0;
    }

    .copyright .fbox1 img {
      width: 135px;
      height: auto;
      flex-shrink: 0;
    }

    .copyright .fbox1 span {
      margin-top: 0;
      line-height: 1.6;
    }

    .copyright .fbox2 {
      width: 30%;
      text-align: right;
    }

    .copyright .fbox2 img {
      width: 48px;
      height: 48px;
      margin-left: auto;
    }

    /* =========================
       Responsive
    ========================= */
    @media (min-width: 992px) {
      #block-hiprotechfmenutaxonomylist {
        padding-bottom: 39px;
      }

      #block-hiprotechfmenutaxonomylist ul li a {
        margin-bottom: 0.5px;
      }

      .flex.fmenu .in:nth-child(2) {
        padding-left: 5px;
      }

      .flex.fmenu .in:nth-child(3) {
        padding-left: 10px;
      }

      .flex.fmenu .in:nth-child(4) {
        padding-left: 17px;
      }
    }

    @media (max-width: 767px) {
      #block-hiprotechfmenutaxonomylist {
        padding-top: 0;
        padding-bottom: 0;
        border-top: solid 1px #d3dadd;
      }

      #block-hiprotechfmenutaxonomylist .col-md-12 {
        padding-right: 0;
        padding-left: 0;
      }

      #block-hiprotechfmenutaxonomylist .container {
        padding-right: 0;
        padding-left: 0;
        max-width: initial;
      }

      #block-hiprotechfmenutaxonomylist h3 {
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
      }

      #block-hiprotechfmenutaxonomylist ul li a {
        font-size: 14px;
      }

      .occ-recommended .bottomblockcontent .container {
        border-bottom: solid 1px #d3dadd;
      }

      .occ-recommended .flex.fmenu {
        flex-direction: column;
      }

      .occ-recommended .flex.fmenu .in {
        width: 100%;
      }

      .occ-recommended .flex.fmenu .in ul {
        padding: 0 25px;
      }

      .occ-recommended .flex.fmenu .in li {
        margin-bottom: 19px;
      }

      .occ-recommended .container .row {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
      }

      .occ-recommended h3 {
        position: relative;
        padding: 15px;
        line-height: 1.5;
      }

      .occ-recommended h3::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        position: absolute;
        transition: all 300ms ease;
        right: 19.75px;
        top: 40%;
        transform: rotate(135deg);
      }

      .occ-recommended .open h3::after {
        transform: rotate(-45deg);
      }

      .occ-recommended .container .flex.fmenu {
        opacity: 0;
        line-height: 0;
        transition: all 0.1s ease-out;
      }

      .occ-recommended div:not(.open) > .flex.fmenu ul {
        display: none;
      }

      .occ-recommended .container.open .flex.fmenu {
        display: flex;
        opacity: 1;
        line-height: 1.4;
      }
    }

    @media (max-width: 1100px) {
      .nav-item {
        margin: 0 14px;
      }

      .header-search input {
        width: 150px;
      }

      .footer-main {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 991.4px) {
      #site-top-keyword {
        height: 40px;
        line-height: 1.2;
      }

      .site-top-keyword-inner {
        height: 40px;
      }

      .head-main {
        height: 55px;
      }

      .navigation.sticky {
        padding: 0;
      }

      .navbar {
        height: 55px;
      }

      .navbar-brand {
        margin-right: 0;
        margin-left: 1px;
      }

      .navbar-brand img {
        width: 170px;
        height: auto;
      }

      .header-actions {
        right: 53px;
        height: 55px;
      }

      .headregist,
      .headlogin {
        height: 55px;
        line-height: 55px;
      }

      .navbar-toggler {
        display: block;
        margin-left: auto;
        width: auto;
        height: auto;
        padding: 16px 14px;
      }

      .toggler-icon {
        width: 24px;
        height: 1px;
        margin: 5px 0;
        background-color: #272b30;
      }

      .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        top: 6px;
      }

      .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        top: -6px;
      }

      .navbar-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: -12px;
        width: calc(100% + 24px);
        height: 110vh;
        background: #fff;
        z-index: 20;
        padding: 32px 16px 40px 0;
      }

      .navbar-collapse.show {
        display: block;
        border-top: 1px solid #E5E9EB;
      }

      .navbar-nav {
        display: block;
        margin: 0 0 8px;
      }

      .nav-item {
        position: relative;
        margin: 0 0 22px;
        padding-left: 32px;
        height: 34px;
      }

      .nav-item:first-child {
        margin-left: 0;
      }

      .nav-item > a {
        display: block;
        font-weight: 400;
        line-height: 34px;
        height: 34px;
        font-size: 16px;
        color: #272b30;
      }

      .nav-item.current::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #7a8a93;
      }

      .nav-item.current::after {
        left: 0;
        bottom: 0;
        width: 4px;
        height: 16px;
        background-image: none;
        background: #0095d8;
      }

      .header-search {
        display: block;
        margin-left: 0;
        margin-top: 0;
        padding-left: 32px;
        padding-right: 16px;
        width: 100%;
      }

      .header-search input {
        width: 100%;
        font-size: 16px;
        padding: 0.75em 0;
      }

      .mobile-extra {
        display: block;
        margin-top: 32px;
      }

      .mobile-extra a {
        border-top: 0;
        padding: 0 0 0 32px;
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        color: #272b30;
      }

      .mobile-extra a.splogin {
        margin: 48px auto 0;
        padding: 0;
        width: 224px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        background: #0095d8;
        border: 1px solid #0095d8;
      }

      .hero h1 {
        font-size: 30px;
      }

      .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
      }

      .copyright {
        height: auto;
        padding: 16px 0;
      }

      .copyright-inner {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
      }

      .copyright .fbox1,
      .copyright .fbox2 {
        width: 100%;
      }

      .copyright .fbox2 {
        text-align: left;
      }

      .copyright .fbox2 img {
        margin-left: 0;
      }
    }

    @media (max-width: 767px) {
      .container {
        padding: 0 16px;
      }

      .navbar-collapse {
        left: -16px;
        width: calc(100% + 16px);
      }

      .headregist,
      .headlogin {
        width: 64px;
        font-size: 13px;
      }

      .hero {
        padding-top: 40px;
      }

      .hero h1 {
        font-size: 26px;
      }

      .hero p,
      .dummy-section p {
        font-size: 15px;
      }

      .footer-main {
        grid-template-columns: 1fr;
      }

      .footer-logo img {
        width: 160px;
      }

      .copyright .fbox1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .copyright .fbox1 img {
        width: 120px;
      }
    }