/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 92.68%;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper,
.header__container,
.footer__container {
  width: 92.68%;
  margin: 0 auto;
  padding:0;
}

.header__container,
.footer__container {
  max-width:1266px;
}

@media screen and (max-width: 1060px){
  .dnd-section>.row-fluid, 
  .page-center,
  .content-wrapper, 
  .header__container, 
  .footer__container {
    width: 94.79% !important;
  } 
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .header__container, .footer__container {
    max-width: 450px !important;
    width: 93.6% !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  line-height: 1.6;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  /* height: 100%; */
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.8;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}



@media (max-width: 767px) {
  p {
    line-height:1.6;
  }

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button, .button--primary {
    border-radius: 6px;
    border-width: 1px;
    font: 400 13.3333px Arial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background-image:  url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 11px auto;
    -webkit-transition: background .5s ease,color .5s ease,border .5s ease,opacity .5s ease;
    -moz-transition: background .5s ease,color .5s ease,border .5s ease,opacity .5s ease;
    -o-transition: background .5s ease,color .5s ease,border .5s ease,opacity .5s ease;
    -ms-transition: background .5s ease,color .5s ease,border .5s ease,opacity .5s ease;
    transition: background .5s ease,color .5s ease,border .5s ease,opacity .5s ease;
   
}



.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,input.hs-search-field__input,
input#hs-pwd-widget-password{
  display: inline-block;
  font-weight: normal;
  line-height: 22px;
  background-color: #fff;
  border-width: 1px;
  box-sizing: border-box;
  border-style: solid;
  font-size: 16px;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
/*   min-height: 50px; */
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #ccc;
}

.hs-input::-webkit-input-placeholder {
  color: #ccc;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 1px;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

thead th,
thead td {
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.contact-row1-wrapper .dnd-section {
  padding-top: 20px;
  padding-bottom: 0;
}

.contact-row1-wrapper .dnd-section>.row-fluid {
  max-width: 960px;
}

.contact-row1-wrapper .hs-form-field {
  border-top: 1px dotted #c7c7c7;
  padding: 20px 0 20px 6px;
  margin: 0;
  display: table;
  width: 100%;
  position: relative;
}

.contact-row1-wrapper h3.form-title {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  margin: 50px 0;
  line-height: 1.3;
  margin-top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.contact-row1-wrapper .hs-form label {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  display: table-cell;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.contact-row1-wrapper .hs-form-field .input {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: -3px;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
  display: inline-block;
  width: auto;
  padding-right: 5px;
  padding-left: 19px;
  padding-top: 6px;
  padding-bottom: 8px;
  margin-left: -4px;
  margin-right: 12px;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container .hs-input[type=radio] {
  min-height: auto;
  width: 20px;
  position: relative;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li span {
  margin: 0;
  font-size: 14px;
  padding-left: 2px;
  cursor: pointer;
}

.contact-row1-wrapper .hs-form-field .input .hs-input {
  margin-left: -4px;
  max-width: 460px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
}

.contact-row1-wrapper .hs-form-field .input .hs-input {
  margin-left: -4px;
  max-width: 460px;
}

textarea {
  height: 360px !important;
}

.contact-row1-wrapper .actions {
  border-top: 1px dotted #c7c7c7;
  padding-top: 30px;
}

.contact-row1-wrapper .hs-form-field .input .hs-input::placeholder {
  color: #ccc;
  font-weight: normal;
  padding-left: 1em;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container .hs-input[type=radio]:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0068b7;
  content: '';
  opacity: 0;
  z-index: 10;
  box-sizing: border-box;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container .hs-input[type=radio]:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 20px;
  background-color: #fff;
  content: '';
  box-sizing: border-box;
} 

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container .hs-input[type=radio]:checked:before {
  opacity: 1;
}

.company-row1-wrapper {
  padding: 50px 0 0;
  text-align: center;
}

.company-page h3 {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
}

.company-page h4 {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
  line-height: 1.3;
}

.company-page h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
}

.company-page h5 strong {
  font-size: 24px;
  font-weight: normal;
}

.company-page h5+h5 {
  margin: 0 0 30px;
}

.company-page p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}


.company-page p:last-of-type {
  margin-bottom: 0;
}

.company-row2-wrapper {
  padding-top: 100px;
  text-align: center;
}

.company-page table tbody th {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  border: 0;
  color: #333;
}

.company-page table tbody td {
  line-height: 1.8;
  padding: 10px;
  font-size: 16px;
  border: 0;
  color: #333;
}

.company-page table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 100%;
  line-height: 1.6;
  display: table;
  border: 0;
  margin-bottom: 0;
  table-layout: auto;
  width: auto;
}

.company-page table tbody td p {
  margin: 0 0 20px !important;
}

.company-page table tbody td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-row3-wrapper {
  padding-top: 100px;
  text-align: center;
}

.ggmap {
  display: block;
  position: relative;
  padding-bottom: 47.08%;
  height: 0;
  overflow: hidden;
  margin: 20px auto 20px;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-row4-wrapper {
  padding-top: 100px;
  text-align: center;
}

.company-row4-wrapper p {
  margin: 0 !important;
  text-align: left;
}

.company-page .company-row4-wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px;
  text-align: left;
}

.site-header p.langBtn.sp {
  display: none;
}

.technology-page .banner-section .dnd-section>.row-fluid {
  width: 100% !important;
}

.technology-row2-wrapper {
  padding-top: 50px;
}

.technology-row2-wrapper h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.technology-row2-wrapper h3+p {
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.technology-row2-wrapper p img {
  width: 100%;
}

.technology-row2-wrapper p.pc {
  max-width: 716px;
  width: 74.58%;
  margin: 30px auto 0;
}

.technology-row2-wrapper p img {
  width: 100%;
  vertical-align: top;
}

.technology-row2-wrapper p.sp {
  display: none;
}

.technology-row3-wrapper {
  padding-top: 50px;
}

.technology-row3-wrapper h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
}

.technology-row3-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.technology-row3-wrapper p+p {
  max-width: 913px;
  margin: 20px auto 0;
  text-align: center;
}

.technology-row3-wrapper p img {
  width: 100%;
  vertical-align: bottom;
  border: none;
  background: transparent;
}

.movie-wrap .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  margin: 0px auto !important;
  display: block !important;
}

.movie-wrap {
  margin-top: 50px;
}

.technology-row4-wrapper {
  margin-top: 80px;
}

.technology-row4-wrapper.technology-row4-wrapper .dnd-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: 285px;
  margin: 0 auto;
  position: relative;
}

.technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  font-size: 44px;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
  height: auto;
  transform: translateY(-50%);
}

.technology-row4-wrapper.technology-row4-wrapper .dnd-section * {
  height: 100%;
  display: block;
}

.technology-row5-wrapper {
  padding-top: 50px;
}

.technology-row5-wrapper h3 ,
.technology-row6-wrapper h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  line-height: 1.3;
}

