/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Noto Sans Japanese";
  src:  url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansJP-Regular-Alphabetic.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Regular.woff2) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans Japanese Medium";
  src:     url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansJP-Medium-Alphabetic.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Medium.woff2) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Noto Sans Japanese Bold";
  src:url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansJP-Bold-Alphabetic.eot") format("embedded-opentype"), 
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Bold.woff2) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}



@font-face {
  font-family: "FA5P";
  src: url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/fa-light-300.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/fa-light-300.woff) format("woff"), 
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/fa-light-300.woff2) format("woff2"), 
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/fa-light-300.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}


@font-face {
  font-family: "Futura-PT";
  src:  url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/fututa-pt.woff2) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/FuturaPTWeb-Medium.woff) format("woff");
}

@font-face {
  font-family: "NotoSansCJKJP";
  src: url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansCJKjp-DemiLight.woff2) format("woff2"), 
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20DemiLight.woff) format("woff"),
    url(//f.hubspotusercontent10.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20DemiLight.ttf") format("truetype"),;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "NotoSansCJKJP";
  src: url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansCJKjp-Regular.woff2) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Regular.woff) format("woff"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Regular.ttf) format("truetype"),;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansCJKJP";
  src: url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Medium.ttf) format("woff2"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/NotoSansJP-Medium.woff) format("woff"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Medium.ttf) format("truetype"),;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "NotoSansCJKJP";
  src: url("https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/Zac_December2020/Fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Bold.woff) format("woff"),
    url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/Fonts/Noto%20Sans%20CJK%20JP%20Bold.ttf) format("truetype"),;
  font-style: normal;
  font-weight: 700;
}





html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Lato, serif;
  text-align: justify;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

h1 {
  font-size: 2.1rem;  
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;

}

h3 {
  font-size: 1.25rem;  
}

h4 {    
  font-size: 1.175rem;  
  line-height: 1.25;
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  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;
}
/* ******************************************************************************
*********************************************************************************
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 {
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  padding: 4px 12px;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
  
  text-decoration: none;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
.hs_recaptcha.hs-recaptcha {
    overflow: auto hidden;
    padding-bottom: 10px;
}


.hs-button:hover{
  text-decoration: none;
  background-position: 0 -28px;
  transition: background-position 0.1s linear;
}

.hs-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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


.hs-form label {
  display: block;
  margin-bottom: 4px;

}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  white-space: normal;
  max-width:100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="search"] {
  -webkit-appearance: none;
}

.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.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: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.custom-menu-primary {
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-left: 25px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  transition: .3s;
  line-height: 36px;
  margin-bottom: 10px;
  display: block;
  padding-top: 13px;
  border-bottom: 2px solid transparent;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
  text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  transition: .3s;
  display: block;
  padding: 5px;
}

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


@media (min-width: 768px){
  .mob-visible,
  .child-trigger{
    display:none;
  }

  .hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a ,
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 36px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-in;
    background: #fff;
    min-width: 100px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }

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

}

@media screen and (max-width: 1000px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 5px;
    margin-bottom: 0!important;
  }

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


@media screen and (max-width: 767px){
  .custom-menu-primary {
    display: block;
    position: fixed;
    right: 0;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    background-color: #fff;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: .4s max-height linear;
  }
  .mobile-open .custom-menu-primary {
    max-height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li {
    margin-left: 0;
    text-align: center;
    padding: 3px 0;
    border-bottom: 1px solid #E0E0E0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:first-child {
    border-top: 1px solid #E0E0E0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    animation-delay: .2s;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 0;
    height: 55px;
    line-height: 55px;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    animation: up .5s ease-out;
    animation-fill-mode: forwards;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
    display:none; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    max-width: 250px;
    margin: 0 auto;
    line-height: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:last-child){
    border-bottom: 1px solid #E0E0E0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child{
    border-top: 1px solid #E0E0E0;
  }
  @keyframes up {
    from{
      top: 30px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 63px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid ;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid ;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid ;
}

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.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container {
  margin-right: auto;
  margin-left: auto;
}

main.body-container-wrapper {
  padding: 0 15px;
}

/* HubSpot fix for CTA Hover */

.hs-button:hover, .hs-button:focus, .button--primary:hover, .button--primary:focus {background-image: none; }
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
header.header {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 10px;
  border-bottom: 1px solid #cccccc;
  height: 88px;
  padding: 15px 0;
  z-index: 999;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12.16px;
  line-height: normal;
  font-weight:400;
}
.scroll-header header.header {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px;
}

.header-wrapper {
  min-height: 88px;
}
.header-inner {
  position: relative;
  display: flex;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  align-items: center;
}

.header-left {
  padding: 15px 0;
}
.header-right {
  display: flex;
  flex-direction: row-reverse;
}


.header-left a:nth-child(2),
.btn_menu{
  display: none;
}

.header-left a:nth-child(1) {
  display: block;
  line-height: 1;
}

.header-left a:nth-child(1) .scroll-logo {
  width: 153.06px;
  height: 26px;
  display: block;
}

.header-contact {
  padding: 10px 0;
}


.header-contact .header-btn-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 25px;
}

.header-contact .header-btn-wrap .btn {
  margin-left: 8px;
}

.header-contact .header-btn-wrap .btn a {
  text-align: center;
  border-radius: 50px;
  transition: .3s ease-in;
  text-decoration: none;
  width: 165px;
  font-size: 14px;
  display: block;
  line-height: 50px;
  white-space: nowrap;
}

