@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap');








/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */












/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */


;



/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */
















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */



















.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1200px;
}

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

.dnd-section {
  position: relative;
  padding: 80px 20px;
  z-index: 1;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #252425;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0084c9;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #DC3F45;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #ff8f95;
}

a.button:disabled {
  background-color: #e6e6e6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  color: #252425;
  text-transform: none;
  
  font-style:normal;

  
}












/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

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

/* Blockquote */

blockquote {
  border-left: 7px solid #0084c9;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 132, 201, 1.0)

;
  border: 1px solid #0084c9;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(220, 63, 69, 1.0)

;
  border: 1px solid #DC3F45;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 143, 149, 100);
  border: 1px solid #DC3F45;
  border-color: #ff8f95;
}

/* Secondary Buttons */

.button.button--secondary {
  font-family: 'Libre Baskerville', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #0084c9;
  border-radius: 4px;
  color: #0084c9;
  fill: #0084c9;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: 'Libre Baskerville', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #DC3F45;
  color: #DC3F45;
  fill: #DC3F45;
  font-size: px;
}

.button.button--secondary:active {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #DC3F45;
  border-color: #ff8f95;
  color: #ff8f95;
  fill: #ff8f95;
}

/* Simple Button */

.button.button--simple {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0084c9;
  fill: #0084c9;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #DC3F45;
  fill: #DC3F45;
}



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



.button.button--simple:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff8f95;
  fill: #ff8f95;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 36px;
}





form {
/*  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;*/
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

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

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 45px 45px;
}

/* Form Title */

.form-title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 132, 201, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFFF;
  font-size: 18px;
  padding: 20px 20px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
/*  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;*/
  color: #252425;
  font-size: 16px;
  padding: 4px 6.5px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 14px;
  display:block!important;
}
.hs-fieldtype-file:before {
  background: none;
}
.hs-fieldtype-file:after {
  top:75%;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;*/
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #252425;
  font-size: 16px;
  padding: 15px 15px;
}

select {
  color: transparent;
}

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

form select {
  color: #252425;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #0084c9;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0084c9;
}

/* Inputs - Datepicker */

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #0066ab !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #0066ab;
}

/* Form Rich Text */

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 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*  color: #252425;*/
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 16px;
  
  background-color: #f9f9f9;
  padding: 5px;
}

/* Validation */

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

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 132, 201, 1.0)

;
    border: 1px solid #0084c9;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 36px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(220, 63, 69, 1.0)

;
    border: 1px solid #DC3F45;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 143, 149, 100);
    border: 1px solid #DC3F45;
    border-color: #ff8f95;
  }





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





.header {
  background-color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
  border-bottom: 4px solid #0084c9;
  position: relative;
  z-index: 5;
}

.header__container {
  max-width: 1200px;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(0, 132, 201, 0.95);
}

.header__language-switcher .lang_list_class {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
}

.header__language-switcher .lang_list_class li a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  text-transform: none;
}

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

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #252425;
}

.header .navigation-primary a:not(.hs-button) {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  text-transform: none;
}

.header .navigation-primary a:not(.hs-button):hover,
.header .navigation-primary a:not(.hs-button):focus {
  background-color: rgba(0, 132, 201, 0.0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  opacity: 1;
}

.header .navigation-primary a:not(.hs-button).active-item {
  background-color: rgba(0, 132, 201, 0.0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 24px;
}

/* Menu Icons */

.header__navigation--toggle,
.header__close--toggle {
  fill: #FFFFFF;
}

/* Forms */


  .header form .hs-button {
    color: #FFFFFF;
  }


/* Content font color styles */

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header p:not(.logo-banner_text),
.header a,
.header div:not(.logo-banner_image)/*,
.header span*/ {
  color: #FFFFFF;
  z-index:100;
}

/* Module styles specific to header */

.header .statistic div.statistic__info,
.header .statistic span {
  color: #252425;
}

.header a.featured-post_link {
  color: #ffffff;
}

.header .tech-banner h4 {
  color: #252425;
}

.header .testimonial h1,
.header .testimonial h2,
.header .testimonial h3,
.header .testimonial h4,
.header .testimonial h5,
.header .testimonial h6,
.header .testimonial p,
.header .testimonial div,
.header .testimonial span,
.header .testimonial div.testimonial__author {
  color: #252425;
}

.header .hs-form-field > label span {
  color: #252425;
}

.header form .hs-richtext * {
  color: #252425;
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top: 10px solid #0084c9;
}

.footer__container {
  max-width: 1200px;
}

.footer__main-bar__logo {
  background-color: #0084c9;
}

.footer__main-bar__menu ul {
  margin: 1.5rem 0;
}

.footer .footer__main-bar__menu a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #252425;
  text-transform: none;
}

.footer .footer__main-bar__menu a:hover,
.footer .footer__main-bar__menu a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #0084c9;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
}

