/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  word-break: normal!important;
}

.submenu.level-2 .menu-item .menu-link {
    padding: 15px 15px;
    -webkit-transition: background-color -0.1s;
    -o-transition: background-color 0s;
    transition: background-color 0s;
}
.submenu.level-2 {
    width: 230px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2, .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    left: -15px;
}

.hs-form-required {
    visibility: hidden;
    font-size: 0;
}


 
.hs-form-required::after {
      visibility: visible;
  content: '※必須';
  font-size: .8rem;
}
.hs-richtext p {
  margin-bottom: 0.35rem!important;
}
form label {
  font-weight: bold;
}

form .input label {
  font-weight: normal;
}



/* ホバー時のメニュー幅 */
.menu__item--has-submenu ul.no-list {
    width: 300px!important;
}

.recent-post-section .recent-post-box {
    background: #ffffff!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.blurb_module .blurb_box {
    padding-top: 0px!important;
}

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

 .blurb_module .blurb_box .blurb_text .title {
    padding-left: 0px!important;
}

.blog-post-section h1.banner-title {
    text-align: left;
}

.filter_post-section .ot-filter_post_module ul li.selected a.topic-tag {
    color: #79cace!important;
    font-weight: 700;
}
#hs_cos_wrapper_dnd_area-module-3 .blog-index__post-summary, #hs_cos_wrapper_dnd_area-module-3 .blog-index__post-summary * {
    display: none;
}

.pagination-section .post-pagination .nav-link a {
    color: #343434!important;
}

.pagination-section .post-pagination .nav-link a:hover {
    color: #79cace!important;
}

.blog-post-style .pagination-section {
    box-shadow: none;
}


.blog-post {
    max-width: 800px;
}

.btn:active button:hover, .btn:focus, .btn:hover, .button:active, .button:hover, button:active {
    background-color: #ffffff;
    border-color: #79cace;
    color: #79cace;
} 

hr {
    border-radius: 5px;
}



.btn.btn-success {
    background-color: #007DB0!important;
    border-color: #007DB0!important;
  display: flex;
width: 230px;
padding: 12px 20px;
justify-content: center;
align-items: center;
gap: 5px;
}

.btn.btn-success:focus, .btn.btn-success:hover {
    background-color: #ffffff!important;
    border-color: #007DB0!important;
    color: #007DB0!important;
}

.btn.btn-outline-success {
    background-color:  #ffffff!important;
    border-color: #007DB0!important;
    color: #007DB0!important;
  display: flex;
width: 230px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 5px;
}

.btn.btn-outline-success:focus, .btn.btn-outline-success:hover {
    background-color: #007DB0!important;
    border-color: #007DB0!important;
}

.btn_style3 a, a.btn_style3, button.btn_style3 {
    align-items: center;
    background: #79cace;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    width: 55px;
    border: 2px solid #79cace; /* ここでボタンの枠線を追加 */
}

.btn_style3 a:hover, a.btn_style3:hover, button.btn_style3:hover {
    background: #ffffff;
    color: #79cace;
    border: 2px solid #79cace; /* ここでボタンの枠線を追加 */
    text-decoration: none;
}

.tile-repeater .tile__btn-wrapper {
    display: flex;
    justify-content: right;
    padding: 25px 25px !important;
}

.recent-post-section .recent-post-text .post-title {
    line-height: 1.5;
}



.top-bar-header .content-wrapper {
    padding-bottom: 5px;
    padding-top: 5px;
}

header.header {
    padding: 0px 0;
}



.tile-repeater .tile__top.title-over, .tile-repeater .tile__top.title-under {
   height: auto;
}

