/* @import url('http://example.com/example_style.css'); */

/* ==========================================================================
共通
========================================================================== */
html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
  scroll-behavior: smooth;
}
/**/
body.menu_open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.top_body {
  position: relative;
  z-index: 0;
}

body.top_body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/top_main_visual.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  body.top_body::before {
    background-position-y: top;
/*     background-color: #f2f2f2; */
/*     background-size: contain; */
    background-size: cover;
    background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/top_main_visual_tab.png);
  }
}

@media screen and (max-width: 767px) {
  body.top_body::before {
    background-position-y: bottom;
    background-size: cover;
    background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/top_main_visual_sp.png);
  }
}


/* top　service section */
body.top_servise_locked {
  overflow: hidden;
}

/*製品紹介一覧　スクロール調整*/
body.lock_scroll {
  overflow: hidden;
}
.side_menu {
  max-height: 80vh;
  overflow: hidden;
}
.side_menu.scrollable {
  overflow: auto;
}
@media screen and (max-width: 1100px) {
  body.lock_scroll {
    overflow: auto;
  }
}

/* コンテンツ幅 */
.mx1392 {
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
}
.mx1312 {
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}
.mx1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.mx1280 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.mx1180 {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.mx800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.mx880 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
/* 下層テンプレート　DNDエリア */
.template_dnd_wrapper {
  padding-bottom: 80px;
}



/* 余白 */
.pt-0 { padding-top: 0!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-0 { padding-left: 0!important; }
.pb-5 { padding-bottom: 5px!important; }
.pt-20 { padding-top: 20px!important; }
.pb-20 { padding-bottom: 20px!important; }

.m-0 { margin: 0!important; }
.mt-0 { margin-top: 0!important }
.mt-65 { margin-top: -65px!important; }
.mt-40 { margin-top: 40px!important; }
.mt-32 { margin-top: 32px!important; }
.mt-24 { margin-top: 24px!important; }
.mt-60 { margin-top: 60px!important; }

.mb-0 { margin-bottom: 0px!important; }
.mb-10 { margin-bottom: 10px!important; }
.mb-16 { margin-bottom: 16px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mb-32 { margin-bottom: 32px!important; }
.mb--60 { margin-bottom: -60px!important; }

.mr-32 { margin-right: 32px!important; }

.ml-32 { margin-left: 32px!important; }
.ml-16 { margin-left: 16px!important; }

.overflow-hidden { overflow: hidden!important; }
.w-100 { width: 100%!important }
.block { display: block!important; }
.j-center { justify-content: center!important; }
.a-center { align-items: center!important; }
.margin0auto { margin: 0 auto; }


.content-wrapper {
  margin: 0 auto;
  padding: 0 40px;
}
.pc.tb {
  display: block!important;
}
.tb, .tb_flex {
  display: none!important;
}
.sp {
  display: none!important;
}
@media screen and (max-width: 1100px) {
  .content-wrapper {
    padding: 0 40px;
  }
  .pc { 
    display: none!important;
  }
  .tb {
    display: block!important;
  }
  .tb_flex {
    display: flex!important;
  }
  .container { 
    padding: 0 40px;
  }

}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 0 20px;
  }
  .pc.tb {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .container { 
    padding: 0 16px;
  }
  .sp-p-0 {
    padding: 0!important;
  }
}

/* ==========================================================================
下層テンプレート
========================================================================== */
.column2 {
  display: flex;
  flex-direction: row;
}
.column1 {
  max-width: 736px;
  margin: 0 auto;
}
.dnd_area {
  width: 100%;
}
.column1.dynamic_page_hubdb_row {
  padding: 60px 0 80px 0;
}

@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
}
/* ==========================================================================
hover
========================================================================== */
/*.trans {
transition: all 0.3s ease-in-out;
}
.hov_zoom {
overflow: hidden;
position: relative;
transition: all 0.3s ease-in-out;
}
.hov_zoom:hover {
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.hov_zoom:hover .menu_title {
color: #0F3C72;
}
.hov_zoom img {
transition: transform 0.5s ease-in-out;
transform-origin: bottom;
}
.hov_zoom:hover img {
transform: scale(1.1);
} */


/* ==========================================================================
テキスト
========================================================================== */
.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_module h1,
.blog-post h1 {
  margin-bottom: 24px;
  line-height: 150%; 
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h1,
  .hs_cos_wrapper_type_module h1,
  .blog-post h1 {
    font-size: 32px;
  }
}
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_module h2,
.index_main h2,
.blog_index h2,
.cad_list h2 { 
  margin: 80px 0 40px 0;
  padding: 0 0 0 20px;
  line-height: 150%;
  font-size: 32px;
  font-weight: 700;
  border-left: solid 4px #45AEBF; 
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h2,
  .hs_cos_wrapper_type_module h2,
  .index_main h2,
  .blog_index h2,
  .cad_list h2 {
    font-size: 26px;
    margin: 40px 0 20px 0;
    padding: 0 0 0 10px;
  }
}
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_module h3,
.about_wrapper h3,
.column1 h3,
.dynamic_page_hubdb_row h3 {
  font-weight: 700;
  border-bottom: solid 3px #45AEBF;
  margin: 80px 0 32px 0;
  padding: 0px 0 8px 20px;
  line-height: 180%;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text h3,
  .hs_cos_wrapper_type_module h3,
  .about_wrapper h3,
  .column1 h3,
  .dynamic_page_hubdb_row h3 {
    margin: 40px 0 20px 0;
    padding: 0px 0 8px 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text h3,
  .hs_cos_wrapper_type_module h3,
  .about_wrapper h3,
  .column1 h3 {

  }
}
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_module h4{
  font-weight: 700;
  padding: 10px 0 10px 20px;
  margin: 40px 0 24px 0;
  line-height: 120%;
  background-color: #F0F8FA;
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text h4,
  .hs_cos_wrapper_type_module h4 {
    font-size: 20px;
    margin: 40px 0 16px 0;
    padding: 10px 0 10px 10px;
  }
}
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_module h5{
  margin: 32px 0 16px 0;
  line-height: 150%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .hs_cos_wrapper_type_rich_text h5,
  .hs_cos_wrapper_type_module h5 {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
}
.hs_cos_wrapper_type_rich_text p,
.hs_cos_wrapper_type_module p,
.blog-post p {
  line-height: 200%;
  margin: 0;
  font-size: 16px;
  text-align: left;
}
.hs_cos_wrapper_type_rich_text p {
  padding: 0 20px;
}
.hs_cos_wrapper_type_module p {
  padding: 0;
}
.hs_cos_wrapper_type_rich_text p img {
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text p {
    padding: 0 10px;
  } 
}
/* scroll-margin-top */
h1, h2, h3, h4, h5, a[data-hs-anchor] {
  scroll-margin-top: 180px;
}
@media screen and (max-width: 1100px) {
  h1, h2, h3, h4, h5,a[data-hs-anchor] {
    scroll-margin-top: 100px;
  }

}
/* ==========================================================================
箇条書き・番号付きリスト
========================================================================== */
/* ul */
.hs_cos_wrapper_type_rich_text ul{
  line-height: 180%;
  padding: 0 20px;
  margin: 24px 0 0 0;
}
#hs_cos_wrapper_widget_1758516036212_ ul/*table module*/ {
  padding: 0;
  margin: 0;
}
.hs_cos_wrapper_type_rich_text li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 2;
  margin-top: 10px;
}
#hs_cos_wrapper_widget_1758516036212_ li/*table module*/ {
list-style: none;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.hs_cos_wrapper_type_rich_text li:first-child,
#hs_cos_wrapper_widget_1758516036212_ li:first-child/*table module*/{
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text li:before,
#hs_cos_wrapper_widget_1758516036212_ li:before {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  content: "";
  background: #45AEBF;
}
ul[style*="list-style-type: circle;"] li:before {
  position: absolute;
  background: none;
  left: 0;
  top: 0;
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list02.svg);
}
ul[style*="list-style-type: square;"] li:before {
  position: absolute;
  background: none;
  left: 0;
  top: -2px;
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list03.svg);
}