.footer .footer__main-bar__menu a:active {
  background-color: 

  
  
    
  


  rgba(0, 132, 201, 0.0)

;
  color: #252425;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
}

.footer__right {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer form div.in-focus > label,
.footer form div.in-focus > label span {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
}

.footer form .hs-form-field > label,
.footer form .hs-form-field > label span {
  color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
}

.footer form .hs-richtext *,
.footer form .hs-richtext p,
.footer form .legal-consent-container .inputs-list:not(.no-list) label,
.footer form .legal-consent-container .inputs-list:not(.no-list) label > span,
.footer form .legal-consent-container .inputs-list:not(.no-list) label > span p {
  color: #252425;
}


  .footer form .hs-button {
    color: #FFFFFF;
  }


/* Form background color for DnD version only */
.footer .dnd-section form {
  background-color: 

  
  
    
  


  rgba(241, 241, 241, 1.0)

;
}

.footer__copyright-bar {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
}

@media screen and (min-width: 768px) {

  .footer__main-bar__menu a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__main-bar__menu ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 0;
  }

  .footer__main-bar__menu li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__main-bar__menu {
    padding-right: 25px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

/* Content font color styles */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p:not(.logo-banner_text),
.footer a,
.footer div:not(.logo-banner_image),
.footer span,
.footer .form-title {
  color: #252425;
}

/* Module styles specific to footer */

.footer .statistic div.statistic__info,
.footer .statistic span {
  color: #252425;
}

.footer a.featured-post_link {
  color: #ffffff;
}

.footer .tech-banner h4 {
  color: #252425;
}

.footer .testimonial h1,
.footer .testimonial h2,
.footer .testimonial h3,
.footer .testimonial h4,
.footer .testimonial h5,
.footer .testimonial h6,
.footer .testimonial p,
.footer .testimonial div,
.footer .testimonial span,
.footer .testimonial div.testimonial__author {
  color: #252425;
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-meta__author,
.blog-related-posts__blog-meta__author {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-meta__timestamp,
.blog-related-posts__blog-meta__timestamp {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */

.blog-tag,
.blog-related-posts__blog-tag {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  color: #252425;
}

/* Blog Postcard */

.blog-index__post__post-details h2,
.blog-related-posts__post--card__post-details h2 {
  color: #252425;
  font-family: Open Sans;
  font-weight: 700;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
}

/* Blog Post */

.blog-post {
  padding-top: 0;
}

.blog-post__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-weight: 700;
  
  line-height: 1.5;
  letter-spacing: inherit;
  text-align: left;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #252425;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.blog-related-posts__blog-tag, .blog-tag {
  display: inline;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  letter-spacing: inherit;
}

/* Recent Posts */

.blog-related-posts .blog-related-posts__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
  color: #252425;
}

.hs-search-results__title:hover {
  font-family: 'Libre Baskerville', sans-serif; font-style: italic; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 20px;
  padding: 15px 15px !important;
}





/* Icon */

body .icon svg {
  fill: #0084c9;
  width: 16px;
}

/* Social Follow */

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

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #0084c9;;
}

/* Statistic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #0084c9;
}

body .statistic__info {
  color: #0084c9;
}

/* Testimonial Slider */

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

body .tns-nav .tns-nav-active {
  background-color: #0084c9;
}

/*====================================================
    Customize
====================================================*/

/* common */
.body-container-wrapper {
  min-height: calc(100vh - 141.63px);
}

.flexbox {
  display: flex;
  margin: 10px 0;
}
.flex-item {
  margin: 0;
}

button, .button {
  background-color: #dc3f45;
  border: 1px solid #dc3f45;
}
button:hover, .button:hover {
  opacity: 0.8;
}

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

@media screen and (min-width: 768px) {
.nopc {
  display:none;
}
}

@media screen and (max-width: 768px) {
.nosp {
  display: none;
}
}


.header {
/*  display: none;*/
  border-bottom: none;
}


/* TOP
====================================================*/
@media screen and (max-width: 768px) {
.header_dnd_main-row-0-margin{
  position: fixed;
  z-index: 10;
  background-color: #FFFFFF;
  width: 100%;
  border-top: 4px solid #0084c9;
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.6));
}
.header .dnd-section {
    z-index: 100;
    padding: 0 20px;
}
}


