







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

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





html {
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #434346;
}

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

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

h1 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #f4f0ec;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid rgba(67, 67, 70, 0%);

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid rgba(67, 67, 70, 0%);

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(70, 77, 82, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid rgba(67, 67, 70, 0%);

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(150, 157, 162, 100);
  border-color: #939396;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #434346;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #434346;
  fill: #434346;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #434346;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(147, 147, 150, 100);
  border: 1px solid #434346;

  border-color: #939396;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #434346;
  fill: #434346;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #f4f0ec;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #434346;

  padding: 25px;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #d7d9e3;

  padding: 10px;

  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 16px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #d7d9e3;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #f4f0ec;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #434346 !important;
}

/* Headings and 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: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid rgba(67, 67, 70, 0%);

    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
    border-radius: 50px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid rgba(67, 67, 70, 0%);

    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(70, 77, 82, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid rgba(67, 67, 70, 0%);

    font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(150, 157, 162, 100);
    border-color: #939396;
    color: #ffffff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #f4f0ec;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(115, 78, 54, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #734e36;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #d7d9e3;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(67, 67, 70, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #d7d9e3;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Noto Sans JP', sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

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

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #434346;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #939396;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #434346;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}


/* 追加202112　Hub研 */


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul,
li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

a {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #f86a40;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-transition: .3s;
  transition: .3s
}

a:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc
}

input,
select {
  vertical-align: middle
}

.hubken_contents {
  color: #2d3946;
  font-family: "Noto Sans JP", sans-serif
}

.hubken_contents .only-pc {
  display: block
}

@media (max-width: 768px) {
  .hubken_contents .only-pc {
    display: none
  }
}

.hubken_contents .only-sp {
  display: none
}

@media (max-width: 768px) {
  .hubken_contents .only-sp {
    display: block
  }
}

.hubken_contents .button-container {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #cddae3
}

@media (max-width: 768px) {
  .hubken_contents .button-container {
    height: 80px;
    padding:20px 0;
  }
}

.hubken_contents .button-container .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 9px 35px 12px;
  background: #f86a40;
  border-radius: 50px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.26;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.14)
}

@media (max-width: 768px) {
  .hubken_contents .button-container .button {
    padding: 10px 5px 11px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    display: block;
    width: 60%;
  }
}

.hubken_contents .background-triangle {
  position: relative
}

.hubken_contents .background-triangle:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(./img/bg_introduction_01.svg);
  content: ""
}

.hubken_contents .background-triangle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(./img/bg_introduction_02.svg);
  content: ""
}

.hubken_contents .background-triangle:before,
.hubken_contents .background-triangle:after {
  z-index: -1;
  width: 282px;
  height: 530px;
  background-size: cover
}

@media (max-width: 768px) {

  .hubken_contents .background-triangle:before,
  .hubken_contents .background-triangle:after {
    width: 117px;
    height: 220px
  }
}

.hubken_contents .mv {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .hubken_contents .mv {
    margin-bottom: 10px
  }
}

.hubken_contents .mv .mv__item {
  position: relative;
  height: 500px;
  background: url(https://20691636.fs1.hubspotusercontent-na1.net/hubfs/20691636/bg_mv-1.png) no-repeat;
  background-size: cover;
  background-position: center
}

@media (max-width: 768px) {
  .hubken_contents .mv .mv__item {
    height: 527px;
    padding: 0 28px
  }
}

.hubken_contents .mv .mv__item .card {
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

@media (max-width: 768px) {
  .hubken_contents .mv .mv__item .card {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
  }
}

.hubken_contents .mv .mv__item .card .card__image {
  position: relative;
  top: 1px;
  width: 100%;
  max-width: 433px
}

.hubken_contents .mv .mv__item .card .card__image img {
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3)
}

.hubken_contents .introduction {
  margin-bottom: 49px
}

@media (max-width: 768px) {
  .hubken_contents .introduction {
    padding: 0 25px;
    margin-bottom: 10px
  }
}

.hubken_contents .introduction .introduction__inner {
  width: 100%;
  max-width: 480px;
  padding: 72px 0 0px;
  margin: auto;
}



@media (max-width: 768px) {
  .hubken_contents .introduction .introduction__inner {
    max-width: 325px;
    padding: 52px 0 60px;
  }
}

.hubken_contents .introduction .introduction__inner .introduction__title {
  margin-bottom: 33px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4
}

@media (max-width: 768px) {
  .hubken_contents .introduction .introduction__inner .introduction__title {
    margin-bottom: 31px;
    font-size: 25px
  }
}

.hubken_contents .introduction .introduction__inner .introduction__image {
  width: 100%;
  margin-bottom: 37px
}

.hubken_contents .introduction .introduction__image__1{
  width: 100%;
    text-align: center;
    margin: 80px auto 0px;
}

.hubken_contents .introduction .introduction__image__1 img{
  width: 60%;
  margin:0 auto;
  display:block;
}



@media (max-width: 768px) {
  .hubken_contents .introduction .introduction__inner .introduction__image {
    width: 285px;
    margin: 0 auto 30px
  }
}

.hubken_contents .introduction .introduction__inner .introduction__image img {
  width: 100%
}

.hubken_contents .introduction .introduction__inner .introduction__description {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8
}

@media (max-width: 768px) {
  .hubken_contents .introduction .introduction__inner .introduction__description {
    font-size: 16px
  }
  
 .hubken_contents .introduction .introduction__image__1{
  width: 100%;
    text-align: center;
    margin: 60px auto 0px;
}

.hubken_contents .introduction .introduction__image__1 img{
  width: 100%;
  margin:0 auto;
  display:block;
}
}



.hubken_contents .banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 130px
}