/* ol */
.hs_cos_wrapper_type_rich_text ol {
  counter-reset: ol_number;
  line-height: 180%;
  padding: 0 20px;
  margin: 24px 0 0 0;
}
.hs_cos_wrapper_type_rich_text ol li:nth-child(n+10) {
  padding-left: 35px;
}
.hs_cos_wrapper_type_rich_text ol li:before {
  position: absolute;
  background: none;
  left: 0;
  top: 0;
  width: 100%;
  counter-increment: ol_number;
  content: counter(ol_number)'.';
  color: #45AEBF;
  font-weight: 700;
}

/* ol ローマ数字 */
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] {
  counter-reset: roman; /* 独自のカウンタ名を定義 */
  line-height: 180%;
  padding: 0 20px;
  margin: 24px 0 0 0;
  list-style: none; /* 通常の番号は非表示 */
  position: relative;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li {
  position: relative;
  padding-left: 2em;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li:nth-child(n+10) {
  padding-left: 2.5em;
}
.hs_cos_wrapper_type_rich_text ol[style*="list-style-type: upper-roman;"] li::before {
  counter-increment: roman;
  content: counter(roman, upper-roman) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #45AEBF;
  font-weight: 700;
}



@media screen and (max-width: 1100px) {
  .hs_cos_wrapper_type_rich_text li{
    padding-left: 20px;
  }
  .hs_cos_wrapper_type_rich_text li:before {
    left: 0;
  }
}
/* ==========================================================================
リンクテキスト
========================================================================== */
.hs_cos_wrapper_type_rich_text a {
  color: #45AEBF;
}
.hs_cos_wrapper_type_rich_text a,
.hs_cos_wrapper_type_module a {
  transition: all .15s;
}
.hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
  color: #112A75;
}
/* blank */
.hs_cos_wrapper_type_rich_text a[target="_blank"]{
  display: inline-block;
  padding: 0 0 0 28px;
  position: relative;
}
.hs_cos_wrapper_type_rich_text a[target="_blank"]:before {
  content: url('https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_blank.svg');
  left: 0px;
  position: absolute;
  top: 2px;
}

/* a.pdf icon */
.hs_cos_wrapper_type_rich_text a.pdf:before {/*.hs_cos_wrapper_type_module a.pdf:before*/
  content: url('https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_pdf.svg');
  left: 0px;
  top: 2px;
  position: absolute;
}
/*
.hs_cos_wrapper_type_rich_text a[target="_blank"]:has(> img),
.hs_cos_wrapper_type_module a[target="_blank"]:has(> img){
padding: 0;
position: unset;
}
*/

/* ==========================================================================
トップに戻るボタン
========================================================================== */
a.pageTop-btn {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: -1;
  opacity: 0;
  height: 53px;
  width: 53px;
  padding: 10px;
  background-image: url(https://41801273.fs1.hubspotusercontent-na1.net/hubfs/41801273/icon/TOP-button.svg);
  background-repeat: no-repeat;
}
a.pageTop-btn.show {
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  a.pageTop-btn {
    right: 20px;
    bottom: 20px;
    padding: 10px; 
  }
}
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button span, .btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 5px;
  padding: 16px 0;
  width: 100%;
}
button span:hover, .btn:hover {
  text-decoration: none;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
.btn.btn_strong {
  color: #fff;
  background-color: #112A75;
  border: 0;
}
.btn.btn_medium {
  color: #fff;
  background-color: #45AEBF;
  border: 0;
}
.btn.btn_light {
  background-color: #F0F8FA;
  border: solid 1px #45AEBF;
}
.btn.btn_yellow {
  background-color: #F3EEAE;
  border: 0;
}
/* hover */
.btn.btn_light:hover {
  background-color: #D6E8EC;
}
.btn.btn_medium:hover {
  background-color: #112A75;
}

/* btn icon */
a.btn.pdf:before {/*pdfアイコンとボタンの競合*/
  content: '';
  position: unset;
}
.btn_icon_blank {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_blank_white.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
}
.btn_icon_youtube {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_youtube.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
}
i.btn_icon_arrow {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
i.btn_icon_catalog {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_catalog.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 26px;
  height: 26px;
}
i.btn_icon_catalog_white {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_catalog_white.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1100px) {
  .btn {
    font-size: 16px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {

}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
:root {
  --hsf-global__font-family: 'Noto Sans JP', sans-serif;
  --hsf-global__font-size: 16px;
  --hsf-default-background__padding: 40px 0 80px 0;
  --hsf-background__padding: 40px 0 80px 0;
  --hsf-background__border-style: none;
  /*   --hsf-background__border-width: 0 1px 1px 1px;
  --hsf-background__border-color: #112A75;
  --hsf-background__border-radius: 0 0 10px 10px; */

  /*btn*/
  --hsf-button__color: #fff;
  --hsf-button__font-size: 18px;
  --hsf-button__background-color: #45AEBF;
  --hsf-button__border-radius: 5px;
  --hsf-button__padding: 28px 0;
  --hsf-button__margin: 0 auto;
  --hsf-button__width: 60%;
  /*   --hsf-button__justify-content: center;
  --hsfc-NavigationRow__Buttons: center; */
  --hsf-default-navigationrow-buttons-single__justify-content: center;
  --hsf-default-navigationrow-buttons__justify-content: center;

  /*  label  */
  --hsf-field-label__font-size: 16px;

  /* input */
  --hsf-field-input__font-size: 16px;
  --hsf-field-input__height: 40px;
  --hsf-field-input__padding: 8px 16px;
  --hsf-field-input__placeholder-color: #A8A8A8;
  --hsf-field-input__color: #6A6A6A;
  --hsf-field-input__background-color: #fff;
  --hsf-field-input__border-color: #D9D9D9;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;

  /*  input tyeckbox  */
  --hsf-field-checkbox__color: #112A75;

  /*  input radio  */
  --hsf-field-radio__padding: 10px;
}


/* btn */
[data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  transform: unset!important;
  filter: unset!important;
}
[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(>*:only-child){
  justify-content: center!important;
}
button[type="submit"]:hover {
background-color: #112A75!important;
}

/*  label  */
form label {
  font-weight: 700;
}
/* 必須ラベル */
.hsfc-FieldLabel__RequiredIndicator {
  color: #fff!important;
  background-color: #45AEBF!important;
  font-size: 12px!important;
  padding: 2px 12px!important;
  margin-left: 10px!important;
}

/* input text */
form input[type="text"]:focus-visible {
  border: solid 1px #45AEBF!important;
/*   outline-color: #45AEBF!important; */
}

/* input checkbox */
form input[type="checkbox"] {
  accent-color: #112A75!important;
  padding: 0px!important;
  width: 20px!important;
  height: 20px!important;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  mask-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2016%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M1.013%208.11c0-.223.078-.412.234-.568l1.14-1.14c.155-.155.345-.233.568-.233s.413.077.57.233l2.46%202.47%205.492-5.5c.156-.156.346-.234.568-.234.224%200%20.413.077.57.233l1.138%201.14c.156.155.234.345.234.568%200%20.224-.078.414-.234.57l-6.06%206.06-1.14%201.14c-.155.155-.345.233-.568.233s-.413-.078-.57-.234l-1.138-1.14-3.03-3.03c-.156-.156-.234-.346-.234-.57z%22%2F%3E%3C%2Fsvg%3E)!important;
  background-color: #112A75!important;
}

/* input radio */
form input[type="radio"]:after {
  background-color: #112A75!important;
}

/* input error */
.hsfc-ErrorAlert {
  font-size: 14px!important;
  margin-top: 0px!important;
  color: #FC6000!important;
}
input[type="text"][aria-invalid="true"] {
  border: solid 1px #FC6000;
}



/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* header固定 */
header.header_fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header a {
  text-decoration: none;
  color: #333;
  display: block;
}
.header_inner {
}
.header_top {
  height: 76px;
  padding: 0 24px;
  border-bottom: solid 1px #D9D9D9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header_logo {
  padding-right: 24px;
  padding-top: 20px;
}
.header_logo_white {
  display: flex;
  padding-top: 0;
  align-items: center;
}
.header_top_column2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-left: solid 1px #D9D9D9;
}
.header_top_column2 h5.header_top_left {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  text-wrap: nowrap;
}
.header_top_right {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.header_top_right .header_site_link {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.concrete_top_header .header_top_right .header_site_link {

}
.header_top_right .header_site_link i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/locacon/icon_blank_header.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  display: inline-block;
}
header.concrete_top_header .header_top_right i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_blank-megamenu.svg);
}
.btn_contact {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #112A75;
  border: 0;
  max-width: 126px;
}
.concrete_top_header .btn_contact {
  border: solid 1px #fff;
}
.header_bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0px 24px;
  border-bottom: solid 1px #D9D9D9;
}
.header_bottom_navi {
  display: flex;
  flex-direction: row;
  gap: 24px;
  /*   padding: 8px 0; */
}
.header_bottom_navi a.header_bottom_navi_a,
label.header_bottom_navi_a {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}
.header_bottom_navi a.header_bottom_navi_a:hover,
.has_mega:hover .header_bottom_navi_a,
.header_bottom_navi_a:hover {
  color: #45AEBF;
  cursor: pointer;
}
.header_bottom_navi_input:checked ~ .header_bottom_navi_a {
color: #45AEBF;
}
.header_bottom_navi_a i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_mega.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
}
header.concrete_top_header .header_bottom_navi_a i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/locacon/icon_mega-close-white.svg);
}
.header_bottom_navi a.header_bottom_navi_a:hover i,
.has_mega:hover a.header_bottom_navi_a i,
.header_bottom_navi_input:checked ~ .header_bottom_navi_a i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_mega-open.svg);
}