/*****************************************/
/* 
.tabs_all_box_start_two .showcase_tabs_btns li a {
    background-color: #ffffff!important;
    color: #79cace;
    border-radius: 50px!important;
    border-color: #79cace!important;
}

.tabs_all_box_start .showcase_tabs_btns li a:hover, .tabs_all_box_start_two .showcase_tabs_btns li a.active {
    background-color: #79cace!important;
    border-color: #79cace!important;
}

.tabs_all_box_start_two .showcase_tabs_btns li a h6 {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 16px!important;
}

  .heading_a {
    font-size: 20px!important;
    font-weight: 700!important;
  }

    .col-lg-4.col-md-6.ol-sm-6.col-xs-12 {
     box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.05);
     border-radius: 16px;
     padding: 20px 0px;
     margin: 20px;
     max-width: 300px;
    }

.property_box .content .mid {
    display: none;
}

.property_box .content .bottom {
    padding-top: 0px!important;
   justify-content: right!important;
}

.property_box .content .bottom .price {
    font-size: 16px!important;
    font-weight: 500!important;
}

    h2.heading_a:hover {
    color: #343434!important;
    }

    a:focus, a:hover {
    color: #343434;
    text-decoration: none;
}

.property_box .content .bottom .price {
    background: #79cace;
    color: #ffffff!important;
  padding: 12px 24px;
  border-radius: 50px;
}

.property_box .content .bottom .tag {
    display: none;
}

.property_box .image img {
    height: auto!important;
}
/***********************************************/

.button.filter-button[data-category="all"] {
    display: none;
}

.button.filter-button {
            font-size: 14px;
            padding: 5px 20px;
        }

.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 16px;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.heading-container > h3 {
    /* ここにスタイルを書く */
    font-size: 16px; /* 例: フォントサイズを24pxにする */
    font-weight: 700;
}

 .card-container {
    justify-content: left!important;
}

.button-container .button {
padding: 12px 20px;
}

.button-container .button:hover {
    /* ホバー時のスタイルをここに書く */
    background-color: #79cace!important;
    color: #ffffff!important;
}

    /* @media (max-width: 768px)*/
.tile-repeater .tile {
    min-width: 350px!important;
}

h1 {
    font-weight: 700;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited {
    font-size: 14px!important;
}

#Blurb_usecase .blurb_flex .blurb_flex-item.column-3 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 10px;
    max-width: 380px;
    border-radius: 16px;
}

#Blurb_usecase .blurb_flex .blurb_flex-item.column-1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 10px;
    max-width: 380px;
    border-radius: 16px;
}


#Blurb_usecase.blurb_module .blurb_flex {
    margin: 0px;
    justify-content: center;
}

#Blurb_usecase.blurb_module .blurb_flex-item {
    padding: 0px;
}

#Blurb_usecase .blurb_text {
    padding: 20px;
}

#Blurb_usecase .btn.btn-primary {
    padding: 15px 23px;
}


#hs_cos_wrapper_module_169518154756813 .button-wrapper {
    margin-left: -60px;
}

.blog-index__post-title a.blog-index__post-title-link {
    line-height: 1.5;
    color: #343434 !important;
}

.blog-index__post .blog-listing-content:hover {
    background: #ffffff;
}
.blog-index__post .blog-listing-content {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.filter_post-section .ot-filter_post_module ul li.selected {
    background-color: #79cace!important;
    border: 1px solid #79cace!important;
}

.filter_post-section .ot-filter_post_module ul li.selected a.topic-tag {
    color: #ffffff!important;
}



.filter_post-section .ot-filter_post_module ul li a.topic-tag {
    color: #343434;
}
.filter_post-section .ot-filter_post_module ul li:hover a.topic-tag {
    color: #79cace!important;
}


li a.topic-tag:hover {
    color: #79cace;
}

.footer-bottom_bar a:hover {
    color: #79cace!important; /* リンクのホバー時の文字色を設定 */
}

.footer-bottom_bar ul li:after {
    content: none;
}


.footer-bold, .footer-bold-no {
  font-weight: bold;
  line-height: 2.5;
}

.footer-normal {
    line-height: 2.5;
}

.hs-menu-item a:hover {
  text-decoration: underline; /* ホバー時に下線を表示 */
}

.btn.btn-secondary:focus, .btn.btn-secondary:hover {
    border-color: #ffffff!important;
}

.card {
max-width: 500px!important;
}

.pagination__link:hover {
     background-color: rgba(121,202,206,1.0) !important;
}

.btn.btn-warning {
    background-color: #007DB0!important;
    border-color: #007DB0!important;
}

.btn.btn-warning:focus, .btn.btn-warning:hover {
    background-color: #ffffff!important;
    border-color: #007DB0!important;
    color: #007DB0!important;
}

 

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

.hs-richtext p {
    margin: 0 0 0.5rem;
}

.hs-richtext {
    margin-bottom: 0px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: contents!important;
}

#effect .blurb_text {
            margin-left: 20px;
        }

