

















/* 1a. Global Settings */
















  










  











  









/* 1b. Header Settings */




































/* 1c. Typography */















  
















  
















  
































































  


























  























/* 1d. Buttons */




















































/* 1e. Forms */






















  



















  









































/* 1f. Tables */


















 

/* 1g. Blog */



















    




















/* 1h. Footer */






















/* 1i. Theme general settings */














*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * 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;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}


.sp-100ni {
  display:flex;
  flex-wrap:nowrap;
  box-shadow: 0px 0px 12px rgba(0,0,0,.2); 
  border-radius: 8px;
}
.seminar_list_a {
  width:39%;
}
.seminar_list_a > .sp-100ni_child01 {
  width:100%;
  }
.sp-100ni_child01 {
  width:39%;
}
.seminar_list_a > .sp-100ni_child01  img {
  width:100%;
  float: left;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
    height: 100%;

}
@media (min-width: 768px) {
.seminar_list_a > .sp-100ni_child01  img  {
  width: 100%;
    float: left;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
    height: 100%;
}
}


  div.sp-100ni_child02 {
   width:60%;
    padding: 1.5em 2em .2em;
}

@media (max-width: 767px) {
  a.seminar_list_a {
  width:100%!important;
  }
  .sp-100ni {
    flex-wrap: wrap;
    margin-top:20px;
    width: 100%!important;
    flex-direction: column;
  }
  .sp-100ni_child01 {
  max-height:150px;
  overflow:hidden;
  }
  .sp-100ni_child01 img {
    width:100%;
    object-fit: cover;
    padding:0px!important;
    border-radius: 8px 8px 0 0!important;

  }
  div.sp-100ni_child02 {
    width:100%!important;
  padding:1em;
  }
  .seminar_list_a > .sp-100ni,
  .seminar_list_a > .sp-100ni_child01,
  .seminar_list_a > .sp-100ni_child02 {
  width:100%!important;
  }
  

}
p.seminar_list_p {
text-align: left; background-color: #ccc; color: #000; padding: 0 0.4em 0.2em; margin-top: 1em; display: inline-block;
}
a.seminar_list_a{
color: #222; text-decoration: none;font-size:14px;font-weight:600;
  }