/* key visual
====================================================*/
.kv_h1 {
  text-align: center;
  font-size: 36px;
  text-shadow: 0 0 8px #000;
  margin-bottom: 0;
}
.kv_subtitle {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 8px #000;
  margin: 0.5rem auto;
}
  .hs-content-id-71053418241 .k-vis{
  max-width: 1600px;
  margin: 0 auto;
    font-size:0;
  }
@media screen and (max-width: 768px) {
.hs-content-id-71053418241 .k-vis {
  margin-top: 57px;
}
}

.dnd_area-row-0-max-width-section-centering > .row-fluid {
  position: relative;
  z-index: 1000;
}

/* other heading
====================================================*/
h3, h4 {
    letter-spacing: inherit;
}

.hdg-3 {
font-size: 20px;
margin-top: 40px;
margin-bottom: 20px;
}
.hdg-4 {
font-size: 18px;
font-weight: bold;
margin-top: 25px;
}

body {
  background-color: #F8F6F1;
  background: linear-gradient(176deg, rgba(255, 255, 255, 0), rgba(237, 237, 237, 1));
}

.hs-menu-wrapper ul {
  justify-content: flex-end;
}
.dnd_area-row-1-vertical-alignment > .row-fluid {
  align-items: flex-start;
}

/* kv */
.kv {
  min-height: 1080px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* contact form */
form {
  opacity: .98;
}

form input[type='submit'] {
  margin: 0 auto;
}

.hs-form-required {
  color: #eb6567;
}

.hs-form-field {
  /*margin-bottom: 40px;*/
  margin: 0!important;
}

.cell_16660706066579-background-color, .cell_166607060665710-background-color, .cell_166607060665711-background-color {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

form input[type=submit], .hs-form-field>label {
  font-style:inherit!important;
}

/*
form ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
}*/

form ul.inputs-list li {
    margin: 0.3125rem 1rem;
}
fieldset {
  max-width: initial!important;
  margin-bottom: 2rem!important;
}
.hs_cost_diagnosis legend {
  font-size: 16px;
}
form ul.inputs-list li input[type=radio]+span:before,
form ul.inputs-list li input + span:before {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
form {
  padding-right: 1rem;
  padding-left: 1rem;
  }
  #hs_cos_wrapper_dnd_area-module-30 {
    padding: 0!important;
  }
}
.hs-form-field>label {
  white-space: normal!important;
  position:initial;
}

.row-number-5 {
    position: relative;
    z-index: 1;
}

/* GDPR 
.legal-consent-container .hs-richtext {
  max-height: 110px;
  overflow-y: scroll;
}*/

/* Layout
====================================================
@media screen and (max-width: 768px) {
.dnd_area-row-1-padding {
  min-height: 260px;
}
}
*/
@media screen and (max-width: 560px) {
.dnd_area-row-1-background-image {
  display: none;
}
}

/* table */
table td {
  padding: .5rem!important;
  border: 1px solid #999999;
  min-width:100px;
}
table td:first-child {
  position: relative;
  text-align: left;
  width: 20%;
  color: white;
  padding: 1rem;
  color: #454545!important;
/*  text-indent: 2rem;*/
}
table th {
  background-color: #f4f5f6;
}
th, td {
    border: 1px solid #999999;
}

.list-annotation li {
list-style: none;
display: block;
padding-left: 0;
text-indent: -1rem;
font-size:0.8rem;
line-height: 1.4;
}
.list-icon-free {
  list-style: none;
}
.list-icon-free dd {
  display: flex;
}
.list-icon-free dd span {
  padding-left: 1rem;
  text-indent: 0rem;
}

#hs_cos_wrapper_widget_1650267865928_ table, #hs_cos_wrapper_module_16650177632665_ table {
  background: none;
}
#hs_cos_wrapper_widget_1650267865928_ table th, #hs_cos_wrapper_widget_1650267865928_ table td,
#hs_cos_wrapper_module_16650177632665_ table th, #hs_cos_wrapper_module_16650177632665_ table td {
  border: none;
  border-bottom: 1px solid #d0d0d0;
}