input:focus-visible {
    outline: 1!important;
}

.btn.btn-outline-warning {
    background-color: #ffffff!important;
    border-color: #007db0!important;
    color: #007db0!important;
}

.btn.btn-outline-warning:focus, .btn.btn-outline-warning:hover {
    background-color: #007db0!important;
    border-color: #007db0!important;
    color: #fff!important;
}

#mspp-blurb .blurb_img-icon {
  text-align: center;
}

#mspp-blurb .title {
  text-align: center;
}

form input[type=email]:focus-visible, form input[type=file]:focus-visible, form input[type=number]:focus-visible, form input[type=password]:focus-visible, form input[type=tel]:focus-visible, form input[type=text]:focus-visible, form select:focus-visible, form textarea:focus-visible {
  background-color: #fff!important;  
  border-color: #DEE1E7!important;
  outline: 1!important;
}

footer.footer-bottom_bar ul[role="menu"] {
   flex-direction: column;
  justify-content: none;
}


.hs-search-field__bar form {
    display: flex;
    align-items: center; /* 要素を垂直方向の中央に揃えます */
}

.hs-search-field__input {
    flex-grow: 1; /* インプットフィールドが利用可能なスペースを最大限に使用するようにします */
    margin-right: 8px; /* ボタンとの間に適切な間隔を設けます */
}

.hs-search-field__bar form button[aria-label="Search"] {
    padding: 9px 16px; /* 例: パディングを設定 */
    color: #ffffff; /* 例: テキスト色を設定 */
}

/* ボタン内のspanに対するスタイルも定義可能 */
.hs-search-field__bar form button span.hs_cos_wrapper {
    display: inline-block; /* spanをインラインブロック要素として表示 */
    /* 他に必要なスタイルがあればここに追加 */
}

.footer-bottom_bar svg {
    color: #FFFFFF;
    fill: #FFFFFF!important;
    display: flex;
    align-items: center; /* 子要素を垂直方向の中心に揃えます */
    justify-content: center; /* 子要素を水平方向の中心に揃えます */
}

.hs-search-field__bar button svg {
    height: 12px!important;
}

    color: #79cace !important; /* リンクの文字色を設定 */
}
  #main-content.body-container-wrapper li {
    line-height: 2.5em;
  }
   .room120_posts__title  {
    line-height: 1.5!important;
}
  .hs-form a {
    color: #79cace; /* リンクの色を変更（ここで希望する色を指定） */
    text-decoration: none; /* 通常時の下線をなしにする */
  }
  .hs-form a:hover {
    color: #79cace; /* リンクをホバーしたときの色を変更 */
    text-decoration: underline; /* ホバー時に下線を表示 */
  }

p {
  line-height: 1.8!important;
}

#casestudy-content p {
  line-height: 1.8;
}


#casestudy-content h3 {
  font-size:18px;
  font-weight:800;
}

#mspp-fv h1 {
  line-height: 1.4; 
  text-align: center; 
}

#mspp-fv h2 {
  line-height:  1.4; 
  text-align: center;
}

#head-line h2:after {
  background-color: #79cace; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 20px auto 0;
  text-align: center; 
}
   
#head-line  h2 {
  text-align: center; 
  padding: 1rem 0;
  margin-top: 40px;
  line-height:  1.4; 
}

#h3-center h3 {
    text-align: center;
    font-size: 18px;
    line-height:  1.4; 
}

#h3-left h3 {
    text-align: left;
    font-size: 18px;
    line-height:  1.4; 
}
.desc h3 {
  font-size: 18px;
}

