*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

body {
  line-height: 1.75;
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .is-menu-open, .is-sidebar-open {
    overflow: hidden;
  }
  body {
    line-height: 1.5;
  }
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
  transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
}

a:hover {
  text-decoration: underline;
}
/* 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;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width: 100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */

form label {
  display: block;
  font-size: 1.6rem;
/*  font-weight: bold;  */
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 1.8rem;
  padding: 18px 20px;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
}

.hs-input:focus {
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msgs label {
  color: #f37927 !important;
  margin-top: 0.35rem;
}
/* Submit button */

.hs-form input[type=submit],
form .hs-button,
.button {
  cursor: pointer;
  display: inline-block;  
  text-align: center;  
  white-space: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  opacity: .7;
  margin-top: 8px;
}

.hs-form input[type=submit]:hover,
form .hs-button:hover,
.button:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  form input[type=submit],
  form .hs-button,
  .button {
    font-size: 1.9rem;
  }

  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    font-size: 1.65rem;
    line-height: 1.4;
    padding: 13px 10px;
  }

  form label {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-form, .systems-page form {
  max-width: 600px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hs-form, .systems-page form {
    max-width: 100%; 
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


@media print, screen and (min-width: 768px) {
  .header-wrap {
    min-height: 80px;
  }

  header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Noto Sans CJK JP";
    z-index: 9999;
  }
  .header-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .header-logo {
    width: 356px;
  }
  .header-logo img {
    overflow: hidden;
    display: block;
    width: 351px !important;
    height: auto;
  }
  .gnav {
    -webkit-flex: 1;
    flex: 1;
  }
  .gnav-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .gnav-main {
    padding: 0 45px;
  }

  .submenu.level-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 78px;
  }
  .submenu.level-1>li>a {
    display: block;
    padding: 0 18px;
    font-weight: 500;
    text-decoration: none;
  }
  .submenu.level-1>li>a:hover span {
    display: block;
    position: relative;
  }
  .submenu.level-1>li>a:hover span:before, .submenu.level-1>li.active-branch>a span:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    opacity: 1;
  }

  ul.submenu.level-1>li.has-submenu:hover:after, .gnav-sub .hs-menu-wrapper>ul>li:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    width: 93px;
    height: 27px;
  }

  .submenu.level-1>li>a:after, .gnav-sub .hs-menu-wrapper>ul>li>a:after {
    content: "";
    display: block;
    height: 21px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 9999;
  }

  .megadrop {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 999;
  }
  .megadrop-block {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 50px;
    transition: opacity 0.2s ease-in-out;
  }
  .submenu.level-1>li:hover .megadrop-block, .gnav-sub .hs-menu-wrapper>ul>li:hover .megadrop-block {
    opacity: 1;
    pointer-events: all;    
  }
  .submenu.level-2, .gnav-sub .megadrop-block>ul {
    max-width: 1200px;
    margin: 0 auto;
  }
  .submenu.level-2>li:first-child>a, .gnav-sub .megadrop-block>ul>li:first-child>a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 2.6rem;
    font-weight: 700;
  }



  .submenu.level-2>li:first-child>a:before, .gnav-sub .megadrop-block>ul>li:first-child>a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .submenu.level-3, .gnav-sub .megadrop-block>ul>li>ul {
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-top: 20px;
  }

  .submenu.level-3>li, .gnav-sub .megadrop-block>ul>li>ul>li {    
    width: calc((100% - 72px) / 3);
    margin-left: 36px;
  }

  .会社情報 .submenu.level-3>li + li {
    margin-top: 3em;
  }

  .会社情報 .submenu.level-3>li:last-child {
    margin-top: 0;
  }

  .会社情報 .submenu.level-3>li:first-child {  
    position: absolute;
    margin-top: 0;
    left: 36px;
  }


  .submenu.level-3>li:nth-child(3n + 1), .gnav-sub .megadrop-block>ul>li>ul>li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .gnav-sub .megadrop-block>ul>li>ul>li>ul>li {
    margin-top: 10px;
  }

  .gnav-sub .megadrop-block>ul>li>ul>li>ul>li:first-child {
    margin-top: 0;
  }  

  .submenu.level-3>li:first-child>a, .gnav-sub .megadrop-block>ul>li>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .submenu.level-3>li:first-child>a:before, .gnav-sub .megadrop-block>ul>li>ul>li>ul>li>a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .submenu.level-5>li>a, .submenu.level-4>li>a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .submenu.level-5>li>a:before, .submenu.level-4>li>a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .会社情報 .submenu.level-4>li>a {
    font-size: 2.2rem;
    font-weight: 500;
    padding-left: 0;
    cursor: auto;
  }

  .会社情報 .submenu.level-4>li>a:before {
    content: none;
  }

  .会社情報 .submenu.level-4>li>a:hover {
    text-decoration: none;
  }

  .submenu.level-5 {
    margin-top: 15px;
  }

  .submenu.level-5>li {
    margin-top: 10px;
  }

  .submenu.level-5>li:first-child {
    margin-top: 0;
  }  

  .事業紹介 .submenu.level-3>li:first-child>a, .サステナビリティ .submenu.level-3>li:first-child>a {
    display: none;
  }

  .事業紹介 .submenu.level-5, .サステナビリティ .submenu.level-5 {
    margin-left: 1.5em;
    margin-top: 0;
  }

  .事業紹介 .submenu.level-4>li:not(:first-child), .サステナビリティ .submenu.level-4>li:not(:first-child) {
    margin-top: 10px;
  }

  .事業紹介 .submenu.level-5>li, .サステナビリティ .submenu.level-5>li {
    margin-top: 0;
  }

  .事業紹介 .submenu.level-5>li>a, .サステナビリティ .submenu.level-5>li>a {
    margin-top: .5em;
  }




  .submenu.level-4>li.広告・カタログ・映像>a, .submenu.level-4>li.早わかり日揮グループ>a,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a, .submenu.level-4>li.持続可能な社会の実現に向けて>a,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a, .submenu.level-4>li.水素社会を実現するソリューション>a,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a,
  .gnav-sub .megadrop-block ul>li.経営戦略>a, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a {
    position: relative;
    display: table;
    width: 100%;
    padding-left: 0;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:before, .submenu.level-4>li.早わかり日揮グループ>a:before,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:before, .submenu.level-4>li.持続可能な社会の実現に向けて>a:before,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:before, .submenu.level-4>li.水素社会を実現するソリューション>a:before,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:before, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:before,
  .gnav-sub .megadrop-block ul>li.経営戦略>a:before, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .submenu.level-4>li.広告・カタログ・映像>a span, .submenu.level-4>li.早わかり日揮グループ>a span,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a span, .submenu.level-4>li.持続可能な社会の実現に向けて>a span,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a span, .submenu.level-4>li.水素社会を実現するソリューション>a span,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a span, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a span,
  .gnav-sub .megadrop-block ul>li.経営戦略>a span, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a span {
    display: table-cell;
    width: calc(100% - 204px);
    height: 130px;
    padding: 10px 10px 10px 30px;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .submenu.level-4>li.早わかり日揮グループ>a,
  .submenu.level-4>li.持続可能な社会の実現に向けて>a,
  .submenu.level-4>li.水素社会を実現するソリューション>a,
  .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a,
  .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a {
    margin-top: 20px;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:after, .submenu.level-4>li.早わかり日揮グループ>a:after,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:after, .submenu.level-4>li.持続可能な社会の実現に向けて>a:after, 
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:after, .submenu.level-4>li.水素社会を実現するソリューション>a:after, 
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:after, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:after,
  .gnav-sub .megadrop-block ul>li.経営戦略>a:after, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a:after {
    content: "";
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 204px;
    height: 130px;
    border-left: 1px solid #ebebeb;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im07.jpg);
  }

  .submenu.level-4>li.早わかり日揮グループ>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im01.jpg);
  }

  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im04.jpg);
  }

  .submenu.level-4>li.持続可能な社会の実現に向けて>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im09.jpg);
  }

  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im02.png);
  }

  .submenu.level-4>li.水素社会を実現するソリューション>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im11.jpg);
  }

  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im12.jpg);
  }

  .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im13.jpg);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略 + li>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im06.png);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略 + li + li>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im09.png);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im05.png);
  }

  .utility {
    margin-left: 30px;
  }

  .utility-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .utility-english a {
    color: #333;
    position: relative;
    display: block;
    padding-top: 24px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .utility-english a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -40px -80px;
  }

  .utility-search {
    margin-left: 30px;
  }

  .utility-search_button {
    overflow: hidden;
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #aaa;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
  }

  .utility-search_button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 17px;
    margin: -8px 0 0 -9px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat 0px -80px;
  }

  .gnav-sub .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .gnav-sub .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 0 25px;
    font-size: 1.5rem;
    text-decoration: none;
  } 

  .gnav-sub .hs-menu-wrapper>ul>li>a:hover>span {
    display: block;
    position: relative;
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a>span:before {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a:hover>span:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e50014;
    opacity: 1;
  }

  .sp-header-menu {
    display: none;
  }

  .gnav-sub .megadrop-block>ul>li>ul>li>ul>li.新卒採用サイト>a:after,
  .gnav-sub .megadrop-block>ul>li>ul>li>ul>li.キャリア採用>a:after,
  .gnav-sub .megadrop-block>ul>li>ul>li>ul>li.障害者採用>a:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -40px 0;
    vertical-align: baseline;
  }

  .search-area {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-in-out;
  }

  .open-search .search-area {
    opacity: 1;
    pointer-events: all;
  }

  .open-search .utility-search_button::before {
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -160px -282px;
  }

  .search-area_inner {
    position: absolute;
    top: 80px;
    left: 0;
    padding: 25px 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-form {
    flex-grow: 1;
    position: relative;
    border-bottom: 1px solid;
    padding: 10px 0 10px 50px;
  }

  .search-form::before {
    position: absolute;
    left: 11px;
    top: 10px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -80px -282px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    margin-right: 15px;
  } 

  .search-form input[type="text"] {
    font: 1.6rem/1.75 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
    background-color: transparent;
    color: #fff;
    height: 26px;
    padding: 0;
    margin-right: 20px;
    width: calc(100% - 60px);
    border: none;
    border: none;
    outline: none;
  }

  .search-form input[type="text"]::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  }

  .search-form input[type="submit"] {
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat 0 -282px;
    width: 31px;
    height: 18px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 16px;
  }

  .search-area .search-close {
    margin-left: 90px;
    width: 29px;
    height: 29px;
    margin-bottom: 0;
  }

  .search-area .search-close a {
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -40px -282px;
    display: block;
    width: 29px;
    height: 29px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .mobile {
    display: none;
  }

  .open-search .utility-search_button {
    border: 1px solid #e50014;
    background-color: #e50014;
  }

}