/* コンタクト情報 */
.header_bottom_login {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.contact_name {
  color: #6A6A6A;
  font-size: 13px;
}
.contact_name b {
  font-size: 15px;
  color: #333;
}
.contact_name_white, .contact_name_white b {
  color: #fff;
}
.login_card_wrapper:hover{
  cursor: pointer;
}

.header_bottom_login {
  position: relative;
}
.login_card_wrapper {
  position: absolute;
  right: -5px;
  top: 0;
  padding-top: 48px;
  z-index: 99;
}
.login_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding: 12px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.login_card a {
  color: #6A6A6A!important;
  font-size: 14px;
}
.login_card a:hover {
  color: #45AEBF!important;
}
.login_card:before,
.login_card:after {
  content: "";
  position: absolute;
  top: -7px; /* 高さ分 */
  left: 80%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;  /* 底辺の半分 */
  border-right: 6px solid transparent; /* 底辺の半分 */
}

.login_card:before {
  border-bottom: 7px solid #D9D9D9; /* 枠線の色 */
  z-index: 1;
}

.login_card:after {
  top: -6px; /* before より 1px 下に配置して枠線を残す */
  border-bottom: 6px solid #fff; /* 背景色 */
  z-index: 2;
}

.login_icon:hover {
  cursor: pointer;
}
.login_card_wrapper {
  display: none;
}
.login_icon:hover + .login_card_wrapper,
.login_card_wrapper:hover {
  display: block;
}

.btn_login {
  padding: 10px 20px;
  border: solid 1px #112A75;
  border-radius: 30px;
  max-width: 168px;
  width: 100%;
  font-size: 14px;
  color: #112A75;
  font-weight: 700;
  display: block;
}

/* ==========================================================================
メガメニュー
========================================================================== */
.mega_menu {
  display: none;
  /*     display: block; */
  background-color: #45AEBF;
  color: #fff;
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 60px 0 24px 0;
  top: 62px;
}
/* .has_mega:hover .mega_menu {
  display: block;
} */
/* クリックでのオープンに変更 */
.header_bottom_navi_input:checked ~ .mega_menu {
  display: block;
}
.mega_menu_innder {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mega_left {
  width: 20%;
}
.mega_left h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'Lato';
  margin: 0;
  line-height: 1.2;
}
.mega_sub_ttl {
  margin-top: 10px;
  display: flex;
}
.mega_left span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 8px;
  display: block;
}
.mega_left i {
  background-image:  url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_mega-ttl.svg);
  width: 14px;
  height: 14px;
  display: block;
  margin-top: 5px;
}
.mega_left .btn {
  margin-top: 32px;
  font-size: 16px;
  max-width: 160px;
  color: #45AEBF;

}
.mega_right.grid_concrete {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 32px;
}
.mega_right.grid_infra {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  /*   display: grid;
  grid-template-columns: repeat(6, 1fr); */
  width: 100%;
  gap: 24px;
}
.mega_right a.mega_item {
  display: flex;
  gap: 15px;
}
.mega_right a.mega_item.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.grid_concrete .mega_right_image {
  background: #fff;
  max-width: 100px;
  display: flex;
  max-height: 100px;
  align-items: center;
  justify-content: center;
}
.grid_infra .mega_right_image {

  display: flex;
  height: 160px;
  width: 160px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.grid_concrete .mega_right_image img {
  width: 72%;
}
.grid_infra .mega_right_image img {
  width: auto;
}
.grid_concrete .mega_right_text {
  display: flex;
  align-items: center;
}
.grid_infra .mega_right_text {
  display: flex;
  align-items: center;
  text-align: center;
}
.mega_right_text span {
  font-weight: 700;
  color: #fff;
}
.mega_right_text span i {/*blank icon*/
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_blank-megamenu.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
}
.btn_mega i {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_business_btn.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  display: inline-block;
}
.mega_close {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.mega_close_btn{
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 10px 24px;
}
.mega_close_btn:hover {
  cursor: pointer;
}

/* 
* コンクリート　トップページ
*  */
.concrete_top_header a,
.concrete_top_header label,
.concrete_top_header h5 {
  color: #fff;
}
.concrete_top_header .header_bottom {
  border-bottom: 0;
}
.concrete_top_header .btn_login {
  border: solid 1px #fff;
  background-color: #33333380;
}
@media screen and (max-width: 1100px) {
  .header_top,.header_bottom {
    display: none;
  }
  /*  ハンバーガーメニュー  */
  .hamburger_menu_wrapper {
    position: relative;
    background: #fff;
    padding: 0 10px;
    display: flex!important;
    justify-content: space-between;
    border-bottom: solid 1px #D9D9D9;

  }
  .logo_wrapper {
    display: flex;
    align-items: center;
  }
  .header_logo {
    padding: 12px 10px 12px 0;
    border-right: solid 1px #D9D9D9;
  }
  .header_logo img {
    max-width: 120px;
    width: 100%;
  }
  .header_subtitle {
    color: #333333;
    font-weight: 700;
    font-size: 11px;
    display: block;
    margin-left: 10px;

  }
  .hamburger_toggle {
    width: 30px;
    cursor: pointer;
    margin-top: 10px;
  }
  .hamburger_toggle span {
    display: block;
    height: 3px;
    background: #45AEBF;
    margin: 5px 0;
  }

  /* ナビゲーションメニュー（初期非表示） */
  .hamburger_nav {
    display: none;
    width: 100%;
/*     height: 100vh; */
    height: -webkit-fill-available;
    background-color: #F1F1F1;
    padding: 0px 20px 40px 20px;
    position: fixed;
    /*     top: 52px; jsで指定*/
    left: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 10000px;
    -webkit-overflow-scrolling: touch;
  }
  .hamburger_nav ul {
    list-style: none;
    padding-left: 0;
  }
  .hamburger_nav li {
    margin-bottom: 10px;
    
  }
  .submenu li {
  margin: 0;
    padding: 5px 0;
  }
  .hamburger_nav li.has-submenu,
  .hamburger_nav li.hasnot-submenu {
    border-bottom: solid 1px #D9D9D9;
/*     margin-bottom: 20px; */
  }
  .hamburger_nav a.parent,
  .hamburger_nav label.parent {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 20px;
    /*     border-bottom: solid 1px #D9D9D9; */
    background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list_style1.svg);
    background-repeat: no-repeat;
    background-position: 0 20px;
  }

  /* サブメニュー */
  .hamburger_nav ul .submenu {
    display: none;
    margin: 0 0 16px 0;
    list-style: disc;
    padding-left: 45px;
    font-size: 13px;
  }
  .hamburger_nav ul .submenu li a {
    font-weight: 700;
    color: #333!important;
    font-size: 15px;
  }
  .has-submenu input:checked + label + .submenu {
    display: block;
  }
  /* ハンバーガー開閉制御 */
  .hamburger_menu_wrapper.open #hamburger_nav {
    display: block;
  }
  /*  レイヤー  */
  #header_overlay {
    display: none;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
  }
  #header_overlay.open {
    display: block;
  }
  /*   button */
  .hamburger_btn_wrapper {
    display: flex;
    flex-direction: row;
    gap: 11px;
    margin-top: 20px;
  }
  .hamburger_btn_wrapper .btn {
    max-width: 100%;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
  }
  .hamburger_btn_wrapper .btn_login {
    background-color: #fff;
    border: solid 1px #112A75;
    color: #112A75;
  }
}