.header-contact .header-btn-wrap .btn-second a {
  height: 36px;
  line-height: 36px;
  background-color: #FCCF00;
  color: #000000;
}

.header-contact .header-btn-wrap .btn-main a {
  height: 38px;
  line-height: 36px;
  background-color: #00349D;
  color: #fff;
  border: 1px solid #fff;
  width: 152px;
}

.hs-blog-listing .header-contact .header-btn-wrap .btn-main a,
.hs-blog-post .header-contact .header-btn-wrap .btn-main a{
  height: 36px;
  width: 150px;
}

.header-contact .header-btn-wrap .btn a:hover {
  background-color: #0054FF;
  border-color: #0054FF;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px){
  .header-right {
    display: block;
  }
  header.header {
    height: auto;
    padding: 0;
  }
  .header-inner {
    padding: 5px 10px;
  }

  .header-contact {
    padding: 10px 0 0;
  }
  .header-wrapper {
    min-height: 94px;
  }
  .hs-blog-listing .header-wrapper,
  .hs-blog-post .header-wrapper {
    min-height: 94px;
  }
  .header-left {
    padding: 28px 0;
  }
}
@media screen and (max-width: 767px){
  .header-wrapper {
    min-height: 50px;
  }
  .header-left {
    padding: 0;
  }
  .header-contact .header-btn-wrap .btn {
    display: none;
  }
  .btn_menu {
    z-index: 9999;
    z-index: 10;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    outline:none !important;
  }
  .btn_menu_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 25px;
  }
  .btn_menu_line {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #c30d23;
    -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
    transition: .5s cubic-bezier(.44, .03, .14, .98);
  }
  .btn_menu_line:after, .btn_menu_line:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #c30d23;
    -webkit-transition: .5s cubic-bezier(.44, .03, .14, .98);
    transition: .5s cubic-bezier(.44, .03, .14, .98);
  }

  .btn_menu_line:before {
    width: 70%;
    bottom: -8px;
  }
  .btn_menu_line:after {
    top: -8px;
  }

  header.header .btn_menu_line,   
  header.header .btn_menu_line:after,  
  header.header .btn_menu_line:before{
    background-color: #00349D;
  }
  .mobile-open .btn_menu .btn_menu_line {
    background-color: transparent !important;
  }
  .mobile-open .btn_menu .btn_menu_line:before {
    width: 100%;    
    bottom: 0;
    -webkit-transform: rotateZ(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotateZ(-315deg);
  }
  .mobile-open .btn_menu .btn_menu_line:after {    
    top: 0;
    -webkit-transform: rotateZ(315deg);
    -ms-transform: rotate(315deg);
    transform: rotateZ(315deg);
  }
  header.header {
    height: 50px;
    padding: 0 15px;
  }

  .header-inner {
    padding: 0 !important;
    height: 50px;
  }

  .header-left a:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    transition: all .4s;
    display: block;
  }

  .header-left a:nth-child(1) {
    display: none;
  }

  .header-left a:nth-child(2) svg {
    display: block;
  }

  body.mobile-open {
    overflow: hidden;
  }
  .mobile-button {
    margin-left: 0;
    text-align: center;
    padding: 3px 0;
    display: block;
  }

  .header-nav-grid {
    padding: 30px 15px;
  }

  .mob_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 100%;
    background-color: #00349D;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 55px;
  }

  .mob_button a:hover,
  .mob_button a:focus{
    color: #ffffff;
  }

  .mob_button.mob_button-main a {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    background-color: #FCCF00;
  }

  .mob-phone-nb {
    margin-left: 0;
    text-align: center;
    padding: 3px 0;
    display: block;
    padding-top: 0;
  }

  .mob-phone-nb p {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;    
    color: #333333;
  }

  .mob-phone-nb a {
    max-width: 250px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 40px;
    height: 55px;
    display: block;
  }

  .mob-phone-nb a svg {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
    fill: #000;
  }

  .mob-phone-nb a span {
    font-family: "Futura-PT",sans-serif;
    font-style: italic;
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
    letter-spacing: 2px;
    text-decoration: none !important;
    color: #000;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
img {
  vertical-align: bottom;
}


.block_bottom {
  background: #254692;
  padding: 72px 22px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  width: 100%;
  min-width: 982px;
  line-height: normal;
  font-size: 12.16px;
  font-weight:400;  
}

.top-article {
  margin: 0 auto;
  display: table;
}

.block_bottom .bottom_left, 
.block_bottom .bottom_right {
  display: table-cell;
  width: 491px;
  vertical-align: middle;
}
.block_bottom .bottom_right {
  text-align: right;
}
.bottom_left p {
  font-size: 125%;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese Medium',sans-serif;
}

.button_bottom {
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
  height: 64px;
  width: 420px;
  line-height: 1;
  border-radius: 40px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  text-decoration: none !important;
}

.button_bottom .txt_small {
  font-size: 100%;
  margin: 12px 0 7px;
}

.button_bottom span {
  color: #274890;
  display: block;
}

.button_bottom .txt_large {
  font-size: 167%;
  font-weight: 500;
  margin-top: 0;
}

.button_bottom:after {
  content: '';
  background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-arow_right_blue.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
}

.button_bottom:hover {
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

footer.footer{
  font-size :12.16px;
  line-height: normal;
  font-weight:400;
}

footer.footer .footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 40px;
}
.footer_main {
  border-right: 1px solid rgba(0,0,0,.2);
}

.footer_main .hs-menu-wrapper >ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 326px;
  grid-template-columns: 1fr 326px;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "f1 f2" "f1 f3";
  grid-gap: 30px 75px;
}