@media screen and (min-width: 768px) and (max-width: 1800px) {
  .header-container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .gnav-main {
    padding: 0 0 0 45px;
  }
  .gnav-sub .hs-menu-wrapper>ul>li>a {
    padding: 0 15px;
  }
  .utility {
    margin-left: 20px;
  }
  .utility-search {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .header-container {
    padding: 0 30px;
  }
  .submenu.level-1>li>a {
    padding: 0 12px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .submenu.level-1>li>a {
    font-size: 1.5rem;
  }
  .gnav-sub .hs-menu-wrapper>ul>li>a {
    font-size: 1.4rem;
  }
  .utility-english a {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1432px) {
  .gnav-main {
    padding: 0 0 0 20px;
  }
  .submenu.level-1>li>a {
    padding: 0 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .gnav-main {
    padding: 0 0 0 18px;
  }
  .gnav-sub .hs-menu-wrapper>ul>li>a {
    padding: 0 8px;
  }
  .utility {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .header-logo {
    width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .header-logo {
    width: 200px;
  }
  .submenu.level-1>li>a {
    padding: 0 8px;
  }
  .gnav-sub .hs-menu-wrapper>ul>li>a {
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .gnav-body {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .gnav-main {
    padding: 0;
  }
  .submenu.level-1 {
    height: 40px;
    padding-bottom: 10px;
  }

  .submenu.level-1>li>a {
    padding-left: 45px;
    padding-right: 0;
  }

  .submenu.level-1>li:first-child>a {
    padding-left: 0;
  }

  .utility {
    position: absolute;
    top: 8px;
    right: 30px;
  }

  .utility-english a {
    padding: 0 0 0 24px;
  }

  .utility-english a:before {
    top: 50%;
    left: 0;
    margin: -10px 0 0;
  }

  .utility-search_button {
    width: 26px;
    height: 26px; 
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a {
    padding-left: 30px;
    padding-right: 0;
  }

  .submenu.level-1>li>a:hover span:before {
    bottom: 0;
  }

  .gnav-sub .hs-menu-wrapper>ul>li:first-child>a {
    padding-left: 0;
  }

  .header-logo img {
    height: auto;
    margin-top: 11px;
    margin-bottom: 12px;
  }

  .gnav-sub .hs-menu-wrapper>ul {
    height: 40px;
    padding-bottom: 10px;
  }

  .submenu.level-4>li.広告・カタログ・映像>a span, .submenu.level-4>li.早わかり日揮グループ>a span,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a span, .submenu.level-4>li.持続可能な社会の実現に向けて>a span,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a span, .submenu.level-4>li.水素社会を実現するソリューション>a span,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a span, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a span,
  .gnav-sub .megadrop-block ul>li.経営戦略>a span, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a span {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .submenu.level-1>li>a {
    padding-left: 15px;
    font-size: 1.4rem;
  }

  .submenu.level-1>li:first-child>a {
    padding-left: 0;
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a {
    padding-left: 10px;
    font-size: 1.3rem;
  }
}

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

  .header-wrap {
    min-height: 51px;
  }

  header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Noto Sans CJK JP";
    z-index: 9999;
    font-size: 14px;
  }
  .is-menu-open header.header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 51px;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }

  .header-logo {
    -webkit-flex: 1;
    flex: 1;
    width: 234px;
  }  

  .utility-search_button {
    position: relative;
    display: block;
    width: 42px;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #555;
    line-height: 1;
    text-align: center;
  }

  .utility-search_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin: 0 0 0 -9px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat 0px -60px;
    background-size: 240px auto;
  }

  .sp-header-menu {
    width: 42px;
    margin-left: 10px;
  }

  .sp-header-menu_label {
    position: relative;
    display: block;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #e50014;
    line-height: 1;
    text-align: center;
  }

  .sp-header-menu_label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    display: inline-block;
    width: 19px;
    height: 17px;
    margin: 0 0 0 -9px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -40px -60px;
    background-size: 240px auto;
  }

  .is-menu-open .sp-header-menu_label:before {
    background-position: -60px -60px;
  }

  .close-trigger-text {
    display: none;
  }  

  .is-menu-open .trigger-text {
    display: none;
  }

  .is-menu-open .close-trigger-text {
    display: inline;
  }

  .mobile-open-search .utility-search-text {
    display: none;
  }

  .mobile-open-search .close-utility-search-text {
    display: inline;
  }

  .close-utility-search-text {
    display: none;
  }

  .gnav {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 51px;
    left: 100%;
    width: 100%;
    max-height: calc(100vh - 51px);
    background-color: #fff;
    -webkit-transition: left .3s ease-out 0s;
    transition: left .3s ease-out 0s;
  }

  .header-logo img {
    overflow: hidden;
    display: block;
    width: 234px !important;
    height: auto;
    white-space: nowrap;
  }

  .utility-search_button {
    position: relative;
    display: block;
    width: 42px;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #555;
    line-height: 1;
    text-align: center;
  }

  .utility-search_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin: 0 0 0 -9px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat 0px -60px;
    background-size: 240px auto;
  }

  .sp-header-menu {
    width: 42px;
    margin-left: 10px;
    cursor: pointer;
  }

  .sp-header-menu_label {
    position: relative;
    display: block;
    padding-top: 25px;
    font-weight: 500;
    font-size: 1rem;
    color: #e50014;
    line-height: 1;
    text-align: center;
  } 

  .gnav {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 51px;
    left: 100%;
    width: 100%;
    max-height: calc(100vh - 51px);
    background-color: #fff;
    -webkit-transition: left .3s ease-out 0s;
    transition: left .3s ease-out 0s;
  }
  .is-menu-open .gnav {
    left: 0;
  }
  .is-menu-open .gnav {
    left: 0;
  }

  .submenu.level-1>li {
    border-bottom: 1px solid #ccc;
  }

  .submenu.level-1>li>a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 35px;
    background-color: #444;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff !important;
  }

  .megadrop {
    display: none;
  }

  .submenu.level-1>li.has-submenu>a:before {
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat 0 -80px;
    background-size: 240px auto;
    border: none;
    -webkit-transform: rotate(
      0deg
    );
    transform: rotate(
      0deg
    );
  }

  .submenu.level-1>li.child-open>a:before {
    background-position: -20px -80px;
  }

  .submenu.level-1>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .gnav-sub .hs-menu-wrapper>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 15px;
  }

  .gnav-sub .hs-menu-wrapper>ul>li {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
  }

  .gnav-sub .hs-menu-wrapper>ul>li:nth-child(-n+2) {
    margin-top: 0;
  }

  .gnav-sub .hs-menu-wrapper>ul>li:nth-child(2n+1) {
    margin-left: 0;
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 20px;
    border: 1px solid #ccc;
    color: #333 !important;
    font-size: 14px;
  }

  .gnav-sub .hs-menu-wrapper>ul>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .submenu.level-2>li:first-child>a, .submenu.level-3>li:first-child>a, .submenu.level-5>li>a, .submenu.level-4>li>a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 35px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    color: #333 !important;
  }

  .submenu.level-2>li>a:before, .submenu.level-3>li:first-child>a:before, .submenu.level-5>li>a:before, .submenu.level-4>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }


  .submenu.level-4>li.日揮グループについて>a, .submenu.level-4>li.日揮ホールディングスについて>a {
    padding: 8px 10px;
    background-color: #e4e4e4;
    font-weight: 500;
    border-top: 0;
    cursor: auto;
  }  

  .submenu.level-4>li.日揮グループについて>a:before, .submenu.level-4>li.日揮ホールディングスについて>a:before {
    content: none;
  }

  .submenu.level-5>li:first-child>a {
    border-top: none;
  }

  .submenu.level-3>li:first-child>a {
    display: none;
  }

  .会社情報 .submenu.level-3>li:first-child>a {
    display: block;
  }

  .事業紹介 .submenu.level-5>li>a {
    padding-left: 3.5em;
    border-top: 1px solid #ddd;
  }

  .事業紹介 .submenu.level-5>li>a:before {
    left: 30px;
  }

  .submenu.level-4>li.広告・カタログ・映像>a, .submenu.level-4>li.早わかり日揮グループ>a,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a, .submenu.level-4>li.持続可能な社会の実現に向けて>a,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a, .submenu.level-4>li.水素社会を実現するソリューション>a,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a,
  .gnav-sub .megadrop-block ul>li.経営戦略>a, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a {
    position: relative;
    display: table;
    width: calc(100% - 30px);
    margin: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333 !important;
    padding: 0;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:before, .submenu.level-4>li.早わかり日揮グループ>a:before,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:before, .submenu.level-4>li.持続可能な社会の実現に向けて>a:before,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:before, .submenu.level-4>li.水素社会を実現するソリューション>a:before,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:before, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:before,
  .gnav-sub .megadrop-block ul>li.経営戦略>a:before, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .submenu.level-4>li.広告・カタログ・映像>a span, .submenu.level-4>li.早わかり日揮グループ>a span,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a span, .submenu.level-4>li.持続可能な社会の実現に向けて>a span,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a span, .submenu.level-4>li.水素社会を実現するソリューション>a span,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a span, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a span,
  .gnav-sub .megadrop-block ul>li.経営戦略>a span, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a span {
    display: table-cell;
    width: 70%;
    height: 75px;
    padding: 10px 10px 10px 30px;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }  

  .submenu.level-4>li.広告・カタログ・映像>a span br, .submenu.level-4>li.早わかり日揮グループ>a span br,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a span br, .submenu.level-4>li.持続可能な社会の実現に向けて>a span br,
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a span br, .submenu.level-4>li.水素社会を実現するソリューション>a span br,
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a span br, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a span br,
  .gnav-sub .megadrop-block ul>li.経営戦略>a span br, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a span br {
    display: none;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:after, .submenu.level-4>li.早わかり日揮グループ>a:after,
  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:after, .submenu.level-4>li.持続可能な社会の実現に向けて>a:after, 
  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:after, .submenu.level-4>li.水素社会を実現するソリューション>a:after, 
  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:after, .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:after,
  .gnav-sub .megadrop-block ul>li.経営戦略>a:after, .gnav-sub .megadrop-block ul>li.経営戦略 ~ li>a:after {
    content: "";
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 30%;
    height: 75px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .submenu.level-4>li.広告・カタログ・映像>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im07.jpg);
  }

  .submenu.level-4>li.早わかり日揮グループ>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im01.jpg);
  }

  .submenu.level-4>li.no-submenu.menu-item.HSSE（衛生・安全・セキュリティ・環境）> a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im04.jpg);
  }

  .submenu.level-4>li.持続可能な社会の実現に向けて>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im09.jpg);
  }

  .submenu.level-4>li.こんなところにも活かされている日揮グループの機能材>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im02.png);
  }

  .submenu.level-4>li.水素社会を実現するソリューション>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im11.jpg);
  }

  .submenu.level-4>li.リサイクルが当たり前の社会へ>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im12.jpg);
  }

  .submenu.level-4>li.脱炭素社会への移行を支えるCCS技術>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im13.jpg);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略 + li>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im06.png);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略 + li + li>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im09.png);
  }

  .gnav-sub .megadrop-block ul>li.経営戦略>a:after {
    background-image: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/gnav_im05.png);
  }

  .search-area {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-in-out;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background-color: #444;
  }

  .mobile-open-search .search-area {
    opacity: 1;
    pointer-events: all;
  }
  .search-area_inner {
    padding: 5px 8px;
  }

  .search-form {
    position: relative;
    padding: 10px 0 10px 50px;
  }

  .search-form input[type="text"] {
    font: 1.6rem/1.75 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
    border: none;
    outline: none;
    background-color: #444;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border-left: 1px solid #fff;
    font-size: 1.6rem;
  }

  .search-form input[type="text"]::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  }

  .search-form input[type="submit"] {
    border: none;
    outline: none;
    font-size: 1.4rem;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -80px -282px;
    width: 26px;
    height: 26px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .mobile-open-search .utility-search_button::before {
    background-position: -100px -141px;
  }

  .search-area .search-close {
    display: none;
  }
  .desktop {
    display: none;
  }

  .gnav a:hover {
    text-decoration: none;
  }

  .utility-english.mobile {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
    position: relative;
  }

  .utility-english.mobile a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #333 !important;
  }

  .utility-english.mobile:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    display: block;
    width: 1px;
    height: 36px;
    margin-top: -18px;
    background-color: #ddd;
  }

  .utility-english.mobile a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -20px -60px;
    background-size: 240px auto;
    border: none;
    -webkit-transform: rotate(
      0deg
    );
    transform: rotate(
      0deg
    );
  }

  .submenu.level-2>li>a[href=""]:before {
    content: none;
  }

}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 100px;
    font-family: "Noto Sans CJK JP";
  } 
  .assist-sitemap_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 80px;
  }
  .assist-sitemap_column {
    width: 20%;
    padding: 0 10px 0 20px;
  }
  .assist-sitemap_column:first-child {
    padding-left: 0;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a, .footer-section-title p a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.4;
  }

  .footer-section-title p a:hover {
    text-decoration: underline;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    line-height: 1.4;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a:before, .footer-section-title p a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li {
    line-height: 1.2;
  }   

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
    display: inline-block;          
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.トップメッセージ {
    margin-top: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.トップメッセージ>a {
    margin-top: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.早わかり日揮グループ {
    margin-top: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.早わかり日揮グループ>a {
    margin-top: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.日揮グループについて>a,
  .footer-menu .hs-menu-wrapper>ul>li>ul>li.日揮ホールディングスについて>a,
  .footer-menu-projects .hs-menu-wrapper>ul>li>a {
    line-height: 1.4;
    font-weight: 700;
    cursor: auto;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul>li>a {
    font-size: 1.4rem;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul>li {
    margin-top: 8px;
    line-height: 1.2;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:first-child, .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin-top: 20px;
    line-height: 1.2;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul ul ul {
    margin-top: 8px;
    margin-left: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul>li:first-child {
    margin-top: 0;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul {
    margin: 10px 0 0 40px;
  }
  .assist-sitemap_column:nth-child(3) {
    -webkit-flex: 1;
    flex: 1;
  }

  .assist-sitemap_inner_column {
    width: 50%;
  }

  .footer-menu-projects .hs-menu-wrapper>ul>li {
    line-height: 1.2;
  }

  .footer-menu-projects .hs-menu-wrapper>ul>li>a {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
    display: inline-block;
  }

  .footer-menu-projects .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
  }

  .footer-menu-projects .hs-menu-wrapper>ul ul {
    margin: 20px 0 0 40px;
  } 

  .footer-menu-projects .hs-menu-wrapper>ul ul>li {
    line-height: 1.2;
    margin-top: 8px;
  }

  .footer-menu-projects .hs-menu-wrapper>ul ul>li:first-child {
    margin-top: 0;
  }

  .footer-menu-projects .hs-menu-wrapper>ul ul>li>a {
    font-size: 1.4rem;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul {
    margin: 20px 0 0 20px;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul>li {
    margin-top: 8px;
    line-height: 1.2;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul>li>a {
    margin: 0;
    line-height: 1.2;
    display: inline;
  }

  .footer-menu-projects.right .hs-menu-wrapper>ul ul {
    margin-top: 10px;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 30px;
  }

  .footer-section-title p {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li {
    margin-top: 8px;
    margin-left: 20px;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li>a {
    margin-top: 0;
    display: inline;
    margin-left: 0;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:first-child>a, .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:last-child>a {
    margin-top: 0;
  }

  .assist-sitemap_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer-bottom {
    position: relative;
    padding: 0 80px;
    background-color: #e50014;
    font-family: "Noto Sans CJK JP";
  }

  .footer-bottom-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100px;
  }

  .footer-bottom-menu {
    -webkit-flex: 1;
    flex: 1;
  }

  .footer-bottom-inner .hs-menu-wrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-bottom-inner .hs-menu-wrapper ul li {
    margin-left: 50px;
  }

  .footer-bottom-inner .hs-menu-wrapper ul li:first-child {
    margin-left: 0;
  }

  .footer-bottom-inner .hs-menu-wrapper ul li a {
    font-size: 1.5rem;
  }

  .footer__copyright {
    margin-top: 10px;
  }

  .footer__copyright small {
    display: inline-block;
    font-size: 1.3rem;
  }

  .footer__copyright br {
    display: none;
  }
  .Pagetop {
    position: absolute;
    right: 0;
    bottom: 100px;
    display: inline-block;
    z-index: 1;
  }
  .pagetop_link {
    overflow: hidden;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #e50014;
    border: 1px solid #e50014;
    text-indent: 100%;
    white-space: nowrap;
  }
  .pagetop_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(
      -45deg
    );
    transform: rotate(
      -45deg
    );
  }

  .footer-menu ul li a:hover {
    text-decoration: underline;
  }

  .footer-menu-projects .hs-menu-wrapper>ul ul>li>a:hover {
    text-decoration: underline;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.日揮グループについて>a:hover, .footer-menu .hs-menu-wrapper>ul>li>ul>li.日揮ホールディングスについて>a:hover {
    text-decoration: none;
  }

  .assist-sitemap_trigger {
    height: 50px;
    padding: 10px 60px 10px 10px;
    background-color: #333;
    text-align: center;
    cursor: pointer;
  }

  .assist-sitemap_trigger_label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
  }

  .assist-sitemap_trigger_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background: url(https://20511294.fs1.hubspotusercontent-na2.net/hubfs/20511294/raw_assets/public/JGC_August2021/images/com_sprite01.png) no-repeat -400px -80px;
  }

  .isfooter-open .assist-sitemap_trigger_label::before {
    background-position: -440px -80px;
  }

  .assist-sitemap_body {
    display: none;
  }
  .assist-sitemap_trigger .close-text {
    display: none;
  }  

  .isfooter-open .assist-sitemap_trigger .text {
    display: none;
  }

  .isfooter-open .assist-sitemap_trigger .close-text {
    display: inline;
  }

  .pagetop_link:hover {
    background-color: #fff;
  }

  .pagetop_link:hover::after {
    border-color: #e50014;
  }

}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .footer-bottom-inner .hs-menu-wrapper ul li {
    margin-left: 25px;
  }
  .footer-bottom {
    padding: 0 30px;
  }
  .assist-sitemap_wrap {
    padding: 30px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 10px 30px;
  }

  .footer__copyright-wrap {
    padding-top: 3px;
  }

  .assist-sitemap_wrap {
    padding: 30px 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .assist-sitemap_column {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .assist-sitemap_column:first-child {
    padding-left: 0;
  }
  .assist-sitemap_column:first-child {
    margin-top: 0;
  }
  .footer-menu.sustainability .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 20px;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul>li {
    margin: 5px 15px 0 0;
    line-height: 1.2;
  }

  .footer-menu.sustainability .hs-menu-wrapper>ul>li>ul>li>a {
    margin: 0;
    line-height: inherit;
    display: inline;
  }

  .assist-sitemap_inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .assist-sitemap_inner_column {
    width: 100%;
  }

  .footer-menu-projects.right .hs-menu-wrapper>ul ul, .footer-menu-projects.left .hs-menu-wrapper>ul ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
  }

  .footer-menu-projects .hs-menu-wrapper>ul ul>li {
    margin: 5px 15px 0 0 !important;
  }

  .footer-menu-projects.left .hs-menu-wrapper>ul ul {
    margin-left: 40px;
  }

  .footer-menu-projects .hs-menu-wrapper>ul>li>a {
    margin: 15px 0 0 20px;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
  }

  .footer-menu .hs-menu-wrapper>ul ul ul>li {
    margin: 5px 15px 0 0 !important;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.トップメッセージ {
    margin: 5px 15px 0 0;
    display: inline-block;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.トップメッセージ>a {
    display: inline;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    margin: 15px 0 0 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li.早わかり日揮グループ {
    margin: 5px 15px 0 0;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:first-child, .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin: 5px 15px 0 0;
    width: 100%;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
  }

  .footer-menu.our-business .hs-menu-wrapper>ul>li>ul>li {
    margin: 5px 15px 0 0px;
  }

  .Pagetop {
    bottom: 120px;
  }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .footer-bottom-inner .hs-menu-wrapper ul li {
    margin-left: 15px;
  } 
}

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

  .assist-sitemap {
    display: none;
  }

  .footer__copyright-wrap {
    text-align: center;
    background-color: #e50014;
  }

  .footer__copyright-wrap small {
    display: block;
    padding: 15px;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5;
  }

  .pagetop_link {
    position: relative;
    display: block;
    height: 40px;
    background-color: #333;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .pagetop_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(
      -45deg
    );
    transform: rotate(
      -45deg
    );
  }

  .footer-bottom-menu .hs-menu-wrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li:nth-child(2n+1) {
    border-right: 1px solid #ddd;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 30px;
    font-weight: 500;
    font-size: 1.2rem;
    color: #333 !important;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li a:hover {
    text-decoration: none;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul { 
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.dnd-section, .content-wrapper--vertical-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}