.homeeven02_txt {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size:14px;
}
.homeeven02 > h3 {
  font-size:18px;
  font-weight:600;

}
.homeeven02 > p {
margin-bottom:0px;
  font-size:12px;
  font-weight:600;
  margin-top:10px;
  background-color:#dcdcdc;
  padding:2px 6px;
  display:inline-block;
  float:right;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

span.atmc-blog-01_month, .atmc-blog-01_img_wrapper {
    display: block;
    max-height: 30px;
}
p.atmc-h4{
   width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

html {
  font-size: 14px;
}


@media(min-width: 768px) {
  html {
      font-size: 16px;
  } 
}


@media(min-width: 1025px) {
  html {
      font-size: 16px;
  }
}

body {
  font-family: Lato, sans-serif;
  color: #494A52;
  line-height: 1.4;
  line-height: 1.5;
  letter-spacing: 0.08px;
  word-break: break-word;
  background-color: #FAFAFA;

  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: normal; text-decoration: none; color:#111111;
  
}


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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

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

.text-right {
  text-align: right;
}

/* Anchors */

a {
  color: #0270E0;
  color: rgba(0, 0, 0, 1.0);
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgba(12, 83, 148, 1.0);
}

a:active {
  color: rgba(12, 83, 148, 1.0);
}

.tag-listing-link-wrapper {
  text-align: right;
}

.tag-listing-link,
.read-more {
  
    font-family: Noto Sans JP;
  
  color: rgba(17, 17, 17, 1);
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.08px;
  font-weight: 400;
}

.tag-listing-link:hover,
.tag-listing-link:focus,
.read-more:hover,
.read-more:focus {
  color: rgba(58, 153, 39, 1.0);
}

.tag-listing-link,
.read-more.link-small {
    display: flex;
}

.tag-listing-link svg,
.read-more.link-small svg {
  height: 40px;
  width: 40px;
  fill: rgba(58, 153, 39, 1.0);
}

.tag-listing-link:hover svg,
.read-more.link-small:hover svg {
  fill: rgba(13, 152, 209, 1.0);
}

.tag-listing-link .link-icon,
.read-more.link-small .link-icon {
  padding-left: 5px;
}


@media(min-width: 768px) {
  .read-more,
  .tag-listing-link {
    font-size: 82px;
  } 
}


@media(min-width: 1025px) {
  .tag-listing-link,
  .read-more {
    font-size: 14px;
  }
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: 'Roboto', serif;
  font-weight: 900;
  margin: 0 0 1.4rem;
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color:#111111;
}

h1 {
  font-size: 2.1rem;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1px;
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: 700; text-decoration: none; color:#111111;
  
}

h2 {
  font-size: 1.6rem;
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: 0.08px;
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: 500; text-decoration: none; color:#111111;
  
}

h3 {
  font-size: 1.25rem;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07px;
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: normal; text-decoration: none; color:#111111;
  
}

h4 {
  font-size: 1.175rem;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  
    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color:#111111;
    color: #111111; 
  
}

h5 {
  font-size: 1rem;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
  
    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color:#111111;
    color: #333; 
  
}

h6 {
  font-size: 0.9rem;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.66px;
  text-transform: none;
  
    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color:#111111;
    color: #333; 
  
}


@media(min-width: 768px) {
  h1 {
    font-size: 36px;
  } 
  h2 {
    font-size: 30px;
  } 
  h3 {
    font-size: 20px;
  } 
  h4 {
    font-size: 16px;
  } 
  h5 {
    font-size: 20px;
  } 
  h6 {
    font-size: 16px;
  } 
}


@media(min-width: 1025px) {
  h1 {
    font-size: 48px;
  } 
  h2 {
    font-size: 34px;
  } 
  h3 {
    font-size: 26px;
  } 
  h4 {
    font-size: 18px;
  } 
  h5 {
    font-size: 15px;
  } 
  h6 {
    font-size: 16px;
  } 
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote,
.hs-blog-post blockquote {
  margin: 2rem 0;
  padding-left: 3rem;
  position: relative;
}

blockquote,
blockquote p,
.hs-blog-post .blog-post blockquote,
.hs-blog-post .blog-post blockquote p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08px;
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: normal; text-decoration: none; color:#111111;
  
}

blockquote:before {
    content: "";
    background-image: url(https://www.leadstreet.be/hubfs/raw_assets/public/Marketplace/leadstreet/themes/magazine/images/Icon%20open-double-quote-sans-left.svg);
    height: 27px;
    width: 36px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}


@media(min-width: 768px) {
  blockquote,
  blockquote p,
  .hs-blog-post .blog-post blockquote,
  .hs-blog-post .blog-post blockquote p {
    font-size: 18px;
  } 

  blockquote:before {
      left: -10px;
  }
}


@media(min-width: 1025px) {
  blockquote,
  blockquote p,
  .hs-blog-post .blog-post blockquote,
  .hs-blog-post .blog-post blockquote p {
    font-size: 18px;
  } 
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
button,
.button,
.cta_button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button,
.button,
.cta_button {
  background-color: rgba(0, 0, 0, 1.0);
  border: 1px none #FFFFFF;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding: 16px 32px;
  text-transform: none;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.08px
}

.button svg {
    fill: rgba(255, 255, 255, 1.0);
}

.button.button--icon-right svg {
  margin-right: 0;
  margin-left: 10px;
}

.button svg {
  margin-right: 5px;
}

a.cta_button.img,
a.cta_button:not([title]){
    background: none !important;
    padding: 0 !important;
}

button:disabled,
.button:disabled,
.cta_button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.cta_button:hover,
.cta_button:focus {
  background-color:rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border: 1px none #FFFFFF;
}

button:active,
.button:active,
.cta_button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active,
.cta_button:hover,
.cta_button:focus,
.cta_button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px none #FFFFFF;
  color: rgba(0, 0, 0, 1.0);
}

.button--icon-right {
  display: inline-flex;
  flex-direction: row-reverse;
}

/* Secondary Button */

.button.button--secondary,
.cta_button.cta_secondary {
  background-color: rgba(7, 55, 99, 1.0);
  border: 1px none #000000;
  border-radius: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding: 16px 32px;
  text-transform: none;
  font-weight: 800;
  letter-spacing: 0.1px
}

.button.button--secondary svg {
  fill: rgba(255, 255, 255, 1.0);
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.cta_button.cta_secondary:hover,
.cta_button.cta_secondary:focus,
.cta_button.cta_secondary:active {
  background-color: rgba(12, 83, 148, 1.0);
  border: 1px none #000000;
  color: rgba(255, 255, 255, 1.0);
}

/* Simple Button */
.button.button--simple,
.cta_button.cta_simple {
  color: rgba(0, 0, 0, 1.0);
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.08px;
  background: none;
  padding: 0 !important;
  position: relative;
}

.button.button--simple svg {
  fill: rgba(0, 0, 0, 1.0);
}



  .button.button--simple:after,
  .cta_button.cta_simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active,
.cta_button.cta_simple:hover,
.cta_button.cta_simple:focus,
.cta_button.cta_simple:active {
  border: none;
  color: rgba(7, 55, 99, 1.0);
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after,
  .cta_button.cta_simple:hover,
  .cta_button.cta_simple:focus,
  .cta_button.cta_simple:active {
    content: none;
  }



/* Button Sizing */
.button.button--small,
.cta_button.button--small {
  font-size: 12px;
  padding: 12px 32px;
}

.button.button--large,
.cta_button.button--large {
  font-size: 18px;
  padding: 20px 40px;
}
/* Form */

.widget-type-form,
.blog-comments form {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px none #f6aa2d;
  border-radius: 0px;
  padding: 20px;
}

@media(min-width: 1025px) {
  .widget-type-form,
  .blog-comments form {
    padding: 60px 45px;
  }
}

form {
  font-family: Lato, sans-serif;
  
    font-family: Noto Sans JP;
  
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
}

/* Form Title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #111111;
  padding: 25px 0px;
  margin-bottom: 0;
}

/* Labels */

form label,
.hs-form-field > label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  font-size: 14px;
  padding: 6px 0px;
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: 300; text-decoration: none; color:#111111;
  
}


/* Help text - legends */

form legend,
.hs-form-field legend {
  color: #33475B;
  font-size: 0.875rem;
  color: #111111;
  font-size: 12px;
  line-height: 1.4;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  
  
    font-family: 'Noto Sans JP'; font-style: normal; font-weight: 300; text-decoration: none; color:#111111;
  

  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-size: 8px;
  padding: 16px 14px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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


::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}


/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

input[type=radio],
input[type=checkbox]{
    background-color: #EEEEEE;
    -webkit-appearance: none;
    width: 24px !important;
    height: 24px;
    margin-right: .9rem;
    margin-top: 2px;
    float: left;
}

input[type=radio]{
  border-radius: 50%;
  border: 6px solid #fff;
  color: transparent;
  border: none;
}

input[type=radio]:checked {
  background-color: #000000;
  box-shadow: 0px 0px 8px 0px #d2d2d2;
  -webkit-box-shadow: 0px 0px 8px 0px #d2d2d2;
  -moz-box-shadow: 0px 0px 8px 0px #d2d2d2;
  border: 6px solid #EEEEEE;
}

input[type=checkbox]:checked {
  background-color: #EEEEEE;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  margin: 3px auto;
  width: 8px;
  height: 13px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.hs-fieldtype-radio > label,
.hs-fieldtype-checkbox > label {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #000000;
}

.hs-datepicker button.pika-button:hover {
  background-color: #FFFFFF !important;
}


/* Inputs - file picker */

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

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  color: #111111;
  line-height: 1.4;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p,
form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: 0.875rem;
  color: #111111;
  font-size: 10px;
  line-height: 1.4;
}


/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    background-color: rgba(7, 55, 99, 1.0);
    border: 1px none #000000;
    border-radius: 2px;
    color: rgba(255, 255, 255, 1.0);
    padding: 16px 32px;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 0.1px
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus,
  form input[type=submit]:active,
  form .hs-button:active {
    background-color: rgba(12, 83, 148, 1.0);
  border: 1px none #000000;
  color: rgba(255, 255, 255, 1.0);
  }





  form input[type=submit],
  form .hs-button {
    font-size: 12px;
    padding: 12px 32px;
  }



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media(min-width: 768px) {
  form label,
  .hs-form-field > label,
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 16px;
  } 

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    font-size: 10px;
  } 

  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p,
  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-size: 12px;
  }
}


@media(min-width: 1025px) {
  form label,
  .hs-form-field > label,
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 12px;
  } 

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    font-size: 12px;
  } 

  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p,
  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-size: 12px;
  }
}

/* Header container */

.header {
  background-color: #fff;
  /*background-color: rgba(250, 250, 250, 1.0);*/
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
  position: relative;
}

.custom-section-header-wrapper .section-title-custom {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
}

body.body-header__scroll [data-global-resource-path*=header],
body.body-header__scroll header.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

body.body-header__scroll header.header-scroll {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}



@media(max-width: 1024px) {
  body [data-global-resource-path*=header] {
      top: 0 !important;
  }
  body.body-header__scroll header.header-scroll .header__logo-advertisement {
    display: none !important;
  }
}



.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* header top navigation */
.header__top-navigation {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
    padding: 0 10px;
    position: relative;
    z-index: 9;
    display:none;
}

.header__top-navigation-right {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

.header__top-navigation .header__container {
    align-items: center;
}

.header__top-navigation .header__navigation {
    margin-bottom: 0 !important;
}

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

.header__top-navigation .submenu.level-1>li.has-submenu {
  padding-right: 23px;
}

.header__top-navigation .submenu.level-1>li {
    padding: 11px 12px;
}

.header__top-navigation .navigation-primary a {
    font-size: 14px; 
    color: rgba(255, 255, 255, 1.0);
    text-transform: none;
    letter-spacing: 0.06px;
}

.header__top-navigation .submenu.level-1>.has-submenu>.menu-arrow {
    color: rgba(255, 255, 255, 1.0);
}

.header__top-navigation .navigation-primary a:hover,
.header__top-navigation .navigation-primary a:focus,
.header__top-navigation .navigation-primary a:active {
    color: rgba(102, 102, 102, 1.0);
}

.header__top-navigation .submenu.level-1>.has-submenu> a.menu-link ~ .menu-arrow {
    border-top-color: rgba(255, 255, 255, 1.0);
    top: 18px;
    right: 10px;
}

.header__top-navigation .submenu.level-1>.has-submenu> a.menu-link:hover ~ .menu-arrow {
    border-top-color: rgba(102, 102, 102, 1.0);
}

.header__top-navigation .navigation-primary .submenu.level-1 > li ul a {
    color: rgba(255, 255, 255, 1.0);
}

.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:hover,
.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:focus,
.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:active{
    color: rgba(102, 102, 102, 1.0);
}

.header__top-navigation .submenu.level-1>li.has-submenu .submenu.level-2 {
    display: none;
}

.header__top-navigation .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    display: block;
}