/* google map */
.hs-responsive-embed-wrapper .hs-responsive-embed {
  max-width: inherit!important;
}
@media screen and (max-width: 768px) {
.hs-responsive-embed-iframe .hs-fullwidth-embed {
  height: 300px!important;
}
}
  .google-map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(1);
    }

/* footer */
.footer p:not(.logo-banner_text)　{
  color: #FFFFFF;
}

.footer_menu, .footer_menu a {
  color: #FFFFFF!important;
}

.footer_menu ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.parent_cat li:first-child {
  font-weight: bold;
}

.child_cat li {
  font-size: 14px;
}

 

/* cookie banner
====================================================*/
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
  opacity: 0.96;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-right: inherit!important;
}


/* fixed banner
====================================================*/

/* PC fixed banner */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.banner-close, .banner-close-sp {
    position: absolute;
    padding: 0 7px;
    background-color: #333333;
    border: 1px solid #333;
    top: -10px;
    left: 0;
}
.banner-close-sp {
cursor: pointer;
}
.pc {
    width: 300px;
}
.floating-banner:hover {
    opacity: .9;
}
.sp {
    display: none;
}
@media screen and (max-width: 990px) {
    .pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
      height:60px;
    }
}
/


/* mobile fixed banner */
.floating-banners {
position: fixed;
right: 10px;
bottom: 0;
z-index: 99;
}
.floating-banners img {
  width: 20vw;
}
@media (max-width: 767px) {
  .floating-banners {
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
.floating-banners img {
  width: 100vw;
}
}
.target.is-hidden {
display: none;
}



/*
p {
margin: 0;
}
*/



/* ボタンの設定 */
.floating-banner_button {
display: block;
width: 30px;
height: 30px;
background-color: rgb(87,87,87);
position: absolute;
left: 92.5%;
cursor: pointer;
  padding:12px;
  top: -16px;
}
/* アイコンの設定(開) */
.floating-banner_button::before, .floating-banner_button::after {
display: block;
content: '';
width: 2px;
height: 10px;
background-color: #FFF;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.floating-banner_button::before {
transform: rotateZ(90deg);
}
.floating-banner_button::after {
transform: rotateZ(90deg);
}
/* アイコンの設定(閉) */
.floating-banner_buttonClose {
display: block;
width: 30px;
height: 30px;
margin-left: auto;
background-color: rgb(87,87,87);
position: absolute;
left: 0;
bottom: 100%;
cursor: pointer;
}
.floating-banner_buttonClose::before, .floating-banner_buttonClose::after {
display: block;
content: '';
width: 4px;
height: 24px;
background-color: #FFF;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.floating-banner_buttonClose::before {
transform: rotateZ(0deg);
}
.floating-banner_buttonClose::after {
transform: rotateZ(90deg);
}
}


