*, *: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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .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;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .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: 0;
      -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%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* 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 ;
    }
  }
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}

.content-wrapper {
  margin: 0 auto;
}


.dnd-section[class*="force-full-width-section"]  > .row-fluid {
  padding:0 !important;
}

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

.banner-section .dnd-section{
  padding:0;
}

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


@media (max-width: 1023px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dnd-section {
    padding: 40px 0;
  }

}

@media (max-width: 767px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }


}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:"mr-eaves-modern";
  src:url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"mr-eaves-modern";
  src:url("https://use.typekit.net/af/31bed2/00000000000000003b9adbba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/31bed2/00000000000000003b9adbba/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/31bed2/00000000000000003b9adbba/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style:italic;font-weight:700;
}

@font-face {
  font-family:"mr-eaves-modern";
  src:url("https://use.typekit.net/af/f119df/00000000000000003b9adbbe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/f119df/00000000000000003b9adbbe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/f119df/00000000000000003b9adbbe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;font-weight:700;
}

@font-face {
  font-family:"mr-eaves-modern";
  src:url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style:italic;font-weight:400;
}

@font-face {
  font-family:"mr-eaves-sans";
  src:url("https://use.typekit.net/af/49cf3f/00000000000000003b9adbca/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/49cf3f/00000000000000003b9adbca/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/49cf3f/00000000000000003b9adbca/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"mr-eaves-sans";
  src:url("https://use.typekit.net/af/22fdb3/00000000000000003b9adbcb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/22fdb3/00000000000000003b9adbcb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/22fdb3/00000000000000003b9adbcb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;font-weight:700;
}

@font-face {
  font-family: "Palatino LT W01 Roman";
  src: url("https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/Jias_October2021/fonts/PalatinoLTW01-Roman.eot") format("eot"),
    url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/fonts/PalatinoLTW01-Roman.woff2) format("woff2"),
    url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/fonts/PalatinoLTW01-Roman.woff) format("woff"),
    url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/fonts/PalatinoLTW01-Roman.ttf) format("truetype");
}

body {
  background-color: #fff;
  letter-spacing: 0.05em;
  line-height: 200%;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 20px;
}

p:last-child{
  margin:0;
}

/* Anchors */

a, a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1;
}

/* Lists */

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

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 10px;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.bgMain {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f0f0ef;
  width: 70%;
  height: 100vh;
  z-index: -1;
}

.catalog-page .photo-gallery.popup {
  margin-bottom: 120px;
}

.breadcrumb_menu {
  text-transform: uppercase;
}

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

.breadcrumb_menu {
  position: absolute;
  left: 32px;
  top: 40px;
  white-space: nowrap;
  -webkit-transform: translate(-100%, 0%) rotate( -90deg);
  -ms-transform: translate(-100%, 0%) rotate(-90deg);
  transform: translate(-100%, 0%) rotate( -90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  font-family: mr-eaves-modern, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 700;
  font-size: 12px;
  z-index: 5;
  line-height: 1;
}

.breadcrumb_menu li {
  padding: 0;
  display: inline-block;
  position: relative;
}

.breadcrumb_menu .hs-breadcrumb-menu-divider:before {
  width: 70px;
  height: 1px;
  background-color: #eee;
  position: relative;
  top: -3px;
  margin: 0 15px;
  content: '';
  display: block;
}

.breadcrumb_menu span.hs-breadcrumb-menu-divider {
  display: inline-block;
}


.home-banner .playBtn:hover {
  opacity: 0.6;
}

.home-banner .movieModal .closeBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  background-image: url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/images/btn_close.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.home-banner .movieModal .closeBtn:hover{
  opacity: 0.6;
}

.home-banner .playBtn {
  background-image: url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/images/ico_play.png);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left 35px center;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes btnplayanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
  }

  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes btnplayanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
  }

  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}


.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: auto !important;
}

.home-page .widget-type-rich_text h1 {
  padding-top: 40px;
  font-family: "Palatino LT W01 Roman";
  font-size: 64px;
  margin-bottom: 20px;
}

.home-page .widget-type-rich_text h1+p {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1;
}