#usecase-tag p {
  display: inline-block; 
  padding: 5px 20px; 
  color: #343434; 
  text-align: center; 
  text-decoration: none; 
  border: 2px solid #343434; 
  border-radius: 5px; 
  background-color: #f5f5f5; 
  font-weight: bold;
}

#head-line-orange h2:after {
  background-color: #FFB100; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 20px auto 0px;
  text-align: center; 
}
   
#head-line-orange  h2 {
  text-align: center; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height:  1.4; 
}

#head-line-orange2 h2:after {
  background-color: #ED8B00;  /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 20px auto 0px;
  text-align: center; 
}
   
#head-line-orange2  h2 {
  text-align: center; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height:  1.4; 
}

#head-line-orange2-text h2:after {
  background-color: #ED8B00;  /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 0px auto 0px;
  text-align: center; 
}
   
#head-line-orange2-text  h2 {
  text-align: center; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height: 1.4; 
}

#head-line-orange2-text  p {
  text-align: center; 
  padding: 0rem 0;
  margin-top: -10px;
  line-height: 1;
}

#head-line-orange2-left-text h2:after {
  background-color: #ED8B00;  /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 0px 0px;
  text-align:  left; 
}
   
#head-line-orange2-left-text  h2 {
  text-align: left; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height: 1.4; 
}

#head-line-orange2-left-text  p {
  text-align: left; 
  padding: 0rem 0;
  margin-top: -10px;
  line-height: 1;
}

#head-line-orange-left h2:after {
  background-color: #FFB100; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 20px 0px 0px;
  text-align: left; 
}

#head-line-orange2-left h2:after {
  background-color: #ED8B00; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 7px; /* 線幅 */
  width: 45px;
  margin: 20px 0px 0px;
  text-align: left; 
}
   
#head-line-orange-left  h2 {
  text-align: left; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height: 1.4; 
}

#head-line-orange2-left  h2 {
  text-align: left; 
  padding: 0.5rem 0;
  margin-top: 40px;
  line-height:  1.4; 
}

#head-line-orange-left h3:after {
  background-color: #FFB100; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 5px; /* 線幅 */
  width: 45px;
  margin: 10px 0px 0px;
  text-align: left; 
}

#head-line-orange2-left h3:after {
  background-color: #ED8B00; /* 線色 */
  border-radius: 3px; /* 線幅の半分 */
  content: "";
  display: block;
  height: 5px; /* 線幅 */
  width: 45px;
  margin: 10px 0px 0px;
  text-align: left; 
}
   
#head-line-orange-left  h3 {
  text-align: left;
  padding: 0.5rem 0;
}


#head-line-orange2-left  h3 {
  text-align: left;
  padding: 0.5rem 0;
}

#casestudy-text h3 {
    font-size: 18px;
    line-height:  1.4; 
}

#casestudy-text p {
    line-height: 2;
}

#h-left h1 {
  line-height: 1.4; 
  text-align: left;
  margin-bottom: 2rem;
}

#h-left h2 {
  line-height:  1.4; 
  text-align: left; 
}

#caption-left p {
    font-size: 12px;
  margin-top: -40px;
}

#caption-center p {
    font-size: 12px;
  margin-top: -30px;
  text-align: center;
}
 .card a:hover {
   color: #343434;
        }

 .card .copy-container {
    padding-bottom: 10px!important;
}
 .card .copy-container p{
font-size: 14px!important;
}


.legal-consent-container .hs-form-booleancheckbox-display input {
    float: none!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0rem!important;
}


.hs-field-desc {
  color: #666666 !important;
  font-size: 12px;
  line-height: 18px;
}

.grecaptcha-badge {
    margin: 2em auto 0px!important;
}

form .inputs-list>li {
    margin: .2rem 0;
}

form fieldset {
    margin-top: 0.5em !important;
}

  .footer-bottom_bar svg {
    fill: #343434 !important;
  }
   .social-links__icon:hover {
    background-color: #79cace!important;
    fill: #343434!important;
}
   .social-links__icon:hover svg{
    fill: #343434!important;
}  