.technology-row5-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
}

.technology-row5-wrapper p.pc {
  margin: 30px auto 0;
}



.technology-row5-wrapper p img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  border: none;
  background: transparent;
}

.technology-row5-wrapper p.sp {
  display: none;
}

.technology-row6-wrapper {
  padding-top: 50px;
}

.technology-row6-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
  text-align: center;
}

.technology-row6-wrapper p.pc {
  width: 74.58%;
  margin: 30px auto;
}

.technology-row6-wrapper p img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  border: none;
  background: transparent;
}

.technology-row6-wrapper p.sp {
  display: none;
}

.technology-row6-wrapper p.sp +p, .technology-row6-wrapper p:last-child {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
  text-align: left;
}

.technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 span {
  display: block;
  font-size: 21px;
  letter-spacing: 10px;
}

.contact-row1-wrapper .hs-form-field .input .hs-input.invalid.error {
  margin-bottom: 20px;
}

.contact-row1-wrapper .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 30%;
  text-align: left;
  bottom: 14px;
  color: #b0000d;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0;
  width: auto;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #b0000d;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  text-align: left;
}

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

.service-page h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-page h2 br {
  display: none;
}

.service-page p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-row2-wrapper {
  margin-top: 80px;
}

.service-row2-wrapper h3 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
}

.service-row2-wrapper h4,
.service-row3-wrapper h4{
  background: #eeeeee;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  margin: 50px 0 25px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-row2-wrapper h4 span {
  font-size: 14px;
  font-weight: normal;
}

.service-row2-wrapper h1 {
  font-size: 16px;
  text-align: center;
  border-bottom: 5px solid #100964;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-row2-wrapper .span6:first-of-type {
  width: 48.23%;
  float: left;
}

.service-row2-wrapper .span6:last-of-type {
  width: 46.56%;
  float: right;
  margin-left: 5.5%;
}

.service-row2-wrapper .span6 img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  border: none;
  background: transparent;
}

.service-row2-wrapper .span6 p {
  margin-bottom: 30px;
}

.service-row2-wrapper .span6 p:last-of-type {
  margin-bottom: 0px;
}

.service-page a.btn-cta {
  display: block;
  background: #00a0e9 url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/btnArrow.png) no-repeat 99% center / 21px auto;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  margin-top: 50px;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  font-size: 16px;
}

.olWrap .three-col-wrap .three-col-item:after {
  background: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/arrow.png) no-repeat right center / 41.6% auto;
}

.service-page .widget-type-cta {
  display: block;
  width: 100%;
}

.service-page a.btn-cta:hover {
  opacity: 0.6;
  text-decoration: none;
}

.service-row3-wrapper {
  margin-top: 80px;
}

.service-row3-wrapper h3 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-row3-wrapper .span6:first-of-type {
  width: 53.65%;
  float: left;
}

.service-row3-wrapper .span6:last-of-type {
  width: 42.08%;
  margin-left: 4.5%;
}

.service-row3-wrapper .span6 ul li {
  font-size: 16px;
  line-height: 1.8;
  background: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/check_icon.png) no-repeat left top / 24px auto;
  padding-left: 40px;
  margin-bottom: 30px;
}



.service-row3-wrapper .span6 ul li:last-child {
  margin-bottom: 0;
}

.service-row3-wrapper .span6 ul {
  padding-left: 5.8%;
  margin: 50px 0;
  list-style: none;
  box-sizing: border-box;
}

.service-row3-wrapper .span6 p {
  margin: 0;
}

.service-page .service-row3-wrapper a.btn-cta {
  margin-top: 43px;
}

.service-row4-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-row4-wrapper h3 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
  margin: 0;
}

.service-row4-wrapper h4 {
  line-height: 1.3;
  font-weight: bold;
  background: #eeeeee;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  margin: 50px 0 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #333;
}

.service-row4-wrapper .span6:last-of-type {
  width: 39.06%;
  margin-left: 4.7%;
}

.service-row4-wrapper .span6:first-of-type {
  width: 56.25%;
  float: left;
}

.service-row4-wrapper .span6 p {
  margin-bottom: 30px;
}

.service-page .service-row4-wrapper a.btn-cta {
  margin-top: 41px;
}

ul.pageNav.cf li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lang_switcher_class {
  display: none !important;
}

.contact-row1-wrapper .hs-form-field .input textarea {
  max-width: 100% !important;
  max-width: 643px !important;
}

.contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li:hover {
  background-color: #eee;
  border-radius: 4px;
}

.home-page .banner-section .dnd-section {
  background-size: 20px auto;
  height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 10% !important;
}

.home-page .banner-section .dnd-section h2 {
  max-width: 460px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}

.home-page .banner-section .dnd-section h2 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
  background: transparent;
}

.home-page .banner-section .dnd-section h2.sp {
  display: none;
}

.home-row1-wrapper {
  padding: 50px 0 0;
}

.home-row1-wrapper .page-center {
  display: flex;
  justify-content: space-between;  
  max-width: 1266px !important;
}

.home-row1-wrapper .left-col {
  width: 68.27%;
  background-color: rgba(255, 255, 255, 0.86);
}

.home-row1-wrapper .right-col {
  width: 27.73%;
}

.home-row1-wrapper .right-col p {
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

.home-row1-wrapper .right-col p a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #0fa2ff;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

section.newsWrap ul li a {
  display: block;
  background: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/arrow_blue.png) no-repeat right center;
}