.contact-section .mapLink {
  text-align: right;
  margin-right: 20px;
  margin-top: 20px;
  background-image: url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/images/arr_more.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contact-section .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em .5%;
}
.contact-section .icons_card {
  width: max(80px, 12%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-section .icons_card:not(.--active) {
  color: #ccc;
}
.contact-section .icons_card__text {
  font-size: 11px;
  line-height: 1.33;
}
.contact-section .icons_note a {
  text-decoration: underline;
}
.contact-section .icons_note ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.contact-section .icons_note ul li {
  margin-bottom: .5em;
}
.contact-section .left > ul > li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.contact-section .left .desp li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-section .icons_card {
    width: min(80px, 100%);
  }
  .contact-section .left > ul > li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.product-page .bottom-section .widget-type-rich_text p {
  font-family: 'Cinzel Decorative', cursive , "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.7px;
}

.product-page .bottom-section .widget-type-rich_text h2 {
  font-family: 'Cinzel Decorative', cursive , "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.7px;
  line-height: 25.2px;
  position: relative;
}

.product-page .bottom-section .widget-type-rich_text h2:after {
  width: 50px;
  background-color: ivory;
  display: inline-block;
  position: relative;
  top: -8px;
  content: '';
  height: 1px;
  margin-left: 10px;
}

.contact-section .mapLink:hover{
  opacity: 0.6;
}

.construction-page .widget-type-rich_text h4:only-child {
  font-size: 24px;
  margin: 0;
}

.construction-page .widget-type-rich_text h4 {
  font-size: 22px;   
  font-family: 'リュウミン R-KL','Ryumin Regular KL','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
}

.product-page .widget-type-rich_text p {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
  font-size: 16px;
  margin: 0;
}

.product-page .widget-type-rich_text h2 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
}


.construction-page .widget-type-rich_text p {
  text-align:center;
}

.body-container-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
}

.btn-grp {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1;
  line-height: -7px;
}

a.hs-btn.border {
  border: 1px solid rgb(112, 112, 112);
  color: rgb(112, 112, 112);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 1;
  background: transparent;
}

a.hs-btn.border:hover {
  color: #fff;
}

a.hs-btn.border span {
  position: relative;
  z-index: 5;
  display: inline-block;
  line-height: 1;
}

a.hs-btn.border.--bg {
  color: #fff;
  background-color: #000;
}
a.hs-btn.border.--bg::after {
  background-color: #000;
}

a.hs-btn {
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 20px 0;
  position:relative;
  font-weight: 700;
  color: #000;
  border: none;
  letter-spacing: 0;
  max-width: 100%;
  font-family: mr-eaves-modern, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-style: normal;
}

a.hs-btn span {
  line-height: 120%;
  position: relative;
  z-index: 5;
  display: inline-block;
}

a.hs-btn br {
  display: none;
}

a.hs-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: 1;
  background-color: #f0f0ef;
}

a.hs-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: 2;
  background-color: #333;
}

a.hs-btn:hover {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  color: #fff;
}