@media (max-width: 768px) {
  .hubken_contents .banner {
    margin: 0 0 100px
  }
}

.hubken_contents .banner img {
  width: 100%
}

.hubken_contents .skills {
  padding-bottom: 130px;
  margin-bottom: 12px
}

@media (max-width: 768px) {
  .hubken_contents .skills {
    padding-bottom: 83px
  }
}

.hubken_contents .skills .skills__inner {
  width: 100%;
  max-width: 772px;
  padding-top: 47px;
  margin: auto
}

.hubken_contents .skills .skills__inner .skills__title {
  margin-bottom: 74px;
  font-size: 35px;
  font-weight: 700;
  text-align: center
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .skills__title {
    margin-bottom: 26px;
    font-size: 25px
  }
}

.hubken_contents .skills .skills__inner .skills__title img {
  width: 149px
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .skills__title img {
    margin-bottom: 7px
  }
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .item-container {
    padding: 0 35px
  }
}

.hubken_contents .skills .skills__inner .item-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .item-container .item {
    width: 100%;
    max-width: 305px;
    margin: 0 auto 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .hubken_contents .skills .skills__inner .item-container .item:last-of-type {
    margin-bottom: 0
  }
}

.hubken_contents .skills .skills__inner .item-container .item:last-of-type {
  margin-bottom: 0
}

.hubken_contents .skills .skills__inner .item-container .item .item__image {
  width: 100%;
  max-width: 260px;
  margin-right: 62px
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .item-container .item .item__image {
    margin: 0 auto 24px
  }
}

.hubken_contents .skills .skills__inner .item-container .item .item__image img {
  width: 100%
}

.hubken_contents .skills .skills__inner .item-container .item .item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.hubken_contents .skills .skills__inner .item-container .item .item__text .item__text--title {
  display: inline;
  border-bottom: 4px solid #f6bd75;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8
}

.hubken_contents .skills .skills__inner .item-container .item .item__text .item__text--description {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.8
}

@media (max-width: 768px) {
  .hubken_contents .skills .skills__inner .item-container .item .item__text .item__text--description {
    margin-top: 20px
  }
}

.hubken_contents .contact {
  background: #dfe3e8
}

.hubken_contents .contact .contact__inner {
  padding: 50px 0;
  text-align: center
}

@media (max-width: 768px) {
  .hubken_contents .contact .contact__inner {
    padding: 45px 30px 60px;
    margin: auto
  }
}

.hubken_contents .contact .contact__inner .contact__description {
  margin-bottom: 38px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 768px) {
  .hubken_contents .contact .contact__inner .contact__description {
    margin-bottom: 31px;
    font-size: 18px
  }
}

.hubken_contents .contact .contact__inner .button-container {
  z-index: inherit;
  background: transparent
}

.hubken_contents .contact .contact__inner .button-container .button {
  padding: 30px 49px;
  font-size: 20px;
  line-height: unset
}

@media (max-width: 768px) {
  .hubken_contents .contact .contact__inner .button-container .button {
       display: block;
    width: 80%;
    padding: 24px 0 27px;
    font-size: 20px
  }
}

.default-box {
 line-height: 2em;
}

.hubken-lab-content a:link {
color:#fb8164;
}

.hubken-lab-content a:visited {
color:#fb8164;
}

.hubken-lab-content　a:hover {
color:#fbac9b;
text-decoration:underline;
}

.hubken-lab-content p {
    line-height: 2em;
  padding-bottom: 30px;
}

