*, *: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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section > .row-fluid, .content-wrapper{
    padding: 0 4.8vw;
  }
  body{
    font-size: 3.7324vw !important;
  }
}
*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  border-top: 3px solid #014099;
}

/* Paragraphs */

p {
  margin-top:0px;
  margin-bottom:18px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover, a:focus, a:active{
  text-decoration: none;
  outline:none;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {

color: #CCC;

}

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: 18px;
}

form{
  max-width:767px;
  display:block !important;
  margin-bottom:50px !important;
}

/* Labels */

form label {
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
}

/* 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,
input#hs-pwd-widget-password{
  box-sizing: border-box;
  padding: 0 15px;
  display: inline-block;
  width: 100% !important;
  max-width:100% !important;
  background-clip: padding-box;
  height: 40px !important;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-width:1px;
  border-style:solid;
  outline:0;
}

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;
}

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, ul.no-list.hs-error-msgs li label {
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
}

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

.hs_error_rollup ul li label{
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
}

.hs-error-msg {
  font-size:14px;
  color:#f2545b;
  font-weight:400;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: Noto Sans JP,Arial,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,sans-serif;
  white-space: normal;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  outline:none;
  border-style:solid;
  margin-top:15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media (max-width:767px){
  form{
    max-width:100% !important;
  }
}
/* 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__container{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.head_site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 24px 0;
}

.header_logo{
  width: 370px;
}

.header_logo a{
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}

.header_logo a img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 370px !important;
  height: auto;
}

.mobile{
  display:none;
}

.m_head_site_btn{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.m_head_site_btn .img_120 {
  width: 120px;
  height: 71px;
}

.m_head_site_btn .img_120 img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.m_head_site_btn .e_head_contact {
  margin-left: 37px;
}

.m_head_site_btn .e_head_contact .e_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 172px;
  height: 38px;
  font-size: 1.4rem;
  background: #014099;
  border-radius: 19px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}

.m_head_site_btn .e_head_contact .e_link span{
  padding-left: 31px;
  color: #FFF;
  font-weight: 500;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_contact_wh.png) no-repeat left center;
}

.m_head_site_btn .e_head_lang {
  margin-left: 23px;
}

.m_head_site_btn .e_head_lang a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #014099;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
}

.m_head_nav {
  position: relative;
  z-index: 2;
}

.custom-menu-primary{
  display:block;
}

.custom-menu-primary .navigation-primary >ul{
  padding:0;
  margin:0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
  list-style: none;
}

.custom-menu-primary .navigation-primary >ul >li{
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  box-sizing: border-box;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu{
  position:relative;
}

.custom-menu-primary .navigation-primary >ul >li:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}


.custom-menu-primary .navigation-primary >ul >li >a{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  border-bottom: 4px solid #014099;
  box-sizing: border-box;
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary >ul >li >a:hover{
  color: #01aee4;
  border-bottom: 4px solid #01aee4;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 8px;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_gnav_down.png) no-repeat center center / 100% auto;
}

.custom-menu-primary .navigation-primary >ul >li:hover >a:hover:after {
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_gnav_down_on.png) no-repeat center center / 100% auto;
}

.custom-menu-primary .navigation-primary >ul >li >ul{
  list-style:none;
  padding:0;
  margin:0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none; 
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 179%;
  padding-top: 45px;
  margin-top: 0px;
  padding-bottom: 45px;
  margin-bottom: 0px;
  padding: 45px 49px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
}

.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li{
  margin-top: 10px;
  display:block;
}

.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li >a{
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li >a:hover{
  text-decoration:underline;
}

.custom-menu-primary .navigation-primary >ul >li:last-child >a:after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 15px;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_blank.png) no-repeat center center / 100% auto;
}

.custom-menu-primary .navigation-primary >ul >li:last-child:hover >a:hover:after{
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_blank.png) no-repeat center center / 100% auto;
}


.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li >ul{
  display:block;
  list-style:none;
  padding:0;
  margin:0;
}

.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li >ul >li{
  margin-top: 3px;
}

.custom-menu-primary .navigation-primary >ul >li >ul .mega-menu1 >li >ul >li >a{
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}


.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul{
  position: absolute;
  top: 100%;
  left: 0;
  display: none; 
  width: 100%;
  padding-top: 24px;
  margin-top: 0px;
  padding-bottom: 24px;
  margin-bottom: 0px;
  padding: 24px 40px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
  box-sizing: border-box;
  transform: none;
}



.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu >li{
  width: -webkit-calc((100% / 3) - (76px / 3));
  width: calc((100% / 3) - (76px / 3));
}


.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu >li:first-child >a{
  background: #cf5c38;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 18px;
  display:block;
  cursor:text;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu >li:nth-child(2) >a{
  background: #4378ac;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 18px;
  display:block;
  cursor:text;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu >li:last-child >a{
  background: #5ca754;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 18px;
  display:block;
  cursor:text;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3){
  position:static;
}

.custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul .mega-menu >li:not(:first-child) {
  margin-left: 38px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li >ul{
  list-style:none;
  padding:0;
  margin:0;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li >ul >li{
  margin-top: 16px;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul{
  list-style:none;
  padding:0;
  margin:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul >li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul >li:first-child>a{
  width: 108px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.image-wrapper img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul >li:last-child{
  display: block;
  width: -webkit-calc(100% - 127px);
  width: calc(100% - 127px);
  margin-top: 0;
  margin-left: 19px;
  padding-left: 23px;
  font-weight: 700;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_red.png) no-repeat left center / 14px auto;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:nth-child(2)>ul>li>ul >li:last-child{
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_lblue.png) no-repeat left center / 14px auto;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:last-child>ul>li>ul >li:last-child{
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_green.png) no-repeat left center / 14px auto;
}

.custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1 >li>a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_blue.png) no-repeat center center / 100% auto;
}

.custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1 >li>ul>li>a:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 8px;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_menu.png) no-repeat center center / 100% auto;
  display:block;
}

.custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1 >li>ul>li>a:hover{
  text-decoration:underline;
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .mega-menu1 >li:nth-child(4)>ul>li:first-child a:after{
  content:'';
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-left: 0.5em;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_blank.png) no-repeat center center / 100% auto;
}










@media (min-width: 1025px){
  .header_logo a{
    transition: opacity .3s ease-in-out;
  }
  .m_head_site_btn .e_head_contact .e_link {
    transition: opacity .3s ease-in-out;
  }
  .m_head_site_btn .e_head_contact a:hover {
    opacity: .75;
  }
  .m_head_site_btn .e_head_lang a:hover{
    opacity: .75;
  }
  .custom-menu-primary .navigation-primary >ul >li >a{
    transition: all .3s ease-in-out;
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after {
    transition: background .3s ease-in-out;
  }
  .custom-menu-primary .navigation-primary >ul >li:last-child >a:after{
    transition: background .3s ease-in-out;
  }
  .header_logo a:hover{
    opacity:.75;
  }
}

@media (min-width:768px){
  .m_head_hmbg {
    display:none;
  }
  .desktop1{
    display:none !important;
  }
  .m_head_nav{
    display:block !important;
  }
  header.header.header-wrapper.header--no-navigation .m_head_site_btn .e_head_lang {
    margin-left: 232px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -40%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 179%;
    padding-top: 45px;
    margin-top: 0px;
    padding-bottom: 45px;
    margin-bottom: 0px;
    padding: 45px 49px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all .27s ease-in-out;
    -moz-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX( -90deg );
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX( -90deg );
    display: flex;
  }

  .custom-menu-primary .navigation-primary >ul >li:nth-child(3) >ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all .27s ease-in-out;
    -moz-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX( -90deg );
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX( -90deg );
    display: flex;
    position: absolute;
    width: 100%;
    padding-top: 24px;
    margin-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0px;
    padding: 24px 40px;
    background: #FFF;
    box-sizing: border-box;
  }

  .custom-menu-primary .navigation-primary>ul>li:hover>ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    -webkit-transform: rotateX( 0deg );
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX( 0deg );
  }

  .custom-menu-primary .navigation-primary >ul >li:nth-child(3):hover >ul{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    -webkit-transform: rotateX( 0deg );
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX( 0deg );
  }
}

@media (max-width: 1240px){
  .m_head_site_btn .e_head_lang{
    margin-left: 10px;
  }
  .m_head_site_btn .e_head_contact {
    margin-left: 10px;
  }
}


@media (max-width:767px){
  .header-wrapper {
    position: relative;
    padding: 0 5.332vw 5.332vw;
  }
  .head_site{
    height: 14.3964vw;
    padding: 3.7324vw 0 2.666vw;
    box-sizing: border-box;
  }
  .header_logo{
    width: 50.654vw;
  }
  .m_head_site_btn {
    display: none;
  }
  .m_head_hmbg {
    position: relative;
    display: block;
    width: 8.7978vw;
    height: 7.1982vw;
  }
  .s_head_hmbg {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.8vw;
    background: #014099;
    border-radius: 0.4vw;
    cursor:pointer;
  }
  .s_head_hmbg:nth-child(1) {
    top: 0;
    transition: all .3s ease-in-out;
  }
  .s_head_hmbg:nth-child(2) {
    top: -webkit-calc(50% - 0.4vw);
    top: calc(50% - 0.4vw);
  }
  .s_head_hmbg:nth-child(3) {
    top: -webkit-calc(100% - 0.8vw);
    top: calc(100% - 0.8vw);
    transition: all .3s ease-in-out;
  }
  .head_site .img120_sp {
    width: 60px;
    display: block;
  }
  .header__container{
    max-width:100% !important;
    width:100%;
    padding:0px;
  }
  .m_head_nav{
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 14.3964vw);
    height: calc(100vh - 14.3964vw);
    padding: 10.664vw 5.332vw 5.332vw;
    background: rgba(255,255,255,.95);
    box-sizing: border-box;
    overflow-y: scroll !important;
  }
  .head_site .img120_sp {
    top: 6px;
    position: relative;
  }
  .mobile-menu-open .s_head_hmbg:nth-child(1) {
    top: -webkit-calc(50% - 0.4vw);
    top: calc(50% - 0.4vw);
    transform: rotate(45deg);
  }
  .mobile-menu-open .s_head_hmbg:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-open .s_head_hmbg:nth-child(3) {
    top: -webkit-calc(50% - 0.4vw);
    top: calc(50% - 0.4vw);
    transform: rotate(-45deg);
  }
  .custom-menu-primary .navigation-primary>ul{
    display: block;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .custom-menu-primary .navigation-primary>ul>li{
    position: relative;    
    width: 100%;
    border-bottom: 2px solid #014099;
  }
  .custom-menu-primary .navigation-primary>ul>li:not(:first-child) {
    border-left: none;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    position: relative;
    z-index: 1;
    height: 11.7304vw;
    border-bottom: none;
    font-weight: 700;
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu .child-trigger{
    position: absolute;
    right: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0;
    display: block;
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_gnav_down.png) no-repeat center center / 3.2vw auto;
    line-height: 91px;
    width: 11.7304vw;
    height: 11.7304vw;
  }
  .mobile-menu-open .m_head_site_btn {
    display: block;
    margin-top: 10.664vw;
  }
  body{
    border-top: 5px solid #014099;
  }
  .e_head_contact a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 59.4518vw;
    height: 11.7304vw;
    margin: 0 auto;
    font-size: 3.7324vw;
    background: #014099;
    border-radius: 5.8652vw;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
    vertical-align: baseline;
    zoom: 1;
    text-decoration: none;
  }
  .m_head_site_btn .e_head_lang a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 11.7304vw;
    height: 11.7304vw;
    margin: 5.8652vw auto 0;
    background: #014099;
    border-radius: 50%;
    color: #FFF;
    font-weight: 500;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
  }
  .m_head_site_btn.mobile{
    display:none !important;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul{
    display:none;
    transition:none;
    left:0;
    transform: none;
    position: static;
    width: 100%;
    padding: 0 0 7.4648vw;
    box-shadow: none;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after{
    display:none;
  }
  .e_head_contact a{
    color:white !important;
  }
  .e_head_contact a:hover{
    color:white !important;
  }
  .custom-menu-primary .navigation-primary>ul>li>a:hover{
    color:#333333 !important;
    border-bottom:none !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:first-child{
    border-top: 2px solid #014099;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3){
    position:relative;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu{
    display:block;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li{
    width: 100%;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:first-child>a{
    font-size: 3.2vw;
    padding: 5px 0;
    margin-bottom: 4.2656vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li{
    margin-top: 2.9326vw;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1 >li{
    width: 50%;
    margin-top: 1.6vw;
    float: left;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1 >li:nth-child(n+3) {
    margin-top: 5.69vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul{
    display:none;
    box-shadow:none;
    padding:0px;
    position:static;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul{
    display:block !important;
    box-shadow:none;
    padding:0px;
    position:static;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul{
    display:block !important;
    box-shadow:none;
    padding:0px;
    position:static;
  }
  .custom-menu-primary .navigation-primary>ul>li.li-border>a{
    color: #01aee4 !important;
  }
  .custom-menu-primary .navigation-primary>ul>li.li-border .child-trigger{
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_gnav_down_on.png) no-repeat center center / 3.2vw auto;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li .child-tirgger{
    display:none !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li .child-tigger{
    display:none !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul>li .child-tigger{
    display:none !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul{
    display:flex !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:not(:first-child){
    margin-top: 4.8vw;
    margin-left: 0;
  }
  .header_logo a img{
    width:auto !important;
  }
  .head_site .img120_sp {
    top: 7px;
    position: relative;
  }
  .m_head_hmbg{
    cursor:pointer;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:not(:first-child){
    position:relative;
  }
  .custom-menu-primary .navigation-primary>ul>li.li-border>ul .mega-menu >li .child-trigger{
    display:none !important;
  }
  .image-wrapper{
    width: 21.5946vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul>li:last-child{
    width: calc(100% - 25.5946vw);
    margin-left:4vw;
    padding-left: 5.8652vw;
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_red.png) no-repeat left center / 3.7324vw auto;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:nth-child(2)>ul>li>ul>li:last-child {
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_lblue.png) no-repeat left center / 3.7324vw auto;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:last-child>ul>li>ul>li:last-child{
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_green.png) no-repeat left center / 3.7324vw auto;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu{
    padding: 0 0 7.4648vw;
  }
  .e_head_contact a:before{
    content:'';
    padding-left: 8.2646vw;
    color: #FFF;
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_contact_wh.png) no-repeat left center / 5.8652vw auto;
    position: relative;
    width: 20px;
    height: 33px;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul>li:first-child>a{
    width: 21.5946vw;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .mega-menu1>li>ul {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .m_head_site_btn .e_head_contact {
    margin-left: 0px;
  }
  .m_head_site_btn .e_head_lang{
    margin-left: 0px;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child>a:after{
    content: "";
    width: 4.2656vw;
    height: 3.7324vw;
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/ico_blank.png) no-repeat center center / 100% auto;
  }
  .m_head_site_btn .e_head_lang a{
    font-size:100%;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:nth-child(2)>a{
    font-size: 3.2vw;
    padding: 5px 0;
    margin-bottom: 4.2656vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul>li:first-child>a {
    width: 19.5946vw;
  }
  .image-wrapper {
    width: 19.5vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li:last-child>a{
    font-size: 3.2vw;
    padding: 5px 0;
    margin-bottom: 4.2656vw;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(4).has-submenu >ul.submenu.level-2 .mega-menu1>li.has-submenu .child-trigger{
    display:none !important;
  }
}


@media (max-width:330px){
  .head_site .img120_sp {
    top: 2px;
    position: relative;
  }
  .e_head_contact a:before{
    height:20px;
  }  
  .image-wrapper {
    width: 64px !important;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .mega-menu>li>ul>li>ul>li:last-child{
    margin-left:4.5vw;
  }
}
.l_footer {
  margin: 200px 0 0;
  display: block;
  font-family: 'Noto Sans JP', Arial,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 36px;
  padding: 0 20px;
  box-sizing: border-box;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  width: -webkit-calc(20% - ((14px * 4) / 5));
  width: calc(20% - ((14px * 4) / 5));
  background: #fafafa;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 39px;
  padding: 0 26px;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #034099;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
  list-style:none;
  padding:0;
  margin:0;
  padding: 28px 20px 24px 26px;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
  line-height: 1;
  display:block;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:not(:first-child) {
  margin-top: 18px;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a{
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
  font-size: 100%;
  display: inline-block;
  padding-left: 13px;
  line-height: 1;
  background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_list.png) no-repeat left top 2px;
}

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

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li:not(:first-child) {
  margin-left: 14px;
}

.m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li:last-child >ul >li:last-child >a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 39px;
  padding: 0 26px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #034099;
  vertical-align: baseline;
  zoom: 1;
  text-decoration: none;
}

.m_topbtn_wrap {
  position: relative;
}

.m_topbtn {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
}

.l_footer .m_topbtn_wrap .m_topbtn .e_topbtn {
  position: absolute;
  right: 20px;
  bottom: -webkit-calc(100% - 5px);
  bottom: calc(100% - 5px);
  width: 60px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
}


.l_footer .m_topbtn_wrap .m_topbtn .e_topbtn img{
  border-radius: 4px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width:60px !important;
}


.m_foot_sub_nav {
  background: #EEE;
}


.m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper >ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  list-style: none;
  padding:0;
  margin:0;
}

.m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  margin: 0 28px;
}


.m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  font-family: 'Noto Sans JP', Arial,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 100%;
}

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

.e_foot_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}


footer.l_footer.footer--no-navigation {
  margin-top: 50px;
}


@media (min-width:768px){
  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a,
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    font-size: 14px !important;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
    line-height:13px !important;
  }

  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    line-height: 21px !important;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a{
    color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.6rem !important;
    font-weight: 500;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    position:relative;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child{
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 42px;
  }
  .mobile-menu{
    display:none;
  }
}

@media (min-width:1400px){
  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
    line-height:12px !important;
  }
}

@media (max-width: 767px){
  .l_footer {
    margin: 22.661vw 0 0;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul{
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    margin: 0 auto 9.5976vw;
    padding: 0 5.332vw;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    width: -webkit-calc((100% / 2) - (5.332vw / 2));
    width: calc((100% / 2) - (5.332vw / 2));
    margin-left: 5.332vw;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(n+3) {
    margin-top: 4.5322vw;
  }

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

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child >a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #034099;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    height: 6.4vw;
    padding: 0 5.332vw;
    font-size: 3.7324vw;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a,
  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a{
    background: url(https://20776305.fs1.hubspotusercontent-na1.net/hubfs/20776305/raw_assets/public/Narasaki_April2022/images/arw_list.png) no-repeat left top 0.8vw / 1.0664vw auto !important;
    padding-left: 2.4vw;
    font-size: 3.2vw;
  }

  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul{
    display: block;
    height: auto;
    padding: 5.332vw 0;
    text-align: center;
  }

  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul >li{
    margin: 0;
    font-size: 3.2vw;
    line-height: 1;
  }

  .e_foot_copy {
    height: 6.4vw;
    font-size: 2.666vw;
  }

  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul >li:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a{
    background: transparent;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li:not(:first-child){
    margin-top: 4.2656vw;
  }

  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-top: 3.332vw;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a{
    display:block !important;
  }

  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a:hover{
    text-decoration:underline !important;
  }
  .desktop-menu{
    display:none;
  }
  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(2n){
    margin-left: 5.332vw !important;
  }
  .m_foot_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    padding: 5.332vw 0 5.8652vw 5.332vw;
  }
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(3){
    top: 2px;
    position: relative;
  }
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child{
    top: 6px;
    position: relative;
  }
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    top: -4px;
    position: relative;
  }
  .m_topbtn{
    width: 9.5976vw;
    height: 9.5976vw;
  }
  .l_footer .m_topbtn_wrap .m_topbtn .e_topbtn {
    right: 5.332vw;
    bottom: -webkit-calc(100% - 4vw);
    bottom: calc(100% - 4vw);
    width: 9.5976vw;
    height: 9.5976vw;
  }
  .l_footer .m_topbtn_wrap .m_topbtn .e_topbtn img{
    width:auto !important;
  }
}

@media (max-width:330px){
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child {
    top: -1px;
    position: relative;
  }
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(3) {
    top: 1px;
    position: relative;
  }
  .m_foot_sub_nav .hs_cos_wrapper .hs-menu-wrapper>ul>li:last-child {
    top: 3px;
    position: relative;
  }
}
/* Menu and simple menu */

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