/* button
====================================================*/
.cvnbtn {
    background-color: #eb6567;
    border-radius: 4px;
    color: #fff;
    fill: #fff;
    font-size: 16px;
    padding: 12px 36px;
    text-transform: none;
}

.btn_common a {
    display: block;
  background-color: #1a8fdd;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    width: 300px;
    text-align: center;
    margin: 40px auto;
    padding: 12px 36px;
    border-radius: 4px;
}

/* feature
====================================================*/

.feature {
  padding-right: 0!important;
  padding-left: 0!important;
}

.cell_16554488902382-padding, .cell_1655449502227-padding, .cell_1655449504593-padding, .cell_1655449506681-padding {
  background-color:#FFFFFF;
}




/* modal2
====================================================*/
.modal-content {
  text-align: center;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
  left: 0;
    width: 100%;
  z-index: 1;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: inherit;
    width: 100%;
}
.modal__content{
    background: #fff;
    padding: 40px;
    position: absolute;
    top: 50%;
  left:50%;
    transform: translate(-50%,-50%);
}
.modal__content img {
  width: 100%;
}

@media (max-width: 767px) {
.modal__content {
    background: #fff;
  margin: 0 10px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
  }
}



.cases_list_title {
  font-size: 12px;
  background-color: #fbb03b;
  padding:0.2rem;
  line-height: 2;
  font-weight: bold;
}




/* second page common styles
====================================================*/
.fa-file-pdf {
  color: #B30C00;
}

.hs-breadcrumb-menu {
  font-size: 0.9rem;
}

.hs-breadcrumb-menu-item {
  padding: 0 0 0 5px;
}

.page-title {
  margin: 0 0 2rem;
}

.section-title {
  color: #163367;
  font-weight: bold;
}
.customer-name {
  margin-bottom: 1rem;
  font-weight: bold;
}

.business_category {
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
}

.business_category .retailing {
  padding: 0.2rem 0.8rem;
  background-color: #163367;
  color: #fff;
  border-radius: 1rem;
}

.page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 245px;
}

.hs-button {
  height: 3rem;
    display: block;
    line-height: 3rem;
  padding: 0 20px;
}

#hs-button_widget_1688454475772:hover {
  background: none!important;
}

@media screen and (max-width: 768px) {
.page_header_inner {
  margin-top: 53px;
}
}

/* whitepaper pages
====================================================*/
@media (min-width: 768px){
.hs-content-id-123192441210 #main-menu-state:not(:checked)~#main-menu {
  display: none;
}
}


/* slider
====================================================*/
.slider-nav, .slider-nav2, .slider-nav3 {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.slider, .slider2, .slider3 {
    width: 100%;
    margin: 30px auto;
}
.slider img, .slider2 img, .slider3 img {
    width: 100%;
}
.thumbs, .thumbs2, .thumbs3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slick-slide img, .slick-slide2 img, .slick-slide3 img {
  width: 100%;
}
.thumbs .slick-track, .thumbs2 .slick-track, .thumbs3 .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.thumbs .slick-slide, .thumbs2 .slick-slide, .thumbs3 .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 24%;
}