.footer_main .hs-menu-wrapper >ul>li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: f1;
}

.footer_main .hs-menu-wrapper >ul>li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: f2;
}

.footer_main .hs-menu-wrapper >ul>li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: f3;
}

.footer_main .hs-menu-wrapper >ul>li>a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #00349D;
  margin-bottom: 20px;
  display: block;
  cursor: text;
    font-family: 'Noto Sans Japanese Bold',sans-serif;
}

.footer_main .hs-menu-wrapper >ul>li>ul {
  display: flex;
}

.footer_main .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
  margin-left: 35px;
}

.footer_main .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  transition: color 0.3s ease-in;
}

.footer_main .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: currentColor;
  margin-right: 0.5em;
}

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

.footer_main .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #0054FF;
}




.footer_sub {
  width: 174px;
  padding-left: 36px;
  box-sizing: border-box;
}

.footer_sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.footer_sub ul li:not(:first-child) {
  margin-top: 20px;
}

.footer_sub ul li a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease-in;
}

.footer_sub ul li a:hover {
  color: #0054FF;
}

.footer_sub .footer-logo img {
  width: 130px;
  height: 20px;
}

.footer_sub .footer_inquiry_button {
  margin-top: 25px;
}

.footer_sub .footer_inquiry_button a {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #00349D;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease-in;
}

.footer_sub .footer_inquiry_button a:hover {
  background-color: #0054FF;
}

.footer_sub .footer_telephone {
  margin-top: 15px;
}

.footer_sub .footer_telephone p {
  font-size: 10px;
  text-align: center;
  margin: 0;
}

.footer_sub .footer_telephone a {
  margin: 0;
  font-size: 16px;
  font-family: "Futura-PT",sans-serif;
  font-style: italic;
  text-decoration: none;
  color: #000000;
  pointer-events: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  line-height: 2.6;
}

.footer_sub .footer_telephone a svg {
  width: 16px;
  height: 16px;
}


.footer_bottom {
  border-top: 1px solid #3d5b9b;
  margin-top: 40px;
  padding: 30px 0;
}

.footer_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_logo {
  line-height: 0;
}
.footer_logo a img:nth-child(1) {
  width: 106px;
  height: 18px;
}

.footer_logo a img:nth-child(2) {
  display: none;
}

.footer_copyright p {
  font-size: 12px;
  margin: 0;
  color: #000000;
}

.footer_sns {
  display: flex;
  justify-content: flex-end;
}

.footer_sns {
  display: flex;
  justify-content: flex-end;
}

.footer_sns a {
  display: inline-block;
  margin-left: 10px;
}

.footer_sns a img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px){
  .footer_main .hs-menu-wrapper>ul>li ul ul{
    display: block !important;
    transition: none !important;
    overflow: auto !important;
  }
  .footer_main .hs-menu-wrapper>ul>li > ul{
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px){
  .footer_main .hs-menu-wrapper>ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-right: 15px
  }
  .footer_main .hs-menu-wrapper>ul>li:nth-child(1) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1000px){
  .block_bottom .bottom_left, .block_bottom .bottom_right {
    max-width: 100%;
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: initial;
  }
  .block_bottom{
    max-width: 982px;
    min-width: auto;
  }
}