a.hs-btn:hover:before {
  -webkit-animation-name: blackBar;
  animation-name: blackBar;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

a.hs-btn:hover:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-name: blackBar;
  animation-name: blackBar;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.btn-grp.--line a {
  border: 1px solid #57b14e;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 14px;
  background-color: #57b14e;
  letter-spacing: .2em;
}
.btn-grp.--line a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-grp.--line a i {
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
  background: url('https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/icon_line.png') no-repeat center center / contain;
}
.btn-grp.--line a.hs-btn::after {
  background-color: #44BA5E;
}
@media (max-width: 767px) {
  .btn-grp.--line a {
    border: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@-webkit-keyframes blackBar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes blackBar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


@media(max-width:1023px){

  a.hs-btn {
    font-size: 14px;
    padding: 20px 20px;
  }

  .catalog-page .photo-gallery.popup {
    margin-bottom: 80px;
  }


  a.hs-btn br {
    display: block;
  }

  .home-page .widget-type-rich_text h1 {
    font-size: 54px;
  }

  .catalog-page .widget-type-linked_image {
    padding-top: 40px;
    padding-bottom: 20px;
  }


}


@media(max-width:767px){

  .bgMain {
    display: none;
  }

  a.hs-btn.border {
    padding: 15px;
  }

  .construction-page .widget-type-rich_text h4 {
    font-size: 16px;
  }

  .construction-page .widget-type-rich_text p {
    text-align: left;
  }

  .construction-page .widget-type-rich_text p br {
    display: none;
  }

  .construction-page .widget-type-rich_text h4:only-child {
    font-size: 18px;
    margin: 0;
  }

  .home-page .widget-type-rich_text h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .home-page .widget-type-rich_text h1+p {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .breadcrumb_menu {
    left: 14px;
    top: 60px;
  }

  .breadcrumb_menu .hs-breadcrumb-menu-divider:before {
    width: 40px;
  }

  .catalog-page .widget-type-linked_image {
    padding: 0;
  }

}







.contentBox.pageTopMargin {
  max-width: 1400px;
  padding-left: 80px;
  padding-right: 80px;
  line-height:1;
  margin-left: auto;
  margin-right: auto;
}

.profileBox {
  padding: 80px;
  background-color: #fff;
  margin-bottom: 80px;
}

.contactFormBox {
  line-height: 180%;
}

.contactBox {
  display: flex;
}

.contactBox .right {
  font-size: 13px;
}

.contactBox .left {
  min-width: 400px;
  font-weight: 700;
}

.contactBox .right a {
  text-decoration: underline;
}
.contact-form {
  font-size: 14px;
  margin-top: 14px;
}

.contact-form h4 {
  font-size: 14px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contact-form form .hs-richtext {
  font-size: 14px;
  padding-top: 46px;
  margin-bottom: 20px;
}

.contact-form .hs-input {
  background-color: #F4F4F4;
  border: none;
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 14px;
  height: auto;
  min-height: auto;
  line-height: normal;
  margin: 0;
}
.contact-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio>label {
  line-height: normal;
}

.contact-form textarea.hs-input {
  line-height: normal;
}
.container-fluid.contact-form  h4 {
  line-height: inherit;
}
.container-fluid.contact-form span.hs-form-required {
  display: none;
}
.container-fluid.contact-form form {
  line-height: 1;
}
.contact-form form .inputs-list span:before,.contact-form form .inputs-list span:after {
  content: " ";
}

.contact-form .hs-input {
  margin: 0;
  line-height: 16px;
}
.contact-form form label {
  margin: 0;
}

.contact-form form label span:empty {
  margin: 0;
  display: block;
}
.contact-form .hs-form-field>label span {
  margin-bottom: 7px;
  display: inline-block;
}

.contact-form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.contact-form .hs-fieldtype-checkbox>label span {
  margin: 0;
}

.contact-form fieldset.form-columns-2 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  max-width: unset !important;
}

.contact-form .input {
  margin-right: 0 !important;
}

.contact-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 20px) !important;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.contact-form form input[type=checkbox],.contact-form form input[type=radio] {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  margin-right: 15px;
  /* margin-top: 3px; */
  margin-left: 5px;
}

.contact-form form .inputs-list span {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #000;
}

.contact-form fieldset.form-columns-2 .inputs-list>li {
  display: inline-block;
  margin: 0 0 0 1em;
}

.contact-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio{
  display: flex;
  padding: 15px 15px;
  flex-wrap:wrap;
}

.contact-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio>label {
  width: 35%;
  display: inline-block;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.contact-form fieldset.form-columns-2 .inputs-list>li>label {
  margin-right: 20px;
}

.contact-form  form .inputs-list>li {
  display: block;
  padding: 10px 0;
  margin: 0 0 0 1em;
}

.contact-form form fieldset.form-columns-1 label {
  font-size: 14px;
  font-family: Noto Sans JP;
  color: #000;
}

.contact-form textarea.hs-input{
  font-family:monospace;
  height: 240px;
}

.contact-form .hs-fieldtype-checkbox .inputs-list>li {
  padding: 10px 0 11px;
}

.contact-form  .hs-fieldtype-checkbox>label {
  margin-bottom: 20px !important;
}

.contact-form form .hs-button {
  background-color: #959595;
  color: #fff;
  border: none;
  display: block;
  width: 100% !important;
  padding: 20px 15px;
  font-size: 14px;
  cursor: pointer;
  border-radius: inherit;
  line-height: normal;
}

.contact-form fieldset.form-columns-3 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  max-width: unset !important;
}

.contact-form fieldset.form-columns-3 .hs-form-field {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.33333% - 20px) !important;
}

.contact-form form .hs-button {
  text-transform: none;
  letter-spacing: normal;
}

.contact-form form .hs-button:hover {
  background-color: #959595;
  color: #fff;
}

.contact-form fieldset.form-columns-1 {
  margin-bottom: 20px;
}

.contact-form .hs-input {
  width: 100% !important;
}

.contact-form .hs_submit.hs-submit {
  margin-bottom: 20px;
}


.contact-form .hs-fieldtype-radio>label>span {
  margin: 0 !important;
}


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

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul>li {
  margin-bottom: 20px;
  list-style: none;
  margin-left: 1.5em;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
}

.container-fluid.contact-form fieldset.form-columns-1 ul.inputs-list.multi-container {
  display: flex;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul ul {
  margin-left: 1em;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul>li>div {
  text-indent: -1.5em;
  margin-bottom: 20px;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul {
  line-height: 180%;
}

.container-fluid.contact-form  form select.hs-input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/images/ico_pulldown.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 15px center;
  line-height: normal;
  padding: 15px 15px;
}

.contact-form select {
  background-image: url(https://20340205.fs1.hubspotusercontent-na1.net/hubfs/20340205/raw_assets/public/Jias_October2021/images/ico_pulldown.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 15px center;
}

.container-fluid.contact-form span.caption {
  padding-top: 10px;
  font-size: 13px;
  display: inline-block;
}

.container-fluid.contact-form   label.hs-form-radio-display {
  margin-right: 20px;
}

.container-fluid.contact-form  form .inputs-list>li {
  padding: 0;
}

.container-fluid.contact-form {
  margin: 0;
}

.container-fluid.contact-form {
  line-height: 180%;
}

.container-fluid.contact-form  .hs_cos_wrapper_type_rich_text ul ul li {
  margin-left: 0;
}

.container-fluid.contact-form h1 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  line-height: 160%;
}

.container-fluid.contact-form h5 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contact-form form .inputs-list span {
  font-size: 14px;
}

.contact-form fieldset.form-columns-2 .inputs-list>li {
  padding: 0;
}

.contact-form .hs-have_you_ever_used_jias___.hs-fieldtype-radio label {
  width: 100% !important;
  margin-bottom: 15px;
}

.contact-form textarea {
  padding: 15px 15px;
}

.contact-form .hs-have_you_ever_used_jias___.hs-fieldtype-radio.field.hs-form-field {
  border: beige;
  display: block;
}

.order-top-sec h1 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
  font-size: 22px;
}

.order-page .profileBox {
  padding-top: 0;
  padding-bottom: 10px;
}

.top_section {
  padding-top: 40px;
}

.order-top-sec .widget-type-rich_text {
  text-align: center;
  line-height: 200%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.order-top-sec .widget-type-rich_text p {
  margin-bottom: 30px;
}

.top_section {
  padding-bottom: 80px;
}

.container-fluid.order-top-sec h2 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
}


main.body-container-wrapper.recruit-page .profileBox {
  padding-top: 0;
  padding-bottom: 10px;
}

.container-fluid.recruit-main h3 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 160%;
}

.container-fluid.recruit-main .btn-mod {
  margin-bottom: 160px;
}

.recruit-career-main p {
  margin-bottom: 30px;
}

.recruit-career-main .dnd-section>.row-fluid {
  text-align: center;
  line-height: 200%;
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.recruit-career-page .hs_cos_wrapper_type_rich_text h2,
.recruit-career-page .hs_cos_wrapper_type_header h2 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
  font-size: 22px;
}

.recruit-career-page .profileBox.profileBoxMini {
  padding-top: 0;
  padding-bottom: 10px;
}

.corporate-top-section h2 {
  font-family: "リュウミン R-KL","Ryumin Regular KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 160%;
}

.corporate-top-section h2:after {
  margin-left: 10px;
  height: 1px;
  width: 50px;
  background-color: #000;
  display: inline-block;
  position: relative;
  top: -8px;
  content: '';
}

.container-fluid.corp-main-sec .widget-type-linked_image ,
.major-banks-section  .widget-type-linked_image  {
  width: 70%;
  z-index: 2;
  position: relative;
}

.container-fluid.corporate-info-box .widget-type-rich_text {
  line-height: 180%;
}

.container-fluid.corporate-info-box .widget-type-rich_text ul {
  list-style: none;
  padding: 0;
}

.container-fluid.corporate-info-box p {
  margin-bottom: 20px;
}

.container-fluid.corporate-info-box  p strong {
  font-size: 24px;
  font-weight: 700;
}

@media(max-width:1023px){

  .contentBox.pageTopMargin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .profileBox {
    padding-left: 0;
    padding-right: 0;
  }

  .contactBox  .left {
    min-width: 340px;
  }

  .container-fluid.contact-form h1 {
    font-size: 22px;
  }

  .contact-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio>label {
    width: 28%;
  }

  .order-top-sec h1 {
    font-size: 18px;
  }

  .container-fluid.recruit-main h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .container-fluid.recruit-main .btn-mod {
    margin-bottom: 80px;
  }

  .top_section {
    padding-bottom: 40px;
  }

  main.body-container-wrapper.recruit-page .profileBox {
    margin-bottom: 20px;
  }

  .contact .profileBox {
    padding-right: 40px;
  }

  .recruit-career-page .profileBox.profileBoxMini {
    margin-bottom: 20px;
  }

  .corp-top  .profileBox {
    padding-right: 40px;
    padding-top: 50px;
  }

  .corp-info .profileBox {
    padding-right: 40px;
  }

  .container-fluid.corporate-top-section img.hs-image-widget {
    max-width: 80% !important;
  }

  .container-fluid.corporate-top-section .widget-type-linked_image {
    text-align: center;
    width: 100%;
    line-height: 0;
  }

}

@media(max-width:767px){

  .contactBox .left {
    min-width: 100%;
  }

  .order-page .profileBox {
    margin-bottom: 20px;
  }
  .contentBox.pageTopMargin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profileBox {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .contactBox {
    display: block;
  }

  .contactBox .left{
    margin-bottom: 20px;
  }
  .contact-form form .hs-richtext {
    padding-top: 0;
  }

  .contact-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .contact-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-bottom: 10px;
  }

  .contact-form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-radio {
    padding: 15px;
    padding-top: 15px;
    padding-left: 0;
  }

  .contact-form .hs_age.hs-age.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 10px;
  }

  .contact-form  form {
    overflow: hidden;
  }

  .contact-form   fieldset.form-columns-1 .input {
    margin-bottom: 10px;
  }

  .contact-form form input[type=checkbox],
  .contact-form form input[type=radio] {
    margin-right: 10px;
  }

  .contact-form .hs_submit.hs-submit {
    margin-bottom: 30px;
  }

  .corp-info .profileBox {
    padding-right: 0;
  }

  .order-page .banner-wrap .inner {
    margin-bottom: 200px;
  }

  .order-top-sec h1 {
    font-size: 16px;
  }

  .order-top-sec .widget-type-rich_text {
    text-align: left;
  }

  .container-fluid.order-top-sec h2 {
    font-size: 18px;
  }

  .order-top-sec br.noSp {
    display: none;
  }

  .contactBox .left {
    min-width: 100%;
  }

  .contact-form fieldset.form-columns-3 .hs-form-field {
    float: none !important;
    width: auto !important;
    margin-bottom: 10px;
  }

  .container-fluid.recruit-main h3 {
    margin-bottom: 30px;
  }

  .order-top-sec .widget-type-linked_image  {
    margin: 0 -10px; 
    max-width: unset !important;
  }

  .contact-form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: auto !important;
  }

  .container-fluid.recruit-main .btn-mod {
    margin-bottom: 40px;
  }

  .recruit-career-page .hs_cos_wrapper_type_rich_text h2, .recruit-career-page .hs_cos_wrapper_type_header h2 {
    font-size: 16px;
  }

  main.body-container-wrapper.corp-wrapper .banner-wrap .inner {
    margin-bottom: 200px;
  }

  .corp-top .profileBox {
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .corporate-top-section h2 {
    font-size: 18px;
  }

  .recruit-career-page .hs_cos_wrapper_type_rich_text p {
    text-align: left !important;
  }

  .container-fluid.corporate-info-box .widget-type-linked_image {
    display: block;
    text-align: left !important;
  }

  .container-fluid.corp-main-sec .widget-type-linked_image,
  .major-banks-section .widget-type-linked_image {
    width: 100%;
    width: 85%;
  }

  .container-fluid.corporate-info-box .widget-type-linked_image {
    width: 100%;
  }


  .contact .profileBox {
    padding-right: 0;
  }

  .container-fluid.corporate-info-box p strong {
    font-size: 20px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-content {
  position: absolute;
  display: block;
  vertical-align: top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-figure:after {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }


.mfp-figure figure {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
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 fieldset {
  max-width: 100% !important;
}


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: .35rem;
  width: auto;
  display: inline-block;
}

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


.hs-error-msg,
.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

form .hs-richtext {
  font-size: 14px;
  padding-top: 40px;
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  background-color: #F4F4F4;
  border: none;
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 14px;
  height: auto;
  min-height: auto;
  line-height: normal;
  font-family:Arial;
  outline:none;
  margin: 0;
  margin: 0;
  line-height: 16px;
}

textarea.hs-input {
  line-height: normal;
}

.hs-input {

}

::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

form label {
  font-size: 14px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  text-transform: none;
  letter-spacing: 0.05em;
  max-width: 100%;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

ul.no-list.hs-error-msgs.inputs-list label {
  padding-top: 10px;
  font-size: 12px;
  color: #f00;
  font-weight: normal;
  display: block;
  margin: 0 !important;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0 !important;
  display: block;
}

.hs-button {
  background-color: #959595;
  color: #fff;
  border: none;
  display: inline-block;
  width: auto !important;
  padding: 20px 15px;
  font-size: 14px;
  cursor: pointer;
  border-radius: inherit;
  line-height: normal;
  font-family:Arial;
  text-align:center;
  margin:10px 0;
  border-style:solid;
  text-transform: none;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}


.hs-form-field{
  margin-bottom: 20px;
}
/* Captcha */
/* 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 {
  vertical-align: bottom;
}
.header-wrap{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  line-height: 1;
}

.custom-menu-primary nav>ul>li:not(:last-child)>a.active-item:after {
  width: 100%;
}

header.header {
  min-height: 80px;
}

.custom-menu-primary .navigation-primary>ul>li {
  padding-bottom: 10px;
}

.mobile-menu ul .open>ul {
  display: block !important;
}

.custom-menu-primary nav>ul>li>ul {
  position: absolute;
  width: 150px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  box-shadow: 0px 0px 2px #999;
  padding: 5px !important;
}

.custom-menu-primary ul ul li a {
  padding: 10px;
  display: block;
}

.custom-menu-primary nav>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.header .header-inner {
  padding-left: 15px;
  padding-right: 40px;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo-wrapper a:hover {
  opacity: 0.6;
}

.logo-wrapper img {
  width: 48px !important;
}

.logo-wrapper a {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.custom-menu-primary nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 29px !important;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 500;
}

.custom-menu-primary .navigation-primary > ul > li {
  float: left;
  margin-left: 30px;
}

.custom-menu-primary .navigation-primary > ul > li:first-child {
  margin-left: 0;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  font-size: 12px;
  position: relative;
  padding: 3px 0;
  display:block;
}

.custom-menu-primary .navigation-primary > ul > li:not(:last-child) > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: -2px;
  background-color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.custom-menu-primary .navigation-primary > ul > li:not(:last-child) > a:hover:after,
.custom-menu-primary .navigation-primary > ul > li:not(:last-child) > a.active-item {
  width: 100%;
}

.custom-menu-primary .navigation-primary > ul > li:last-child > a {

  padding: 7px 10px 8px 10px;
  margin-top: -5px;
  border: 1px solid;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#buttonContainer {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  height: 80px;
  width: 80px;
  cursor: pointer;
}

#buttonContainer #toggle {
  position: absolute;
  right: 27px;
  top: 32px;
  height: 45px;
  width: 45px;
  z-index: 300;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

#buttonContainer #toggle span {
  background: #707070;
  border: none;
  height: 1px;
  width: 23px;
  position: absolute;
  right: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

#buttonContainer #toggle span.top {
  top: 0px;
  width: 23px;
}

#buttonContainer #toggle span.middle {
  top: 7px;
  width: 17px;
}

#buttonContainer #toggle span.bottom {
  top: 14px;
  width: 10px;
}

#buttonContainer #toggle.active span.top {
  width: 23px;
  -webkit-transform: translateY(7px) translateX(0) rotate(
    45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(
    45deg);
}

#buttonContainer #toggle.active span.middle {
  width: 23px;
  -webkit-transform: translateY(20px) translateX(0) rotate(0);
  -ms-transform: translateY(20px) translateX(0) rotate(0);
  transform: translateY(20px) translateX(0) rotate(0);
}

#buttonContainer #toggle.active span.bottom {
  width: 23px;
  -webkit-transform: translateY(-7px) translateX(0) rotate(
    -45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(
    -45deg);
}

.mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  -o-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 200;
}

.mobile-menu.open {
  display: block;
  visibility: visible;
  height: 100%;
}

.mobile-menu:before {
  content: '';
  background: #fff;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: left .35s ease;
  -o-transition: left .35s ease;
  transition: left .35s ease;
}

.mobile-menu ul ul {
  display: none;
}

.mobile-menu.open:before {
  left: 0;
}

.mobile-menu > div {
  position: relative;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-menu .navigation-primary {
  height: 100%;
}

.mobile-menu .navigation-primary > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
}

.mobile-menu .navigation-primary > ul > li {
  display: block;
  min-height: 60px;
  position: relative;
  opacity: 0;
  text-align: left;
}

.mobile-menu ul ul {
  padding: 30px 10px !important;
  padding-left: 40px !important;
  padding-bottom: 40px !important;
}

.mobile-menu ul ul li:not(:last-child) {
  margin-bottom: 16px;
}

.mobile-menu.open .navigation-primary > ul > li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(2) {
  -webkit-animation-delay: .40s;
  animation-delay: .40s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
  animation-delay: .60s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(8) {
  -webkit-animation-delay: 0.70s;
  animation-delay: 0.70s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(10) {
  -webkit-animation-delay: 0.80s;
  animation-delay: 0.80s;
}

.mobile-menu.open .navigation-primary > ul > li:nth-of-type(11) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.mobile-menu .navigation-primary > ul > li > a {
  padding-left: 40px;
  position: relative;
  display:block;
  padding-right: 30px;
}

.mobile-menu .navigation-primary > ul > li > a:before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 9px;
}

.mobile-menu .child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

.mobile-menu .child-trigger:after {
  content: '+';
}

.mobile-menu .open>.child-trigger:after {
  content: '-';
}



@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media (max-width: 767px) {
  .header h1#logo a {
    height: 30px;
    width: 30px;
  }

  #buttonContainer {
    height: 60px;
    width: 60px;
  }

  #buttonContainer #toggle {
    right: 15px;
    top: 22px;
  }

  .mobile-menu {
    top: 58px;
  }

  .mobile-menu > div {
    top: 30px;
    font-size: 14px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .mobile-menu .navigation-primary > ul {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header .header-inner {
    padding-right: 20px;
  }

  .custom-menu-primary .navigation-primary > ul > li {
    margin-left: 20px;
  }
}

@media (max-width: 1023px) {

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

  #buttonContainer {
    display: block;
  }

}



@media(max-width:1023px){

  header.header {
    min-height: 80px;
  }

}


@media(max-width:767px){

  header.header {
    min-height: 60px;
  }

  .logo-wrapper img {
    width: 30px !important;
  }


}
footer.footer {
  z-index: 3;
  position: relative;
  padding: 32px 0 40px 0;
  line-height: 1;
}

.footer .copyright {
  float: left;
  font-weight: 700;
}

.footer .privacy {
  float: left;
}

.footer .privacy .hs-menu-wrapper > ul {
  display: block;
}

.footer .privacy .hs-menu-wrapper > ul li {
  float: left;
  margin-left: 20px;
}

.footer .privacy .hs-menu-wrapper > ul li a {
  color: #fff;
}

@media (max-width: 767px) {

  footer.footer {
    padding: 20px 0;
  }

  .footer .copyright {
    float: none;
  }

  .footer .privacy {
    float: none;
  }

  .footer .privacy .hs-menu-wrapper>ul li {
    float: none;
    margin-top: 15px;
    margin-left: 0;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.place-card.place-card-large {
display:none !important;
}