/* second page : news
====================================================*/
@media screen and (max-width: 768px) {
.news-list {
  display: inline-block; border-bottom: 1px solid #cccccc; padding-bottom: 1rem; 
  width: 100%;
}
  .news-list dt {
    display: inline-block;
    margin-bottom: .5rem;
  }
  .ico_newscategory_news, .ico_newscategory_press {
    display: inline-block;
    margin: 0 0 0 .5rem;
    }
  .newscontent {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
.news-list {
  display: flex; border-bottom: 1px solid #cccccc; padding-bottom: 1rem; 
}
}


.ico_newscategory_news, .ico_newscategory_press {
  border: 1px solid #999999;
  padding: 3px 6px;
  font-size: 0.6rem;
  min-width: 8rem;
  text-align: center;
  border-radius: 2px;
  background-color: #ffffff;
  vertical-align:top;
}
.newscontent {
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.test_red {
  background-color: red;
}

#hs_cos_wrapper_module_16659743117742, #hs_cos_wrapper_module_16659743117744, #hs_cos_wrapper_module_16659743117746,
#hs_cos_wrapper_module_16659810955046, #hs_cos_wrapper_module_16659810955048, #hs_cos_wrapper_module_166598109550410,
#hs_cos_wrapper_module_16659817848666, #hs_cos_wrapper_module_16659817848668, #hs_cos_wrapper_module_166598178486610 {
  display: block;
  text-align: center;
  border-radius: 4px;
}
#hs_cos_wrapper_module_16659743117742 a, #hs_cos_wrapper_module_16659743117744 a, #hs_cos_wrapper_module_16659743117746 a,
#hs_cos_wrapper_module_16659810955046 a, #hs_cos_wrapper_module_16659810955048 a, #hs_cos_wrapper_module_166598109550410 a,
#hs_cos_wrapper_module_16659817848666 a, #hs_cos_wrapper_module_16659817848668 a, #hs_cos_wrapper_module_166598178486610 a{
  text-decoration: none;
}
#hs_cos_wrapper_module_16659743117742 a:hover, #hs_cos_wrapper_module_16659743117744 a:hover, #hs_cos_wrapper_module_16659743117746 a:hover, 
#hs_cos_wrapper_module_16659810955046 a:hover, #hs_cos_wrapper_module_16659810955048 a:hover, #hs_cos_wrapper_module_166598109550410 a:hover
#hs_cos_wrapper_module_16659817848666 a:hover, #hs_cos_wrapper_module_16659817848668 a:hover, #hs_cos_wrapper_module_166598178486610 a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
.hs-content-id-76368376872 .cell_16640137859092-row-3-vertical-alignment .row-fluid {
  display: flex;
  flex-direction: column-reverse;
}
#hs_cos_wrapper_module_16659743117742, #hs_cos_wrapper_module_16659743117744, #hs_cos_wrapper_module_16659743117746,
#hs_cos_wrapper_module_16659810955046, #hs_cos_wrapper_module_16659810955048, #hs_cos_wrapper_module_166598109550410,
#hs_cos_wrapper_module_16659817848666, #hs_cos_wrapper_module_16659817848668, #hs_cos_wrapper_module_166598178486610 {
  width: 100%;

  }
}





.hs-content-id-142927386423 .row-depth-1.row-number-1 {
  z-index: 2;
}

#hs_cos_wrapper_module_166607093115618,
#hs_cos_wrapper_module_16991151867955 ,
#hs_cos_wrapper_module_16991151904815 ,
#hs_cos_wrapper_module_169912007014416 ,
#hs_cos_wrapper_module_16991200701458 {
  overflow: hidden;
}
#hs_cos_wrapper_module_166607093115618_ img ,
#hs_cos_wrapper_module_16991151867955_ img ,
#hs_cos_wrapper_module_16991151904815_ img ,
#hs_cos_wrapper_module_169912007014416_ img ,
#hs_cos_wrapper_module_16991200701458_ img {
  vertical-align: top;
}

/* ====================================================*/


/* second page : kiji
====================================================*/
#kiji .kiji_header {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

#kiji .kiji_keyvis {
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
#kiji .kiji_keyvis {
  height: 500px!important;
  }
}
#kiji .auther {
  position: absolute;
  top:70%;
  right: 0;
  max-width: 80%;
  z-index: 1;
}
#kiji h1 {
  margin-top: 50px;
  border-bottom: 6px solid #0185CA;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 40px;
  text-align: left;
}

#kiji h2 {
  margin: 3rem 0 2rem;
  padding: 0.5rem 1rem 1rem 2rem;
  background-image: linear-gradient(to top, #0185CA 10%, #04A9FF 100%);
  background-repeat: no-repeat;
  background-size: 1.2rem 100%;
  font-weight: bold;
  font-size: 30px;
}