@media screen and (max-width: 767px){
  .footer_sub {
    width: 100%;
    padding-left: 0;
  }

  footer.footer .footer_top {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  footer.footer .footer_inner {
    max-width: initial;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer_sub ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .footer_sub ul li {
    width: 48.5%;
  }

  .footer_sub ul li:not(:first-child) {
    margin-top: 0;
  }

  .footer_sub ul li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .footer_sub .footer-logo {
    width: 250px;
    margin: 0 auto;
  }

  .footer_sub .footer-logo img {
    width: 75% !important;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .footer_sub .footer_inquiry_button {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .footer_sub .footer_inquiry_button a{
    width: 250px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00349D;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
  }
  .footer_sub .footer_telephone {
    color: #333;
  }
  .footer_sub .footer_telephone p {
    font-size: 12px;
    text-align: center;
    margin: 0;  
  }

  .footer_sub .footer_telephone a {
    font-size: 28px;
    line-height: 1.5;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer_sub .footer_telephone a svg {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }

  .footer_sns {
    display: flex;
    justify-content: center;
  }

  .footer_bottom {
    padding: 20px 0 14px;
  }

  .footer_bottom_inner {
    text-align: center;
    display: block;
  }

  .footer_logo img {
    width: 58px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }

  .footer_logo a img:nth-child(1) {
    display: none;
  }

  .footer_logo a img:nth-child(2) {
    display: block;
  }

  .footer_copyright p {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }

  .footer_sns a {
    display: inline-block;
    margin: 0 10px;
  }
  .footer_main {
    border: none;
  }

  .footer_main .hs-menu-wrapper>ul {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    border-right: 1px solid rgba(0,0,0,.2);
  }

  .footer_main .hs-menu-wrapper>ul>li {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .footer_main .hs-menu-wrapper>ul>li>ul {
    display: none;
    padding: 0 15px;
  }

  .footer_main .hs-menu-wrapper>ul>li>a {
    margin: 0;
    font: 400 13.3333px Arial;
    background: none;
    border: none;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #00349D;
    padding: 0 15px;
    cursor: pointer;
  }

  span.footer_nav_trigger_icon {
    display: block;
    position: absolute;
    top: 36px;
    right: 15px;
    width: 15px;
    height: 1px;
    cursor: pointer;
  }

  span.footer_nav_trigger_icon:before,span.footer_nav_trigger_icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00349D;
    position: absolute;
    top: 50%;
    left: 0;
  }
  span.trigger_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 70px;
    width: 100%;
  }
  span.footer_nav_trigger_icon:after {
    transform: rotate(90deg);
  }
  .footer_main .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    margin: 0;
  }
  .footer_main .hs-menu-wrapper>ul>li>ul ul {
    display: block !important;
    transition: none !important;
    overflow: visible!important;
  }
  .footer_main .hs-menu-wrapper>ul>li.child-open span.footer_nav_trigger_icon:after {
    display: none;
  }
  .footer_main .hs-menu-wrapper>ul>li:not(:first-child)>ul>li,.footer_main .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    padding-bottom: 30px;
  }
  .button_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .footer_sub ul li {
    width: 46.2%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

.hs-blog-listing .block_bottom , 
.hs-blog-post .block_bottom {
  display: none !important;
}

/*==================================================== 
================= blog banner section ================
====================================================*/
.blog_header {
  padding: 0 15px;
  font-size: 12px;
  text-align: left;
  color: #333333;
  line-height: normal;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.blog_header #topic_path {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 982px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
}

.blog_header #topic_path li {
  float: left;
  color: #000;
  line-height: normal;
}

.blog_header #topic_path li a {
  margin-right: 0;
  padding-right: 5px;
  color: #254692;
  text-decoration: none;
  background: none;
}

ul#topic_path:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.blog_header #topic_path li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#topic_path li:not(:first-child) {
  padding-left: 5px;
}

.blog_header_inner {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 55px;
  padding-top: 60px;
  background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/bg-main_visual.png) no-repeat;
  background-position: 90% bottom;
}


.blog_header .blog_header_inner.o-category{
  margin-top: 30px;
  padding-top: 20px;
  background: none;
}

.blog_header_title, .blog_header_lead {
  width: 492px;
  text-align: center;
  color: #000000;
  line-height: normal;
}

.blog_header_title {
  margin-bottom: 16px;
  font-size: 50px;
  font-family: "Futura-PT",sans-serif;
  transform: skewX(-6deg);
  letter-spacing: 4px;
  font-weight: normal;
}

.blog_header_lead {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 2.2;
}


.blog_header_inner.o-category .blog_header_title {
  padding-left: 10px;
  font-size: 18px;
  color: #333333;
  border-left: 2px solid #98baff;
}

.blog_header_inner.o-category .blog_header_title, 
.blog_header_inner.o-category .blog_header_lead {
  width: 100%;
  text-align: left;
}

.blog_header_inner.o-category .blog_header_lead {
  padding-bottom: 0;
  font-size: 40px;
  line-height: 1;
}