/* ここからモバイルの設定 */
@media (max-width: 768px) {
#mspp-fv h1 {
  margin: 0px 10px;
  overflow-wrap: break-word;
        word-break: keep-all
  }
#mspp-fv h2 {
  margin: 0px;
  overflow-wrap: break-word;
        word-break: keep-all
}  
#head-line  h2 {
  overflow-wrap: break-word;
          word-break: keep-all
}  
#head-line  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px auto 0;
  }
#h3-center h3 {  
  overflow-wrap: break-word;
          word-break: keep-all
  }
  
  #head-line-orange  h2 {
  overflow-wrap: break-word;
            word-break: keep-all
}  
#head-line-orange  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px auto 0;
  }
  
    #head-line-orange2  h2 {
  overflow-wrap: break-word;
              word-break: keep-all
}  
#head-line-orange2  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px auto 0;
  }
  
    #head-line-orange2-text  h2 {
  overflow-wrap: break-word;
              word-break: keep-all
} 
  
#head-line-orange2-text  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 0px auto 0;
  }  
    #head-line-orange2-left-text  h2 {
  overflow-wrap: break-word;
              word-break: keep-all
} 
  
#head-line-orange2-left-text  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 0px 0px 0px;
  }    
  
   #head-line-orange-left  h2 {
  overflow-wrap: break-word;
             word-break: keep-all
}  
#head-line-orange-left  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px 0px 0px;
  } 
   #head-line-orange-left  h3 {
  overflow-wrap: break-word;
             word-break: keep-all
}  
#head-line-orange-left  h3:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px 0px 0px;
  }   

     #head-line-orange2-left  h2 {
  overflow-wrap: break-word;
               word-break: keep-all
}  
#head-line-orange2-left  h2:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px 0px 0px;
  } 
   #head-line-orange2-left  h3 {
  overflow-wrap: break-word;
             word-break: keep-all
}  
#head-line-orange2-left  h3:after {
    width: 15%;
    height: 3px; /* 線幅 */
    margin: 10px 0px 0px;
  }   
  
}

 @media (max-width: 768px) {
   h1 {
        font-size: 22px!important; /* モバイル表示時の文字サイズを指定 */
    }
 h2 {
        font-size: 22px!important; /* モバイル表示時の文字サイズを指定 */
    }
   h3 {
        font-size: 16px!important;/* h3の文字サイズ */
     line-height: 1.5!important;
    }
      h4 {
        font-size: 16px!important;/* h3の文字サイズ */
        line-height: 1.5!important;
    }
      h5 {
        font-size: 16px!important;/* h3の文字サイズ */
        line-height: 1.5!important;
    }
   .room120_posts__title h5 {
    line-height: 1.5em !important;
}
    p {
        font-size: 14px!important;/* h3の文字サイズ */
    }
   .btn, .button, button {
    font-size: 14px!important;
}
    hr {
     width: 10%!important;
     border-bottom-width: 5px!important;
   }
  
   .card hr {
    border-bottom: 1px solid #ccc!important;
     width: 100%!important;
   } 
   
   .blurb_module li {
        font-size: 14px!important;/* h3の文字サイズ */
    }
    tr td {
        font-size: 14px!important;/* h3の文字サイズ */
    }
   #main-content.body-container-wrapper    h1 {
        font-size: 24px!important; /* モバイル表示時の文字サイズを指定 */
    }
#main-content.body-container-wrapper  h2 {
        font-size: 18px!important; /* モバイル表示時の文字サイズを指定 */
    }
#main-content.body-container-wrapper    h3 {
        font-size: 16px!important;/* h3の文字サイズ */
    }
#main-content.body-container-wrapper    p {
        font-size: 14px!important;/* h3の文字サイズ */
    }
       #main-content.body-container-wrapper li {
  font-size: 14px; /* フォントサイズを14pxに設定 */
}
#main-content.body-container-wrapper ol ,
#main-content.body-container-wrapper ul {
  padding-left:  20px;
}
   #caption-left p {
    font-size: 10px;
}

#caption-center p {
    font-size: 10px;
}
}