.header__top-navigation .submenu.level-2, 
.header__top-navigation .header__language-switcher .lang_list_class,
.header__top-navigation .submenu.level-2 .menu-item .menu-link,
.header__top-navigation .submenu.level-2>li:first-child:before {
    background-color: rgba(0, 0, 0, 1.0);
}

.header__top-navigation .submenu.level-2 .menu-item .menu-link:hover, 
.header__top-navigation .submenu.level-2 .menu-item .menu-link:focus,
.header__top-navigation .submenu.level-2 > li:first-child:hover:before {
    background-color: rgba(0, 0, 0, 1.0);
}




/* header lp */
.header--no-navigation .header__container {
    justify-content: flex-end;
}

.header--no-navigation .header__language-switcher {
    padding: 8px 0;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 250px;
  overflow: hidden;
}

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

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

.header__logo--main,
.header__advertisement{
  /*padding-top: 20px;*/
  padding-top:10px;
}

.header__advertisement{
  text-align: center;
  
}


@media(min-width: 1025px) {
  .header__advertisement{
    text-align:right;
    padding-left: 2rem;
  }
}

.header__logo-advertisement {
    /*padding-bottom: 32px;*/
    /*border-bottom: 1px solid #FAFAFA;*/
    position: relative;
    margin-bottom: 10px !important;
  padding-bottom:0px;
}

.header__logo-advertisement:after {
    content: "";
    width: 100%;
    height: 15px; 
    /*background-image: url('//21384891.fs1.hubspotusercontent-na1.net/hubfs/21384891/raw_assets/public/magazine%20copy/images/pattern-breaker.svg');*/
    position: absolute;
    bottom: 2px;
    background-repeat: repeat;
    left: 0;
}

.header__advertisement * {
    padding: 0;
    margin: 0;
}


@media(max-width: 1024px) {
  .header__logo-advertisement {
      display: block;
      padding-bottom: 30px !important;
  }

  .header__logo-advertisement ~ .header__container{
      padding-top: 0;
      padding-bottom: 0;
  }

}

/* Navigation */