@media screen and (max-width: 767px) {
}

/* ===================================================  */
/* googleサイト内検索                 */
/* =================================================== */
.search_box {
  width: 290px;
  height: 48px;
  margin: auto 20px auto 0;
}
form.gsc-search-box{
  margin: 0!important;
  padding: 0!important;
}
td.gsib_a input[role="textbox"] {
  color: #333!important;
}

table.gsc-search-box {
  border: solid 1px #ddd!important;
  margin: 0!important;
  /*   height: 40px!important; */
  background-color: #F1F1F1!important;
}
table.gsc-input {
  margin: 0;
  border: none!important;
}
.gsc-input-box {
  padding: 0!important;
  border: none!important;
}
td.gsc-input, td.gsc-search-button {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
}
td.gsib_a input {
  background: url() left center no-repeat #F1F1F1!important;;
  padding: 15px 10px!important;
  font-weight: 500!important;
  color: #333!important;
  width: 200px!important;
}
input[type="text"] {
  height: 40px!important;
}
td.gsib_a input::placeholder {
  color: #333!important;
}
td input[type="text"]::placeholder {
  color: #333;
}
/* td.gsib_a input:focus {
background: none!important;
} */
form input[type="text"]:focus-visible {
  border: 0!important;
}
td.gsib_a input:change {
  background:none!important;
}
.gsib_a {
  padding: 0!important;
  border: none!important;
}
.gsib_b {
  display: none!important;
}
.gsc-search-button {
  background-color: #F1F1F1!important;
}
.gsc-search-button-v2 {
  background-color: #F1F1F1!important;
  border: none!important;
  padding-right: 15.5px!important
}
.gsc-search-button-v2 svg {
  fill: #333!important;
  width: 17px!important;
  height: 17px!important;
  background-color: #F1F1F1!important;
}
table.gsc-search-box td:hover,
.gsc-search-button-v2:hover {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  td.gsib_a input {
    width: 100%!important;
    background: url() left center no-repeat #fff !important;
  }
  .gsc-search-button {
    background-color: #fff!important;
  }
  .gsc-search-button-v2 {
    background-color: #fff!important;
    border: none!important;
    padding-right: 15.5px!important
  }
  .gsc-search-button-v2 svg {
    fill: #333!important;
    width: 17px!important;
    height: 17px!important;
    background-color: #fff!important;
  }
}
footer {
}
.footer_top {
  background-color: #F1F1F1;
  padding: 100px 100px 0 100px;
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/bg_footer.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.footer_top_inner {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.footer_top_right {
  max-width: 300px;
}
.footer_top_right .footer_logo span {
  font-weight: 900;
  margin-top: 12px;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  color: #333;
}
.footer_top_right .footer_addres {
  margin-top: 40px;
  line-height: 1.5;
}
.footer_top_right .footer_btn {
  margin-top: 32px;
  gap: 10px;
  display: grid;
}
.footer_top_right .footer_btn a.btn {
  font-size: 16px;
  padding: 16px 16px 16px 0;
}
.footer_btn .btn_strong {
  background-image: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_blank-blue.svg);
}
.footer_top_left {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.footer_bottom {
  background-color: #D9D9D9;
  padding: 24px;
}
.footer_top_inner, .footer_bottom_inner {
  max-width: 1417px;
  margin: 0 auto;
}
.footer_bottom_inner {
  display: flex;
  justify-content: space-between;
}
.policy {
  color: #6A6A6A;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.policy:after {
  position: absolute;
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_contact-gray.svg);
  right: 0;
}
.copy {
  display: inline-block;
  color: #6A6A6A;
  font-size: 14px;
  font-family: "Helvetica", "Arial", sans-serif;
}
.footer_bottom.footer_system {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_bottom.footer_system .copy {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .footer_top {
    padding: 40px 40px 40px 40px;
  }
  .footer_top_inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer_bottom_inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer_top_right .footer_btn a.btn {
  max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_top {
    padding: 18px 20px 20px 20px;
    background-image: none;
  }
}
/* ==========================================================================
パンくずリスト
========================================================================== */
section.bread {
  background-color: #F5F5F5;
  padding: 0px 24px 16px 24px;
}
.p-pankuzu {
  margin: 0;
  font-size: 14px;
  list-style: none;
  display: flex;
  gap: 20px;
  overflow: auto;
}
.p-pankuzu li {
  position: relative;
  text-wrap: nowrap;
}
.p-pankuzu li:before {
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_pankuzu.svg);
  position: absolute;
  right: -14px;
}
.p-pankuzu li:last-child:before {
  content: '';
}
.p-pankuzu li:hover a {
  color: #112A75;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  section.bread {
  padding: 0 20px 10px 20px;
  }
  .p-pankuzu {
    font-size: 12px;
  }
}
/* ==========================================================================
カード (blog-index)
========================================================================== */
.index_card_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  height: fit-content;
}
.index_card {
  position: relative;
}
.index_card_item,
.related_item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.index_card_item img,
.related_item img {
  aspect-ratio: 3/2;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  transform-origin: bottom;
}
.index_card_text {
  background-color: #fff;
  padding: 10px 0px 0px 0px;
}
.index_card_title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}
.index_card_description {
  display: block;
  font-size: 16px;
  color: #6A6A6A;
}
/* hover */
a.index_card_item:hover,
a.related_item:hover {
  text-decoration: none;
}
a.index_card_item:hover .index_card_title,
a.index_card_item:hover .index_card_description,
a.index_card_item:hover .tag,
a.related_item:hover .related_title,
a.related_item:hover p ,
a.related_item:hover .tag {
  color: #45AEBF!important;
}
a.index_card_item:hover .index_card_img,
a.related_item:hover img {
  transform: scale(1.1);

}