.blog_header .person {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_header .person_photo_wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.blog_header .person_photo {
  width: 100px;
  height: 100px;
  display: block;
}

.blog_header .person_body {
  width: 90%;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  color: #333333;
  line-height:normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.blog_header .person_name {
  display: block;
  font-size: 40px;
  color: #000000;
}

.blog_header .person_text {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
}

/*==================================================== 
==================== blog listing ====================
====================================================*/
.blog-main {
  line-height: normal;
  font-size: 12px;
  text-align: left;
  color: #333333;
  font-weight: 400;
}

.hs-blog-listing .blog-main {
  padding-top: 60px;
  background-color: #f2f4fa;
}

.main_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.main_container {
  max-width: 800px;
  flex: 0 1 auto;
  padding: 0 15px;
}

.blog-sidebar {
  width: 240px;
  float: none;
  padding: 0 0 100px 0;
}

.blog_list-item {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_item {
  padding: 40px 30px 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}

.blog_item:not(:last-child) {
  margin-bottom: 20px;
}

a.blog_item_anchor {
  text-decoration: none !important;
  display: block;
}

.blog_item.first-post::before {
  content: "";
  width: 48px;
  height: 24px;
  display: block;
  position: absolute;
  background-color: #eb1760;
  top: -12px;
}

.blog_item.first-post::after {
  content: "NEW";
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: block;
  position: absolute;
  top: -10px;
  left: 38px;
}

.blog_item_inner {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.blog_item_photo_wrapper {
  width: 37.83%;
  height: 0;
  padding-top: 23.9%;
  overflow: hidden;
  position: relative;
}

.blog_item_body {
  width: 56.75%;
}

.iblog_item_photo {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  width: 100%;
  height: auto;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_item_date {
  margin-bottom: 8px;
  color: #333333;
}

.blog_item_title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  line-height: normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.blog_item_text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}

.blog_item_inner + .tag_list {
  margin-top: 8px;
}

.tag_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tag_item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.tag_item_text {
  height: 24px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  background-color: #bbbbbb;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}

.tag_item:not(:last-child) {
  margin-right: 8px;
}

.blog_item_anchor:hover .iblog_item_photo {
  opacity: 0.5;
}

.blog_item_inner.no-feature .blog_item_body {
  width: 100%;
}

.page_top {
  position: absolute;
  bottom: 80px;
  right: 75px;
  width: 74px;
  line-height: 1;
  margin-bottom: 0;
}
.blog_item_anchor:hover .blog_item_title {
  text-decoration: underline;
}

/*==================================================== 
==================== Blog pagination ====================
====================================================*/

.pagenation {
  display: table;
  margin: 70px auto 0;
  position: relative;
}
.pagenation_nav {
  padding: 0;
  list-style: none;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pagenation_nav_item {
  margin: 0 6px;
  position: relative;
}

.pagenation_nav_anchor {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  z-index: 1;
  position: relative;
}

.pagenation_nav_anchor:hover {
  color: #00349d;
}
.pagenation_nav_item.active .pagenation_nav_anchor {
  color: #00349d;
  pointer-events: none;
}

.pagenation_nav_item.active::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  bottom: -3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
}

.pagenation_button_prev, 
.pagenation_button_next,
.pagenation_button_first, 
.pagenation_button_last {
  width: 40px;
  position: relative;
  height: 40px;
  margin: 0 5px;
}

.pagenation_button_prev::before,
.pagenation_button_first::before,
.pagenation_button_first::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #00349d;
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
  border-left-width: 2px;
  border-bottom-width: 2px;
  margin-top: -5px;
  pointer-events: none;
}

.pagenation_button_first::before {
  left: 13px;
}
.pagenation_button_first::after {
  left: 19px;
}

.pagenation_button_prev::before {
  left: 16px;
}

.pagenation_button_next::before,
.pagenation_button_last::before, 
.pagenation_button_last::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #00349d;
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
  border-right-width: 2px;
  border-top-width: 2px;
  margin-top: -5px;
  pointer-events: none;
}

.pagenation_button_next::before {
  right: 16px;
}
.pagenation_button_last::before {
  right: 13px;
}
.pagenation_button_last::after {
  right: 19px;
}

.pagenation_button_prev_anchor, 
.pagenation_button_next_anchor, 
.pagenation_button_first_anchor, 
.pagenation_button_last_anchor {
  display: block;
  height: 100%;
  border: 1px solid #00349d;
  border-radius: 50%;
}

.pagenation_button_prev_anchor:hover, 
.pagenation_button_next_anchor:hover,
.pagenation_button_first_anchor:hover, 
.pagenation_button_last_anchor:hover {
  border: 2px solid #00349d;
}

/*==================================================== 
==================== Blog sidebar ====================
====================================================*/
.aside_block {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #98baff;
}
.category_nav_inner {
  padding: 30px 23px;
  position: relative;
}

.category_nav_inner h3 {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.category_nav_inner h3 span:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -6px;
  background-color: #98baff;
}

.category_nav_inner h3 span {
  position: relative;
  font-size: 16px;
}
.category_nav_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category_nav_inner ul li:not(:last-child) {
  margin-bottom: 5px;
}

.category_nav_inner ul li a {
  color: inherit;
  font-size: 16px;
  text-decoration: underline;
}

.category_nav_inner ul li a span.filter-link-count {
  display: none;
}

.category_nav_inner ul li a:hover {
  color: #0054ff;
}

a.filter-expand-link {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 15px;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  font-size: 0;
}

a.filter-expand-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #0054ff;
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
  border-right-width: 1px;
  border-bottom-width: 1px;
  margin-top: -5px;
  top: 48%;
  left: 51%;
}
.pickup_nav_inner {
  padding: 30px 15px;
}

.aside_block_title {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color:#333;
  font-family: 'Noto Sans Japanese',sans-serif;
}
.aside_block_title_inner {
  position: relative;
  font-size: 16px;
}
.aside_block_title_inner::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -6px;
  background-color: #98baff;
}
.pickup_nav_list{
  margin: 0;
  padding: 0;
  list-style:none;
}
.pickup_nav_item:not(:last-child) {
  margin-bottom: 25px;
}

.pickup_nav_anchor {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.pickup_nav_anchor:hover .pickup_nav_text {
  text-decoration: underline;
}
.pickup_nav_photo_wrapper {
  width: 80px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.pickup_nav_photo {
  width: 100%;
  height: auto;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.pickup_nav_body {
  width: 120px;
  padding-left: 5px;
}

.no-image .pickup_nav_body {
  width: 100%;
}

.pickup_nav_text {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-weight:500;
}
.pickup_nav_date {
  font-size: 10px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.pickup_nav_anchor:hover,
.pickup_nav_anchor:focus{
  text-decoration: none;
  color: inherit;
}

.pickup_nav_anchor:hover .pickup_nav_photo {
  opacity: 0.5;
}

#bnr_box {
  padding-top: 0;
  margin-bottom: 10px;
}

#bnr_box .bnr_area {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none
}

#bnr_box .bnr_area li {
  padding-bottom: 10px;
}

.button_aside a {
  display: block;
  width: inherit;
  border-radius: 4px;
  font-size: 117%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: inherit;
}
.button_aside.button_pink a {
  background: #FCCF00;
  color: #000000;
  padding: 18px 15px;
}
.button_aside.button_blue {
  color: #fff;
}
.button_aside.button_pink a:hover {
  background: #f2c704;
}
.button_aside.button_blue a {
  background: #254692;
  padding: 8px 15px;
}
.button_aside.button_blue a:hover {
  background: #0c3186;
  color: inherit;
}
.button_aside a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-arrow_button_aside.png) no-repeat 0 0;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.button_aside a:hover:after {
  right: 13px;
}

#bnr_box .bnr_area li.padding_20 {
  padding-bottom: 20px;
}