.header__logo-advertisement-navigation-search {
    /*background: rgba(250, 250, 250, 1.0);*/
  background-color:#fff;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}



@media(min-width: 1025px) {
  .header__navigation-cta {
    display: flex;
    align-items: center;
  }
}

.header__navigation {
    margin-bottom: 10px !important;
}

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

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

body .navigation-primary a,
.header__logo .logo-company-name,
.special-menu a {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.08px;
  line-height: 1.2;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
body .navigation-primary a:active,
.special-menu a:hover,
.special-menu a:focus,
.special-menu a:active {
  color: rgba(12, 83, 148, 1.0);
}

body .submenu.level-1>.has-submenu> a:hover ~ .menu-arrow {
    border-top-color: rgba(12, 83, 148, 1.0);
}

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

body .submenu.level-1>.has-submenu>.menu-arrow {
    border-top-color: rgba(34, 34, 34, 1);
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #FFFFFF;
}

header .submenu.level-1,
header .submenu.level-2 li {
  white-space: initial;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(250, 250, 250, 1.0);
 
}

body .submenu.level-2 .menu-item .menu-link {
  color: rgba(34, 34, 34, 1)
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus {
  color: rgba(255, 255, 255, 1.0)
}

body .submenu.level-2 .menu-item .menu-link,
body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .submenu.level-2 > li:first-child.focus:before,
body .submenu.level-2>li:first-child:before,
body .submenu.level-2>li:first-child:hover:before{
  background-color: rgba(250, 250, 250, 1.0);
}


@media(max-width: 1024px) {
  .header__navigation {
    background-color: rgba(250, 250, 250, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(34, 34, 34, 1);
  }
}


/* Search bar */

.header__search-input {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    padding: 0;
    top: 100%;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
}


.header__search {
  padding: 0 10px;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  width: 200px;
  justify-content: flex-end;
}

.header__search .header__search--toggle {
    cursor: pointer;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;*/
  border-radius: 0;
  color: #494A52;
  height: 45px;
  padding: 0 15px;
  position: relative;
  z-index: 2;

}

.header__search.header--element:hover .header__search-input {
  display: block;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.hs-search-field__bar form {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-field__bar form label:first-child {
      width: 100%;
  background: #fff;
  z-index: 99999;
  position: relative;
  padding: 10px 10px 5px;
}

.hs-search-field__bar form button {
      position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
}

@media(min-width: 1025px) {
  .hs-search-field__bar:before {
      background-color: rgba(255, 255, 255, 1.0);
      border: 2px solid #fefeff;
      box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
      content: '';
      display: block;
      height: 30px;
      right: 8px;
      margin-left: 20px;
      overflow: hidden;
      position: absolute;
      top: -6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: background-color .3s;
      width: 30px;
      z-index: 1;
  }
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}

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

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

@media(min-width: 1025px) {
  .header__element-mobile {
      display: none !important;
  }
}




@media(min-width: 1025px) {
  .header__top-navigation-menu {
    width: 85%;
  }

}

/* Mobile styles */

@media (max-width: 1024px) {
  .header__container {
    padding: 10px 0;
  }
  
  .header__logo--main {
      padding-top: 0;
  }
  
  .header__navigation--toggle {
    width: 30px;
    height: 26px;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    cursor: pointer;
    z-index: 999;
}
  
  .header__navigation--toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 1.0);;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
  .header__navigation--toggle span:nth-child(1) {
      top: 0px;
  }
  
  .header__navigation--toggle span:nth-child(2), 
  .header__navigation--toggle span:nth-child(3) {
      top: 9px;
  }
  
  .header__navigation--toggle span:nth-child(4) {
    top: 19px;
}
  
  .header__navigation--toggle.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}
  
  .header__navigation--toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
  .header__navigation--toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
  .header__navigation--toggle.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
  
  .header__logo {
      width: 100%;
      margin: 0 auto;
  }
  
  .header__top-navigation-menu:not(.header__element-mobile) {
      display: none !important;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
      display: none;
      width: 100%;
  }
  
  .header__navigation {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      overflow-y: auto;
      display: inline-block;
      padding: 3.5rem 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform .5s;
      transition: transform .5s;
      z-index: 8;
  }
  
  .header__navigation.open {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  
  .header__cta--wrapper {
      margin-left: 15px;
      margin-top: 20px;
  }
  
  .submenu.level-1 > li {
    border-bottom: 2px solid rgba(34, 34, 34, 1);
  }
  
  .submenu.level-1 > .has-submenu > .menu-arrow-bg, 
  .submenu > .has-submenu > .menu-arrow-bg, 
  .submenu .menu-arrow-bg {
      background: none;
  }


  .header__search.open {
      display: block;
      position: absolute;
      top: 30px;
      background-color: rgba(255, 255, 255, 1.0);
      height: auto;
      left: 0;
      padding: 10px 10px 20px;
      box-shadow: 0 3px 13px 0 rgba(0,0,0,0.3);
  }

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


  .header__search--toggle.hide {
    display: none;
  }

  .header__search--toggle.open {
    display: block;
  }

  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  
  .header__search-input {
      top: 6px;
      display: block;
      position: relative;
      width: 100%;
  }

  .header__top-navigation-right {
      align-items: center;
  }
  
  .header__top-navigation-right > div {
      margin-left: 20px;
      cursor: pointer;
  }

  .header__language-switcher {
       margin: 0 !important;
  }
  .header__language-switcher.open {
      display: block;
  }

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

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

  .header__language-switcher--label-current {
    display: 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 {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

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

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

  .special-menu {
    position: relative;
    border-bottom: 2px solid #ced4db;
    font-weight: 500;
  }

  .special-menu .submenu.level-2 .submenu.level-2 .menu-item .menu-link {
        padding: 10px 50px;
  }


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



/*inpage menu css add*/
.navigation-primary {
width:100%;
}
ul.submenu.level-1 {
 width:100%;
}
.submenu.level-1>li {
    width: 25%;
    text-align: center;
    background-color: #063763;
    padding: 1.4em 0!important;
}
.submenu.level-1>li:last-child {
background-color:#a00404;}
.submenu.level-1>li a {
  text-align:center;
  color: #fff;
    font-size: 18px;
}


a.atmc-blog-01_box > div {
display:flex;
  flex-wrap:nowrap;
  margin-left: 2%;
    margin-top: 2%;
}



p.atmc-blog-01_info.bg-primary {
  display:flex;
  flex-wrap:nowrap;
  flex-direction: row-reverse;
}
span.atmc-blog-01_month　{
display:block;
}
span.atmc-blog-01_month::after {
  content:"月"；
}


p.atmc-h4 {
  margin-left:2%;
}
.footer {
  background-color: rgba(9, 22, 28, 1.0);
}

.footer__container {
  padding: 1rem;
  max-width: 1380px;
  margin: 0 auto;
}

.footer__container.custom {
  max-width: 1380px;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #FAFAFA;
  margin-bottom: 24px;
}

.footer,
.footer p,
.footer span,
.footer i {
  color: #FAFAFA;
}

.footer a:not(.cta_button) {
  color: #FAFAFA;
}

.footer a:not(.cta_button):hover,
.footer a:not(.cta_button):focus {
  color: rgba(255, 255, 255, 1.0);
}

.footer hr {
  color: rgba(250, 250, 250, 1.0);
  background-color: rgba(250, 250, 250, 1.0);
}

.footer .footer__content {
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  padding:0 auto;
}

.footer,
.footer .footer__content p,
.footer .footer__content span,
.footer .footer__content li {
font-size: 14px;
}

.footer .footer__content p {
    margin-bottom: 20px;
}

.footer__copyright {
padding: 1rem 0;
}

.footer__copyright > div {
padding: .5rem 0;
}

.footer__copyright,
.footer__copyright p,
.footer__copyright span,
.footer__copyright li {
font-size: 1px;
}

body .footer-social-links .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body .footer-social-links .social-links__icon svg {
  fill: #ffffff;
}

body .footer-social-links .social-links__icon:hover,
body .footer-social-links .social-links__icon:hover svg {
  fill: rgba(255, 255, 255, 1.0);
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item {
  display: block;
  width: 100%;
  /*margin-bottom: 12px;*/
  margin-bottom: 6px;
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item:first-child {
  padding-top: 0;
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item a {
  padding-right: 0;
  padding-left: 0;
}

.footer__copyright  .footer__bottom--wrapper-content ul li a {
  padding: 0 1rem;
}

.footer__container {
  padding:2rem 1rem 1rem 1rem!important;
}
.footer__content .row-fluid .hs_cos_wrapper {
  display:flex;
  align-items: flex-start;
    justify-content: space-evenly;
}
.footer__content .row-fluid .hs_cos_wrapper > .footer__content--column:nth-child(2),
.footer__content .row-fluid .hs_cos_wrapper > .footer__content--column:nth-child(3),
.footer__content .row-fluid .hs_cos_wrapper > .footer__content--column:nth-child(4) {
margin-top:3.2rem;}

.footer .footer__content li {
    font-size: 12px!important;
}
.footer .footer__content li a:hover {
font-weight:800;
}

@media(max-width: 767px) {


  .footer__content .row-fluid .span3 {
    width:100%;
  }
  
  .footer__content .row-fluid .hs_cos_wrapper > .footer__content--column:nth-child(3),
  .footer__content .row-fluid .hs_cos_wrapper > .footer__content--column:nth-child(4) {
    display:none!important;
  }

  
}
@media(min-width: 768px) {
  .footer .footer__content {
      /*padding-top: 10px;
      padding-bottom: 10px;*/
    padding:0 auto;
  }

  .footer__content--column:first-child .rich-text-content {
      padding-right: 1rem;
  }

  .footer__copyright  .footer__bottom--wrapper-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  .footer__copyright  .footer__bottom--wrapper-content .footer__bottom--copyright {
      border-right: 1px solid rgba(51,71,93,1.0);
      padding-right: 30px;
      margin-right: 10px;
  }

  .footer__copyright  .footer__bottom--wrapper-content ul {
      margin-top: 0;
  }

}


@media(max-width: 767px) {
  .footer__content .row-fluid .span3 img {
    width: 30%!important;
  }
  .footer .footer__content p {
    text-align:left;
       font-size: 12px;
    margin-bottom:0px!important;
  }
  .footer__content .row-fluid .hs_cos_wrapper > .footer__content--column {
    margin-top:0px!important;
  }
  .footer__content .row-fluid .hs_cos_wrapper { 
    flex-wrap: wrap!important;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    text-align: left;
    padding-left:10%;
   
  }
  .footer__content--column > div > div:first-child {
      margin-top: 2rem;
  }

  .footer .footer__content,
  .footer__copyright {
      text-align: center;
  }

  .footer__copyright .footer__bottom--wrapper-content ul {
      align-items: center;
      justify-content: center;
      margin-top: 20px;
  }
}




/* back to top */

.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #4caf50;
  color: rgba(255, 255, 255, 1.0);
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: rgba(255, 255, 255, 0.8);
}

.back_to_top-show {
  display: block;
}

.leadin-popup-exist .back_to_top {
  bottom: 170px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}



.header__container.standard,
.footer__container.standard,
.cta-container,
.body-container-wrapper {
    max-width: 1380px;
    margin: 0 auto;
}

.header__container.full,
.footer__container.full {
   max-width: 100%;    
   padding-right: 2rem;
   padding-left: 2rem;
}

.header__container.custom {
   max-width: 1380px;    
   margin: 0 auto;
}

p.atmc-blog-01_info.bg-primary {
min-width:52px!important;}
.content-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    max-width: 1380px;
    padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
      padding: 0;
  }
}

body {
    overflow-x: hidden;
}
.body-container-wrapper {
  width:1380px!important;
}
.back_to_top {
  background: #399a27;
  border-radius:50%!important;
  right: 10px!important;
}

.top_copy {

}
/*.top_copy h1 {
font-size:340%;
}
.top_copy h3 {
font-size: 200%;
}*/

.btn_top_01 {


  background-color:#ffffffab; 
  padding: 22px 0; 
  width: 80%; 
  margin: 10px auto; 
  text-align: center;
  border: 4px solid;
    border-image: linear-gradient(to right, #DB0015 0%, #F68E00 30%, #3A9927 60%, #0D98D1 100%);
    border-image-slice: 1;

}
.btn_top_01 a {
  width: 80%; 
  margin: 10% auto; 
  position: relative; 
  color:#212121; 
  font-weight: 800; 
  font-size: 1.4em;
}
.btn_top_01:hover {
   background-color:#ffffff; 
}

.btn_top_02　{

  background-color:#ffffffab; 
  padding: 22px 0; 
  width: 80%; 
  margin: 10px auto; 
  text-align: center;
  border: 4px solid;
    border-image: linear-gradient(to right, #DB0015 0%, #F68E00 30%, #3A9927 60%, #0D98D1 100%);
    border-image-slice: 1;
}
.btn_top_02 a {
  width: 80%; 
  margin: 10% auto; 
  position: relative; 
  color:#212121; 
  font-weight: 800; 
  font-size: 1.4em;
}
.btn_top_02:hover {
   background-color:#ffffff; 
}
.dnd_area-row-0-force-full-width-section {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 340px!important;
}
.dnd_area-row-23-background-image {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

/*.dnd_area-row-0-background-image {
  min-height: 400px;
}*/
.bg_wh {
background-color:#fff;
}

.dnd_area-row-3-background-color {
    background-color: rgba(255, 255, 255, 1) !important;

}

.dnd_area-row-4-background-color,
{
    background-color: rgba(255, 255, 255, 1) !important;

}

.filp_a_btn {
background-color: #ffffffab;
    padding: 12px 24px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    border: 4px solid;
    border-image: linear-gradient(to right,#db0015 0%,#f68e00 30%,#3a9927 60%,#0d98d1 100%);
    border-image-slice: 1;
　	color:#212121;
font-size: 16px;
font-weight:400;
letter-spacing:.1em;

}


.btngra,
a.btngra,
button.btngra {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btngra-c {
  font-size: 16px;

  position: relative;

  padding: 1rem 2rem 1rem 1.2rem;

  color: #fff!important;
  border-radius: 0;
  background-image: -webkit-linear-gradient(
    335deg,
    #db0015 0%,
    #3a9927 65%,
    #0d98d1 90%,
    #f68e00 100%
  );
  background-image: linear-gradient(
    115deg,
    #db0015 0%,
    #3a9927 65%,
    #0d98d1 90%,
    #f68e00 100%
  );
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

a.btngra-c span {
  position: relative;
  color:#fff!important;
}

a.btngra-c:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-image: -webkit-linear-gradient(
    335deg,
    #db0015 0%,
    #3a9927 15%,
    #0d98d1 80%,
    #f68e00 100%
  );

  background-image: linear-gradient(
    115deg,
    #db0015 0%,
    #3a9927 15%,
    #0d98d1 80%,
    #f68e00 100%
  );
}


a.btngra-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btngra-c:hover {
  color: #fff;
}

a.btngra-c:hover:before {
  opacity: 0;
}

a.btngra-c:hover:after {
  right: 0.5rem;
}




.dnd_area-row-33-background-image  {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 500px;
}
.dnd_area-row-4-background-image,
.dnd_area-row-17-background-image {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.dnd_area-row-9-force-full-width-section {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 1000px;
}
.dnd_area-row-11-background-image {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.dnd_area-row-12-background-image {
      margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.dnd_area-row-13-background-image {
      margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.dnd_area-row-14-background-image {
 margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
.dnd_area-row-9-background-image {
  min-height: 1200px;
}
}
.dnd_area-row-22-force-full-width-section {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 440px;
}

.dnd_area-row-26-background-image {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 940px;
}
  
.dnd_area-row-10-background-image {
  min-height:1000px!important;
}
.dnd_area-row-3-background-image {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  min-height: 500px;
}
.dnd_area-row-8-background-image {    
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);}

.dnd_area-row-19-background-image {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 20px;
    padding: 20px 10px;
}

.dnd-section > .row-fluid {
    margin: 0 auto;
    max-width: 1200px;
    max-width: 1380px;
}

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

.oya_div {
display:flex;
  flex-wrap:nowrap;
  justify-content: center;
    align-items: center;
  
}
.ko_div_01 {
  width:20%;
}
.ko_div_02 {
  width:80%;
}
.midasi_kakomi {
background-color:#fff;
  border-radius: 14px;
  padding:1em 2em;
  width:100%;
  margin:-30px auto 0;
}
.midasi_kakomi_kentei {
background-color:#073763;
  border-radius: 14px;
  padding:1em 2em 1em;
  width:100%;
  margin:-30px auto 0;
  position: relative;
  text-align: center!important; 
}
.midasi_kakomi_kentei_small {
  background-color:#3a9927;
  border-radius: 8px;
  padding:1em;

  margin:0 auto;
  position: relative;
  text-align: center!important; 
  

}


.midasi_kakomi_kentei_small:after {

   content: '';
    position: absolute;
    top: 20px;
    right: -40px;
    transform: translateX(-50%);
    border-left: 40px solid #3a9927;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;

  
}





.midasi_kakomi_kentei:after{

   content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #063763;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;

  
}
div.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
      justify-content: flex-start;
    align-items: center;
}
div.flex > h2:first-child {
width:30%;
}
div.flex > h2:last-child {
  width:70%;
padding-left:3%;
margin-top:20px;
}

.pccen_sp_left {
text-align:center;
}
.sp_font_small h3,
.sp_font_small h3 span{
  font-size:26px;
}
.sp_font_small h5 {
  font-size:14px;
}
.sp_font_small span {
  font-size:16px;
}
.sp_font_small {
 margin-top:2em;
}

.top_copy h3 {
    /*font-size: 220%;*/
    margin-bottom: 10px;
}
.top_copy h1 {
    /*font-size: 460%;*/
    line-height: 1.1;
}

h2.sdgstest-h2 {
font-size:28px;}


@media screen and (max-width: 425px) {
.midasi_kakomi_kentei:after {
    top: 60px!important;
  }
}
@media screen and (max-width: 767px) {
  h3.sdgstest-h3 {
    font-size:22px!important;
        text-align: left!important;
  }
    h2.sdgstest-h2 {
    font-size:23px!important;
    }
  div.flex>h2:last-child {
    padding-left: 8%!important;
  }
  .midasi_kakomi_kentei:after {
    top: 80px;
  }
}
  
  
  .midasi_kakomi_kentei {
    padding:1em 2em 1em;
  }
  
  .top_copy h1.tc {
    text-align:center;
    margin-bottom:2em;
  }

  .sp_font_small span {
    font-size:14px;
  }
  .sp_font_small h3 {
    font-size:20px;
  }
  .sp_font_small h5 {
    font-size:12px;
  }
  .sansan_inter img {
    width:60%;
    margin:0 20%;
  }
  .top_copy h1 {
    /*font-size: 280%;*/
  }
  .top_copy h3 {
    /*font-size: 160%;*/
  }
  .pccen_sp_left {
text-align:left;
    font-size:18px;
  }
  .pc-only {
  display:none!important;}
  
}
  .pc-only {
  display:block;}


@media (max-width: 1024px) {
  .dnd_area-row-11-margin {
        margin-top: -980px !important;
  }
  }

@media (max-width: 894px) {
    .dnd_area-row-11-margin {
        margin-top: -1980px !important;
  }


}

@media (min-width: 768px) {
    .dnd-section {
        padding: 20px 10px;
    }
  
}

@media (min-width: 1025px) {
    .dnd-section {
        /*padding: 20px 10px;*/
      padding:0px;
    }
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
      padding: 0;
    }
  .filp_a_btn {
  margin: 0 auto;
  margin-right: 20%;
  }
  
    .btngra,
a.btngra,
  button.btngra {
    margin-left: 22%;
  }
  
  
  /*.cell_16465665713292-row-2-margin {
    max-height:500px!important;
    margin-top:10px!important;
  }*/
}




/*CTA*/




a.btn--green {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 4px;
  width:80%;
  margin:10px 10%;
}

a.btn--green:hover {
  color: #fff;
  background: #F68E00;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #D85B00;
}

a.btn--green.btn--cubic:hover {
  margin-top: 13px;
  border-bottom: 2px solid #D85B00;
}

a.btn-c {
  position: relative;
  border-radius: 4px;
}


a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*CTA2*/




a.btn--black {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 4px;
  width:80%;
  margin:10px 10%;
}

a.btn--black:hover {
  color: #fff;
  background: #333;
}

a.btn--black.btn--cubic {
  border-bottom: 5px solid #000;
}

a.btn--black.btn--cubic:hover {
  margin-top: 13px;
  border-bottom: 2px solid #000;
}

a.btn-c {
  position: relative;
  border-radius: 4px;
}


a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}


/*CTA*/




a.btn--green {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 4px;
  width:80%;
  margin:10px 10%;
}

a.btn--green:hover {
  color: #fff;
  background: #F68E00;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #D85B00;
}

a.btn--green.btn--cubic:hover {
  margin-top: 13px;
  border-bottom: 2px solid #D85B00;
}

a.btn-c {
  position: relative;
  border-radius: 4px;
}


a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*CTA３*/




a.btn--orange {
  color: #fff;
  background-color: #F68E00;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 4px;
  width:80%;
  margin:10px 10%;
}

a.btn--orange:hover {
  color: #fff;
  background: #333;
}

a.btn--orange.btn--cubic {
  border-bottom: 5px solid #d85b00;
}

a.btn--orange.btn--cubic:hover {
  margin-top: 13px;
  border-bottom: 2px solid #000;
}

a.btn-c {
  position: relative;
  border-radius: 4px;
}


a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*outlinepage*/

.oya_bg {
background-color:#fff;
padding-top:20px;
padding-right:80px;
}

  .nayamuhito {
    width: 100%;
    border-radius: 100%;
    max-width: 300px;
    overflow: hidden;
    object-fit: contain;
    max-height: 300px;
    background-color: #fff;
    margin: 1em;
}
@media (max-width: 767px) {
  
  a.btn--orange {
  font-size:20px;
  padding:1.2rem 2.6rem 1.2rem 1.4rem;
  }
  
  .nayamuhito {
    width: 80%!important;
    border-radius: 100%;
    overflow: hidden;
    object-fit: contain;
    max-height: 310px;
    background-color: #fff;
    margin: 2em 10%!important;
  }
}

.dl_hr {
border:2px solid #f68e00;
 background-color:#f68e00;
  height:0px;
  border-radius:1px;
}





a.atmc-blog-01_box > div {
display:flex;
  flex-wrap:nowrap;
margin-top:8px;
}



p.atmc-blog-01_info.bg-primary {
  display:flex;
  flex-wrap:nowrap;
  flex-direction: row-reverse;
}
span.atmc-blog-01_month,
.atmc-blog-01_img_wrapper {
display:block;
}
span.atmc-blog-01_month::after {
  content:'月'；
}


p.atmc-h4 {
  margin-left:2%;
  margin-bottom:2px!important;
}





ul.submenu.level-1 {
    width: 100%;
    display: flex;
}


.submenu.level-1>li {
    text-transform: uppercase;
    display: flex;
    align-self: auto;
    flex: 1;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
}
.submenu.level-1>li a {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
@media (max-width: 767px) {

ul.submenu.level-1 {
    width: 100%;
    display: flex;
  flex-direction:column;
  }
}
/** Temporal container size **/
.body-container-wrapper {
  /*width: 1170px;*/
  width:1380px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hs-site-page .body-container-wrapper{
      width: calc(1170px + 20px);
  }
}

@media (min-width: 1025px) {
  .hs-site-page .body-container-wrapper{
      width: calc(1170px + 20px);
  }
}


/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 1rem;
}

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

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
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);
height: 200px;
margin: 0 auto 1.5rem;
width: 200px;
}

.blog-header__author-social-links a {
display: inline-block;
position: relative;
width: 40px;
}

.blog-header__author-social-links a:hover {
background-color: #494A52;
}

.blog-header__author-social-links svg {
height: 25px;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
}

/* Blog listing */
/*
.blog-index {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 3.3rem 0;
}

.blog-index:after {
content: "";
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
*/


.blog-index {
  position: relative; /* needed for the post-overflow background */
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); 
  margin-bottom: 5px;
  overflow:hidden;
}

.content-wrapper {
  padding: 0 10px;
}

.hs-blog-listing .content-wrapper {
    margin-bottom: 4rem;
} 

.blog-index__post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;

  /*min-height: 185px;*/
  min-height:340px;

  font-size: 14px;

  background-color: rgba(250, 250, 250, 1.0);
  color: #373737;
  /*border-radius: 3px;*/
  border-radius:0px;
  padding: 30px 25px;
  
}
.blog-index__post:not(.with-image) {
    min-height: 125px;
}
.blog-index__post[data-img_as="background"]{
  background: transparent;
}
.blog-index__post.with-image[data-img_as="content"] {
  justify-content: stretch;
}

.blog-index__post--overflow {
    position: initial;
}
.blog-index__post--overflow ~ .blog-index__post picture{
    display: none;
}


.blog-index__post--small h2 {
  font-size: .8em;
}
.blog-index__post--square h2,
.blog-index__post--medium h2 {
  font-size: 1.1em;
}
.blog-index__post--large h2,
.blog-index__post--full-width h2,
.blog-index__post--overflow h2 {
  font-size: 1.25em;
}

@media(max-width: 855px ){
    .blog-index__post--square {
        min-height: 280px;
        grid-row: span 3;
    }

    .blog-index__post.with-image[data-img_as="content"] {
        grid-row: span 2;
    }
    
}

@media(min-width: 285px ){
  .blog-index__post--full-width,
  .blog-index__post--large,
  .blog-index__post--medium
  /*.blog-index__post--square*/ {
      min-height: 360px;
      grid-row: span 2;
  }
  .blog-index__post--full-width {
      grid-column: 1 / -1;
  }

}

@media(min-width: 570px ){
    .blog-index__post--large {
        grid-column: span 2;
    }
    /*
    .blog-index__post--medium {
        grid-column: span 2;
    }
    
    .blog-index__post--square {
        grid-column: span 2;
    }*/
    .blog-index__post--overflow {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media(min-width: 855px ){
    .blog-index__post--overflow {
        grid-column: span 2;
    }
    .blog-index__post--large {
      grid-column: span 2;
  }
    
}

@media(min-width: 1135px ){
  .blog-index__post--large {
      grid-column: span 3;
  }
  /*
  .blog-index__post--medium {
      grid-column: span 2; 
  }
  */

  .blog-index__post--overflow {
        grid-column: span 3;
        grid-row: span 3;
    }
  
}

.blog-index__post.with-image[data-img_as="background"] {
  background-color: transparent;
}

.grid-overflow .blog-index {
  overflow: hidden;
}

.blog-index__post.with-image.zoom-hover-effect[data-img_as=background] {
  overflow: hidden;
}

/*.blog-index__post.with-image.zoom-hover-effect[data-img_as=background]:hover picture img {
  transform: scale(1.1);
  transition: all .5s ease;
}*/

.blog-index__post.with-image.zoom-hover-effect[data-img_as=background] .blog-post__tag-link {
  position: relative;
  z-index: 2;
}

.blog-index__post.with-image.zoom-hover-effect[data-img_as=background]:not(.blog-index__post--overflow) a.post-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}


.blog-index__post-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.blog-index__post-background,
.blog-index__post .blog-index__post-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-index__post-background::before {
    content: "";
    position: absolute;
    left:0;
    right:0;


     
        bottom:0;
        top:70%;
    
  
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.2));*/
  background-image: linear-gradient(to bottom,rgb(255 255 255 / 70%),rgb(255 255 255 / 70%));
}
.blog-index__post-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: initial;
}
.blog-index__post-content {
  margin: -30px -25px 0;
}
.blog-index__post-header {
  /*position: relative;*/
  position:absolute;
  max-width: 80%;
}
.blog-index__post.with-image[data-img_as="background"],
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-header,
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-body,
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-meta,
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-header a:not(.blog-post__tag-link),
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-body a,
.blog-index__post.with-image[data-img_as="background"] .blog-index__post-background + .blog-index__post-meta a {
    /*color: #fff;*/
  color:#212121;
    color: #000000;
}


.blog-index__post.with-image[data-img_as=content] .blog-index__post-content {
    position: relative;
    min-height: 150px;
    height: 25vh;
    max-height: 300px;
    margin-bottom: 30px;
}

.blog-index__post.with-image[data-img_as=content] .blog-index__post-content img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    
}

.blog-index__post h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #111;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  font-weight:600;
  transition: .3s;
}

.blog-index__post:hover h2 {
  color: #3a9927;
}


.blog-index__tag-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 1rem;
}

.blog-index__tag-subtitle {
    font-size: 1.16rem;
    line-height: 1.1;
}

.blog-index__tag-heading {
    border-bottom: 3px solid #D1D6DC;
    padding-bottom: 1rem;
}

.blog-index__post-meta {
  fill:#212121;
  text-align: right;
  opacity: .7;
  margin-top: 1.3rem;
  padding-top: .75rem;
}
@media screen and (max-width: 768px) {
  .blog-index__post-meta {

      position: relative!important;
      top: 9%!important;
  }
}



.blog-index__post.with-image[data-img_as="content"] .blog-index__post-meta{
  margin-top: auto;
}
.blog-index__post-meta time {
  float: left;
}

.blog-index__post:hover time {
  color: #212121;
}


img.author-avatar {
  width:22px;
  height:22px;
}




.blog-index__post-image {
  display: block;
  background-image: url(//21384891.fs1.hubspotusercontent-na1.net/hubfs/21384891/raw_assets/public/magazine%20copy/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
margin: 0.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 {
height: auto;
max-width: 100%;
}

h4.listing-title {
  display: flex;
}
h4.listing-title:after {
  content: "";
  background-image: url(//21384891.fs1.hubspotusercontent-na1.net/hubfs/21384891/raw_assets/public/magazine%20copy/images/pattern-breaker.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: .3ch;
  /* height: 100%; */
  flex-grow: 1;
  margin-left: .5ch;
}




/* blog sidebar */

.blog-index-with-sidebar .blog-index {
  margin-bottom: 2rem;
}

.blog-index-with-sidebar .blog-index {
  grid-gap: 10px;
  margin-bottom: 10px;
}

.blog-index-with-sidebar .blog-index__post--large {
  grid-column: span 4;
}

.blog-index-with-sidebar .blog-sidebar {
  width: 300px;
  margin-left: 20px;
}


.blog-post-with-sidebar .blog-post {
  margin-left: 0;
  padding: 0;
}



@media(min-width: 768px) {
  .blog-post-with-sidebar .blog-comments {
    margin-left: 0;
  }  

  .blog-index-with-sidebar {
      display: grid;
      grid-template-columns: 4fr 1fr;
  }

  .blog-post-with-sidebar {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    grid-gap: 10px;
    grid-template-columns: calc(100% - 310px) 300px;    
    padding: 3rem 0;
  }

  .blog-post-with-sidebar .blog-sidebar {
    margin-left: 20px;
  }

}

@media(max-width: 767px) {
  .hs-blog-post h1 {
    font-size:26px!important;
  }
  .blog-post-with-sidebar .blog-sidebar,
  .blog-index-with-sidebar .blog-sidebar {
      /*width: 300px;*/
    width:100%;
      margin: 20px auto;
  }
}


@media screen and (min-width: 768px) and (max-width:1024px){
  .blog-index__post-background::before {
    top:70%!important;
  }
  .blog-index__post-header {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top:74%;
  }
}

@media screen and (max-width:855px){
  
  .blog-index__post-header {
    top:74%;
  }
}


@media screen and (max-width:767px){
  
  .blog-index__post-header {
    top:74%;
  }
}

@media(min-width: 768px){

  .blog-post-with-sidebar .blog-post__body img:not([style*="float"]),
  .blog-post-with-sidebar .blog-post__meta2 > hr { 
      left: 0;
      transform: none;
      max-width: 100%;
  }

  
}

/* blog newsletter */

.blog-newsletter__wrapper {
    background-color: rgba(255, 255, 255, 1.0);
    padding: 20px;
    margin-bottom: 20px;
}

.blog-newsletter__wrapper,
.blog-newsletter__wrapper p,
.blog-newsletter__wrapper div,
.blog-newsletter__wrapper .blog-newsletter__title span,
.blog-newsletter__wrapper a,
.blog-newsletter__wrapper .legal-consent-container .hs-richtext p, 
.blog-newsletter__wrapper .legal-consent-container .hs-richtext a, .hs-richtext{
    color: #000000;
}

.blog-newsletter__wrapper .blog__newsletter-form .form-title {
    display: none;
}





/* Blog pagination */

.blog-pagination {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: flex;
font-family: Lato, sans-serif;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 3rem;
margin-bottom: 4rem;
text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  color: #111111;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 100px;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  font-size: 14px;
}


.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
margin-right: 0.25rem;
text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: rgba(17, 17, 17, 0.7);
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #111111;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
fill: rgba(17, 17, 17, 0.7);
}

.blog-pagination__link:hover,
.blog-pagination__link:focus,
.blog-pagination__link--active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 1.0);
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #ffffff;
}

/* Blog post */
.hs-blog-post .blog-post,
.hs-blog-post .blog-post p {
  font-size: 12px;
  color: #111111;
  line-height: 1.5;
  letter-spacing: 0.08px;
  margin-right:2em;
}

.hs-blog-post .blog-post p {
  margin-bottom: 10px;
}
.hs-blog-post h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
    .hs-blog-post .blog-post,
    .hs-blog-post .blog-post p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .hs-blog-post .blog-post,
    .hs-blog-post .blog-post p {
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
.hs-blog-post .blog-post,
.hs-blog-post .blog-post p {
  margin-right:0px!important;
    }
}

 
.blog-post {
  margin: 0 auto;
  max-width: 100%;

  padding: 3.3rem 0;
}

.blog-post__body hr {
  width: 100%;
  height: 1px;
  padding: 0px;
  background:
            linear-gradient(217deg, #0D98D1, #F68E00 70.71%),
            linear-gradient(127deg, #3A9927, #DB0015 70.71%);
  margin:2em 0;
}
.blog-post__body h4 {
 font-size:18px;
  font-weight:600;
  margin: 1em 0;
}


@media (min-width: 728240px){
    .blog-post hr/*,
    .blog-post img:not([width]):not([style*=width])*/{
    left: -120px;
    position: relative;
    width: calc(100% + 240px);
    max-width: 100vw;
    }
}

.blog-post__meta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.blog-post__meta-flex .author-link,
.blog-post__meta-flex .blog-post__timestamp,
.blog-post__meta-flex > .post-share {
  /*margin-top: 10px;*/
}
.blog-post__meta-flex .author-link {
  display: flex;
    align-items: center;
}
.blog-post__meta {
    margin: 1rem 0;
}



.blog-post__meta a {
}


.blog-post__meta2 > hr {
  margin-bottom: 3rem;
}

@media(min-width: 768px){

  .blog-post__meta2 > hr {
    width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: 90vw;
  }

}

.blog-post__meta .author-link{
  text-decoration: none;
  padding-right: 20px;
  color: #111111;
}
.blog-post__meta .author-avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-post__meta .author-avatar span{
  text-decoration: none;
  color: inherit;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
display:none!important;
}/*タグの非表示*/
/*.blog-post__tag-link {
  
    font-family: Noto Sans JP;
  */
  /*color: #ffffff;*/
  color:#000;
  font-size: 12px;
  /*background-color: rgba(204, 204, 204, 1.0);*/
  /*background-color:#fff;
  font-weight: 400;
  text-transform: none;
  border-radius: 0px;
  /*padding: 2px 5px;*/
   /*padding:2px 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 1px;
border:1px solid #000;
}
.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active  {
  /*color: #ffffff;
  background-color: rgba(255, 255, 255, 1.0);*/
  /* background-color:#eee;
  color:#000;
}*/

.blog-post__author_timestamp {
  /*font-size: 12px;*/
  font-size:12px;
      display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media(max-width: 768px){
  .blog-post__author {
    flex-wrap:nowrap!important;
  }
  .blog-post__author .author-name {
    margin-left:20px;
  }
}

.blog-post__timestamp{
  display: inline-block;
}
.blog-post__body img:not([style*="float"]):not([width]){
  width: 100%;
}
@media(min-width: 769px){
  .blog-post__body img:not([style*="float"]){
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      max-width: 90vw;
  }

}

.blog-post__body h3 {
 font-size:28px;
  font-weight:600;
}
.blog-post__body h3 span {
  font-size:80%;
  font-weight:400;
}

.blog-post__body h4 {
  font-size:24px;
}
.blog-post__body h5 {
    font-size:18px;
  margin:0 0 .4em;
  font-weight: 500;
}


.blog_interviee {
  display: flex; flex-direction: row; flex-wrap: nowrap;
}

.blog_interviee_pic {
  width:40%;
}
.blog_interviee_pic img {
  width:100%;
  float:left;
}
.blog_inteviee_text {
  width: 60%; padding-left: 20px;
}
.blog_inteviee_text > h3 {
  font-size:20px;
}
.company_info_last {
  background-color: #edf2f5; padding: 2em 0; display: flex; flex-direction: row; flex-wrap: nowrap;
  margin-top:6em;
}
.company_info_logo {
  width:40%;

}
.company_info_logo img {
  width:80%;
  margin:0 10%;
}
.company_info_text {
width: 60%; 
  padding:1em 0;
}
.blog-post__author-name-bio h3 {
font-size:16px;
}


@media screen and (max-width: 767px) {
  
 
  
  .blog_interviee {
    flex-wrap:wrap;
    flex-direction:column;
  }
  .blog_interviee_pic,
  .blog_inteviee_text,
  .company_info_logo,
  .company_info_text
  {
    width:100%!important;
    padding:1em!important;
  }
  .blog_interviee_pic img {
  width:80%;
    margin: 0 10%;
  }
}
.question_ {
  margin-top:20px;
}
.question_ > h3 {
  font-size:22px;
}
.question_ > h4 {
  font-size:22px;
  font-weight:700;
}
.question_ > h3 > span {
font-size:30px;
  font-weight:800;
  color:#3A9927;
}
.question_ > h4 > span {
font-size:30px;
  font-weight:800;
  color:#DB0015;
}
/* blog recent posts */
.blog-post__recent-posts {
  padding: 4rem 0 0;
}

.blog-post__recent-posts li {
  margin-bottom: 10px;
}

.blog-post__recent-posts a {
  color: inherit;
  text-decoration: underline;
}

.blog-related-posts {
  margin: 4rem 0 6rem;
}

/* Blog related posts */

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/2);
      flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/3);
      flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

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

.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;
    color: #494A52;
    text-decoration: underline;
}

.blog-post__date {
    border-color: #111111;
}

.blog-tag-filter__menu-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
    color: #111111;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__author-name:focus {
    color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__author-name:active {
    color: #393939;
}

.blog-tag-filter__menu-link--active-item:after {
background-color: #FFFFFF;
}


.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
background-color: #FFFFFF;
}

.blog-post__title {
color: #111111;
font-size: 34px;
}

.blog-post__author {
    display: flex;
    flex-wrap: wrap;
}

.blog-post__author .author-name {
    margin-bottom: 10px;
}

.blog-post__author .author-name a {
    font-weight: inherit;
    color: inherit;
}

.blog-post__author .blog-post__author-name-bio {
    width: 100%;
    font-size: 12px;
}

@media(min-width: 768px) {
  .blog-post__author .blog-post__author-name-bio {
      width: calc(100% - 100px);
      padding-left: 20px;
  }
}


#comments-listing .comment-reply-to {
    color: rgba(0, 0, 0, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: rgba(12, 83, 148, 1.0);
}

#comments-listing .comment-reply-to:active {
    color: rgba(12, 83, 148, 1.0);
}



.tag-listing-link {
    display: inline-flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/** Subscribe block */

.block-subscribe {
    background-color:rgba(255, 255, 255, 1.0);
    padding: 2rem;
    text-align: center;
}

.block-subscribe h4,
.block-subscribe h2 {
    margin: 0;
}
.block-subscribe form {
    width: 385px;
    max-width: 100%;
    margin: 0 auto;
}
.block-subscribe .legal-consent-container {
    text-align: justify;
}
.block-subscribe form input[type=submit],
.block-subscribe form .hs-button {
    width: 318px;
    max-width: 90%;
}

.block-subscribe,
.block-subscribe p,
.block-subscribe div,
.block-subscribe span,
.block-subscribe h2,
.block-subscribe h3,
.block-subscribe h4,
.block-subscribe h5,
.block-subscribe h6,
.block-subscribe a,
.block-subscribe .hs-richtext,
.block-subscribe .legal-consent-container .hs-form-booleancheckbox-display > span, 
.block-subscribe .legal-consent-container .hs-form-booleancheckbox-display > span p, 
.block-subscribe form .legal-consent-container, 
.block-subscribe form .legal-consent-container .hs-richtext, 
.block-subscribe form .legal-consent-container .hs-richtext p {
    color: #000000;
}
table {
  /*border: 1px solid #111111 !important;*/
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: rgba(250, 250, 250, 1.0);
}

tbody + tbody {
  border-top: 1px solid #111111;
  border-top-color: #111111;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px none #111111;
  vertical-align: bottom;
  background-color: rgba(255, 255, 255, 1.0);
  color: #FFFFFF;
}

.com_about_table > tr,
.com_about_table > td,
.com_about_table > th {
  border:none!important;
}