/* .icon_arrow {
background-image: url(https://23629245.fs1.hubspotusercontent-na1.net/hubfs/23629245/firmbond2024/icon/icon_right-arrow.svg);
background-repeat: no-repeat;
background-position: right 10px bottom 13px;
transition: all 0.3s ease-in-out;
}
.icon_blank {
background-repeat: no-repeat;
background-position: right 10px bottom 13px;
background-image: url(https://23629245.fs1.hubspotusercontent-na1.net/hubfs/23629245/firmbond2024/icon/icon_blank.svg);
transition: all 0.3s ease-in-out;
}
.hov_zoom:hover .icon_arrow,
.hov_zoom:hover .icon_blank {
background-position: right 0px bottom 13px;
} */
@media screen and (max-width: 1100px) {
  .index_card_wrapper {

  }
  .index_card_item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index_card_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 11px;
  }
  .index_card_title {
    font-size: 16px;
    margin-bottom: 8px;
    padding-top: 8px;
  }
  .index_card_description {
    font-size: 14px;
  }
  .index_card_item img {
  }
}
/* ==========================================================================
関連製品　４カラムカード
========================================================================== */
.related_wrapper {
  background-color: #F0F8FA;
  display: flow-root;
}
.related_inner {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0px 40px 80px 40px;
  display: flow-root;
}
.related_grid {
  display: grid;
  gap: 32px 24px;
  padding: 0 16px;
  grid-template-columns: repeat(4, 1fr);
}
.related_item {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  background-color: unset;
}
.related_item img {
  width: 100%;
}
.related_title {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 0 0;
  color: #333;
}
.related_item p {
  line-height: 1.68;
  color: #6A6A6A;
  margin-top: 10px;
  padding: 0!important;
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .related_grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 40px;
  }
  .related_inner {
    padding: 0.1px 20px 64px 20px;
  }
  .related_title {
    font-size: 16px;
  }
  .related_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .related_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .related_inner {
    padding: 0.1px 0px 64px 0px;
  }
  .related_inner h2 {
    margin-left: 20px;
  }
}