#kiji h2 span {
  padding-bottom: 0.4rem;
  padding-left: 0;
  border-bottom: 6px double #0185CA;
  display: block;
}
#kiji h3 {
  margin-bottom: 2rem;
}
#kiji h4 {
  margin-top: 2rem;
  color: #04A9FF;
}
#kiji p {
  font-size: 20px;
  line-height: 1.8
}

#kiji .sashie {
  margin:4rem 0;
}
@media (max-width: 768px) {
  #kiji h1 {
        font-size: 20px;
        margin-top: 121px; /* ヘッダーと被ってしまうため */
  }
  #kiji h2 {
        font-size: 18px;
  }
  #kiji p {
        font-size: 16px;
  }
  #kiji .sashie {
  margin:2rem 0;
  }
#kiji span.marker {
  background: linear-gradient(transparent 50%, #ffe285 50%);
}



/* blog
====================================================*/
.blog-post p, .blog-post ol li {
  line-height:1.8;
}

.toc {
border-top: double #ddd;
padding:20px;
background-color: #F1FAFC
/*
background: repeating-linear-gradient(
    -45deg,
    #ffffff,
    #ffffff 7px,
    #f9f9f9 7px,
    #f9f9f9 14px
);
*/
}

.toc ol {
    counter-reset: section;
    list-style-type: none;
}
.toc li:before {
    counter-increment: section;
    content: counters(section, "-") ".";
}

.nolistnum::before {
content: none;
}

.nomarker {
  list-style: none;
}

/*以下はblog.cssへ移動*/
/*
.blog-post h2 {
  background-color: #03384c;
  padding:5px 10px;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 40px 0;
}
*/

/* 吹き出し　*/
.balloon-rounded {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon-rounded .faceicon {
  float: left;
}

.balloon-rounded .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon-rounded .chatting {
  width: 100%;
}

.says {
  position: relative; 
  margin: 5px 0 0 135px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.eg-name {
  font-size: 1.2rem!important;
}

/* list style 
.blog-post ol:first-of-type　li {
  margin-bottom: 1.6rem;
}*/

.blog-post ol:first-child {
  margin-bottom: 1.6rem;
}

.blog-post ol li {
  margin-bottom: 1.6rem;
}

.blog-post li ol li {
  margin-bottom: 0;
}

dl.num h3 {
  font-size:1.2rem;
  padding-bottom: 0.2rem;
  border-bottom: dotted #03384c;
}

dl.num dd {
  margin-bottom: 40px;
}


/* 序数付与 
dl.num {
margin: 10px 10px 10px 2rem;
padding: 0;
}
dl.num dt {
position: relative;
padding: 0.3em 0.3em 0 0.3em;
  margin-top: 4rem;
margin-bottom: 1rem;
margin-left: 10px;
display: list-item;
list-style-type: decimal;
font-size: 1.6rem;
font-weight: 700;
}

dl.num dt::marker {
  margin-right: 0.25rem;
  font-weight: bold;
}

dl.num h3 {
  /*
  content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, #d7ebfe, #d7ebfe 2px, #fff 2px, #fff 4px);

  display: inline;
  font-size: 1.4rem;
  border-bottom: dashed 3px #0084c9;
}

dl.num dd {
margin-left: 20px 0;
}
*/

/* 引用 */
.blog-post .blockquote01 {
  background-color: #d7ebfe;
  margin: 0 0 20px;
  padding: 20px;
  border: none;
}
.blog-post .blockquote02 {
background-size: auto auto;
background-color: #F1FAFC;
/*
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(240, 247, 255, 1) 3px, rgba(240, 247, 255, 1) 6px );
*/
margin-bottom:20px;
padding: 10px;
font-weight: 700;
}

.blog-post .blockquote02 p　{
  padding-left: 60px;
  font-weight:700;
}

.blog-post .example {
  color: #0084c9;
  font-weight: 700;
}