.home-row1-wrapper .right-col p a:after {
  content: "";
  position: absolute;
  display: block;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.home-row1-wrapper .right-col p a:hover {
  text-decoration: none;
  opacity: 0.6;
}

p.newsPageLink a {
  background-image: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/arrow_blue.png);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.home-page.home-en .banner-section .dnd-section h2 {
  line-height: 1.3;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 33px;
  text-shadow: 0px 1px 1px #333, 0px 0px 1px #333, 1px 0px 1px #333, 0px -1px 1px #333, -1px -1px 1px #333, -1px 0px 1px #333;
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.home-page .banner-section .dnd-section h2 br {
  display: none;
}

.body-wrap.contact-en .contact-row1-wrapper h3.form-title {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

.body-wrap.contact-en  .contact-row1-wrapper .hs-form label {
  font-family: Helvetica, Arial, sans-serif;
}

.body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
  padding-right: 4px;
  padding-left: 19px;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-right: 8px;
}

.body-wrap.contact-en .contact-row1-wrapper input.hs-button.primary.large {
  border-radius: 0;
}
.contact-row1-wrapper input.hs-button.primary.large {
  border-radius: 0;
}


@media screen and (max-width: 1300px){
  .contact-row1-wrapper .dnd-section {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .contact-row1-wrapper h3.form-title {
    font-size: 21px;
    margin: -2px 0 30px;
  }


  .contact-row1-wrapper .hs-form-field {
    border-top: 1px dotted #c7c7c7;
    margin: 0;
    display: table;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
  }

  .contact-row1-wrapper .hs-form label {
    font-size: 14px;
  }

  .contact-row1-wrapper .hs-form-field {
    border-top: 1px dotted #c7c7c7;
    margin: 0;
    display: table;
    width: 100%;
    padding: 15px 0 15px 6px;
    font-size: 14px;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    display: inline-block;
    width: auto;
    padding-right: 17px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
  }

  .contact-row1-wrapper .hs-form-field .input .hs-input::placeholder {
    font-size:14px;
  }

  .contact-row1-wrapper .actions {
    border-top: 1px dotted #c7c7c7;
    padding-top: 20px;
    margin-top: 2px;
  }

  .hs-button, .button--primary {
    height: 41px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px){
  .contact-row1-wrapper h3.form-title {
    font-size: 21px;
    margin: -2px 0 30px;
  }
}

@media screen and (max-width: 1060px){
  .contact-row1-wrapper .dnd-section {
    padding-top: 2px;
    padding-bottom: 0;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 3px;
  }

  .company-row1-wrapper {
    padding: 30px 0 0;
    text-align: center;
  }

  .company-page h3 {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 30px;
    line-height: 1.3;
  }

  .company-page h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 30px;
  }

  .company-page h5 {
    font-size: 16px;
    font-weight: normal;
  }

  .company-page h5 strong {
    font-size: 16px;
    font-weight: bold;
  }

  .company-page h5+h5 {
    margin: 0 0 20px;
  }

  .company-page p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
  }

  .company-row2-wrapper {
    padding-top: 30px;
    text-align: center;
  }

  .company-page table tbody th {
    padding: 10px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
  }

  .company-page table tbody td {
    line-height: 1.6;
    padding: 10px;
    border: 0;
    font-size: 13px;
  }

  .company-page table tbody td p {
    font-size: 13px;
    margin: 0 0 10px !important;
  }

  .company-page table tbody td ul li {
    font-size: 13px;
    line-height: 1.6;
  }

  .company-row3-wrapper {
    padding-top: 30px;
    text-align: center;
  }

  .ggmap {
    display: block;
    position: relative;
    padding-bottom: 47.08%;
    height: 0;
    overflow: hidden;
    margin: 0px auto 20px;
  }

  .company-row4-wrapper {
    padding-top: 30px;
    text-align: center;
  }

  .company-page .company-row4-wrapper h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }

  .technology-row2-wrapper {
    padding-top: 31px;
  }

  .technology-row2-wrapper h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .technology-row2-wrapper h3+p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .technology-row2-wrapper p.pc {
    max-width: 716px;
    width: 74.58%;
    margin: 20px auto 0;
  }

  .technology-row3-wrapper h3 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
  }

  .technology-row3-wrapper {
    padding-top: 30px;
  }

  .technology-row3-wrapper p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }

  .technology-row3-wrapper p+p {
    margin: 10px auto 0;
    text-align: left;
    display: inline-block;
  }

  .movie-wrap {
    margin-top: 27px;
  }

  .technology-row4-wrapper {
    margin-top: 50px;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section {
    height: 180px;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 {
    font-size: 30px;
    margin-top: 0;
    line-height: 1.3;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 10px;
  }

  .technology-row5-wrapper {
    padding-top: 30px;
  }

  .technology-row5-wrapper h3, .technology-row6-wrapper h3 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
  }

  .technology-row5-wrapper p {
    font-size: 14px;
    line-height: 1.6;
  }

  .technology-row6-wrapper {
    padding-top: 30px;
  }

  .technology-row6-wrapper p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .technology-row6-wrapper p.pc {
    margin: 20px auto;
  }

  .technology-row6-wrapper p.sp+p, .technology-row6-wrapper p:last-child {
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 1.6;
  }

  .service-page h2 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .service-page p {
    font-size: 14px;
    line-height: 1.6;
  }

  .service-row2-wrapper {
    margin-top: 50px;
  }

  .service-row2-wrapper h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .service-row2-wrapper h4, .service-row3-wrapper h4 {
    font-size: 16px;
    padding: 8px 0;
    margin: 30px 0 20px;
  }

  .service-row2-wrapper h4 span {
    font-size: 12px;
  }

  .service-row2-wrapper h1 {
    font-size: 14px;
    border-bottom: 3px solid #100964;
    padding-bottom: 8px;
    margin: 30px 0 20px;
  }


  .service-page a.btn-cta {
    margin-top: 30px;
    line-height: 42px;
    font-size: 14px;
    height: 42px;
  }

  .service-row3-wrapper {
    margin-top: 50px;
  }

  .service-row3-wrapper h3 {
    line-height: 1.3;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
  }

  .service-row3-wrapper .span6 ul {
    margin: 30px 0;
  }

  .service-row3-wrapper .span6 ul li {
    margin-bottom: 20px;
  }

  .service-row3-wrapper .span6 ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    background-size: 20px auto;
    padding-left: 30px;
  }

  .service-page .service-row3-wrapper a.btn-cta {
    margin-top: 22px;
  }

  .service-row4-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .service-row4-wrapper h3 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
  }

  .service-row4-wrapper h4 {
    font-size: 16px;
    padding: 8px 0;
    margin: 30px 0 20px;
  }

  .service-row4-wrapper .span6 p {
    margin-bottom: 20px;
  }

  .service-page .service-row4-wrapper a.btn-cta {
    margin-top: 21px;
  }

  .home-page .banner-section .dnd-section {
    height: 100%;
  }

  .home-row1-wrapper {
    padding: 30px 0 0;
  }



  .home-row1-wrapper .right-col p a {
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
  }

  .home-page.home-en .banner-section .dnd-section h2 {
    font-size: 26px;
    width: 100%;
    padding: 0 10px;
  }

  .home-en section.newsWrap ul li a {
    padding: 25px 20px 25px 0;
    font-size: 14px;
    background-size: 11px auto;
  }

  .home-en .home-row1-wrapper {
    background-color: rgba(255,255,255,0.86);
    width: 100%;
    padding: 30px 0 20px;
  }

  .body-wrap.contact-en .contact-row1-wrapper h3.form-title {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 0;
  }

  .body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-right: 12px;
    padding-left: 15px;
  }

}


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

  .contact-row1-wrapper .dnd-section {
    padding-top: 1px;
    padding-bottom: 0;
  }

}