/* ===================================================  */
/*   top module   blog_index_ttl            */
/* =================================================== */
.top_section {
  padding: 175px 0 150px 0;
}
.top_section_inner {
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto;
}
.top_section_ttl h1{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.12;
  color: #45AEBF;
  margin: 0;
}
.top_section_ttl span{
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 4px;
  padding-left: 22px;
  position: relative;
}
.top_section_ttl span:before{
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_list_style1.svg);
  position: absolute;
  left: 0;
}
.index_link {
  text-decoration: none;
  position: relative;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 700;
  transition: all .15s;
}
.index_link:after {
  content: url(https://146185278.fs1.hubspotusercontent-eu1.net/hubfs/146185278/Infrastructure%20Segment/common/icon/icon_business_btn.svg);
  position: absolute;
  right: 0;
}
.index_link:hover {
  opacity: 0.6;
}
.top_section_subttl h1 {
  font-size: 44px;
  font-weight: 700;
}
.top_section_subttl span {
  color: #45AEBF;
}
.top_section_subttl p {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .top_section{
    padding: 60px 0 60px 0;
  }
  .top_section_inner {
    max-width: 100%;
    padding: 0 40px;
  }
  .top_section_ttl h1 {
    font-size: 40px;
  }
  .top_section_ttl span {
    font-size: 16px;
  }
  .top_section_subttl h1 {
    font-size: 24px;
    margin: 0;
  }
  .top_section_subttl p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top_section{
    padding: 40px 0 40px 0;
  }
  .top_section_inner {
    max-width: 100%;
    padding: 0 20px;
  }

}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}