#hs_cos_wrapper_name {
 font-size: 28px;
    font-weight: bold;
    padding: 30px 0 10px;
  background: linear-gradient(transparent 75%, #ecf1f2 0%);
  line-height: 1.8em;
}

.blog-post h1 {
  margin-bottom:30px;
}

.hubken-lab-content h2 {
 font-size: 25px;
    font-weight: bold;
    padding: 30px 0 20px;
}

.hubken-lab-content h3 {
 font-size: 22px;
    font-weight: bold;
    padding: 30px 0 20px;
}

.hubken-lab-content ul,.hubken-lab-content ol {
padding: 0 50px;
}

.hubken-lab-content ul li {
    list-style: disc;
  line-height: 1.5em;
}

.hubken-lab-content ol li {
  list-style: auto;
  line-height: 1.5em;
    padding-left:10px;
}

.hubken-lab-image{
    background: #bbbcbc;
    padding: 50px;
  margin-bottom:50px;
    width: 100%;
}

.box-code{
    background: #ecf1f2;
    padding: 50px;
  margin-bottom:50px;
    width: 100%;
    line-height: 1.4;
}

.blog-listing__heading{
 font-size: 22px;
    font-weight: bold;
    padding: 30px 0 10px;
  background: linear-gradient(transparent 85%, #ecf1f2 0%);
    margin-bottom: 30px;
}

#hs_cos_wrapper_related_posts .blog-listing__post-title, #hs_cos_wrapper_related_posts .blog-listing__post-title-link {
font-size:16px;
font-weight: bold;
  line-height: 1.3em;
}

#hs_cos_wrapper_widget_1641536129330 .blog-listing__post-title, #hs_cos_wrapper_widget_1641536129330 .blog-listing__post-title-link {
    line-height: 1.3em;
}

.blog-listing__post-author {
    font-size: 13px;
    letter-spacing: 0.1em;
}

#hs_cos_wrapper_related_posts .blog-listing__post-timestamp {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #a3a3a3;
}

.blog-listing__header .blog-listing__post-timestamp {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #a3a3a3;
}  

#hs_cos_wrapper_related_posts .blog-listing__post-content {
    padding-top: 20px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.hubken-lab-logo{
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(250, 146, 115, 1) !important;
}
.hubken-lab-logo img{
      height: auto;
    max-width: 100%;
}


@media (max-width: 768px) {

.hubken-lab-content p {
    line-height: 2em;
  padding-bottom: 30px;
  font-size:15px;
}

.blog-post__timestamp {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 12px;
    color: #a3a3a3;
}
  
#hs_cos_wrapper_name {
 font-size: 22px;
    font-weight: bold;
  line-height: 1.3em;
    padding: 30px 0 0;
  background: linear-gradient(transparent 80%, #ecf1f2 0%);
  line-height: 1.8em;
}

.blog-post h1 {
  margin-bottom:24px;
}

.hubken-lab-content h2 {
 font-size: 20px;
    font-weight: bold;
    padding: 30px 0 20px;
  line-height: 1.5em;
}

.hubken-lab-content h3 {
 font-size: 18px;
    font-weight: bold;
    padding: 30px 0 20px;
}

.hubken-lab-content ul,.hubken-lab-content ol {
padding: 0 30px;
  font-size:15px;
}

.hubken-lab-content ul li {
    list-style: disc;
  line-height: 1.5em;
}

.hubken-lab-content ol li {
  list-style: auto;
  line-height: 1.5em;
  padding-left:10px;
}

.hubken-lab-image{
    background: #bbbcbc;
    padding: 0px;
  margin-bottom:50px;
    width: 100%;
}

.box-code{
    background: #ecf1f2;
    padding: 50px;
  margin-bottom:50px;
    width: 100%;
    line-height: 1.4;
}

.blog-listing__heading{
 font-size: 22px;
    font-weight: bold;
    padding: 30px 0 10px;
  background: linear-gradient(transparent 85%, #ecf1f2 0%);
    margin-bottom: 30px;
}

#hs_cos_wrapper_related_posts .blog-listing__post-title, #hs_cos_wrapper_related_posts .blog-listing__post-title-link {
font-size:16px;
font-weight: bold;
}

.blog-listing__post-author {
    font-size: 13px;
    letter-spacing: 0.1em;
}

#hs_cos_wrapper_related_posts .blog-listing__post-timestamp {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #a3a3a3;
}  
  
.blog-listing__header .blog-listing__post-timestamp {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #a3a3a3;
}  
  
.hubken-lab-logo{
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(250, 146, 115, 1) !important;
}
.hubken-lab-logo img{
      height: auto;
    max-width: 80%;
}
 
}