@media screen and (max-width: 767px){
  .contact-row1-wrapper h3.form-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: -1px 0 20px;
  }

  .contact-row1-wrapper .hs-form-field {
    border-top: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
  }

  .contact-row1-wrapper .hs-form label {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    background-color: #eee;
    color: #000;
    display: block;
    padding: 10px 0;
    line-height: 1.6;
  }

  .contact-row1-wrapper form {
    width: 100%;
    margin: 0 auto;
  }

  .contact-row1-wrapper .hs-form-field .input {
    padding: 0;
    display: block;
    vertical-align: top;
    text-align: center;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 22px !important;
  }

  .contact-row1-wrapper .hs-form-field .input .hs-input {
    margin-left: -4px;
    max-width: 460px;
    margin: 10px 0;
    font-size: 13px;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container .hs-input[type=radio] .hs-input[type=checkbox] {
    min-height: auto;
    width: 20px;
    position: relative;
    margin: 0;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li span {
    margin: 0;
    font-size: 14px;
    padding-left: 8px;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 18px !important;
  }


  .hs-button, .button--primary {
    height: 41px;
    font-size: 13px;
    background-size: 8px auto;
    border-radius: 0 !important;
  }

  .contact-row1-wrapper .actions {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li label {
    background: transparent;
    font-size: 13px;
    font-weight: normal;
  }

  .company-page {
    max-width: 450px;
    margin: 0 auto;
    margin-top: -20px;
  }

  .company-page h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 20px;
    text-align: center;
  }

  .company-page h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
  }

  .company-page h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px;
    text-align: center;
  }

  .company-page p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
    text-align: left;
  }

  .company-row1-wrapper p:last-of-type br {
    display: none;
  }

  .company-page table tbody th {
    font-weight: bold;
    font-size: 13px;
    background-color: #f0f0f0;
    text-align: center;
    padding: 5px 0;
    display: block;
  }

  .company-page table tbody td {
    padding: 10px;
    display: block;
  }

  .company-page table tbody td ul li {
    font-size: 13px;
    line-height: 1.6;
  }

  .ggmap {
    padding-bottom: 100%;
    margin: 0px auto 20px;
  }

  .company-row3-wrapper .dnd-row:last-of-type p {
    font-size: 12px;
  }

  .company-page .company-row4-wrapper h4 {
    text-align: left;
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .header__container {
    position: relative;
  }

  .site-header p.langBtn.sp {
    display: block !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom:0;
  }

  .site-header p.langBtn.sp a {
    position: absolute;
    right: 0;
    top: -20px;
    background: #2da0d7;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 68px;
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
  }

  .site-header p.langBtn.sp a:hover {
    text-decoration: none;
    opacity: 0.6;
  }

  .technology-page {
    max-width: 450px;
    margin: 0 auto;
    margin-top: -20px !important;
  }


  .technology-row2-wrapper h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .technology-row2-wrapper h3+p {
    font-size: 13px;
    margin: 15px 0 0;
  }

  .technology-row2-wrapper {
    padding-top: 30px;
  }

  .technology-row2-wrapper p.pc {
    display: none;
  }

  .technology-row2-wrapper p.sp {
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }

  .technology-row3-wrapper h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .technology-row3-wrapper p+p {
    margin: 10px auto 0;
    text-align: left;
    display: inline-block;
    font-size: 13px;
  }

  .movie-wrap {
    margin-top: 18px;
  }

  .technology-row4-wrapper {
    margin-top: 30px;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section {
    margin-top: 0;
    background-position: 15% center !important;
    height: 111px;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 span {
    font-size: 13px;
    margin-top: 2px;
  }

  .technology-row4-wrapper.technology-row4-wrapper .dnd-section h2 {
    font-size: 18px;
    margin-top: -8px;
    right: 5%;
    left: auto;
  }

  .technology-row5-wrapper {
    padding-top: 20px;
  }

  .technology-row5-wrapper h3, .technology-row6-wrapper h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .technology-row5-wrapper p {
    font-size: 13px;
  }

  .technology-row5-wrapper p.pc {
    display: none;
  }

  .technology-row5-wrapper p.sp {
    display: block;
    max-width: 960px;
    margin: 30px auto 0;
  }

  .technology-row6-wrapper {
    padding-top: 20px;
  }

  .technology-row6-wrapper p {
    text-align: left;
    font-size: 13px;
  }

  .technology-row6-wrapper p.pc {
    display: none;
  }

  .technology-row6-wrapper p.sp {
    margin: 20px auto;
    display: block;
  }

  .technology-row6-wrapper p.sp+p, .technology-row6-wrapper p:last-child {
    font-size: 13px;
    margin: 15px 0 0;
  }

  .body-wrap {
    max-width: 450px;
    margin: 0 auto;
  }

  .service-page.body-wrap {
    margin-top: -20px;
  }

  .service-page h2 {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .service-page h2 br {
    display: block;
  }

  .service-row2-wrapper {
    margin-top: 30px;
  }

  .service-row2-wrapper h3 {
    font-size: 18px;
  }

  .service-row2-wrapper .span6:first-of-type {
    width: 100%;
    float: none;
  }

  .service-row2-wrapper .span6 p {
    margin-bottom: 20px;
  }

  .service-row2-wrapper .span6:last-of-type {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .service-row2-wrapper .span6:first-of-type {
    width: 100%;
    float: none;
  }

  .service-row2-wrapper h1 {
    font-size: 14px;
    margin: 20px 0 20px;
  }

  .service-row3-wrapper {
    margin-top: 30px;
  }

  .service-row3-wrapper h3 {
    font-size: 18px;
  }

  .service-row3-wrapper .span6:first-of-type {
    width: 100%;
    float: none;
  }

  .service-row3-wrapper .span6 ul {
    margin: 20px 0;
    padding-left: 0;
  }

  .service-row3-wrapper .span6 ul li {
    margin-bottom: 20px;
    background-size: 16px auto;
    padding-left: 26px;
  }

  .service-row3-wrapper .span6:last-of-type {
    width: 100%;
    margin-left: 0;
  }

  .service-row3-wrapper .span6 .widget-type-linked_image {
    max-width: 250px;
    margin: 20px auto 0;
  }

  .service-page .service-row3-wrapper a.btn-cta {
    margin-top: 21px;
  }

  .service-row4-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-row4-wrapper h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
  }

  .service-row4-wrapper .span6:first-of-type {
    width: 100%;
    float: none;
  }

  .service-row4-wrapper .span6:last-of-type {
    width: 100%;
    margin-left: 0;
  }

  .service-row4-wrapper .span6 .widget-type-linked_image {
    max-width: 250px;
    margin: 0 auto;
  }

  .contact-row1-wrapper .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    position: relative;
    left: 00;
    text-align: center;
    bottom: 14px;
    color: #b0000d;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 0;
    width: auto;
  }

  ul.no-list.hs-error-msgs.inputs-list label {
    color: #b0000d;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ ゴシック",Osaka,sans-serif;
    text-align: center;
  }

  .home-page .banner-section .dnd-section {
    height: 100%;
  }

  .home-page.body-wrap {
    margin-top: 0px;
  }

  .home-page .banner-section .dnd-section h2.pc {
    display: none;
  }

  .home-page .banner-section .dnd-section h2.sp {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
    text-align: center;
    line-height: 1.3;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  }

  .home-row1-wrapper {
    padding: 20px 0 0;
  } 

  .home-row1-wrapper .left-col {
    width: 100%;
    background-color: rgba(255,255,255,0.86);
  }

  .home-row1-wrapper .right-col {
    width: 100%;
  }

  .home-row1-wrapper .page-center {
    display: block;
    justify-content: space-between;
  }

  .home-row1-wrapper .right-col p a {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .home-row1-wrapper .right-col p {
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .home-row1-wrapper .right-col p:last-of-type,
  .home-row1-wrapper .right-col p:last-of-type a{
    margin: 0;
  }

  .home-page.home-en.body-wrap {
    margin-top: 0;
  }

  .home-page.home-en .banner-section .dnd-section h2 {
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  }

  .home-page .banner-section .dnd-section h2 br {
    display: block;
  }

  .body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 5px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 18px !important;
  }

  .body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li span {
    margin: 0;
    font-size: 13px;
    padding-left: 8px;
  }

  .body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 5px;
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 15px !important;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container {
    margin: 0;
    padding: 10px 0 13px;
    line-height: normal;
    margin-bottom: -3px;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 5px;
    padding-left: 15px !important;
    line-height: 1.6;
    margin-left: 3px;
    margin-right: 3px;
  }

  .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li label {
    padding: 0;
  }

  .contact-row1-wrapper .hs-form-field .input .hs-input ::placeholder {
    font-size:13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  }

  .body-wrap.contact-en .contact-row1-wrapper .hs-form-field .input ul.inputs-list.multi-container li {
    padding-bottom: 5px;
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 15px !important;
    margin-right: 0;
  }

  .technology-row3-wrapper p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

}

@media (max-width:479px){
  .site-header p.langBtn.sp a {
    position: absolute;
    right: -10px;
  }

}

/*Added by HS Support */

.row-fluid-wrapper.row-depth-1.row-number-3.dnd-row.cell_16233770809412-row-1-vertical-alignment {
    max-width: 1266px !important;
    margin: 0 auto; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.site-header {
  padding: 30px 0 30px;
}

.header__container {
  margin: 0 auto;
  width: 92.68%;
}
.header-logo {
  max-width: 351px;
  width: 27.73%;
  float: left;
}
.header-logo img {
  max-width: 351px;
  width: 100% !important;
  display: block;
  height: auto;
}
.header-navigation .custom-menu-primary {
  float: right;
  letter-spacing: -.40em;
  margin: 30px 0 0;
  width: 70%;
  text-align: right;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */


.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul {
  margin: 0;
  display: block;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.8;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li a {
  margin: 0 18px 0 0;
  font-size: 12px;
  color: #3f3b3a;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #2da0d7;
  padding: 11px 40px;
  border-radius: 4px;
  webkit-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  font-family: Helvetica, Arial, sans-serif;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li:last-child a {
  margin: 0;
  background: #2da0d7;
  color: #fff;
}

header.site-header.en-header .custom-menu-primary {
  margin-top: 26px;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li:last-child a:hover {
  text-decoration: none;
  opacity: 0.6;
}

header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

@media (min-width: 768px) {
  .navigation-primary {
    display: block !important;
  }

  .drawer-toggle {
    display: none !important;
  }
}

@media (max-width:1060px){
  header.site-header.en-header .custom-menu-primary {
    margin-top: 5px;
  }

  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.6;
  }

  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li a {
    margin: 0 13px 0 0;
    font-size: 10px;
    padding: 9px 40px 8px;
  }
}

header.site-header.en-header button.drawer-toggle.drawer-hamburger {
  display: none;
}

 
  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li.active a {
    background: #f0f0f0;
    margin-right: 20px;
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }


  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }


  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }


  .header__close--toggle.show {
    display: block;
  }

  header.site-header.clearfix {
    padding: 20px 0;
    margin: 0;
    text-align: center;
  }

  .header-logo {
    margin: 0px auto;
    text-align: center;
    padding: 0;
    float: none;
    width: 100% !important;
    max-width: 250px !important;
  }

  .header__container {
    flex-direction: column;
    padding: 0;
  }

  .header-logo img {
    max-width: 100%;
    width: 100% !important;
    display: block;
    height: auto;
    margin-left: 6.7%;
    margin-bottom: 20px;
  }

  button.drawer-toggle {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 25px;
    padding: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
    /* background-color: rgba(255,255,255,0.6); */
    border-radius: 0;
    left: 0;
    cursor:pointer;
  }

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #000;
    padding: 0;
  }

  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
  }

  .drawer-hamburger-icon::after {
    top: 10px;
  }

  .header-navigation .custom-menu-primary {
    float: none;
    letter-spacing: -.40em;
    margin: 30px 0 0;
    width: 100%;
    text-align: left;
    margin-top: 0 !important;
  }

  header.site-header.en-header .custom-menu-primary {
    margin-top: -5px !important;
    text-align: center;
  }

  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li a {
    margin: 0 6px 0 0;
    font-size: 10px;
    padding: 8px 40px;
    display: block;
  }

  header.site-header.en-header .custom-menu-primary {
    margin-top: 0 !important;
    text-align: center;
  }

  header.site-header.en-header .header-logo img {
    margin-bottom: 15px;
    margin-left: 0;
  }

  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.6;
    width: 28.5%;
  }

  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li a {
    margin: 0 6px 0 0;
    font-size: 10px;
    padding: 8px 0px;
    display: block;
  }
  
  header.site-header.en-header .custom-menu-primary .hs-menu-wrapper ul li.active a {
    background: #f0f0f0;
    margin-right: 3px;
}
 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container {
  margin: 0 auto;
}

footer.footer {
  margin: 50px auto 0;
  padding: 44px 0 70px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

.footer .hs-menu-wrapper ul {
  margin: 0;
  display: block;
  margin-bottom: 27px;
  letter-spacing: -.40em;
  line-height: 1.8;
}



.footer .hs-menu-wrapper ul li {
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
}

.footer .hs-menu-wrapper ul li a {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-left: 13px;
  padding-bottom: 5px;
  margin-right: 30px;
  position: relative;
  padding-top: 0;
  padding-right: 0;
  line-height: normal;
}

.footer__copyright {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}

.footer .hs-menu-wrapper ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.footer .hs-menu-wrapper ul li a:before {
  background-color: rgba(15, 162, 255, 1.00);
  bottom: -2px;
  content: '';
  display: block;
  height: 2px;
  left: 5px;
  position: absolute;
  transition: .3s all;
  width: 0;
}

.footer .hs-menu-wrapper ul li a:hover:before {
  width: 96%;
}

.footer .hs-menu-wrapper ul li:last-child a:after {
  display: none;
}

.footer .hs-menu-wrapper ul li:last-child a {
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.1s ease, opacity 0.5s ease;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  position: relative;
  border: 2px solid #2da0d7;
  padding: 8px 20px;
  border-radius: 4px;
  background: #fff;
  margin: 0;
  line-height: 1;
}

.footer .hs-menu-wrapper ul li:last-child a:before {
  display: none;
}

/* .footer .hs-menu-wrapper ul li:last-child a:hover {
opacity: 0.6;
} */

footer.footer.en-footer .footer__copyright {
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

footer.footer.en-footer .hs-menu-wrapper ul li:last-child a {
  padding: 11px 40px;
  border-radius: 4px;
  position: relative;
  line-height: 1;
  margin: 0;
}

footer.footer.en-footer .hs-menu-wrapper ul li a {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-left: 12px;
  padding-bottom: 5px;
  margin-right: 49px;
  position: relative;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
}

footer.footer.en-footer .hs-menu-wrapper ul {
  margin: 0;
  display: block;
  margin-bottom: 24px;
  letter-spacing: -.40em;
  line-height: 1.8;
  margin-top: -1px;
}

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

div#page-top {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}

div#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

div#page-top p a {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

div#page-top p a img {
  vertical-align: bottom;
  border: none;
  background: transparent;
  max-width: 100%;
  height: auto;
}
div#page-top p a img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
div#page-top p a:hover img.img2 {
  opacity: 1;
}

.footer .hs-menu-wrapper ul li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.footer .hs-menu-wrapper ul li.active a:before {
  width: 96%;
  display: block !important;
}
div#page-top p a:hover {
  opacity: 0.6;
}

footer.footer.en-footer .hs-menu-wrapper ul li.active a {
  background: #f0f0f0 !important;
}

.footer .hs-menu-wrapper ul li:last-child.active a:before{
  display: none !important;
}

@media (min-width:768px){
  .footer .hs-menu-wrapper ul li.active:last-child a {
    background: #f0f0f0;
  } 
}

@media (min-width:1061px){
  .footer.footer-ja .hs-menu-wrapper ul {
    margin: 0;
    margin-bottom: 26px;
    margin-top: 1px;
  } 
}

@media screen and (max-width: 1060px){
  footer.footer {
    margin: 30px auto 0;
    padding: 30px 0 29px;
  }

  .footer .hs-menu-wrapper ul li {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer .hs-menu-wrapper ul li a {
    font-size: 10px;
  }

  .footer .hs-menu-wrapper ul li:last-child a {
    font-size: 10px;
  }

  .footer .hs-menu-wrapper ul {
    margin: 0;
    display: block;
    margin-bottom: 15px;
    letter-spacing: -.40em;
    line-height: 1.8;
  }

  footer.footer {
    margin: 30px auto 0;
    padding: 23px 0 29px;
  }

  .contact-row1-wrapper .actions {
    border-top: 1px dotted #c7c7c7;
    padding-top: 20px;
    margin-top: 0px;
  }

  div#page-top {
    width: 40px;
    height: 40px;
    bottom: 26px;
  }

  div#page-top p {
    font-size: 14px;
    line-height: 1.6;
  }
  div#page-top p a {
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  footer.footer.en-footer .hs-menu-wrapper ul {
    margin-bottom: 14px;
  }


  footer.footer.en-footer .hs-menu-wrapper ul li a {
    font-size: 10px;
    margin-right: 30px;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li:last-child a {
    padding: 9px 40px 8px;
    font-size: 10px;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li:last-child a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media (max-width:767px){

  footer.footer {
    max-width: 450px;
    margin: 0 auto;
    margin: 30px auto 0;
    padding: 30px 0 30px;
  }

  .footer__copyright {
    font-size: 12px;
    padding-top: 30px;
    clear: both;
    font-family: Verdana, “Droid Sans”;
    line-height: 1.6;
    padding-top: 30px;
  }

  .footer .hs-menu-wrapper ul li {
    width: 48%;
    letter-spacing: normal;
    display: inline-block;
  }

  .footer .hs-menu-wrapper ul {
    margin: 0;
    display: block;
    margin-bottom: 0;
    letter-spacing: -.40em;
    line-height: 1.6;
  }

  .footer .hs-menu-wrapper ul li:nth-child(odd) {
    float: left;
    clear: left;
  }

  .footer .hs-menu-wrapper ul li:nth-child(even) {
    float: right;
  }

  .footer .hs-menu-wrapper ul {
    margin: 0;
    display: block;
    margin-bottom: 0;
    letter-spacing: -.40em;
    line-height: 1.6;
  }

  .footer .hs-menu-wrapper ul li {
    width: 48%;
    letter-spacing: normal;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
  }

  .footer .hs-menu-wrapper ul li a {
    display: block;
    font-size: 10px;
    padding-left: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
    background: #fff;
    height: 31px;
    line-height: 31px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }

  .footer .hs-menu-wrapper ul li:last-child a {
    padding: 0;
    border: 1px solid #0fa2ff;
  }

  footer.footer {
    margin: 30px auto 0;
    padding: 30px 0 30px;
  }

  .footer .hs-menu-wrapper ul li a:after,
  .footer .hs-menu-wrapper ul li:last-child a:after {
    content: '';
    border: 0px;
    position: absolute;
    top: 50%;
    border-width: 0;
    margin-top: -2px;
    border-top: solid 2px #1791ff !important;
    border-right: solid 2px #1791ff  !important;
    left: auto;
    right: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    display: block;
  }

  .footer .hs-menu-wrapper ul li a:before {
    background-color: rgba(15, 162, 255, 1.00);
    bottom: -2px;
    content: '';
    display: block;
    height: 2px;
    left: 5px;
    position: absolute;
    transition: .3s all;
    width: 0;
  }  

  div#page-top {
    width: 30px;
    height: 30px;
    bottom: 26px;
  }
  div#page-top p a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  .footer .hs-menu-wrapper ul li a:before{
    display: none !important; 
  }

  .footer .hs-menu-wrapper ul li:last-child a:hover {
    color: rgba(63,59,58,1) !important;
    background-color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(45,160,215,1) !important;
  }

  .footer .hs-menu-wrapper ul li:last-child a {
    border: 1px solid rgba(45,160,215,1) !important;
  }

  .footer .hs-menu-wrapper ul li a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  }

  footer.footer.en-footer .footer__copyright {
    font-size: 12px;
    padding-top: 30px;
    clear: both;
    font-family: Verdana, “Droid Sans”;
  }

  footer.footer.en-footer .hs-menu-wrapper ul {
    margin: 0;
    display: block;
    margin-bottom: 0;
    letter-spacing: -.40em;
    line-height: 1.6;
    margin-top: 0;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li:nth-child(odd) {
    float: none;
    clear: none;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li {
    width: auto;
    letter-spacing: normal;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li a {
    margin-right: 30px !important;
    color: #333;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 5px;
    font-size: 10px;
    position: relative;
    line-height: 1;
    border: 0;
    background: transparent;
    height: auto;
    width: auto;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li a:after {
    display: none;
  }

  footer.footer.en-footer  .hs-menu-wrapper ul li:nth-child(even) {
    float: none;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li:last-child {
    width: 30%;
  } 

  footer.footer.en-footer .hs-menu-wrapper ul li:last-child a {
    padding: 8px 0px 8px;
    font-size: 10px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid #2da0d7 !important;
    width: 100%;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    display: block !important;
    border-color: transparent transparent transparent rgba(15,162,255,1.0);
    border-top: solid 5px transparent !important;
    border-right: solid 6px transparent !important;
    transform: none;
  }

  footer.footer.en-footer .hs-menu-wrapper ul li:last-child a:after {
    display: none !important; 
  }

  footer.footer.en-footer {
    padding: 25px 0 30px;
  }

  .footer .hs-menu-wrapper ul li.active a {
    background: #f0f0f0;
  }

  .footer .hs-menu-wrapper ul li:last-child.active a {
    background: #f0f0f0 !important;
  }

  .footer.footer-ja .hs-menu-wrapper ul li:last-child a {
    margin: 0;
    line-height: 31px;
  }

  .contact-row1-wrapper .hs-form-field .input .hs-input::placeholder {
    font-size: 13px;
  }

  .footer.footer-ja  .hs-menu-wrapper ul li.active a:before{
    display: none !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  text-align: center;
}

.blog-header__inner {
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-page .content-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.blog-page .post-item {
  padding: 30px 0 10px;
  border-top: 1px solid #eee;
  width: 100%;
}

.blog-page .post-item p.day {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.blog-page .post-item h2 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-page {
  max-width: 960px;
  width: 92.68%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  font-size: 14px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.blog-post h1 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.blog-header__inner h1.blog-header__title {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin: 50px 0;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
  color: #333;
  text-transform: uppercase;
}

.blog-header__inner h1.blog-header__title {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin: 50px 0;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Osaka", sans-serif;
  color: #333;
  text-transform: uppercase;
}

.blog-page .post-item h2 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.post-bdy-content p,
.blog-post__body p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

.read-more {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.read-more a {
  font-size: 14px;
  color: #000;
  padding: 10px 0 10px 36px;
  background-image: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/backicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
} 

.read-more a:hover {
  opacity: 0.6;
  color: #000;
  text-decoration: none;
}

.post-bdy-content p a,
.blog-post__body p a {
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  color: #29abe2;
  text-decoration: none;
}

.post-bdy-content p a:hover,
.blog-post__body p a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.post-bdy-content img,
.blog-post__body img{
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a.blank {
  background: url(https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/PGV_September2020/images/blank_icon.png)no-repeat right center;
  background-size: 16px auto;
  padding: 0 26px 0 0;
  -webkit-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease, opacity 0.5s ease;
  word-break: break-all;
}


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 50px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}


.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.blog-en .blog-header__inner h1.blog-header__title {
  font-family: Helvetica, Arial, sans-serif;
}
.blog-en .blog-page .post-item p.day {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  font-family: Helvetica, Arial, sans-serif;
}
.blog-en .blog-page .post-item h2 {
  font-family: Helvetica, Arial, sans-serif;
}

.read-more a {
  font-family: Helvetica, Arial, sans-serif;
}

.body-wrap.blog-en .blog-post h1 {
  font-family: Helvetica,Arial,sans-serif;
}

.blog-page.blog-ja .blog-header__inner h1.blog-header__title {
  margin-top: 20px;
}

@media (max-width:1260px)and(min-width:1061px){
  .blog-page.blog-ja .blog-header__inner h1.blog-header__title {
    margin-top: 17px;
  }
}

@media screen and (max-width: 1060px){
  .blog-header__inner h1.blog-header__title {
    font-size: 21px;
    margin: 30px 0 30px;
  }
  .blog-page .post-item {
    padding: 20px 0 0px;
    border-top: 1px solid #eee;
    width: 100%;
  }

  .blog-page .post-item p.day {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    line-height: 1.6;
  }

  .blog-page .post-item h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .post-bdy-content p, .blog-post__body p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .read-more {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .read-more a {
    font-size: 13px;
    padding: 10px 0 10px 30px;
    background-size: 22px auto;
  }

  .post-bdy-content p a, .blog-post__body p a {
    font-size: 14px;
    line-height: 1.6;
  }

  .blog-page {
    max-width: 960px;
    width: 94.79% !important;
    margin: 0 auto;
  }

  .blog-en .blog-page .post-item p.day {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    font-family: Helvetica, Arial, sans-serif;
  }

  .blog-en .blog-page .post-item h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
  }
   .blog-page.blog-ja .blog-header__inner h1.blog-header__title {
    margin-top: 0px;
  }
}

@media (max-width:767px){
  .blog-page {
    width: 93.6% !important;
    max-width: 450px;
  } 

  .blog-header__inner h1.blog-header__title {
    font-size: 21px;
    margin: 30px 0 30px;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .blog-page .post-item p.day {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .post-bdy-content p, .blog-post__body p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .read-more {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


/* styles imported from atlas-theme_for_nais-entry --- start */
.blog-header__post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-header__post > h1 {
  margin: 0 0 0 20%;
  line-height: 520px;
  vertical-align: middle;
  text-align: left;
}

.blog-post__title {
  font-size: 2rem;
  font-weight: bold;
}
.blog-post__preheader {
  font-family: , sans-serif;
  font-size: 0.9rem;

  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 1rem;
}
.blog-post__author, .blog-post__timestamp {
  color: #333;
  font-size: 0.9rem;
}
.eeg-blog-index__content {
  font-weight: bold;
}
.eeg-blog-index__summary {
  font-size: 0.8rem;
}
.eeg-blog-index__post-image {
  display: block;
  background-image: url('https://8101132.fs1.hubspotusercontent-na2.net/hubfs/8101132/raw_assets/public/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.eeg-blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0;
}
.eeg-blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
  max-width: 680px;
}
.eeg-blog-tags li {
  display: inline-block;
  margin: 7px;
}
.eeg-blog-tags__link {
  background-color: #4678EE;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  color: #FFF;
  padding: 15px 53px;
  font-family: , sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 1px solid #dadada;
}

.eeg-blog-tags__link:hover, .eeg-blog-tags__link:focus, .eeg-blog-tags__link:active {
  background-color: #4678EE;
  border-color: #3b66c9;
  color: #FFF;
  text-decoration: none;
}
.eeg-blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
.eeg-blog-tags__link a {
  color: #FFF;
}
.eeg-blog-tags__link--current {
  background-color: #3b66c9;
  border: none;
  color: white;
}

.eeg-blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.eeg-blog-index, .eeg-blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
  margin: -24px;
}

.eeg-blog-index:after, .eeg-blog-more-posts:after {
  content: "";
  flex: auto;
}

.eeg-blog-index__post-wrapper, .eeg-blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .eeg-blog-index__post-wrapper, .eeg-blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .eeg-blog-index__post-wrapper, .eeg-blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}


/* styles imported from atlas-theme_for_nais-entry --- end */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.hs-landing-page .body-wrap p ,
.hs-landing-page .body-wrap ul li ,
.hs-landing-page .body-wrap ol li,
.hs-landing-page .body-wrap table,
.hs-landing-page .body-wrap blockquote {
  font-size: 16px;
}


a.hs-button.large.primary,
a.hs-button{
  text-align: center;
  line-height: normal;
  display: block;
  line-height: 50px;
}

@media screen and (max-width: 1300px){
  a.hs-button.large.primary,
  a.hs-button{
    line-height: 39px;
  }
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}

.content-wrapper {
  padding-left:0 !important;
  padding-right:0 !important;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.hs-landing-page input#submitbutton,
form#hs-membership-form input.hs-button.primary.large,
.widget-type-password_prompt input.hs-button.primary.large,
.error-page a.hs-button {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom:20px;
  margin-top:20px;
      display: inline-block;
}

form#hs-membership-form .hs-input,
.widget-type-password_prompt .hs-input{
  max-width: 767px;
  display: block;
  margin-bottom: 20px;
  
}

div#hs-membership-password-requirements ul.no-list.hs-error-msgs {
    padding-left: 0;
}

form#hs-membership-form input#hs-login-widget-remember {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  height: auto;
  min-height: auto;
}

input#hs-pwd-widget-password {
    max-width: 767px;
    display: block;
}

@media (max-width:767px){
  .hs-landing-page .body-wrap form,
  .hs-landing-page .body-wrap .widget-type-blog_subscribe{
    margin-bottom: 30px;
  } 
  .hs-landing-page .body-wrap h1 {
    font-size: 40px;
  }

  .hs-landing-page .body-wrap h2 {
    font-size: 30px;
  }

  .error-page h1.title {
    font-size: 30px;
  }

  input.email-edit.hs-input {
    width: 100% !important;
  }
  
  .systems-page .success {
    min-width: 100%;
}
}
@media (max-width:479px){
.systems-page h1 {
    font-size: 30px !important;
}

.systems-page h2 {
    font-size: 26px !important;
}
}