#bnr_box .bnr_area li.padding_20 img,
.bnr_product img,
.bnr_product + div img{
  width: 100%;
  opacity:1;
}
#bnr_box .bnr_area li.padding_20 img:hover,
.bnr_product img:hover,
.bnr_product + div img:hover{
  opacity:.6;
}
.bnr_product {
  margin-bottom: 20px;
}


/*==================================================== 
============= Blog listing Bottom section ============
====================================================*/
.about_column {
  background-image: linear-gradient(transparent 95%, #f2f4fa 5%), linear-gradient(90deg, transparent 95%, #f2f4fa 5%);
  background-color: #fff;
  background-size: 20px 20px;
  background-repeat: repeat;
}

.section_inner {
  margin: 0 auto;
  padding: 50px 15px;
}

.about_column_inner {
  max-width: 880px;
}
.section_title {
  margin-bottom: 50px;
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.section_title.o-pencil {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_title.o-pencil::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-pencil.svg) no-repeat;
  background-size: cover;
}
.about_column_text {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin: 0;
}

.about_column_text:not(:last-child) {
  margin-bottom: 10px;
}
.category {
  background-color: #e0e0e0;
}
.category_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.category_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style:none;
}
.category_item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.category_item:not(:last-child) {
  margin-right: 8px;
}

.category_item_anchor {
  height: 30px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #254692;
  font-weight: 700;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.category_item_anchor {
  color: #254692;
}
.category_item_anchor:hover {
  text-decoration: none;
}
.category_item_anchor::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #254692;
  border-radius: 15px;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  z-index: 1;
  box-sizing: border-box;
}

.category_item_anchor:hover::before {
  border: 2px solid #254692;
}


.mob__appear{
  display:none;  
}

/*==================================================== 
==================== Blog post =======================
====================================================*/
.category_list_wrapper {
  margin-top: 20px;
}
.chapter_head_title {
  margin: 17px 0 24px;
  font-size: 40px;
  font-weight: 400;  
  line-height: normal;
  color: #333333;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.chapter_head_photo_wrapper {
  max-width: 800px;
}

.chapter_head_photo {
  width: 100%;
  height: auto;
}

