/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */





















































.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #000;
}

img {
  border: 0;
  max-width:100%;
}





html {
  font-size: 1.6;
}

body {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 1.6rem;
  font-weight: 400
}

body,
html {
  height:100%;
}


a {
  color: rgba(0, 0, 0, 1.0);
  background: transparent;
}

.hs-search-field__suggestions #results-for {
  color: #000;
}

.hs-search-field__suggestions li {
  color: #000;
}

.hs-search-field__suggestions li a,
.hs-search-field__suggestions a{
  color: rgba(0, 0, 0, 1.0);
}

.post__meta a {
  color: #000;
  text-decoration:none;
}

.post__meta a:hover {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: rgba(40, 40, 40, 0.0);
}


h1 {
  color: #000;
  font-family: Roboto;
  font-size: 3rem;
  font-weight: 400;
}


h2 {
  color: #000;
  font-family: Roboto;
  font-size: 2.8rem;
  font-weight: 400;
}

h3 {
  color: #000;
  font-family: Roboto;
  font-size: 2.4rem;
  font-weight: 400;
}

h4 {
  color: #000;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 400;
}

h5 {
  color: #000;
  font-family: Roboto;
  font-size: 1.6rem;
  font-weight: 400;
}

h6 {
  color: #000;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 400;
}






.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,
.body-container .submitted-message {
  border-width: 0px;
  border-style:solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  font-family: Noto Sans JP;
  padding:5px;
  background-color:rgba(255, 255, 255, 0.0 );
  margin:0 0 10px;
}



h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
  padding:5px;
}

.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
  background-color: rgba(228, 0, 32, 1.0);
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2.85rem;
  padding-right: 2.85rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-width:1px;
  border-radius:10rem;
  border-style:solid;
  border-color: rgba(228, 0, 32, 1.0);
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
  background-color: rgba(228, 0, 32, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(228, 0, 32, 1.0);
  text-decoration:none;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(228, 0, 32, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

.hs-error-msgs label{
  color:#df280a;
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}


form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius:0px;
  border-width:1px;
}



form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: rgba(0, 0, 0, 1.0);
}


form#email-prefs-form input[type="email"] {
  width:100% !important;
}


form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
  border-color: rgba(255, 255, 255, 0.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: rgba(0, 50, 100, 1.0);
}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


.fn-date-picker .pika-table thead th {
  color: rgba(41, 43, 44, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color:  #000 ;
}

.hs-richtext {
  font-size: 1.6px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Noto Sans JP;
}

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

.fn-date-picker td.is-selected .pika-button {
  background: #000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(41, 43, 44, 1.0);
  color: rgba(41, 43, 44, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(41, 43, 44, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(41, 43, 44, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(41, 43, 44, 1.0);
}





.custom-header {
  background-color: rgba(255, 255, 255, 0.0);
}

.scroll-header .custom-header,
.no-banner .custom-header{
  background-color: rgba(255, 255, 255, 1.0);
}


@media (min-width:768px) {

  .mobile {
    display:none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:hover{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: rgba(255, 255, 255, 1.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 0, 0, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    color: rgba(255, 255, 255, 0.7000000000000001);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    color: rgba(0, 0, 0, 0.7000000000000001);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    color: rgba(255, 255, 255, 1.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    color: rgba(0, 0, 0, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after ,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after,
  .no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after {
    background-color: rgba(0, 0, 0, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 0.7000000000000001);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul{
    background: rgba(225, 0, 32, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul:before {
    border-bottom-color: rgba(225, 0, 32, 1.0);
  }

  .header-button-wrapper .sns-icon {
    background-color: rgba(199, 0, 28, 1.0);
  }

  .header-button-wrapper .sns-icon:hover {
    background-color: rgba(199, 0, 28, 1.0);
  }

  .header-button p {
    background-color: rgba(228, 0, 32, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .header-button p a {
    color: rgba(255, 255, 255, 1.0);
    opacity:1;
  }


  .header-button p:hover {
    background-color: rgba(228, 0, 32, 1.0);
    color: rgba(255, 255, 255, 0.7000000000000001);
  }

  .header-button p a:hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
    opacity:1;
  }

  .custom-footer a:hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
    opacity:1;
  }


  .footer__copyright p a:hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
    opacity:1;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul ul>li>a:hover {
    color: rgba(255, 189, 200, 0.7000000000000001);
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:before {
    background-color: rgba(255, 189, 200, 1.0);
  }

  .footer__link .link a:hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
  }

  .footer__link .link a:hover .link__symbol {
    background-color: rgba(228, 0, 32, 0.7000000000000001);
  }

  .dnd-section {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }


}

.custom-logo .logo__text .cls-1{
  fill: rgba(255, 255, 255, 0.0);
}

.scroll-header .custom-logo .logo__text .cls-1,
.no-banner .custom-logo .logo__text .cls-1 {
  fill: rgba(255, 255, 255, 0.0);
}

.header__container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid{
  max-width: 116rem;
}

.body-container,
.banner__container,
.footer__container,
.content-wrapper,
.header__container,
.page-center {
  margin:0 auto;
}

.header__container {
  max-width: 2500px;
}






.footer__container {
  max-width: 2287rem;
}

.custom-footer {
  background: radial-gradient(ellipse at center,rgba(0, 0, 0, 1.0) 18%,rgba(0, 0, 0, 1.0) 100%);
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer-menu .hs-menu-wrapper>ul>li>ul ul>li>a[href^="javascript:;"]{
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer a {
  color: rgba(255, 255, 255, 1.0);
}


.footer__copyright p a {
  color: rgba(255, 255, 255, 1.0);
}



.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}



.custom-footer-menu .hs-menu-wrapper>ul>li>ul ul>li>a {
  color: rgba(255, 189, 200, 1.0);
}



.footer__link .link a {
  color: rgba(255, 255, 255, 1.0);
}



.footer__link .link a .link__symbol {
  transition:all .3s;
  background-color: rgba(228, 0, 32, 1.0);
}


.footer__link:before {
  background-color:rgba(255, 255, 255, 0.4);
}

.custom-footer-top ul li:first-of-type>a{
  background-color: rgba(0, 36, 81, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-top ul li:first-of-type>a:hover {
  background-color: rgba(0, 36, 81, 0.9);
  color: rgba(255, 255, 255, 1.0);
}


.custom-footer-top ul li:last-of-type>a{
  color: rgba(0, 36, 81, 1.0);
}

.custom-footer-top ul li:last-of-type>a:hover {
  color: rgba(0, 36, 81, 0.9);
}







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

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

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-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__tag-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__tag-link:active,
.blog-post__author-name:active {
  color: #282828;
}

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

.blog-post__author {
  background-color: #000;
}

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

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}






.hs-search-results__title {
  text-decoration:none;
  font-family:  Roboto ;
  font-size: 2.8px;
  color:  #000 ;
  font-weight: 400;
}
.hs-search-results__title:hover {
  color:  #000 ;
}





body .icon svg {
  fill: #000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000;
}

body .social-links__icon {
  background-color: #000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #000;
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}


@media(max-width: 767px) {
  .desktop {
    display:none !important;
  }


  .footer__container,
  .header__container,
  .banner__container,
  .body-container,
  .content-wrapper{

  }



}