.chapter_head_body_inner {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns_list {
  height: 20px;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sns_item:not(:last-child) {
  margin-right: 10px;
}
.sns_item.feed img {
  height: 20px;
  width: auto;
}
.chapter_date{
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; 
}

.chapter_date_open, .chapter_date_update {
  display: inline-block;
}
.blog-post__body {
  margin-bottom: 50px;
}
.blog-post__body p {
  margin: 24px 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.8;
}

.chapter_head_body_inner {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/*==================================================== 
==================== Author section ===================
====================================================*/


.author_block {
  margin-bottom: 20px;
  padding: 30px 40px;
  border: 1px solid #ccc;
}

.author_block:nth-of-type(1) {
  margin-top: 60px;
}

.author_person {
  width: 20.77%;
  text-align: center;
}

.author_block .author_person {
  margin-left: -30px;
}

.author_head .author_person {
  float: left;
}

.author_photo_wrapper {
  max-width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.author_photo {
  width: 100%;
  height: auto;
  display: block;
}

.author_detail_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height:normal;
  text-align: left;
  color: #333333;  
  font-family: 'Noto Sans Japanese',sans-serif;
}
.author_name {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  line-height:normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.author_head::after {
  content: "";
  display: block;
  clear: both;
}

.body_text {
  margin: 24px 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.8;
}
.author_block_anchor_wrapper {
  text-align: right;
}

.author_block_anchor {
  padding-right: 1em;
  color: #0054ff;
  font-size: 16px;
  position: relative;
}
.author_block_anchor:hover {
  font-weight: 700;
  color: #0054ff;
}
.author_block_anchor::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #0054ff;
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -5px;
  right: 0;
}

/*==================================================== 
==================== releted section =================
====================================================*/
.related_column_title {
  margin: 60px 0 30px;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  color: #333333;
  line-height:normal;
  font-family: 'Noto Sans Japanese',sans-serif;
}
.related_column_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-bottom: 10px;

}

.related_column_item {
  display: flex;
  flex-direction: row;
}
.related_column_item:not(:first-child) {
  margin-left: 40px;
}
.related_column_anchor {
  display: block;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  outline: none;
  color: #333333;
}
.related_column_item_inner {
  max-width: 240px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: calc(100% - 10px);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dddddd;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.related_column_photo_wrapper {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  overflow: hidden;
  position: relative;
}
.related_column_photo {
  width: 100%;
  height: auto;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.related_column_item_body {
  padding: 15px;
}

.related_column_date {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  margin-bottom: 5px;
  font-size: 10px;
  color: #707070;
}

.related_column_item_title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.related_column_anchor:hover .related_column_item_title {
  text-decoration: underline;
}
.related_column_anchor:hover .related_column_photo {
  opacity: 0.5;
}
.related_column_anchor:hover {
  text-decoration: none;
}
/*==================================================== 
====================Media Query======================
====================================================*/
@media screen and (min-width: 1040px){
  .related_column_anchor {
    min-width: 230px;
  } 
}

@media screen and (max-width: 1100px) and (min-width: 768px){
  .blog-sidebar {
    padding-right: 10px;
  }

  .hs-blog-post .main_container {
    width: 100%;
    max-width: 76%;

  }
  .sns_list {
    height: auto;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px){
  .blog_header #topic_path{
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .blog_header_inner {
    width: 100%;
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/bg-main_visual_mob.png) no-repeat;
    margin-bottom: 9%;
    padding-top: 58.4%;
    background-size: contain;
    background-position: top center;
  }

  .blog_header_title {
    font-size: 40px;
    padding: 0 10px;
    line-height: 1.6;
  }

  .blog_header_title, .blog_header_lead {
    width: 100%;
  }
  .blog_header #topic_path {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .blog_header #topic_path li {
    display: inline;
    font-size: 11px;
  }
  .blog_header #topic_path li a,
  .section_title.o-pencil,
  .about_column_text,
  .blog_item_title,
  .blog_item_date,
  a.blog_item_anchor,
  .section_title,
  .category_item_anchor,
  .pagenation_nav_anchor,
  .chapter_head_title,
  .chapter p,
  .chapter a,
  .hs-blog-listing .custom-menu-primary a, 
  .hs-blog-listing a.mob_button,
  .hs-blog-listing .mob-phone-nb p,
  .hs-blog-listing .mob-phone-nb a,
  .hs-blog-post .custom-menu-primary a, 
  .hs-blog-post a.mob_button,
  .hs-blog-post .mob-phone-nb p,
  .hs-blog-post .mob-phone-nb a,
  .hs-blog-listing footer.footer p,
  .hs-blog-listing footer.footer a,
  .hs-blog-post footer.footer p,
  .hs-blog-post footer.footer a,
  .blog_header #topic_path li a,
  .blog_header_inner.o-category .blog_header_lead,
  .blog_header .person_text,
  .pagenation_nav a{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .blog_header,
  .related_column_title,
  .author_name,
  .author_detail_title,
  .blog_header .person_body,
  .section_title{
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .blog_header_lead {
    font-size: 14px;
    padding: 0 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .blog_header {
    padding: 0;
    overflow: hidden;
  }

  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_container {
    width: 100%;
    padding: 0;
  }
  .blog-sidebar {
    display: none;
  }
  .main_inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .hs-blog-listing .main_inner {
    padding-top: 50px;
  }

  .blog-main,
  .related_column_item_title{
    padding-top: 0;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .blog_item {
    padding: 25px;
  }
  .blog_item_inner {
    display: block;
  }
  .blog_item_photo_wrapper {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 62.5%;
  }
  .blog_item_body {
    width: 100%;
  }
  .blog_item_date {
    font-size: 14px;
  }
  .blog_item_title {
    line-height: 1.5;
  }
  .blog_item_text {
    display: none;
  }
  .related_column_list {
    flex-wrap: wrap;
  }

  .related_column_item {
    width: 100%;
  }

  .related_column_item:not(:first-child) {
    margin: 0;
  }

  .related_column_anchor {
    width: 100%;
  }

  .related_column_item_inner {
    max-width: 100%;
  }

  .related_column {
    padding-bottom: 40px;
  }
  .sns_list {
    height: auto;
    flex-wrap: wrap;
  }
  .blog-post__body p{
    margin: 15px 0;
    line-height: 1.7;
  } 
  .chapter_head_title {
    padding: 0;
    font-size: 24px;
    line-height: 1.5;
  }
  .related_column_title {
    padding-left: 15px;
  }

  .author_head .author_detail_title {
    width: 70%;
    width: calc(100% - 90px);
    margin: 28px 0;
    position: absolute;
    top: 0;
    left: 90px;
  }

  .author_head.no-image .author_detail_title {
    position: relative;
    max-width: 100%;
    left: 0;
    width: 100%;
  }
  .author_head {
    position: relative;
  }

  .hs-blog-listing .mob-phone-nb p,
  .hs-blog-post .mob-phone-nb a:hover{
    line-height: 1.6;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
  }
  .mob-phone-nb a:hover{
    text-decoration: underline;
  }

  .hs-blog-listing footer.footer,
  .hs-blog-post footer.footer{
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
    color: #333333;
  }


  .hs-blog-listing span.footer_nav_trigger_icon ,
  .hs-blog-post span.footer_nav_trigger_icon {
    top: 34px;
  }
  .hs-blog-listing .footer_sub p+div a,
  .hs-blog-post .footer_sub p+div a{
    font-family: "Futura-PT",sans-serif;
  }

  .blog_header .person {
    display: block;
  }
  .blog_header .person_photo_wrapper {
    margin: 0 auto 20px;
  }
  .blog_header .person_body {
    width: 100%;
  }
  .blog_header .person_name {
    font-size: 30px;
  }

  .blog_header .person_text {
    font-size: 14px;
  }


  .blog_header_inner.o-category {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_top {
    display: none;
  }

  .hs-blog-listing .blog-main {
    padding: 0;
  }
  .about_column_text:not(:last-child) {
    margin-bottom: 20px;
  }

  .section_title {
    margin-bottom: 40px;
  }

  .pagenation {
    width: 100%;
  }
  .pagenation_nav {
    height: 34px;
  }
  .pagenation_button_prev, .pagenation_button_next, .pagenation_button_first, .pagenation_button_last {
    width: 34px;
    height: 34px;
    top: 0;
  }



  .pagenation_button_last::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #00349d;
    border-style: solid;
    border-width: 0;
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    margin-top: -4px;
    right: 11px;
  }

  .pagenation_button_last::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #00349d;
    border-style: solid;
    border-width: 0;
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    margin-top: -4px;
    right: 17px;
  }

  .pagenation_button_first::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #00349d;
    border-style: solid;
    border-width: 0;
    transform: rotate(45deg);
    border-left-width: 2px;
    border-bottom-width: 2px;
    margin-top: -4px;
    left: 11px;
  }

  .pagenation_button_first::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #00349d;
    border-style: solid;
    border-width: 0;
    transform: rotate(45deg);
    border-left-width: 2px;
    border-bottom-width: 2px;
    margin-top: -4px;
    left: 17px;
  }
  .pagenation_nav_anchor {
    width: 34px;
    height: 34px;
    padding: 0 5px;
    font-size: 14px;
  }

  .author_photo_wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }

  .author_head .author_photo_wrapper {
    margin-bottom: 20px;
  }

  .author_person {
    width: 80px;
    margin-right: 10px;
  }
  .author_head .author_name {
    clear: both;
  }
  .author_block {
    padding: 30px 15px;
  }
  .author_block .author_person {
    margin-left: 0;
  }

  /*==================================================== 
  =================== Mobile Bottom section ==============
  ====================================================*/

  .mob__appear {
    display: block;
    background: #e6eaee;
    padding-top: 25px;
    font-size: 12px;
    text-align: left;
    color: #333333;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .mob__appear p,.mob__appear a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #footer_sp .inner {
    padding-left: 0;
    padding-right: 0;
  }

  #footer_sp .f_contact {
    background: #e6eaee;
  }

  .sub_title_blue {
    background: #009adb;
    font-size: 17px;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #footer_sp .f_contact .sub_title_blue {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: center;
  }

  #footer_sp .f_contact .f_contact_btn {
    border-top: 2px solid #e6eaee;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #footer_sp .f_contact .f_contact_btn li {
    border-bottom: 1px solid #e6eaee;
    line-height: 1.4;
    background: #004999;
  }

  #footer_sp .f_contact .f_contact_btn li a {
    display: block;
    text-decoration: none;
    padding: 12px 20px 12px 70px;
    color: #FFFFFF;
    font-size: 11px;
  }

  #footer_sp .f_contact .f_contact_btn li:first-of-type a {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-contact01.png) no-repeat 24px center;
    background-size: 27px auto;
    padding: 20px 20px 20px 70px;
  }

  #footer_sp .f_contact .f_contact_btn li a span {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/bg-arrow_04.png) no-repeat right center;
    background-size: 15px 16px;
    display: block;
    padding-right: 20px;
  }

  #footer_sp .f_contact .f_contact_btn li a span span {
    display: block;
    font-weight: bold;
    font-size: 17px;
    background: none;
    padding-right: 0;
  }

  #footer_sp .f_contact .f_contact_btn li a span span span {
    display: inline;
    font-size: 12px;
    padding-right: 0;
  }

  #footer_sp .f_contact .f_contact_btn li:nth-of-type(2) a {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-contact02.png) no-repeat 24px center;
    background-size: 27px auto;
  }

  #footer_sp .f_contact .f_contact_btn li:nth-of-type(3) a {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-contact03.png) no-repeat 24px center;
    background-size: 27px auto;
  }

  #footer_sp .f_contact .btn {
    padding: 20px 10px 10px 10px;
  }

  #footer_sp .f_contact .btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #footer_sp .f_contact .btn li {
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 11px;
  }

  #footer_sp .f_contact .btn ul li a {
    display: block;
    text-decoration: none;
    padding: 16px 10px 16px 20px;
    color: #FFFFFF;
  }

  #footer_sp .f_contact .btn ul li a span {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/bg-arrow_01.png) no-repeat right center;
    background-size: 15px 16px;
    display: block;
    padding-right: 20px;
    color: #3d4b58;
  }

  #footer_sp .f_contact .btn ul li a span span {
    display: block;
    font-weight: bold;
    font-size: 17px;
    background: none;
    padding-right: 0;
    color: #004999;
  }

  #footer_sp .f_contact .btn ul li a span span span {
    display: inline;
    font-size: 12px;
    padding-right: 0;
  }

  #footer_sp .f_contact .btn ul li.tel {
    padding: 11px 0 11px 90px;
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/ico-tel.png) no-repeat 25px center #FFFFFF;
    background-size: 48px auto;
  }

  #footer_sp .f_contact .btn ul li.tel a {
    color: #004999;
    font-size: 24px;
    padding: 0px;
    font-weight: bold;
  }

  #footer_sp .f_seminar {
    padding: 30px 10px 20px 10px;
    background: #FFFFFF;
  }

  #footer_sp .f_seminar p {
    margin-bottom: 20px;
  }

  #footer_sp .f_seminar img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #footer_sp .pagetop {
    text-align: center;
    margin-bottom: 1px;
  }

  #footer_sp .inner p.pagetop {
    background-color: #fff;
    padding-top: 20px;
  }

  #footer_sp .pagetop a {
    display: block;
    background: #004a99;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
  }

  #footer_sp .pagetop a span {
    background: url(https://8735563.fs1.hubspotusercontent-na1.net/hubfs/8735563/raw_assets/public/Zac_December2020/images/bg-top.png) no-repeat left center;
    background-size: 11px 11px;
    padding-left: 20px;
  }



}
/* ******************************************************************************
*********************************************************************************
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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  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;
}
.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;
}
.error-page p {
    text-align: center;
}
.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{}
  .systems-page h2{
  
    font-size: 26px;
  }
}