/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */
.custom-usecase-section{
  padding-top:60px;
}

/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/CSS/icomoon-icon.css');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.ttf') format('ttf');
}
@font-face {
  font-family: icomoon;
  src: url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/icomoon.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/icomoon.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/icomoon.ttf') format('ttf');
  font-weight: 400;
  font-style: normal
}
/* EX: @import url('http://example.com/example_style.css'); */





/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-weight: 400;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3555ad;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3555ad;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin:0 0 1rem;
} 
small {}
b, strong {
  font-weight: bolder;
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.33em;
  margin-bottom: 1rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #3555ad;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #3555ad;
  outline: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */ 
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {
  min-height: 76px;
}
.custom-header {
  background-color: #fff;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  width: 100% !important;
  position: fixed;
  top: 0;
  z-index: 999;
}
.scroll-header .custom-header {
  background: #fff;
  box-shadow: 0 5px 7px -7px rgba(0,0,0,.15);
}
.custom-logo a {
  padding: 5px 10px;
  padding-right:0;
  display: inline-block;
}
.hs-ja-temp-layout .custom-logo {
  margin-bottom: -1px;
}
.custom-header .page-center {
  padding: 1.25rem 2rem !important;
  max-width: 60rem !important;
}
.custom-header .page-center > div > .row-fluid {
  display: flex;
  align-items: center;
}
.custom-header .page-center > div > .row-fluid:after, .custom-header .page-center > div > .row-fluid:before {
  content:none;
}
.custom-logo img {
  width: 196.766px;
}
img {
  vertical-align: middle;
}
div[data-global-widget-path] + div {
  margin-left: 0 !important;
}
.lang_switcher_class .globe_class {
  width: auto;
  height: auto;
  border-radius: 0;
  background:transparent;
}
.lang_switcher_class .globe_class > a {
  display: block;
  /*width: 5rem;*/
  width: 8rem; /* Changes made by HS Support Wendy - 1st March */
  height: 1.5rem;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: .75rem;
  line-height: 1.5rem;
  background-color: #b1babf;
  border-radius: .1rem;
  text-decoration: none;
  transition: .5s;
}
.lang_switcher_class .globe_class > a:hover {
  color: #fff;
  background: #cdd3d6;
}
.lang_switcher_class .lang_list_class {
  position: absolute;
  top: 1.5rem;
  left: 0;
  transform: none;
  padding: 0;
  text-align: left;
  display: block !important;
}
.lang_switcher_class .lang_list_class:before, .lang_switcher_class .lang_list_class:after {
  content:none;
}
.lang_switcher_class .lang_list_class li {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: .2s;
  border: none;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  background: transparent;
}
.lang_switcher_class .globe_class:hover .lang_list_class li {
  overflow: visible;
  height: 1.5rem;
}
.lang_switcher_class .lang_list_class li a {
  display: block;
  /*width: 5rem;*/
  width: 8rem; /* Changes made by HS Support Wendy - 1st March */
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: .75rem;
  line-height: 1.5rem;
  background-color: #b1babf;
  border-radius: .1rem;
  text-decoration: none;
  transition: .5s;
  border-top: 1px solid #e9e9e9;
}
.lang_switcher_class .lang_list_class li a:hover {
  color: #fff;
  background: #cdd3d6;
}
.custom-menu-group {
  position: relative;
}
.custom-language-switcher {
  position: absolute;
  top: 3px;
 /* right: -1px;*/
  left: 600px; /*Changes made by HS Support - Wendy 1st March */
  width: auto !important;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding-top:4rem;
  padding-bottom:4rem;
}

.blog-html .body-container-wrapper { padding-top: 6rem; }

.custom-banner-area {
  min-height: 30rem;
  padding-top: 9rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -76px;
  background-color: #444849;
}
.custom-banner-area .page-center {
  max-width: 60rem !IMPORTANT;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-banner-area h1 {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: .1rem;
}
.custom-banner-area p {
  max-width: 34rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .1rem;
}

/* ========== Follow Website Page ============ */
.custom-follow-layout .custom-banner-area h1 {
  letter-spacing: .2rem;
}
.custom-follow-layout-section {
  padding: 5rem 0;
}
.custom-follow-layout-section .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-follow-layout-section-1 {
  background: #cde1e2;
  text-align: center;
}
.custom-follow-layout .body-container.container-fluid .row-fluid .page-center {
  max-width: 60rem;
  padding-left: 0;
  padding-right: 0;
}
.custom-follow-layout-section-1 h2 {
  margin: 0 auto 1rem;
  color: rgba(0,0,0,.87);
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  font-size: 2rem;
}
.custom-follow-layout-section-1 p {
  color: rgba(0,0,0,.87);
}
.custom-follow-layout-section-1 span.hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 4rem;
}
.custom-follow-layout-section-1 img.hs-image-widget {
  max-width: 60%;
}
.custom-follow-layout-section-1 span.hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
  margin-bottom: 2rem;
}
.evaluation-model-grp {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  text-align: left;
}
.custom-follow-layout-section-1-left-content {
  padding-left: 1rem;
}
.custom-follow-layout-section-1-right-content {
  padding-right: 1rem;
}
.evaluation-model-grp h3.evaluation-model-heading {
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5rem;
}
.evaluation-model-grp h3.evaluation-model-heading span {
  display: block;
  font-size: .88rem;
}
.evaluation-model-grp .custom-evaluation-model-title {
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 500;
  color: #333;
}
.evaluation-model-grp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 1rem;
  padding: 0;
  list-style: none;
}
.evaluation-model-grp ul li {
  background: #f38c97;
  display: inline-block;
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
  margin: 0 2px 4px;
  padding: .5rem 0;
  border-radius: 2px;
  color: #fff;
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.evaluation-model-grp.green ul li {
  background: #9cc3c6;
}
.evaluation-model-grp.green ul li span {
  font-size: .75rem;
}
.evaluation-model-grp .hs-evaluation-model-botton-content {
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-size: .88rem;
  color: #de6c79;
  margin:0;
}
.evaluation-model-grp.green .hs-evaluation-model-botton-content {
  color: #689599;
}
.custom-follow-layout-section-2 {
  text-align: center;
}
.custom-follow-layout-section-2 .custom-section-header-grp {
  margin-bottom: 4rem;
}
.custom-follow-layout-section-2 .custom-section-header-grp h3 {
  font-size: 1.5em;
  color: rgba(0,0,0,.87);
  font-weight: 400;
  margin: 0 0 1rem;
}
.custom-follow-layout-section-2 .custom-section-header-grp p {
  color: rgba(0,0,0,.87);
  margin: 0;
}
.custom-follow-layout-section-2 span.hs_cos_wrapper_type_rich_text {
  display: block;
}
.custom-follow-layout-section-2 span.hs_cos_wrapper_type_rich_text h3 {
  font-size: 1.17em;
  margin: 0 0 1rem;
}
.custom-follow-layout-section-2 span.hs_cos_wrapper_type_rich_text p {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: left;
}
.custom-follow-layout-section-3-inner-row-1 span.hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  margin-bottom: 4rem;
}
.custom-follow-layout-section-3-inner-row-1 span.hs_cos_wrapper_type_rich_text h2 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.custom-follow-layout-section-3-inner-row-2 {
  text-align: center;
}
.custom-follow-layout-section-3-inner-row-2 .custom-section-header-grp {
  margin-bottom: 2rem;
}
.custom-follow-layout-section-3-inner-row-2 .custom-section-header-grp h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.custom-follow-layout-section-3-inner-row-2 .custom-section-header-grp p {
  margin: 0;
}
.custom-follow-layout-section-3-inner-row-2 span.hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 4rem;
}
.custom-follow-layout-section-3-inner-row-2 span.hs_cos_wrapper_type_rich_text img {
  margin-bottom: 1rem;
}
.custom-follow-layout-section-3-inner-row-2 {
  max-width: 40rem;
  margin: 0 auto !IMPORTANT;
  float: none !important;
}
.custom-follow-layout-section-3-inner-row-2 span.hs_cos_wrapper_type_rich_text p {
  text-align: left;
}
.custom-follow-layout-section-3-inner-row-3 {
  margin: 0 auto !important;
  float: none !important;
  max-width: 40rem;
  text-align: center;
}
.custom-follow-layout-section-3-inner-row-3 .custom-section-header-grp h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.custom-follow-layout-section-3-inner-row-3 .custom-section-header-grp {
  margin-bottom: 2rem;
}
.custom-follow-layout-section-3-inner-row-3 span.hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 1rem;
}
.follow-howtouse-feedback h4.feedback-title {
  font-size: 16px;
  margin-bottom: 2rem;
  text-align: center;
}
.follow-howtouse-feedback .feedback-text {
  margin-bottom: 1rem;
  padding: .5em 1rem;
  background: #fff;
  border-top: solid 5px #7888a5;
  box-shadow: 0 3px 5px rgba(0,0,0,.22);
  font-size: .88rem;
  text-align: left;
}
.follow-howtouse-feedback .feedback-text:last-child {
  margin-bottom: 0;
}
.custom-follow-layout-section-4 {
  background: #e1e6ea;
  color: rgba(0,0,0,.87);
}
.custom-content-with-bg-img-grp {
  padding: 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  custom-content-with-bg-img-grp
}
.custom-content-with-bg-img-grp .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}
.custom-content-with-bg-img-grp p {
  color: rgba(0,0,0,.87);
}
a.custom-btn {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 1.5rem;
  background-color: #fff;
  border-color: #3555ad;
  color: #3555ad;
}
a.custom-btn:hover {
  background-color: #3555ad;
  color: #fff;
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75);
}
.custom-rates-section-group {
  padding: 5rem 0;
  color: rgba(0,0,0,.87);
  background: #e1e6ea;
}
.custom-rates-section-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-rates-section-row-1 {
  text-align: center;
  margin-bottom: 4rem;
}
.custom-rates-section-row-1 h2 {
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0;
}
.custom-rates-section-row-2 {
  margin: 0 auto !important;
  padding: 2rem 1rem;
  background: #fff;
  max-width: 50rem;
  float: none !important;
}
.custom-rates-section-row-2 .main-content {
  margin-bottom: 1.5rem;
  position: relative;
}
.custom-rates-module {
  padding: 0 1rem;
}
.custom-rates-module h3.custom-rates-title {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3555ad;
  color: #3555ad;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.custom-rates-module p {
  margin-bottom: 0;
  padding: 2rem 0 1rem;
  color: #3555ad;
  text-align: center;
}
.custom-rates-module .custom-rates-subtitle {
  display: block;
}
.custom-rates-module .custom-rates-value {
  display: block;
  font-size: 40px;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",arial,sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.custom-rates-section-row-2 .main-content {
  padding-right: 7px;
}
.custom-rates-section-row-2 .main-content:last-child {
  padding-right: 0;
  padding-left: 7px;
}
.custom-rates-section-row-2 .main-content:after {
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/img_newgrads-price-plus.svg);
  width: 33.531px;
  height: 33.531px;
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
}
.custom-rates-section-row-2 .main-content:last-child:after {
  content: none;
}
.custom-rates-section-row-2-full-width-row {
  text-align: center;
}
a.custom-btn-with-arrow {
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  letter-spacing: .2rem;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  vertical-align: middle;
  position: relative;
  padding: 1.5rem 2rem;
  border: none;
  background: #3555ad;
  color: #fff;
  min-width: 20rem;
}
a.custom-btn-with-arrow:hover {
  color: #fff;
  background: #3b5fc1;
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75);
}
a.custom-btn-with-arrow:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 1rem;
  content: "";
  width: .5rem;
  height: .5rem;
  margin: auto;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(45deg);
  transition: all .3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.custom-rates-section-row-3 {
  padding: 6rem 0;
  text-align: center;
}
.custom-rates-section-row-3 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
a.custom-btn-with-arrow.white-btn {
  background-color: #fff;
  color: #3555ad;
}
a.custom-btn-with-arrow.white-btn:before {
  border-top: 1px solid #3555ad;
  border-right: 1px solid #3555ad;
}
a.custom-btn-with-arrow:hover:before {
  right: .5rem;
}
.custom-rates-section-row-4 h3 {
  color: rgba(0,0,0,.87);
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 2rem;
}
.custom-rates-section-row-4 blockquote {
  max-width: 32rem;
  padding: 1.5rem;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255,255,255,.6);
  border-radius: .5rem;
}
a.custom-btn-with-arrow.red-btn {
  background-color: #f44538;
}
a.custom-btn-with-arrow.red-btn:hover {
  background: #f55c50;
}
a.custom-btn-with-arrow.yellow-btn {
  color: #333;
  background-color: #ffd600;
}
a.custom-btn-with-arrow.yellow-btn:hover {
  color: #333;
  background: #ffda1a;
}
a.custom-btn-with-arrow.yellow-btn:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.custom-follow-layout-section-3-inner-row-2 span.hs_cos_wrapper_type_rich_text h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
/* ================  Find Potential Website Page ================ */
.custom-find-potential-layout .body-container.container-fluid .row-fluid .page-center {
  max-width:60rem;
  padding-left:0;
  padding-right:0;
}
.custom-find-potential-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-find-potential-layout-row-1 {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.custom-find-potential-layout-row-1 h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0;
}
.hs-advanced-two-col-content-with-img-md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-img-col {
  width: 50vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 27rem;
}
.hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col {
  display: flex;
  width: 50vw;
  min-height: 27rem;
  background-color: #ffd600;
}
.hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col .hs-advanced-two-col-content-col-inner {
  max-width: 32rem;
  padding: 3rem;
  align-self: center;
  color: rgba(0,0,0,.87);
}
.hs-advanced-two-col-content-with-img-md .content center {
  margin: 0 1rem;
  padding: .5rem 0;
  text-align: center;
}
.hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  /*height: 6rem;*/
  padding-top: 2.25rem;
  padding-left: 6rem;
}
.custom-two-col-content-with-img-md .hs-advanced-two-col-content-col-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  min-height: 6rem;
  padding-top: 2.25rem;
  padding-left: 6rem;
}
.hs-advanced-two-col-content-with-img-md.right .hs-advanced-two-col-content-img-col {
  min-height: 26rem;
}
.hs-advanced-two-col-content-with-img-md.right .hs-advanced-two-col-content-col {
  min-height: 26rem;
  justify-content: flex-end;
}
.hs-advanced-two-col-content-with-img-md.right {
  flex-direction: row-reverse;
}
.hs-advanced-two-col-content-col-title img {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 5rem;
  height: 6rem;
  text-align: center;
  object-fit: none;
}
.custom-find-potential-layout-row-3 {
  padding: 3rem 0;
}
.custom-two-col-content-with-img-md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-two-col-content-with-img-md .custom-two-col-content-img-col {
  width: 50vw;
  min-height: 26rem;
  display: flex;
  align-items: center;
}
.custom-two-col-content-with-img-md .custom-two-col-content-col {
  display: flex;
  width: 50vw;
  min-height: 26rem;
}
.custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner {
  max-width: 32rem;
  padding: 3rem;
  align-self: center;
  color: rgba(0,0,0,.87);
}
.custom-two-col-content-with-img-md ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .88rem;
}
.custom-two-col-content-with-img-md blockquote {
  padding: 1rem;
  border: 1px solid #333;
  margin: 16px 0 0;
}
.custom-two-col-content-with-img-md blockquote p:last-child {
  margin-bottom: 0;
}
.custom-find-potential-layout-row-4 {
  padding: 5rem 0;
  background-color: #f8f7f3;
}
.custom-find-potential-layout-row-4-inner-row-1 .custom-two-col-content-with-img-md {
  margin-bottom: 3rem;
}
.custom-two-col-content-with-img-md.right {
  flex-direction: row-reverse;
}
.custom-two-col-content-with-img-md.right .custom-two-col-content-col {
  justify-content: flex-end;
}
.custom-find-potential-layout-row-4-inner-row-2 {
  padding: 3rem 0;
  background-color: #efece0;
  border-radius: .5rem;
  max-width: 60rem;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
}
.custom-find-potential-layout-row-4-inner-row-2 h2 {
  margin: 0 auto 3rem;
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
}
.custom-find-potential-layout-row-4-inner-row-2 img {
  margin-bottom: 1rem;
}
.custom-find-potential-layout-row-4-inner-row-2 p {
  color: rgba(0,0,0,.87);
}
.custom-find-potential-layout-row-4-inner-row-2 p:last-child {
  margin-bottom: 0;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md {
  margin-top: 4rem;
  text-align: left;
  justify-content: center;
  align-items: initial;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
  margin-bottom: 1rem;
  text-align: center;
  margin: 0 0 1rem;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
  margin-bottom: 1rem;
  text-align: center;
  margin: 0 0 1rem;
  width: auto;
  min-height: 0;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-img-col img {
  max-width: 300px;
  margin: 0;
  width:100% !important;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-col {
  display: block;
  width: auto;
  min-height: 0;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner {
  max-width: 100%;
  padding: 0;
  color: inherit;
  display: block;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner ul {
  margin: 0;
  font-size: inherit;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner ul li {
  margin-bottom: .5rem;
}
.custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner ul li:last-child {
  margin-bottom: 0;
}

/* ================== Retension Website Page ===================== */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
body.hs-retension-layout {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0,0,0,.87);
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-kerning: auto;
  letter-spacing: .1em;
}
.header-v3 .header-container {
  min-height: 0;
}
.custom-retension-header .custom-logo {
  padding: .5rem .5rem;
}
.custom-retension-header .custom-logo a {
  padding: 5px 10px;
}
.custom-retension-header .custom-logo img {
  width: 120px;
}
.custom-retension-header {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100% !important;
  margin: 0;
  padding: 0;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.scroll-header .custom-retension-header {
  background: #fff;
  box-shadow: 0 5px 7px -7px rgba(0,0,0,.15);
}
.header-v3 .header-container .row-fluid [class*="span"] {
  min-height: 0;
}
.custom-retension-banner-area {
  padding-top: 4rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 420px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.hs-retension-layout h1, .hs-retension-layout h2, .hs-retension-layout h3, .hs-retension-layout h4, .hs-retension-layout h4, .hs-retension-layout h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.hs-retension-layout h1 {
  font-size: 2.5rem;
}
.hs-retension-layout h2 {
  font-size: 2rem;
}
.hs-retension-layout h3 {
  font-size: 1.75rem;
}
.hs-retension-layout h4 {
  font-size: 1.5rem;
}
.hs-retension-layout h5 {
  font-size: 1.25rem;
}
.hs-retension-layout h6 {
  font-size: 1rem;
}
.custom-retension-banner-area h1 {
  color: rgba(0,0,0,.87);
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.custom-retension-banner-area h1 strong {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
a.custom-btn-with-icon {
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  border-radius: 2px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .05em;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  background-color: #ffc700;
  color: rgba(0,0,0,.87);
  border: none;
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 700;
}
a.custom-btn-with-icon:hover {
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75);
  color: #fff;
  background: #ffcd1a;
}
.material-icons {
  vertical-align: text-bottom;
}
a.custom-btn-with-icon i {
  margin-right: 8px;
  font-size: 1.5rem;
}
.hs-retension-layout-row-2 {
  padding: 4rem 0 0;
  text-align: center;
}
.hs-retension-layout-row-1 .main-content {
  padding: 1.5rem;
  background: rgba(225,232,241,.5);
  border-radius: .5rem;
  max-width: 32rem;
  margin: 0 auto !IMPORTANT;
  float: none !important;
  margin-top: -95px !important;
}
.hs-retension-layout-row-1 .main-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-retension-layout-row-1 .main-content ul li {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.hs-retension-layout-row-1 .main-content ul li:before {
  content: url(//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/icon_list-issue.svg);
  margin-right: .5rem;
  vertical-align: middle;
}
.hs-retension-layout-row-1 .main-content ul li:last-child {
  margin-bottom: 0;
}
.custom-box-process .custom-box-process-list {
  background: url(//cdn2.hubspot.net/hubfs/4447336/Grow_360_December2018/Images/bg_process.svg) center top no-repeat;
  background-size: contain;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.custom-box-process .custom-box-process-list li {
  display: block;
  margin-bottom: 2rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.custom-box-process .custom-box-process-list li span {
  font-size: .88rem;
}
.custom-box-process {
  max-width: 600px;
  margin: 0 auto 6rem;
  padding: 0 2rem;
}
.custom-box-process .custom-box-process-title {
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: center;
}
.custom-box-process .custom-box-process-list li.red {
  background-color: #eb5757;
  border: none;
  color: #fff;
}
.custom-box-process .custom-box-process-list li.yellow {
  background-color: #ffd600;
  border: none;
  color: #333;
}
.custom-box-process .custom-box-process-list li.black {
  background-color: rgba(0,0,0,.87);
  border: none;
  color: #fff;
}
.custom-box-process .custom-box-process-list li:last-child {
  margin-bottom: 0;
}
.custom-box-process .custom-box-process-list li.multi-line {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hs-retension-layout-row-2 h5 {
  font-size: 2rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
  text-align: center;
  font-weight:normal;
}
.hs-retension-layout-row-3 .page-center {
  max-width: 60rem !important;
  padding: 2.5rem 1rem !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.hs-retension-layout-row-3 h3 {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.custom-retension-content-with-top-img-grp {
  display: flex;
}
.custom-retension-content-with-top-img-grp .custom-retension-content-with-top-img-item {
  flex: 1;
  margin: 0 1rem;
}
.custom-retension-content-with-top-img-grp .custom-retension-img-col-grp {
  min-height: 15rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.custom-retension-content-with-top-img-grp .custom-retension-img-col-grp img {
  margin-bottom: .5rem;
} 
.custom-retension-content-with-top-img-title {
  font-size: .75rem;
  text-align: left;
  display: block;
}
.custom-retension-content-with-top-img-grp .custom-retension-content-with-top-img-caption {
  line-height: 1.1;
  color: inherit;
  margin-bottom: .5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.hs-retension-layout-row-3 {
  padding-bottom: 4rem;
}
.hs-retension-layout-row-4 {
  padding: 4rem 0;
}
.hs-retension-layout-row-4 h2 {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.custom-retension-two-col-content-with-img-md {
  display: flex;
  align-items: center;
  min-height: 33rem;
  padding: 0 2rem;
}
.custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-col {
  max-width: 480px;
  margin-left: 79px;
}
.custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-img-col {
  padding-left: 226px;
}
.custom-retension-two-col-content-with-img-md h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.custom-retension-two-col-content-with-img-md h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .88rem;
  font-weight: inherit;
  line-height: inherit;
}
.custom-retension-two-col-content-with-img-md h6:before {
  content: "※";
}
.custom-retension-two-col-content-with-img-md.right {
  flex-direction: row-reverse;
}
.custom-retension-two-col-content-with-img-md.right .custom-retension-two-col-content-col {
  margin-left: 0;
  margin-right: 68px;
}
.custom-retension-two-col-content-with-img-md.right .custom-retension-two-col-content-img-col {
  padding-left: 0;
  padding-right: 223px;
}
.hs-retension-layout-row-5 {
  background-color: #eaeae9;
  padding: 4rem 1rem;
}
.hs-retension-layout-row-5 h2 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.pricing-table_wrapper {
  margin: 0 auto 3rem;
  max-width: 40rem;
}
.pricing-table {
  width: 100%;
  border-collapse: separate;
  background-color: transparent;
}
th {
  text-align: left;
}
.pricing-table td, .pricing-table th {
  padding: .5rem;
}
.pricing-table th {
  text-align: center;
  vertical-align: middle;
  font-size: .75rem;
}
.pricing-table th.label-primary {
  background: #124057;
  color: #fff;
}
.pricing-table th.label-sub {
  background: #ccc;
}
.pricing-table td, .pricing-table th {
  padding: .5rem;
}
.pricing-table td {
  background: #fff;
  color: rgba(0,0,0,.87);
  text-align: center;
  vertical-align: middle;
}
.pricing-table td span {
  font-weight: 700;
}
.pricing-table_wrapper .price_cap {
  margin-bottom: 0;
  font-size: .88rem;
  text-align: left;
}
.hs-retension-layout-row-5 {
  text-align: center;
}
.hs-retension-layout-row-5 span.hs_cos_wrapper_type_rich_text p {
  font-weight: 700;
}
a.custom-btn-with-icon.gradiant-btn {
  background-color: #ff7a37;
  background-image: linear-gradient(-105deg,#da1b4d 0,#ff7a37 100%);
  color: #fff;
  border: none;
}
a.custom-btn-with-icon.gradiant-btn:hover {
  color: #fff;
  background: #ff8b51;
}
.hs-retension-layout .custom-content-with-bg-img-grp {
  padding: 4rem 0;
}
.hs-retension-layout .custom-content-with-bg-img-grp p {
  font-weight: 700;
  color: inherit;
}
/* ========= Tos Website Page ================ */
.hs-tos-layout-row-1 {
  padding: 20px 2.5rem 4rem;
}
.hs-tos-layout-row-1-inner-row-1 {
  margin-bottom: 3rem;
}
.hs-tos-layout-row-1-inner-row-1 h1 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}
.hs-tos-layout-row-1-inner-row-1 p {
  font-size: .75rem;
}
.hs-tos-layout-row-1-inner-row-1 p:last-child {
  margin-bottom: 0;
}
.hs-tos-layout-row-1-inner-row-2 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-tos-layout-row-1-inner-row-2 ol li {
  margin-bottom: 3rem;
}
.hs-tos-layout-row-1-inner-row-2 ol li h2 {
  font-size: .88rem;
  margin-bottom: .5rem;
}
.hs-tos-layout-row-1-inner-row-2 ol ol {
  margin-bottom: .5rem;
  padding-left: 1rem;
  list-style-type: decimal;
}
.hs-tos-layout-row-1-inner-row-2 ol ol li {
  font-size: .75rem;
  margin-bottom: 1rem;
}
.hs-tos-layout-row-1-inner-row-2 p {
  font-size: .75rem;
  margin-bottom: .5rem;
}
.hs-tos-layout-row-1-inner-row-2 ol ol ol {
  padding-left: 1.5rem;
  margin: 0;
  list-style-type: lower-roman;
}
.hs-tos-layout-row-1-inner-row-2 ol ol ol li {
  margin-bottom: .5rem;
  font-size: inherit;
}
.hs-tos-layout-row-1-inner-row-2 h6 {
  font-size: .75rem;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
}

/* ============== Internship Website Page ================ */
body.hs-internship-layout {
  color: #124057;
  font-family: NotoSansCJKjp-Light, NotoSansCJKjp-Light, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Meiryo, arial, sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-kerning: auto;
  font-kerning: auto;
}
.hs-internship-layout h1, .hs-internship-layout h2, .hs-internship-layout h3, .hs-internship-layout h4, .hs-internship-layout h4, .hs-internship-layout h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.hs-internship-layout h1 {
  font-size: 2.5rem;
}
.hs-internship-layout h2 {
  font-size: 2rem;
}
.hs-internship-layout h3 {
  font-size: 1.75rem;
}
.hs-internship-layout h4 {
  font-size: 1.5rem;
}
.hs-internship-layout h5 {
  font-size: 1.25rem;
}
.hs-internship-layout h6 {
  font-size: 1rem;
}
body.custom-find-potential-layout {
  color: #124057;
}
.custom-internship-header {
  -webkit-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(255,255,255,.9) !important;
  -webkit-box-shadow: 0 5px 7px -7px rgba(0,0,0,.15);
  box-shadow: 0 5px 7px -7px rgba(0,0,0,.15);
}
.custom-internship-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#345168),to(#8db6ca));
  background-image: linear-gradient(90deg,#345168 0,#8db6ca 100%);
}
.custom-header.custom-internship-header .page-center {
  max-width: 1140px !IMPORTANT;
  padding: 0 15px !important;
}
.custom-internship-header .custom-logo-group {
  padding: .5rem .5rem;
}
.custom-internship-header .custom-logo-group a {
  display: inline-block;
  padding: 5px 10px 5px;
  line-height: 33px;
}
.custom-internship-header .custom-logo img {
  width: 120px;
}
.hs-internship-layout .header-container {
  min-height: 0;
}
.hs-internship-layout .header-container .row-fluid [class*="span"] {
  min-height: 0;
}
.custom-internship-banner {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 556px;
}
.custom-internship-banner .custom-internship-inner-row-grp {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}
.custom-internship-banner .custom-internship-inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  background-color: rgba(255,255,255,.6);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.custom-internship-banner .custom-internship-inner-row > div {
  width: 100%;
}
.custom-internship-banner .custom-internship-inner-row .page-center {
  padding-top: 0 !IMPORTANT;
  padding-bottom: 0 !important;
}
.hs-internship-layout-section-1 {
  text-align: center;
}
.hs-internship-layout-section .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !IMPORTANT;
}
.hs-internship-layout-section {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-position: center top;
}
.hs-internship-layout-section-1 .main-content {
  max-width: 83.333333%;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}
.hs-internship-layout-section-1 .main-content div.hs_cos_wrapper_widget {
  display: inline-block;
  margin-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
}
.hs-internship-layout-section-1 h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgba(0,0,0,.87);
}
.hs-internship-layout-section-1 p {
  color: rgba(0,0,0,.87);
}
.sect-video_player {
  max-width: 560px;
  min-height: 315px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.sect-video_player iframe {
  vertical-align: top;
}
.hs-internship-layout-section-1 .main-content div.hs_cos_wrapper_widget:last-child {
  margin-bottom: 0;
}
.hs-internship-layout-section-2 {
  background-size: cover;
  background-position: center bottom;
  text-align: center;
}
.hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text {
  max-width: 83.333333%;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 0 15px;
}
.hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.custom-image-with-caption-md-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-image-with-caption-md-grp .custom-image-with-caption-md-item {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  font-size: 13px;
  text-align: center;
}
.custom-image-with-caption-md-grp .custom-image-with-caption-md-item:nth-child(2) h3 {
  font-size: 23px;
}
.custom-image-with-caption-md-grp figures {
  display: block;
  min-height: 150px;
  margin: 40px auto 20px;
}
.custom-image-with-caption-md-grp figures img {
  width: 142px;
}
.custom-image-with-caption-md-grp .custom-image-with-caption-md-item:nth-child(2) figures img {
  width: 131px;
}
.custom-image-with-caption-md-grp .custom-image-with-caption-md-item:nth-child(3) figures img {
  width: 131px;
}
.custom-title-with-bookmark-arrow-md {
  max-width: 83.333333%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 20px;
  margin-top: 3rem;
  text-align: center;
  color: #303e5d;
}
.custom-title-with-bookmark-arrow-md a {
  color: #124057;
}
.custom-title-with-bookmark-arrow-md p {
  margin: 0;
}
.custom-title-with-bookmark-arrow-md img {
  width: 50px;
  -webkit-transition: .4s;
  transition: .4s;
}
.custom-title-with-bookmark-arrow-md a:hover img {
  -webkit-transform: translate(0,7px);
  -webkit-transform: scale(1.3);
  transform: translate(0,7px);
  transform: scale(1.3);
}
.hs-internship-layout-section-3 {
  text-align: center;
}
.hs-internship-layout-section-3 span.hs_cos_wrapper_type_rich_text {
  max-width: 83.333333%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: inline-block;
  width: 100%;
}
.hs-internship-layout-section-3 h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-internship-two-col-content-with-img-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 20px;
  text-align: left;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col figure {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 13rem;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2f2f2f;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col h4 {
  font-size: 1pc;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col h5 {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column {
  text-align: left;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column h3 {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #303e5d;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  color: #124057;
  letter-spacing: 1.6px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  margin: 0;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column p {
  margin-bottom: .5rem;
  margin-left: 0;
}
.hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column p:last-child {
  margin-bottom: 1rem;
}
.hs-internship-two-col-content-with-img-md.right {
  flex-direction: row-reverse;
}
.hs-internship-two-col-content-with-img-md.right .hs-internship-two-col-content-img-col figure {
  border: 1px solid #ccaa8d;
}
.hs-internship-layout-section-4 span.hs_cos_wrapper_type_rich_text {
  max-width: 83.333333%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.hs-internship-layout-section-4 span.hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-internship-layout-section-4 div.hs_cos_wrapper_type_module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: initial;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 0 !IMPORTANT;
  display: block !important;
  width: 100% !important;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-col {
  padding: 0 15px;
  width: 100% !important;
  display: block !important;
  min-height: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner {
  max-width: 100%;
  padding: 0;
  color: inherit;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner ul {
  font-size: 1rem;
}
.hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-img-col img {
  margin: 0 0 1rem;
  width:300px !important;
  max-width: 100%;
}
.hs-internship-layout-section-4 {
  background-position: center bottom;
}
.hs-internship-layout-section-5 {
  background-color: #eef2f2;
}
.hs-internship-layout-section-5-inner-row-1 {
  text-align: center;
}
.hs-internship-layout-section-5-inner-row-1 h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
.custom-tool-fee-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}
.custom-tool-fee-group .custom-tool-fee-item {
  height: 100%;
  padding: 1rem;
  text-align: center;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  color: rgba(0,0,0,.87);
  background-image: linear-gradient(45deg,#ffc600 0,#ffe162 100%);
}
.custom-tool-fee-group .custom-tool-fee-md-plus {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',arial,sans-serif;
  font-size: 3rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.custom-tool-fee-group .custom-tool-fee-img-icon {
  margin-bottom: 1rem;
}
.custom-tool-fee-group .custom-tool-fee-img-icon img {
  max-width: 75%;
}
.custom-tool-fee-group h3 {
  font-size: 1rem !important;
  font-weight: 700;
  margin-bottom: .5rem;
}
.custom-tool-fee-group h3 span {
  font-size: .75rem;
}
.custom-tool-fee-group .custom-tool-fee-price {
  font-size: .75rem;
  text-align: center;
}
.custom-tool-fee-group .custom-tool-fee-price span {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',arial,sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
.custom-tool-fee-group .custom-tool-fee-des {
  font-size: .75rem;
  margin-bottom: 0;
  text-align: left;
}
.custom-tool-fee-group .custom-tool-fee-item.gray {
  color: #fff;
  background-image: linear-gradient(-45deg,#466777 0,#383c3e 100%);
}
.hs-internship-layout-section-5-inner-row-2 div.hs_cos_wrapper_type_module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-tool-fee-group .custom-tool-fee-md-plus:last-child {
  display: none;
}
.hs-internship-layout-section-5-inner-row-2 {
  text-align: center;
}
.hs-internship-layout-section-5-inner-row-2 h3 {
  font-size: 1.5rem;
}
table.pricing-table-2 {
  width: 100%;
  border-collapse: separate;
  background-color: transparent;
}
table.pricing-table-2 th {
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #466777;
}
table.pricing-table-2 th > .txt-sub {
  font-weight: 400;
}
table.pricing-table-2 th .pc-br::before {
  content: '\A';
  white-space: pre;
}
table.pricing-table-2 td {
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
  color: rgba(0,0,0,.87);
  background: #dce3e7;
}
table.pricing-table-2 span.num-em {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hs-internship-layout-section-5-inner-row-2 div.hs_cos_wrapper_widget {
  margin-bottom: 6rem;
}
.hs-internship-layout-section-5-inner-row-2 div.hs_cos_wrapper_type_module > * {
  width: 100%;
}
.pricing-table-2.table-analytics th {
  width: 15%;
}
.pricing-table-2.table-analytics td {
  padding: 1.5rem;
  text-align: left;
}
span.num-em-l {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
.pricing-table-2 ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .88rem;
  font-weight: 700;
  padding-left: 1rem;
  text-align: left;
}
.hs-internship-layout .custom-content-with-bg-img-grp {
  padding: 4rem 0;
}
.hs-internship-layout a#back-to-top,
.hs-retension-layout #back-to-top {
  right: 5%;
  bottom: 20px;
  left: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background: rgba(0,0,0,.5);
}
.hs-internship-layout .custom-content-with-bg-img-grp p {
  color: #124057;
  font-weight: 700;
}

/* =========== Find Risk Website Page =========== */
.hs-peoplean-alytics-layout .custom-internship-header:before {
  content: none;
}
.hs-peoplean-alytics-layout .custom-internship-header .custom-logo-group a {
  line-height: 26px;
}
.scroll-header.hs-peoplean-alytics-layout .custom-internship-header {
  background: #fff !important;
}
body.custom-find-potential-layout.hs-find-risk-layout {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #333;
  letter-spacing: 0;
}
.hs-find-risk-layout .custom-banner-area h1 {
  letter-spacing: .2rem;
}
/* =========== People Analytics Website Page ============== */
.custom-analytics-group .custom-analytics-item {
  border: 3px solid #000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #FAD155;
}
.custom-analytics-group .custom-analytics-item p {
  font-weight: 700;
  color: rgba(0,0,0,.87);
}
.custom-analytics-group-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-1 .main-content {
  max-width: 100%;
  padding: 0;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .5rem;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-2 hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  background: transparent;
}
.hs-people-analytics-row-2-two-col-grp h6 {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin: 0 0 1rem;
}
.hs-people-analytics-row-2-two-col-grp p {
  text-align: left;
}
.hs-people-analytics-row-2-two-col-grp img {
  margin: 30px auto 1rem;
  display: block;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-section-header-grp h3 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin: 0;
  text-align: left;
  line-height: 1.7;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-section-header-grp p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  align-items: initial;
  min-height: 0;
  margin-bottom: 3rem;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-img-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px !important;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
  margin: 0 !important;
  text-align: left;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md h3 {
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 1rem;
  font-size: 1rem;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md p {
  padding-left: 30px;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md h6 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 30px;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md h6:before {
  content: none;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 {
  background-size: auto 100%;
  background-position: center bottom;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 div.hs_cos_wrapper_widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding: 0 15px;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .hs_cos_wrapper_type_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .hs_cos_wrapper_widget.section-header-section-main-wrapper {
  width: 100%;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 span.hs_cos_wrapper_type_rich_text {
  max-width: 100%;
  padding: 0;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-title-with-bookmark-arrow-md {
  max-width: 100%;
  padding: 0;
}
.hs-peoplean-alytics-layout .pricing-table_wrapper {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.hs-peoplean-alytics-layout .pricing-table_wrapper th.label-primary {
  background: #466777;
}
.hs-peoplean-alytics-layout .pricing-table th.label-sub {
  background: #466777;
  color: #fff;
}
.hs-peoplean-alytics-layout .pricing-table td {
  background: #dce3e7;
}
.hs-peoplean-alytics-layout .pricing-table td span {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hs-peoplean-alytics-layout .pricing-table_wrapper th.label-primary .num-em {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hs-peoplean-alytics-layout .pricing-table_wrapper .price_cap {
  text-align: right;
  font-size: 12px;
  margin: 0 0 1rem;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-5-inner-row-2 div.hs_cos_wrapper_widget {
  margin-bottom: 0;
}
.hs-peoplean-alytics-layout .hs-internship-layout-section-5-inner-row-2 span.hs_cos_wrapper_type_rich_text p {
  font-weight: 700;
}
.hs-tos-layout-row-1-inner-row-2 blockquote {
  padding: 1rem;
  border: 1px solid #ddd;
  margin: 0 0 1rem;
}
.hs-tos-layout-row-1-inner-row-2 blockquote h2 {
  font-size: .75rem;
}
.hs-tos-layout-row-1-inner-row-2 blockquote p {
  font-size: .75rem;
  margin: 0;
}

/* ============== JA Home Page Website Page ================= */
.custom-ja-home-page-banner {
  margin-top: -76px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 50rem;
  padding-top: 8rem;
}
.custom-ja-home-page-banner .custom-ja-home-banner-inner {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom-ja-home-page-banner .custom-ja-home-banner-inner h1 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .2rem;
}
.custom-ja-home-page-banner .custom-ja-home-banner-inner p {
  margin-bottom: 3rem;
  color: #333;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .2rem;
}
.custom-ja-home-page-banner .custom-ja-home-page-banner-content-img {
  max-width: 599px;
  margin: 0 auto;
}
.custom-banner-btn-grp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.custom-banner-btn-grp .custom-banner-btn-item {
  margin: 0 1rem;
}
.custom-banner-btn-grp .custom-banner-btn-item a.custom-btn-with-arrow.red {
  background-color: #f44538;
  color: #fff;
  border: none;
}
.custom-banner-btn-grp .custom-banner-btn-item a.custom-btn-with-arrow.red:hover {
  color: #fff;
  background: #f55c50;
}
.custom-banner-btn-grp .custom-banner-btn-item a.custom-btn-with-arrow.yellow {
  background-color: #ffd600;
  color: #333;
  border: none;
}
.custom-banner-btn-grp .custom-banner-btn-item a.custom-btn-with-arrow.yellow:hover {
  color: #333;
  background: #ffda1a;
}
.custom-banner-btn-grp .custom-banner-btn-item a.custom-btn-with-arrow.yellow:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.custom-ja-home-page-banner canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  vertical-align: bottom;
}
.custom-ja-home-client-heading {
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
.custom-ja-home-client-subheading {
  margin: 0 auto;
  color: rgba(0,0,0,.87);
  text-align: center;
}
.custom-ja-home-client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4rem auto 0;
  padding-left: 0;
  list-style: none;
}
 .custom-ja-home-client-list-item {
    margin: 1rem 1.5rem;
    text-align: center;
}
.custom-ja-home-client-list-item img {
  width: auto;
  height: 50px;
  vertical-align: middle;
/*   edited by hs support on 22/11 for Ticket #2896868 */
}
.hs-ja-home-page-layout-section .page-center {
  max-width: 60rem !important;
  padding: 30px !important;
}
/*
.hs-ja-home-page-layout-section {
  padding-top: 5rem; 
  padding-bottom: 1rem;
}
**/
.hs-ja-home-page-layout-section-1 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.hs-ja-home-page-layout-section-1-inner-row-1 h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0 0 4rem;
} 
.hs-ja-home-page-layout-section-1-inner-row-2 {
  max-width: 48rem;
  margin: 0 auto !important;
  float: none !important;
  padding: 0;
}
.custom-one-col-with-bg-img-md {
  margin: 0 22px;
}
.custom-one-col-with-bg-img-md > a {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 20rem;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.custom-one-col-with-bg-img-md > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0,0,0,.3);
  transition: all .3s ease-out;
}
.custom-one-col-with-bg-img-md .custom-one-col-with-bg-img {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all .3s ease-out;
}
.custom-one-col-with-bg-img-md .bg-hover-zoom_inner {
  padding: 2rem 2rem 1rem;
  position: relative;
  z-index: 2;
}
.custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_img {
  margin-bottom: 1.5rem;
  text-align: center;
}
.custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_tit {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-align: center;
}
.custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_txt {
  color: #fff;
  letter-spacing: .1rem;
}
.custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_txt p {
  margin: 0;
}
.hs-ja-home-page-layout-section-1-inner-row-3 h4 {
  padding: 6rem 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0;
}
.custom-button-item-group {
  display: flex;
  justify-content: center;
}
.custom-button-item-group .custom-button-item {
  padding: 2rem;
  text-align: center;
}
.custom-button-item-group .custom-button-item a.custom-btn {
  min-width: 20rem;
}
.hs-ja-home-page-layout-section-2 {
  background: #eeede8;
  color: rgba(0,0,0,.87);
  position: relative;
  padding-bottom: 16vw;
  overflow:hidden;
}
.hs-ja-home-page-layout-section-2-inner-row-1 h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 4rem;
}
.hs-ja-home-page-layout-section-2-inner-row-2 {
  max-width: 40rem;
  margin: 0 auto 2rem !IMPORTANT;
  float: none !IMPORTANT;
  font-size: 1.25rem;
}
.hs-ja-home-page-layout-section-2-inner-row-2 p {
  font-size: 1.25rem;
}
.hs-ja-home-page-layout-section-2-inner-row-2 img {
  display: block;
  margin: 0 auto 4rem;
}
.hs-ja-home-page-layout-section-2-left-col, .hs-ja-home-page-layout-section-2-right-col {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  color: #333;
}
.hs-ja-home-page-layout-section-2-two-col-group h3 {
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #999;
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.hs-ja-home-page-layout-section-2-two-col-group p {
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-weight: 500;
}
.hs-ja-home-page-layout-section-2-two-col-group h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.hs-ja-home-page-layout-section-2-two-col-group h6 {
  margin-bottom: 0;
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
  font-size: .88rem;
  text-align: left;
  font-weight: normal;
  line-height: inherit;
}
.hs-ja-home-page-layout-section-2-two-col-group ul {
  display: flex;
  margin: 0 -.25rem 1rem;
  padding-left: 0;
  flex-direction: column;
  list-style: none;
}
.hs-ja-home-page-layout-section-2-two-col-group ul li {
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 .25rem .25rem;
  padding: .5rem 0;
  border-radius: .25rem;
  background: #ffd600;
  color: #333;
}
.hs-ja-home-page-layout-section-2-two-col-group .hs-ja-home-page-layout-section-2-right-col ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.hs-ja-home-page-layout-section-2-two-col-group .hs-ja-home-page-layout-section-2-right-col ul li {
  flex-basis: 47%;
  max-width: 47%;
  background: #dadad6;
}
svg.bg_border {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.hs-ja-home-page-layout-section-3 {
  background-color: #fdfbf2;
  position: relative;
  z-index: 1;
}
.newgrads-step .newgrads-step_tit {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 4rem;
}
.newgrads-step_inner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto;
}
.newgrads-step_inner .step-item {
  flex: 6;
}
.newgrads-step_inner .step-item.item-arrow {
  flex: 1;
}
.newgrads-step_inner .step-item.item-arrow:last-child {
  display: none;
}
.newgrads-step_inner .step-item .item_img {
  min-height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}
.newgrads-step_inner .step-item .item_img img {
  max-width: 13rem;
  height: auto;
}
.newgrads-step_inner .step-item .item_tit {
  position: relative;
  margin-bottom: 0;
  padding-top: 3rem;
  text-align: center;
}
.newgrads-step_inner .step-item .item_tit .custom-step-loop {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffd600;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",arial,sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.newgrads-step_inner .step-item.item-arrow .item_img {
  display: flex;
  justify-content: center;
  min-height: 13rem;
  margin-bottom: 0;
}
.newgrads-step_inner .step-item.item-arrow .item_img img {
  max-width: 100%;
}
.newgrads-step_inner .step-item.item-3 .item_img img, .newgrads-step_inner .step-item.item-4 .item_img img {
  max-width: 11rem;
}
.hs-ja-home-page-layout-section-3 center {
  padding: 1.5rem;
  text-align: center;
}
.custom-faq-module-group .custom-faq-heading {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 4rem;
}
.custom-faq-module-item-container .custom-faq-list {
  max-width: 40rem;
  margin: 0 auto;
}
.custom-faq-module-item-container .custom-faq-list .custom-faq-list-item {
  margin-bottom: 4rem;
}
.custom-faq-module-item-container .custom-faq-item-title {
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 2rem 0;
}
.custom-faq-item-content p:last-of-type {
  margin-bottom: 0;
}
.custom-faq-module-item-container .custom-faq-list .custom-faq-list-item:last-child {
  margin-bottom: 0;
}
.hs-ja-home-page-layout-section-6 span.hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 4rem;
}
.hs-ja-home-page-layout-section-6 span.hs_cos_wrapper_type_rich_text h2 {
  margin: 0 auto 1rem;
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  text-align: center;
}
.hs-ja-home-page-layout-section-6 span.hs_cos_wrapper_type_rich_text p {
  color: rgba(0,0,0,.87);
  text-align: center;
  margin: 0;
}
.custom-seminar-heading {
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
.custom-seminar-subheading {
  margin: 0 auto;
  color: rgba(0,0,0,.87);
  text-align: center;
}
.custom-seminar-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
}
.custom-seminar-group .custom-seminar-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 20rem;
  margin: 0 .5rem 2rem;
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  width: calc(33.3333333333% - 1rem);
  max-width: 18rem;
}
.custom-seminar-group .item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0,0,0,.87);
  opacity: 1;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.custom-seminar-group .item_img img {
  transition: transform .2s ease-out;
}
.custom-seminar-group .item_img img:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-seminar-group .custom-seminar-item-content {
  padding: 1rem;
}
.custom-seminar-group .custom-seminar-item-content h6 {
  font-size: .88rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 1rem;
}
.custom-seminar-group .custom-seminar-item-content p {
  font-size: .88rem;
  letter-spacing: 0;
}
.custom-seminar-group .custom-seminar-item-content h5 {
  margin: 0 0 1rem;
  font-size: inherit;
  line-height: inherit;
}
.custom-seminar-group .custom-seminar-item-content h5 span {
  font-size: .88rem;
  letter-spacing: .1rem;
  font-weight: 700;
  display: block;
}
.custom-seminar-group .custom-seminar-item-content h5 strong {
  margin-bottom: .5rem;
  font-weight: 700;
  display: block;
}
.custom-seminar-group .custom-seminar-item-content ul {
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 1rem;
  margin-top: 0;
}
.custom-seminar-group .custom-seminar-item-content ul li {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.25;
  text-indent: -.5rem;
  margin-bottom: .5rem;
}
.custom-seminar-group .custom-seminar-item-content ul li:last-child {
  margin-bottom: 0;
}
.custom-seminar-group .custom-seminar-item-content ul li:before {
  display: inline-block;
  content: "*";
  margin-right: .5rem;
}
.custom-seminar-group .custom-seminar-item > div {
  width: 100%;
}
.custom-seminar-item-bottom-btn {
  margin-bottom: 1rem;
  text-align: center;
}
.custom-seminar-item-bottom-btn a {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
}
.custom-seminar-item-bottom-btn a:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  content: "";
  width: .5rem;
  height: .5rem;
  margin: auto;
  border-top: 1px solid #3555ad;
  border-right: 1px solid #3555ad;
  transform: rotate(45deg);
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s;
}

/* 導入企業さまの声 */
.custom-usecase-heading {
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
.custom-usecase-subheading {
  margin: 0 auto;
  color: rgba(0,0,0,.87);
  text-align: center;
}

.custom-usecase-item {
}
.custom-usecase-item .item_inner {
  display: flex;
}
.custom-usecase-item .item_img {
  flex: 1;
}
.custom-usecase-item .item_content {
  flex: 1;
}


.hs-ja-home-page-layout-section-8 {
  background-color: #f9f9f9;
}
.custom-news-section .newgrads-news-heading {
  margin: 0 auto 4rem;
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  text-align: center;
}
.custom-news-section .newgrads-news-list {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.custom-news-section .newgrads-news-list .newgrads-news_item {
  border-bottom: solid 1px #ccc;
}
.custom-news-section .newgrads-news-list .newgrads-news_item:first-child {
  border-top: solid 1px #ccc;
}
.custom-news-section .newgrads-news-list .newgrads-news_item a {
  display: block;
  padding: 1rem;
  color: #333;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-news-section .newgrads-news-list .newgrads-news_item a:hover {
  color: #333;
  outline: 0;
  text-decoration: none;
  background: #d9d9d9;
}
.custom-news-section .newgrads-news-list .newgrads-news_item .item_date {
  display: inline-block;
  min-width: 7em;
  margin-right: .5rem;
  margin-bottom: 0;
  background: #ffd600;
  border-radius: 2px;
  font-size: .88rem;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",arial,sans-serif;
  text-align: center;
}
.custom-news-section .newgrads-news-list .newgrads-news_item .item_tit {
  font-size: .88rem;
  margin-bottom: 0;
}
.custom-one-col-with-bg-img-md > a:hover .custom-one-col-with-bg-img {
  transform: scale(1.2);
  will-change: transform;
}
.custom-one-col-with-bg-img-md > a:hover:before {
  background-color: rgba(0,0,0,0);
}

/* ============ EN Home Page ================= */
.hs-home-page-layout h1, .hs-home-page-layout h2, .hs-home-page-layout h3, .hs-home-page-layout h4, .hs-home-page-layout h4, .hs-home-page-layout h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.en-header .custom-logo img {
  width: 152.500px;
}
.custom-home-banner-area {
  margin-top: -76px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.custom-home-banner-area .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-home-banner-area .custom-home-banner-content-wrapper {
  text-align: center;
  padding-top: 3.5rem;
}
.custom-home-banner-area .custom-home-banner-content-inner-wrapper {
  min-height: 640px;
  padding-top: 7.5rem;
}
.custom-home-banner-area .custom-home-banner-content-inner-wrapper .inner-wrapper-2 {
  padding: 3rem;
}
.custom-home-banner-area img {
  width: 400px;
}
.custom-home-banner-area h1 {
  font-weight: 700;
  margin: 2rem 0;
  color: #fff;
  font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Noto Sans Japanese','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3',Meiryo,arial,sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.custom-home-banner-area .area-watch-demo {
  margin-top: 2rem;
  text-align: center;
}
a.banner-video-btn {
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  min-width: 10rem;
  padding: .75rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05rem;
  color: #fff;
  border: .1rem solid #fff;
  border-radius: 4px;
  outline: 0;
  display: inline-block;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  background-color: rgba(255,255,255,.6);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-grp > div {
  width: 100%;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-item-grp {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-item {
  padding: 0 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-item a.custom-btn-with-arrow {
  min-width: 14rem;
  padding: 1rem 2rem 1rem 1rem;
  vertical-align: middle;
}
.custom-home-banner-area .custom-home-banner-bottom-btn-item a.custom-btn-with-arrow.white {
  color: #3555ad;
  background-color: #fff;
}
a.custom-btn-with-arrow.white:before {
  border-top: 1px solid #3555ad;
  border-right: 1px solid #3555ad;
}
a.banner-video-btn:hover {
  text-decoration: none;
  opacity: .8;
  color: #fff;
  background-color: rgba(255,255,255,.3);
  border-color: transparent;
}
.hs-home-page-section {
  padding: 4rem 0;
}
.body-container .hs-home-page-section .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.home-page-yellow-section {
  text-align: center;
  background-color: #ffc600;
}
.home-page-yellow-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: .5rem;
}
.hs-home-page-section-2 {
  background-color: #f2f2ee;
}
.hs-home-page-section-2 {
  background-color: #f2f2ee;
  text-align: center;
}
.hs-home-page-section-2 div.hs_cos_wrapper_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-home-page-section-2 span.hs_cos_wrapper_type_rich_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  display: block;
  margin-bottom: 3rem;
}
.hs-home-page-section-2 h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hs-home-page-section-2 h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-home-page-section-2 span.hs_cos_wrapper_type_rich_text p {
  text-align: justify;
}
.hs-home-page-section-2 .follow-howtouse-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.hs-home-page-section-2 .follow-howtouse-feedback .feedback-text {
  font-size: .9rem;
  width: calc(33.33% - 1rem);
  padding: 1rem;
  text-align: justify;
  border-top: solid 5px #5d627b;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.22);
  box-shadow: 0 3px 5px rgba(0,0,0,.22);
  margin: 0;
}
.hs-home-page-section-3 div.hs_cos_wrapper_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-home-page-section-3 span.hs_cos_wrapper_type_rich_text {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  text-align: center;
  margin-bottom: 3rem;
}
.hs-home-page-section-3 h2 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.custom-content-with-left-img-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.custom-content-with-left-img-group .custom-content-with-left-img-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.custom-content-with-left-img-group .custom-content-with-left-img-content-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
.custom-content-with-left-img-group h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.custom-content-with-left-img-group h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.custom-content-with-left-img-group p {
  font-size: .9rem;
  text-align: justify;
}
.hs-home-page-section-4 {
  background-color: #f2f2ee;
}
.hs-home-page-section-4-inner-rowe-1 {
  max-width: 83.333333%;
  float: none !IMPORTANT;
  margin: 0 auto !important;
  margin-bottom: 3rem !important;
  overflow: hidden;
}
.hs-home-page-section-4-inner-rowe-1 h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hs-home-page-section-4-inner-rowe-1 h3 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-home-page-section-4-inner-rowe-1 p {
  text-align: justify;
}
.custom-content-with-top-img-md-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.custom-content-with-top-img-md-group .custom-content-with-top-img-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto .5rem;
}
.custom-content-with-top-img-md-group .custom-content-with-top-img-content-wrapper p {
  font-size: .9rem;
  text-align: center;
}
.custom-title-with-left-img-icon-md {
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
  padding: .5rem;
  border-radius: 4px;
  background-color: #fff;
}
.hs-home-page-section-4-inner-rowe-3 {
  padding: 0 15px;
}
.custom-title-with-left-img-icon-md .heading {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}
.custom-title-with-left-img-icon-md .heading:after {
  position: absolute;
  top: calc(100% + .5rem);
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  content: '';
  border: 1px solid #3555ad;
}
.custom-title-with-left-img-icon-md .competencies-item2-list {
  max-width: 250px;
  margin: 0 auto;
  padding: .5rem;
  list-style: none;
}
.custom-title-with-left-img-icon-md .competencies-item2-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .5rem;
}
.custom-title-with-left-img-icon-md .competencies-item2-list li:last-child {
  margin-bottom: 0;
}
.custom-title-with-left-img-icon-md .competencies-item2-list li img {
  display: block;
  width: calc(25% - 0.5rem);
}
.custom-title-with-left-img-icon-md .competencies-item2-list li span {
  font-size: .8rem;
  line-height: 1.1;
  display: block;
  width: calc(75% - .5rem);
}
.hs-home-page-section-4-inner-rowe-4 {
  position: relative;
  border-top: 1px solid #3555ad;
  border-bottom: 1px solid #3555ad;
  max-width: calc(83.333333% - 30px);
  float: none !important;
  margin: 3rem auto !important;
  padding: 3rem 0;
}
.hs-home-page-section-4-inner-rowe-4 h3 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-home-page-section-4-inner-rowe-4 p {
  text-align: justify;
}
.hs-home-page-section-4-inner-rowe-5 span.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 83.333333%;
  margin: 0 auto 3rem;
  overflow: hidden;
}
.hs-home-page-section-4-inner-rowe-5 span.hs_cos_wrapper_type_rich_text h3 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hs-home-page-section-4-inner-rowe-5 .custom-content-with-top-img-md-group {
  margin: 0;
}
.hs-home-page-section-4-inner-rowe-5 .custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto .5rem;
}
.custom-content-with-top-img-md-group .custom-content-with-top-img-content-wrapper h4 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
  text-align: center;
}
.hs-home-page-section-4-inner-rowe-5 .custom-content-with-top-img-md-group .custom-content-with-top-img-content-wrapper p {
  text-align: justify;
}
.hs-home-page-section-6 h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hs-home-page-section-6 span.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 83.333333%;
  margin: 0 auto 3rem;
  overflow: hidden;
}
.hs-home-page-section-6 .custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto .5rem;
}
.hs-home-page-section-6 .custom-content-with-top-img-md-group .custom-content-with-top-img-content-wrapper p {
  text-align: justify;
}
.custom-accordion-md-group {
  max-width: 83.333333%;
  margin: 0 auto;
}
.custom-accordion-md-group .custom-accordion-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: .5rem;
  border: none;
}
.custom-accordion-heading {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  border: none;
  background-color: #3555ad;
  cursor: pointer;
}
.custom-accordion-heading h1 {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 0;
  padding: 0 2rem 0 0;
  color: #fff;
  line-height: 1.1;
}
.custom-accordion-heading h1:after {
  font-family: 'Material Icons';
  font-size: 1.75rem;
  position: absolute;
  top: -.25rem;
  right: 0;
  display: block;
  content: '\e315';
  color: #fff;
}
.custom-accordion-content-wrapper .custom-accordion-content-inner {
  margin-top: .5rem;
  border: none;
}
.custom-accordion-content-wrapper .custom-accordion-content-box-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.35rem -.5rem;
}
.custom-accordion-content-wrapper .custom-accordion-content-box-grp .custom-accordion-content-box-item {
  font-size: .9rem;
  font-weight: 700;
  width: calc(33.33% - .7rem);
  padding: .5rem;
  text-align: center;
  border-radius: 4px;
  background-color: #e6b40033;
  margin: 0 0.35rem .5rem;
}
.custom-accordion-content-wrapper .custom-accordion-content-box-grp .custom-accordion-content-box-item ul {
  width: calc(100% - 1rem);
  margin-left: .5rem;
  padding-left: .5rem;
  list-style: disc;
}
.custom-accordion-content-wrapper .custom-accordion-content-box-grp .custom-accordion-content-box-item ul li {
  font-size: .8rem;
  font-weight: 400;
}
.custom-accordion-md-group .custom-accordion-item.item-3 .custom-accordion-content-box-item {
  text-align: left;
}
.custom-accordion-content-wrapper {
  display: none;
}
.custom-accordion-heading.active h1:after {
  font-family: 'Material Icons';
  font-size: 1.75rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '\e313';
  color: #fff;
}
.hs-home-page-section-9 div.hs_cos_wrapper_widget {
  max-width: 83.333333%;
  margin: 0 auto 3rem;
  display: inline-block;
  width: 100%;
}
.hs-home-page-section-9 {
  text-align: center;
}
.hs-home-page-section-9 h2 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hs-home-page-section-9 {
  background-color: #f2f2ee;
}

.custom-testimonial-module-item {
  margin: 0 0 1rem;
  position: relative;
  padding: 1.5rem 3rem;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  text-align: left;
}
.hs-home-page-section-9 img.hs-image-widget {
  display: block;
  width: 100% !important;
  height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  margin-bottom: -7px;
}
.custom-testimonial-module-item:before {
  font-family: Georgia,serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: .5rem;
  left: .5rem;
  content: '\201C';
  color: rgba(53,85,173,.5);
}
.custom-testimonial-module-item:after {
  font-family: Georgia,serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  content: '\201D';
  color: rgba(53,85,173,.5);
}
.custom-testimonial-module-item p {
  line-height: 1.5;
}
.custom-testimonial-module-item h6 {
  font-style: italic;
  margin-bottom: 0;
  text-align: right;
  color: rgba(53,85,173,.8);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
}
.hs-home-page-section-9 div.hs_cos_wrapper_widget:last-child {
  margin-bottom: 0;
}
.custom-home-news-section .newgrads-news-heading {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
.hs-home-page-section-10 {
  background-color: #f9f9f9;
}
.custom-home-news-section {
  max-width: 83.333333%;
  margin: 0 auto;
}
.custom-home-news-section .newgrads-news-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item .custom-home-news-date {
  margin-right: .5rem;
  margin-bottom: 0;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item .custom-home-news-date span {
  font-size: .88rem;
  display: inline-block;
  min-width: 8em;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #3555ad;
}
.hs-home-page-bottom-pane .custom-content-with-bg-img-grp p {
  color: #fff;
  font-weight: 700;
}
.hs-home-page-bottom-pane .custom-content-with-bg-img-grp a.custom-btn-with-arrow {
  min-width: 14rem;
  padding: 1rem 2rem 1rem 1rem;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item:last-child {
  margin-bottom: 0;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  color: #3555ad;
}
.custom-home-news-section .newgrads-news-list .newgrads-news_item a:hover {
  text-decoration: underline;
  color: #3555ad;
  outline: 0;
}
.custom-blog-sidebar-rss-grp .hs-rss-item.hs-with-featured-image {
  padding-top: 20px;
  line-height: 1.5;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}
.custom-blog-sidebar-rss-grp .hs-rss-item.hs-with-featured-image:first-child {
  padding-top: 0;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 90px;
  height: 90px;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-text {
  width: calc(100% - 100px);
  float: left;
/*   font-size: 1.3rem; */
  font-weight: 700;
  line-height: 1.5;
  margin-left: 10px;
  padding: 0;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:before, .custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  z-index: 99999;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:after {
  bottom: -100%;
  right: 0;
  width: 2px;
  height: 100%;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.custom-blog-sidebar-rss-grp .hs-rss-item a.hs-rss-title {
  color: #191919;
}
.custom-blog-sidebar-rss-grp .hs-rss-item a.hs-rss-title:hover {
  color: #f3c000;
  transition: .2s;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:after, .custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  z-index: 99999;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:after {
  top: -100%;
  left: 0;
  width: 2px;
  height: 100%;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:before {
  top: 0;
  right: -100%;
  width: 100%;
  height: 2px;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:hover:before {
  animation: leftAnim 1s linear 0s infinite;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper:hover:after {
  animation: bottomAnim 1s linear .5s infinite;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:hover:before {
  animation: rightAnim 1s linear 0s infinite;
}
.custom-blog-sidebar-rss-grp .hs-rss-item .hs-rss-item-image-wrapper a:hover:after {
  animation: topAnim 1s linear .5s infinite;
}
.custom-recent-post-module-group .custom-recent-post-heading {
  color: rgba(0,0,0,.87);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
.custom-recent-post-module-group .custom-recent-post-subheading {
  margin: 0 auto;
  color: rgba(0,0,0,.87);
  text-align: center;
}
.custom-recent-post-wrapper {
  margin-top: 4rem;
}
.custom-recent-post-wrapper {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.custom-recent-post-wrapper .custom-recent-post-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 1rem);
  min-height: 20rem;
  margin: 0 .5rem 2rem;
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.custom-recent-post-wrapper .custom-recent-post-item .custom-recent-post-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0,0,0,.87);
  opacity: 1;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  padding-bottom: 64.5%;
}
.custom-recent-post-wrapper .custom-recent-post-item .custom-recent-post-image img {
  height: 100%;
/*   object-fit: cover; */ /* commented out by HubSpot Support chat with Marin #2916621 */
  transition: transform .2s ease-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-recent-post-wrapper .custom-recent-post-item .custom-recent-post-image img:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-recent-post-wrapper .custom-recent-post-body {
  padding: 1rem;
}
.custom-recent-post-wrapper .custom-recent-post-body .custom-recent-post-tag {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .25rem 1rem;
  border-radius: 62.5rem;
  color: #fff;
  font-size: .75rem;
  letter-spacing: 0;
  background: #ff6754;
}
.custom-recent-post-wrapper .custom-recent-post-body .custom-recent-post-tag.研修 {
  background: #56c19b;
}
.custom-recent-post-wrapper .custom-recent-post-body .custom-recent-post-tag.インターンシップ {
  background: #6fa0e2;
}
.custom-recent-post-wrapper .custom-recent-post-body .custom-recent-post-tag.要件定義 {
  background: #c3a545;
}
.custom-recent-post-wrapper .custom-recent-post-title {
  margin-bottom: 0;
}
.custom-recent-post-wrapper a.hover-arrow {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
}
.custom-recent-post-wrapper a.hover-arrow:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  content: "";
  width: .5rem;
  height: .5rem;
  margin: auto;
  border-top: 1px solid #3555ad;
  border-right: 1px solid #3555ad;
  transform: rotate(45deg);
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s;
}
.custom-recent-post-wrapper a.hover-arrow:hover:before {
  right: -.5rem;
}
.custom-recent-post-wrapper a.hover-arrow:hover {
  opacity: .8;
}
.en-header .custom-logo a {
  padding: 0;
}
.hs-home-page-section-4-inner-rowe-3-column .hs_cos_wrapper_widget_container, .hs-home-page-section-4-inner-rowe-3-column .hs_cos_wrapper_widget {
  height: 100%;
}
.hs-home-page-section-7 {
  background-color: #eef2f2;
}
.hs-home-page-section-7 span.hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 3rem;
  max-width: 83.333333%;
  margin: 0 auto 3rem;
}
.hs-home-page-section-7 span.hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.custom-pricing-group-wrapper {
  max-width: 83.333333%;
  margin: 0 auto;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 0 3px;
}
.custom-pricing-group-wrapper .custom-pricing-header {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
table.custom-pricing-group {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: separate;
}
table.custom-pricing-group th {
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #466777;
}
table.custom-pricing-group th:nth-child(1) {
  width: 15rem;
}
table.custom-pricing-group td {
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
  vertical-align: middle;
  color: rgba(0,0,0,.87);
  background: #dce3e7;
}
.hs-home-page-section-7 a.custom-btn-with-arrow {
  min-width: 14rem;
}
.hs-home-page-section-7 blockquote {
  margin: 0 auto 1rem;
  max-width: 58.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: .75rem 1.5rem;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-home-page-section-7 blockquote p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.hs-home-page-section-7 a.custom-btn-with-arrow.small {
  min-width: 12rem;
  padding: 1rem 2rem 1rem 1rem;
}
.hs-home-page-section-7 div.hs_cos_wrapper_widget:last-child span.hs_cos_wrapper_type_rich_text {
  margin-bottom: 0;
}
.custom-pricing-group-wrapper-2 {
  overflow: auto;
  white-space: nowrap;
}
.hs-home-page-bottom-pane .custom-content-with-bg-img-grp h2 {
  color: #fff;
  font-size: 2rem;
}
.custom-find-potential-layout .custom-banner-area h1 {
  letter-spacing: .2rem;
}
.hs-en-temp-layout .hs-tos-layout-row-1-inner-row-1 h1 {
  margin-bottom: 1rem;
  margin-top: 2px;
  padding-bottom: 1px;
}
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h1,
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h2,
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h3, 
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h4, 
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h5, 
.hs-vi-vn-temp-layout .hs-tos-layout-row-1 h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}
.hs-vi-vn-temp-layout .hs-tos-layout-row-1-inner-row-1 h1 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.1;
}
.fancybox-is-open .fancybox-bg {
  opacity: .5 !important;
}
.fancybox-bg {
  background-color: #000 !important;
}
.fancybox-button--close:before {
  content: "×";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.fancybox-button--close svg {
  display: none !important;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-button--close {
  background: transparent;
}
.fancybox-button--close:hover {
  opacity: .75;
}
.fancybox-button--close {
  color: #fff !important;
  opacity: .5 !important;
  text-shadow: 0 1px 0 #fff;
  transition: all 0.4s;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", arial, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  top: -36px;
  width: auto;
  height: auto;
  padding: 0;
}
.fancybox-button--close:hover {
  opacity: .75 !important;
}
.fancybox-slide--video .fancybox-content {
  overflow: visible !important;
}
.custom-recent-post-wrapper .custom-recent-post-item > * {
  width: 100%;
}
p.custom-recent-post-more-link {
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg.bg_border {
    height:209px;
  }
  .custom-logo img {
    max-width:196.76px;
    width:auto !important;
  }
  .custom-footer-logo img {
    max-width:160px;
    width:auto !important;
  }
  .newgrads-step_inner .step-item .item_img img {
    width:auto;
  }
  .newgrads-step_inner .step-item.item-2 img {
    max-width:11rem;
  }
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  background: rgba(0,0,0,.87);
  padding: 5rem 0;
  text-align: center;
}
.custom-footer .page-center {
  max-width: 60rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-footer-logo {
  margin-bottom: 1rem;
  text-align: center;
}
.custom-footer-logo img {
  width: 160px;
}
.custom-footer-tagline p {
  color: #fff;
  font-size: .75rem;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
small {
  font-size: 80%;
  font-weight: 400;
}
.custom-footer-tagline p a {
  color: #fff;
}
.custom-footer-menu .hs-menu-wrapper ul {
  display: flex;
  justify-content: center;
  margin: 0 .5rem .25rem !IMPORTANT;
  color: #fff;
  font-size: .75rem;
  width: auto !important;
}
.custom-footer-menu .hs-menu-wrapper ul li {
  margin: 0 .5rem;
  float: none !IMPORTANT;
  width: auto !important;
}
.custom-footer-menu .hs-menu-wrapper ul li a {
  color: #fff;
  text-decoration: underline;
}
.custom-footer-menu .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
}
#back-to-top {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  z-index: 99;
}
#back-to-top i {
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
}
#back-to-top i:before {
  position: absolute;
  top: .3rem;
  left: -.4rem;
  content: "";
  width: .8rem;
  height: .8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-retension-footer {
  padding: 1rem 0;
  background: rgba(0,0,0,.87);
}
.custom-retension-footer-menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: center;
  margin: 0 .5rem .25rem !important;
  padding-left: 0;
  color: #fff;
  font-size: .75rem;
  list-style: none;
}
.custom-retension-footer-menu .hs-menu-wrapper > ul > li {
  margin: 0 .5rem;
  float: none !important;
}
.custom-retension-footer-menu .hs-menu-wrapper > ul > li a {
  color: #fff;
  text-decoration: underline;
  display: initial;
}
.custom-retension-footer-copyright {
  text-align: center;
}
.custom-retension-footer-copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: .75rem;
  letter-spacing: 0;
  text-align: center;
}
.custom-retension-footer-copyright p a {
  color: #fff;
  text-decoration: none;
}


/*keyframes設定
/************************************************************/
@keyframes marquee {
  from {
    transform: translate(0%);
  }

  to {
    transform: translate(-100%);
  }
}
@keyframes sonar {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #191919, 0 0 0 10px rgba(255,255,255,0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #191919, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes topAnim {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

@keyframes bottomAnim {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes rightAnim {
  0% {
    right: -100%;
  }

  100% {
    right: 100%;
  }
}

@keyframes leftAnim {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  float: right;
  padding-right: 96px;
}
.custom-menu-primary .hs-menu-wrapper > ul:after, .custom-menu-primary .hs-menu-wrapper > ul:before {
  content:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !IMPORTANT;
  font-size: .75rem;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 8px;
  color: #444;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transform: translateX(-50%);
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover:after {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:after {
  content:none;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  min-width: 200px;
  padding: .6rem 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background-color: rgba(53,85,173,.8);
  font-size: .75rem;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: inline-block;
  color: #fff;
  padding: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(255,255,255,.5);
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* ============= Internship Menu Styling ============= */



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    font-size: inherit;
    display: inline-block;
    margin-left: 1rem;
    display: flex;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: inline-block;
    padding: 0 1rem;
    background-color: #ffd600;
    border-radius: .75rem;
    color: #333;
    font-size: .75rem;
    line-height: 1.5rem;
    transition: all .3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    opacity: .8;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    font-size: .75rem;
    display: inline-block;
    margin:0;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    position: relative;
    display: inline-block;
    padding: 8px;
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(0,0,0,.87);
    border-radius: 0;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: inline-block;
    padding: 8px;
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(0,0,0,.87);
    border-radius: 0;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    content:none;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #607b8d;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    color: #607b8d;
    width: 100%;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #607b8d;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 0;
  }
  .custom-internship-header .custom-menu-primary {
    padding: .5rem .5rem;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: .75rem;
  }
  
  
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 1rem;
    z-index:99;
  }
  .mobile-trigger i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: rgba(0,0,0,.87);
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: rgba(0,0,0,.87);
    transition: all .2s ease-out;
  }
  .mobile-trigger i:after, .mobile-trigger i:before {
    content: '';
    width: 25px;
    height: 2px;
    background: rgba(0,0,0,.87);
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
  }
  .mobile-trigger i:before {
    top: -7px;
  }
  .mobile-trigger i:after {
    bottom: -7px;
  }
  .mobile-trigger:hover i:before {
    top: -10px;
  }
  .mobile-trigger:hover i:after {
    bottom: -10px;
  }
  .mobile-open .mobile-trigger i {
    background: 0 0;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotateZ(45deg);
    background: #333;
  }
  .mobile-open .mobile-trigger i:after {
    bottom: 0;
    transform: rotateZ(-45deg);
    background: #333;
  }
  .header-container {
    min-height: 67px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px !important;
    padding: 0 !important;
    width: 35px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: rgba(255,255,255,.5); /* Icon color */
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > .child-trigger i,
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > .child-trigger i:after { 
    background-color: rgba(255,255,255,.8);
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    padding: 0;
    float: none;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
    font-weight: 700;;
    font-size: inherit;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,.5);
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: rgba(255,255,255,.8);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children):after {
    content:none;
  }
  

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 0;
    padding: 0 0 0 20px;
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: transparent;
    font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",Meiryo,arial,sans-serif;
    font-weight: 700;
    font-size: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: block;
    padding: .5rem;
    color: rgba(255,255,255,.5);
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(255,255,255,.8);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 5px;
    font-weight: 700;
    text-align: left;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  }
  

  .custom-menu-group {
    min-height: 0;
    width: 270px !important;
    background: rgba(0,0,0,.87);
    top: 0;
    right: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    z-index: 9;
  }
  .mobile-open .custom-menu-group {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-operlay {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0,0,0,.7);
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-open .menu-operlay {
    opacity: 1;
    visibility: visible;
  }
  .custom-language-switcher {
    position: static;
  }
  .custom-language-switcher .lang_switcher_class {
    display: block;
  }
  .lang_switcher_class .globe_class > a {
    display: none;
  }
  .lang_switcher_class .lang_list_class {
    position: static;
    display: block;
  }
  .lang_switcher_class .lang_list_class li {
    height: auto !important;
    width: auto !important;
    font-family: NotoSansCJKjp-Light,NotoSansCJKjp-Light,-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Noto Sans Japanese','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3',Meiryo,arial,sans-serif;
    font-weight: 700;
  }
  .lang_switcher_class .lang_list_class li a {
    width: auto;
    height: auto;
    border: none;
    background: transparent !important;
    border-radius: 0;
    text-align: left;
    display: block;
    padding: .5rem;
    text-decoration: none;
    color: rgba(255,255,255,.5);
    font-size: 1rem;
    line-height: 1.7;
  }
  .lang_switcher_class .lang_list_class li a:hover {
    color: rgba(255,255,255,.8);
  }
 
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin-bottom:5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  max-width:500px;
  width:100%;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  color: red;
}
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .05em;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 1.5rem;
  background-color: #fff;
  border-color: #3555ad;
  color: #3555ad;
  white-space:normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #3555ad;
  color: #fff;
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  box-shadow: 0 0 0 2px rgba(2,117,216,.5);
  outline: 0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

/* ========= Blog Styling ============ */
body.blog {
  color: #191919;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.blog .container-fluid .row-fluid .page-center {
  max-width: 1100px;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
}
.custom-blog-header {
  padding: 40px 0;
  border-bottom: #E5E5E5 1px solid;
}
.blog .header-container {
  min-height: 0 !important;
}
.custom-blog-header-logo-grp .custom-logo img {
  width: 220px;
}
.custom-blog-header-logo-grp .custom-logo a {
  position: relative;
  display: inline-block;
  padding:0;
}
.custom-blog-header-logo-grp .custom-logo a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid transparent;
}
.custom-blog-header-logo-grp .custom-logo a:hover:after {
  width: 100%;
  border-color: #7F7F7F;
  transition: .2s;
}
.custom-blog-footer {
  background: #191919;
  text-align: center;
}
.blog #back-to-top {
  display: none !IMPORTANT;
}
.blog-back-to-top {
  position: relative;
  width: 180px;
  height: 60px;
  line-height: 70px;
  margin: 0 auto;
  background: #63acb7;
  color: #FFFFFE !important;
  text-align: center;
  border-radius: 0 0 5px 5px;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.25);
  background-color: #f3c000;
  display: block;
}
.blog-back-to-top:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotate(45deg);
  z-index: 1;
}
.blog-back-to-top span {
  position:relative;
  z-index:1;
}
.blog-back-to-top:hover:before {
  top: 10px;
  transition: .2s;
}
.blog-back-to-top:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.blog-back-to-top:hover:after {
  background: rgba(0,0,0,0.15);
  transition: .2s;
}
.custom-blog-footer-copyright {
  padding: 40px 0;
  text-align: center;
  font-size: 13px;
  color: #BFBFBF;
  letter-spacing: 0.5px;
  line-height: 1.75;
}
.custom-blog-footer-copyright p {
  color: #BFBFBF;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin: 0;
  font-size: inherit;
}
.custom-blog-footer-copyright p a {
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}
.custom-blog-footer-copyright p a:hover {
  color: #f3c000;
  transition: .2s;
}
.blog .blog-content {
  padding: 60px 1.8% 60px 0;
}
.blog .blog-sidebar {
  padding: 60px 0 60px 2.7%;
}
.blog .page-center.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.blog .blog-content:before {
  position: absolute;
  top: 0;
  right: 32.5%;
  bottom: 0;
  left: -100vw;
  content: "";
  background: #ffffff;
  border-right: #E5E5E5 1px solid;
  z-index: -99999;
}
.blog-sidebar h3 {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: inline-block;
  font-size: 1.25rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #63acb7;
  border-color: #f3c000;
}
/* html.blog-html {
  line-height: 1;
  font-size: 62.5%;
} */
.post-header h2 {
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post-header h2 a {
  color: #191919;
  text-decoration: none;
}
.post-header h2 a:hover {
  color: #f3c000;
  transition: .2s;
}
.hs-featured-image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.hs-featured-image-wrapper #hubspot-topic_data {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.25);
}
.hs-featured-image-wrapper #hubspot-topic_data a {
  display: block;
  padding: 10px 40px;
  color: #ffffff;
  background-color: #f3c000;
}
.hs-featured-image-wrapper #hubspot-topic_data a:before {
  font-family: "icomoon";
  content: "\e902";
  margin-right: 10px;
}
.hs-featured-image-wrapper img {
  width: 50%;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out .2s;
  margin-top: 0;
}
.hs-featured-image-wrapper img:hover {
  transform: scale(1.2);
}
#hubspot-author_data {
  margin-bottom: 10px;
}
#hubspot-author_data .custom-date {
  display: inline-block;
  text-align: left;
  color: #7f7f7f;
/*   font-size: 1.2rem; */
  margin-right: 10px;
  line-height: 1.5;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hubspot-author_data .custom-date:before {
  margin-right: 5px;
  line-height: 1;
  content: "\e900";
}
.hs-blog-listing .post-body p {
/*   font-size: 1.7rem; */
  line-height: 2;
  margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item {
  position: relative;
  border-bottom: 1px solid #f3c000;
  padding-bottom: 40px;
  margin: 0 auto 40px;
}
.blog-listing-wrapper .post-listing .post-item:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #E5E5E5;
}
.custom-read-more-grp {
  text-align: right;
}
a.more-link {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: .88rem !important;
  border: 1px solid #f3c000;
  background: transparent;
  cursor: pointer;
  color: #f3c000;
  border-color: #f3c000;
}
a.more-link:hover {
  background-color: #f3c000;
  color: #ffffff;
  transition: .2s;
}
a.more-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.custom-blog-breadcrumb-menu {
  margin-bottom: 40px;
  padding: 10px;
  background: #F2F2F2;
}
.custom-blog-breadcrumb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-blog-breadcrumb-menu ul li {
  position: relative;
  float: left;
  padding: .25rem 1rem;
/*   padding-right: 15px; */
/*   margin-right: 15px; */
  font-size: .88rem;
/*   line-height: 1.75; */
  color: #7f7f7f;
}
.custom-blog-breadcrumb-menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.custom-blog-breadcrumb-menu ul li a {
  color: #7f7f7f;
  text-decoration: none;
}
.custom-blog-breadcrumb-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  transform: rotate(45deg);
}
.custom-blog-breadcrumb-menu ul li .icon-home:before {
  margin-right: 5px;
}
.post-header h1 {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.hs-blog-post #hubspot-author_data {
  margin-bottom: 20px;
}
.hs-blog-post #hubspot-author_data span {
  display: inline-block;
  text-align: left;
  color: #7f7f7f;
/*   font-size: 1.2rem; */
  margin-right: 10px;
  line-height: 1.5;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hs-blog-post #hubspot-author_data span a {
  color: inherit;
}
.hs-blog-post #hubspot-author_data span a:hover {
  color: #f3c000;
}
.hs-blog-post #hubspot-author_data span.custom-post-date:before {
  margin-right: 5px;
  line-height: 1;
  content: "\e902";
}
.custom-post-share-icon ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
}
.custom-post-share-icon ul li {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  min-width: 90px;
  text-align: center;
}
.custom-post-share-icon ul li a {
  background: #3B5998;
  display: block;
  color: #ffffff;
}
.custom-post-share-icon ul li a:before {
  font-size: 1.75rem;
  display: block;
  transition: ease-in-out .2s;
}
.custom-post-share-icon ul li a:hover:before {
  color: #3B5998;
  background: #ffffff;
  transform: scale(1.2);
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
}
.custom-post-share-icon ul li a.icon-twitter {
  background: #00B0ED;
}
.custom-post-share-icon ul li a.icon-twitter:hover:before {
  color: #00B0ED;
}
.custom-post-share-icon ul li a.icon-pocket {
  background: #EB4654;
}
.custom-post-share-icon ul li a.icon-pocket:hover:before {
  color: #EB4654;
}
.custom-post-share-icon ul li a.icon-line {
  background: #00C300;
}
.custom-post-share-icon ul li a.icon-line:hover:before {
  color: #00C300;
}
.blog-post-wrapper .post-body h2 {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.blog-post-wrapper .post-body {
/*   font-size: 1.7rem; */
  line-height: 2;
  margin-bottom: 60px;
}
.blog-post-wrapper .post-body p {
  margin: 20px 0 0;
}
.blog-post-wrapper .post-body h2:first-letter {
  font-size: 2.5rem;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  color: #f3c000;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
#comments-listing:empty {
  margin: 0;
  padding: 0;
  border: none;
}
.areaEvent {
  padding: 2rem;
  border: 1px solid #ccc;
}
.areaEvent-title h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ddd;
}
.areaEvent-image a {
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
.areaEvent-image a:hover {
  opacity: .7;
}
.areaEvent-image-content p {
  margin-bottom: 16px;
/*   font-size: 1.5rem; */
  line-height: 1.3;
}
.areaEvent-image-content h5 {
  margin-bottom: 8px;
/*   font-size: 1.5rem; */
  font-weight: bold;
}
.areaEvent-image-content ul {
/*   font-size: 1.5rem; */
  line-height: 1.3;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.areaEvent-image-content h6 {
  line-height: 1.3;
  margin-bottom: 16px;
  font-size: .88rem;
  margin-left: 1rem;
  text-indent: -1rem;
  font-weight: normal;
}
.areaEvent-image-content h6:before {
  content: "※";
}
a.custom-blog-post-btn {
  display: inline-block;
  color: #fff;
  background-color: #124057;
  border-radius: 4px;
/*   font-size: 1.6rem; */
  font-weight: bold;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
a.custom-blog-post-btn:hover {
  background-color: #5186a1;
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75);
}
.custom-blog-post-two-col-with-img-grp {
  padding: 16px;
  background-color: #f9f9f9;
  margin-top: 14px;
}
.custom-blog-post-two-col-with-img-col a {
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
.custom-blog-post-two-col-with-img-col a:hover {
  opacity: .7;
}
.custom-blog-post-two-col-with-img-cotnent-col h3 {
/*   font-size: 1.6rem; */
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 14px 0;
}
.custom-blog-post-two-col-with-img-cotnent-col h3 a {
  display: inline-block;
  font-size: 1.25rem;
  -webkit-tap-highlight-color: transparent;
  transition: .5s ease-out;
  color: inherit;
  margin-left: 1rem;
}
.custom-blog-post-two-col-with-img-cotnent-col h3 a:hover {
  text-decoration: underline;
  opacity: .7;
}
.custom-blog-post-two-col-with-img-cotnent-col p {
  font-size: .88rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 14px;
}
a.custom-blog-post-btn.yellow {
  display: inline-block;
  color: rgba(0,0,0,.87);
  background-color: #FFC600;
  border-radius: 4px;
/*   font-size: 1.6rem; */
  font-weight: bold;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
a.custom-blog-post-btn.yellow:hover {
  background-color: #FFdd00;
  box-shadow: 0 14px 30px -15px rgba(0,0,0,.75)!important;
}
.custom-flex-row > div > .row-fluid:after, .custom-flex-row > div > .row-fluid:before {
  content:none;
}
.custom-flex-row > div > .row-fluid:after, .custom-flex-row > div > .row-fluid:before {
  content:none;
}
.custom-flex-row > div > .row-fluid {
  display: flex;
}
.custom-flex-row > div > .row-fluid .areaEvent-image {
  flex: 3;
  text-align: center;
  width: auto !important;
  float: none !IMPORTANT;
}
.custom-flex-row > div > .row-fluid .areaEvent-image-content {
  flex: 7;
  float: none;
  margin-left: 0;
  padding-left: 16px;
}
.custom-flex-row > div > .row-fluid .custom-blog-post-two-col-with-img-col {
  flex: 2;
  text-align: center;
  width: auto !important;
  float: none !important;
}
.custom-flex-row > div > .row-fluid .custom-blog-post-two-col-with-img-cotnent-col {
  flex: 7;
  padding-left: 16px;
  margin-left: 0;
  width: auto !important;
}
.custom-blog-post-two-col-with-img-col img {
  margin-top: 34px;
}
.custom-related-post-module {
  border-top: 1px solid #E5E5E5;
  margin-top: 40px;
  padding-top: 40px;
}
.custom-related-post-module h3 {
  letter-spacing: 0.5px;
  position: relative;
  border-bottom: 2px solid #E5E5E5;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.custom-related-post-module h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 2px;
  background-color: #f3c000;
}
.hs-blog-listing .custom-blog-post-bottom-section-grp {
  display: none !important;
}
.custom-blog-post-tab-grp {
  border: 1px dotted #D8D8D8;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}
.custom-blog-post-tab-grp .heading {
  display: inline;
}
.custom-blog-post-tab-grp .heading strong {
  font-weight: normal;
}
.custom-blog-post-tab-grp .heading .tab-heading {
  display: inline;
  font-size: 0;
}
.custom-blog-post-tab-grp .heading .tab-heading:before {
  cursor: pointer;
  border: solid 1px #D8D8D8;
  padding: 5px;
  font-size: .88rem;
  margin-left: 5px;
  border-radius: 5px;
  content: "開く";
}
.custom-blog-post-tab-grp .heading .tab-heading.active:before {
  content: "閉じる";
}
.custom-blog-post-tab-grp .content {
  margin-top: 20px;
  transition: 0.2s;
  margin-left: -20px;
  display: none;
}
.custom-blog-post-tab-grp .content.show-cont {
  display: block;
}
.custom-blog-post-tab-grp .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-tab-grp .content ul li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 25px;
  font-size: 1rem;
}
.custom-blog-post-tab-grp .content ul li a {
  display: inline-block;
  color: #191919 !important;
  text-decoration: none !important;
  border: none !IMPORTANT;
}
.custom-blog-post-tab-grp .content ul li a:hover {
  font-weight: bold;
}
.custom-blog-post-tab-grp .content ul li span {
  display: inline-block;
  color: #7F7F7F;
  background: #F2F2F2;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 5px;
}
.blog-post-wrapper .post-body h3 {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 2rem;
  padding: 20px;
  border: 1px solid #E5E5E5;
}
.blog-post-wrapper .post-body h4 {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 1.8rem;
}
.blog-post-wrapper .post-body a {
  color: #f3c000;
}
.blog-post-wrapper .post-body a:hover {
  font-weight: bold;
  border-bottom: #f3c000 1px solid;
  color: #f3c000;
}
.custom-related-post-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-related-post-module ul .custom-related-post-item {
  padding-top: 20px;
}
.custom-related-post-module ul .custom-related-post-item:first-child {
  padding-top: 0;
}
.custom-related-post-module ul .custom-related-post-item .related-image {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.custom-related-post-module ul .custom-related-post-item .related-post-right-content {
  width: calc(100% - 100px);
  float: right;
}
.custom-related-post-module ul .custom-related-post-item .related-image img {
    vertical-align: bottom;
    transform: scale(1);
    transition: ease-in-out .2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-related-post-module ul .custom-related-post-item .related-image img:hover {
  transform: scale(1.2);
}
.custom-related-post-module ul .custom-related-post-item:after {
  content: "";
  display: block;
  clear: both;
}
.custom-related-post-module .related-title {
/*   font-size: 1.6rem; */
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.custom-related-post-module .related-title a {
  color: #f3c000;
}
.custom-related-post-module .related-title a:hover {
  text-decoration: underline;
}
.custom-related-post-module .custom-related-post-date-grp {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: .88rem;
  color: #7F7F7F;
  font-weight: normal;
}
.custom-related-post-module .custom-related-post-date-grp:before {
  content: "\e900";
  margin-right: -1px;
  line-height: 1;
}
.related-post-body p {
  font-size: .88rem;
  line-height: 1.5;
  margin: 0;
}
.blog-pagination {
  text-align: center;
  position: relative;
  font-size: .88rem;
  margin-bottom: -2px;
}
.blog-pagination a {
  display: inline-block;
  padding: 10px;
  color: #3F3F3F;
  border: #7F7F7F 1px solid;
  border-radius: 5px;
}
.blog-pagination a:hover, .blog-pagination a.active {
  color: #ffffff;
  background: #3F3F3F;
  transition: .2s;
}
.blog-pagination a.pagination-btn {
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
}
.blog-pagination a.pagination-btn.next-link {
  right: 0;
}
.blog-pagination a.pagination-btn.next-link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  right: 10px;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.blog-pagination a.pagination-btn.prev-link {
  left: 0;
}
.blog-pagination a.pagination-btn.prev-link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  left: 10px;
  border-left: 1px solid;
  transform: rotate(-45deg);
}
.custom-post-reading-title {
  line-height: 2;
  margin: 5px;
  padding: 5px 0;
  text-align: right;
  font-size: small;
  color: #666;
}
.custom-post-reading-title .reading-minutes {
  color: #666;
}
.custom-post-author-sec {
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-top: 20px;
/*   font-size: 1.7rem; */
  line-height: 2;
}
.custom-post-author-sec .custom-post-author-image {
  width: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: -5px;
}
.custom-post-author-sec .custom-post-author-content {
  float: left;
  width: calc(100% - 130px);
}

.custom-post-author-sec .custom-post-author-content .custom-author-name {
  display: block;
/*   font-size: 1.3rem; */
  color: #7F7F7F;
  font-weight: bold;
}
.custom-post-author-sec .custom-post-author-content .custom-post-author-bio {
  display: block;
  font-size: .88rem;
  color: #7F7F7F;
  font-weight: 400;
  margin: 0;
}
.blog-post-wrapper .post-body p:after {
  content: "";
  display: block;
  clear: both;
}
.custom-blog-post-bottom-section-grp {
  margin-top: -1px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.blog-post-wrapper .post-body p small {
  display: block;
  font-size: 1.3rem;
  color: #7F7F7F;
  font-weight: inherit;
}
img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
figure.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
  margin-top: 20px;
}
figure.aligncenter figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.blog-post-wrapper .post-body h5 {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 1.6rem;
  color: #3F3F3F;
  margin-bottom: 0;
}
.custom-topic-page-heading {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 4px solid #E5E5E5;
}
.custom-topic-page-heading h1 {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  float: left;
  font-weight: 900;
  font-size: 1.6rem;
}
.custom-topic-page-heading h1:first-letter {
  color: #f3c000;
}
.custom-topic-page-heading:after {
  content: "";
  display: block;
  clear: both;
}
.custom-topic-page-heading:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 4px;
  background-color: #63acb7;
  background-color: #f3c000;
}
.custom-date span, .hs-blog-post #hubspot-author_data .custom-date span {
  font-family:lato;
  margin-left: -4px;
}
.hs-blog-post #hubspot-author_data span a {
  font-family:lato;
}
span.icon-home span {
  font-family:lato;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1500px) {
  .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-img-col {
    padding-left: 0;
  }
  .custom-retension-two-col-content-with-img-md.right .custom-retension-two-col-content-img-col {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
  .custom-header.custom-internship-header .page-center {
    max-width: 960px !IMPORTANT;
  }
  .hs-ja-home-page-layout-section-2-two-col-group {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .custom-blog-header {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: -30px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .custom-header.custom-internship-header .page-center {
    max-width: 720px !IMPORTANT;
  }
  .custom-footer .page-center {
    max-width: 90vw !important;
  }
  .custom-header .page-center {
    max-width: 100% !important;
  }
  .custom-banner-area .page-center {
    max-width: 32rem !important;
  }
  .custom-follow-layout .body-container.container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .custom-follow-layout-section-1 span.hs_cos_wrapper_type_linked_image {
    padding: 0 1.5rem;
  }
  .custom-follow-layout-section-1-left-content {
    padding-left: 2.5rem;
  }
  .custom-follow-layout-section-1-right-content {
    padding-right: 2.5rem;
  }
  .custom-follow-layout-section-2 span.hs_cos_wrapper_type_rich_text p {
    max-width: 100%;
  }
  .custom-follow-layout-section-3-inner-row-2 {
    max-width: 100%;
  }
  .custom-follow-layout-section-3-inner-row-3 {
    max-width: 100%;
  }
  .custom-rates-section-row-2 {
    max-width: 100%;
  }
  .custom-find-potential-layout-row-4-inner-row-2 {
    max-width: 90vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md {
    width: auto;
    flex-wrap: wrap;
  }
  .custom-rates-section-group .page-center {
    padding-left: 1.5rem !IMPORTANT;
    padding-right: 1.5rem !IMPORTANT;
  }
  .custom-content-with-bg-img-grp .page-center .content {
    max-width: 40rem;
    margin: 0 auto;
  }
  .custom-content-with-bg-img-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-find-potential-layout-row-4-inner-row-2 p {
    font-size: 1.25rem;
  }
  .hs-advanced-two-col-content-with-img-md .content center {
    margin: 0;
  }
  .hs-retension-layout-row-3 .page-center {
    max-width: 100% !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .hs-peoplean-alytics-layout .custom-content-with-bg-img-grp .page-center .content {
    max-width: 100%;
  }
  .custom-ja-home-page-banner .custom-ja-home-banner-inner h1 {
    font-size: 2.5rem;
  }
  .custom-ja-home-page-banner .custom-ja-home-page-banner-content-img {
    margin: 0 auto 2rem;
  }
  .newgrads-step_inner .step-item .item_img {
    padding: 0 2rem;
  }
  .newgrads-step_inner .step-item .item_img img {
    max-width: 100%;
  }
  .newgrads-step_inner .step-item.item-arrow .item_img {
    padding: 0;
  }
  .newgrads-step_inner .step-item.item-3 .item_img img, .newgrads-step_inner .step-item.item-4 .item_img img {
    max-width: 100%;
  }
  .hs-ja-home-page-layout-section .page-center {
    max-width: 100% !important;
    padding: 0 1.5rem !important;
  }
  .hs-ja-home-page-layout .custom-rates-section-group .page-center {
    max-width: 100% !important;
  }
  .custom-news-section .newgrads-news-list .newgrads-news_item .item_date {
    margin-bottom: .5em;
  }
  .custom-news-section .newgrads-news-list .newgrads-news_item .item_tit {
    margin-bottom: 3rem;
  }
  .hs-ja-home-page-layout .custom-content-with-bg-img-grp .page-center {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .hs-ja-home-page-layout .custom-content-with-bg-img-grp .page-center .content {
    max-width: 100%;
  }
  .custom-button-item-group .custom-button-item a.custom-btn {
    min-width: 0;
  }
  .hs-ja-home-page-layout-section-2-inner-row-2 img {
    max-width: 70vw;
  }
  .hs-ja-home-page-layout-section-2-two-col-group {
    padding: 0;
  }
  .hs-ja-home-page-layout-section-2-two-col-group .hs-ja-home-page-layout-section-2-left-col {
    margin-bottom: 20px;
  }
  .newgrads-step_inner {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .newgrads-step_inner .step-item .item_tit {
    font-size: 1.25rem;
  }
  .newgrads-step_inner .step-item.item-arrow {
    margin: 2rem 0;
  }
  .newgrads-step_inner .step-item.item-arrow .item_img {
    min-height: 6rem;
  }
  .newgrads-step_inner .step-item.item-arrow .item_img img {
    transform: rotate(90deg);
  }
  .custom-faq-module-item-container .custom-faq-list {
    font-size: 1.25rem;
    max-width: 100%;
  }
  .hs-ja-home-page-layout-section-6 span.hs_cos_wrapper_type_rich_text p {
    font-size: 1.25rem;
  }
  .custom-news-section .newgrads-news-list .newgrads-news_item .item_tit {
    margin-bottom: 3rem;
    font-size: 1rem;
  }
  .custom-home-banner-area h1 {
    font-size: 1.5rem;
    letter-spacing: .05rem;
  }
  .hs-home-page-section-2 span.hs_cos_wrapper_type_rich_text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-content-with-left-img-group {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-home-page-section-4-inner-rowe-1 {
    max-width: 100%;
  }
  .hs-home-page-section-4-inner-rowe-3 .hs-home-page-section-4-inner-rowe-3-column {
    width: 50%;
    margin-left: 0;
    padding: 0 15px;
    float: left;
  }
  .hs-home-page-section-4-inner-rowe-3 {
    padding: 0;
  }
  .hs-home-page-section-4-inner-rowe-4 {
    max-width: 100%;
  }
  .hs-home-page-section-6 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .custom-accordion-md-group {
    max-width: 100%;
  }
  .hs-home-page-section-9 div.hs_cos_wrapper_widget {
    max-width: 100%;
  }
  .custom-testimonial-module-item {
    padding: 1.5rem 2rem;
  }
  .custom-testimonial-module-item:before, .custom-testimonial-module-item:after {
    font-size: 3rem;
  }
  .custom-home-news-section .newgrads-news-list .newgrads-news_item {
    display: block;
  }
  .custom-home-news-section .newgrads-news-list .newgrads-news_item .custom-home-news-date {
    margin: 0 0 .5em;
  }
  .custom-home-news-section .newgrads-news-list .newgrads-news_item > div {
    margin-bottom: 40px;
  }
  .custom-home-news-section .newgrads-news-list .newgrads-news_item:last-child > div {
    margin-bottom: 0;
  }
  .hs-home-page-section-4-inner-rowe-5 .custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
    margin-bottom: 1rem;
  }
  .hs-home-page-section-6 .custom-content-with-top-img-md-group .custom-content-with-top-img-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-home-page-section-6 .custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
    margin-bottom: 1rem;
  }
  .custom-accordion-content-wrapper .custom-accordion-content-box-grp {
    display: block;
  }
  .custom-accordion-content-wrapper .custom-accordion-content-box-grp .custom-accordion-content-box-item {
    width: calc(100% - .6rem);
  }
  .custom-recent-post-wrapper .custom-recent-post-item {
    width: calc(50% - 1rem);
  }
  .custom-pricing-group-wrapper {
    max-width: 100%;
    padding: 0;
  }
  .hs-home-page-section-7 a.custom-btn-with-arrow {
    width: 100%;
    max-width: 16rem;
  }
  .hs-home-page-section-7 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .hs-home-page-section-7 blockquote {
    max-width: 100%;
  }
}


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 865px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a {
    font-size: 11px;
    padding: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
  .custom-header.custom-internship-header .page-center {
    max-width: 540px !IMPORTANT;
  }
  .custom-header .page-center > div > .row-fluid {
    display: block;
  }
  .custom-banner-area {
    min-height: 38rem;
    padding-top: 10rem;
    margin-top: -67px;
  }
  .custom-follow-layout-section-1 span.hs_cos_wrapper_type_rich_text {
    text-align: left;
  }
  .custom-follow-layout-section-1 span.hs_cos_wrapper_type_rich_text p {
    font-size: 1.25rem;
  }
  .custom-follow-layout-section-1 img.hs-image-widget {
    max-width: 100%;
  }
  .custom-follow-layout-section-1-left-content, .custom-follow-layout-section-1-right-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .evaluation-model-grp {
    margin: 0 0 1.5rem;
  }
  .custom-rates-section-row-2 .main-content {
    padding: 0 !important;
    margin-bottom: 0;
  }
  .custom-rates-module {
    padding: 1rem;
  }
  .custom-rates-section-row-2 .main-content:after {
    position: static;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    display: block;
    transform: none;
    margin-bottom: 32px;
  }
  .custom-rates-section-row-2 .main-content:last-child {
    margin-bottom: 1.5rem;
  }
  .custom-rates-section-row-2-full-width-row p {
    font-size: 1.25rem;
  }
  .custom-rates-section-row-3 p {
    font-size: 1.25rem;
  }
  .custom-rates-section-row-4 blockquote p {
    font-size: 1.25rem;
  }
  .hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-img-col {
    width: 100vw;
  }
  .hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col {
    width: 100vw;
    min-height: auto !important;
    justify-content: center !important;
  }
  .hs-advanced-two-col-content-with-img-md {
    flex-wrap: wrap;
  }
  .hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col .hs-advanced-two-col-content-col-inner {
    max-width: 45rem;
    width: 100%;
  }
  .hs-advanced-two-col-content-with-img-md .content p {
    font-size: 1.25rem;
  }
  .custom-two-col-content-with-img-md {
    flex-wrap: wrap;
  }
  .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
    width: 100vw;
    min-height: initial;
    padding-bottom: 1rem;
  }
  .custom-two-col-content-with-img-md .custom-two-col-content-img-col img {
    max-width: 90vw;
    display: block;
    margin: 0 auto;
  }
  .custom-two-col-content-with-img-md .custom-two-col-content-col {
    width: 100vw;
    min-height: auto !important;
    justify-content: center !important;
  }
  .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner {
    width: 100%;
    max-width: 45rem;
  }
  .custom-two-col-content-with-img-md .content p {
    font-size: 1.25rem;
  }
  .custom-two-col-content-with-img-md .content blockquote p {
    font-size: 1rem;
  }
  .custom-find-potential-layout-row-4-inner-row-1 .custom-two-col-content-with-img-md {
    margin-bottom: 0;
  }
  .custom-find-potential-layout-row-4-inner-row-2 .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
    padding-bottom: 0;
  }
  .custom-find-potential-layout-row-5 .hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col {
    min-height: 27rem !important;
  }
  .custom-content-with-bg-img-grp p {
    font-size: 1.25rem;
  }
  .custom-retension-header {
    padding: 10px 0;
  }
  .custom-retension-header .custom-logo img {
    width: 104px;
  }
  .custom-retension-two-col-content-with-img-md {
    margin-bottom: 30px;
  }
  .pricing-table thead {
    display: none;
  }
  .pricing-table td, .pricing-table th, .pricing-table tr {
    display: block;
  }
  .pricing-table tr {
    margin-bottom: 1rem;
  }
  .pricing-table td, .pricing-table th {
    margin-bottom: 1px;
  }
  .pricing-table.table-unit-price th.label-sub {
    background: #124057;
    color: #fff;
  }
  .pricing-table.table-unit-price td {
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
  .pricing-table.table-unit-price td::before {
    content: attr(data-title) " ";
  }
  .hs-retension-layout-row-3 .page-center {
    max-width: 100% !important;
    padding: 2.5rem 2rem !important;
  }
  .custom-retension-content-with-top-img-grp {
    align-items: center;
    flex-direction: column;
  }
  .custom-retension-content-with-top-img-grp .custom-retension-content-with-top-img-item {
    margin: 0 0 3rem;
  }
  .custom-retension-content-with-top-img-grp .custom-retension-img-col-grp {
    min-height: auto;
  }
  .custom-retension-two-col-content-with-img-md {
    min-height: 0;
  }
  .custom-retension-two-col-content-with-img-md {
    min-height: 0;
    flex-wrap: wrap;
  }
  .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-img-col {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }
  .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-col {
    max-width: 100%;
    margin: 0 !IMPORTANT;
  }
  .hs-retension-layout .custom-content-with-bg-img-grp p {
    font-size: 1rem;
  }
  .custom-internship-header {
    padding: 10px 0;
  }
  .custom-internship-header .custom-logo img {
    width: 104px;
  }
  .custom-internship-header .mobile-trigger {
    padding: 6px 0 0 0;
    top: 16px;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .custom-internship-header .custom-menu-group {
    padding: 45px 20px 20px;
    background: #010101;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: 0;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 5px;
  }
  .custom-internship-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin: 0;
  }
  .sect-video_player {
    position: relative;
    width: auto;
    min-height: auto;
    padding-bottom: 56.25%;
    margin-bottom: -7px;
  }
  .sect-video_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hs-internship-layout-section-1 .main-content {
    max-width: 100%;
  }
  .hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .custom-image-with-caption-md-grp .custom-image-with-caption-md-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-internship-layout-section-3 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-internship-two-col-content-with-img-md .hs-internship-two-col-content-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-title-with-bookmark-arrow-md {
    max-width: 102%;
  }
  .hs-internship-layout-section-4 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-img-col img {
    width: 100%;
  }
  .hs-internship-layout-section-4 .custom-two-col-content-with-img-md .custom-two-col-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-tool-fee-group {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-tool-fee-group .custom-tool-fee-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-tool-fee-group .custom-tool-fee-md-plus {
    font-size: 2rem;
  }
  .custom-tool-fee-group .custom-tool-fee-img-icon {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .custom-tool-fee-group .custom-tool-fee-item .custom-tool-fee-item-body {
    padding-left: 1rem;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .custom-tool-fee-group .custom-tool-fee-img-icon img {
    min-width: 100%;
  }
  .custom-tool-fee-group .custom-tool-fee-des {
    text-align: center;
  }
  .pricing-table-2 thead {
    display: none;
  }
  .pricing-table-2 tr {
    display: block;
    margin-bottom: 1rem;
  }
  .pricing-table-2 tr th {
    display: block;
    margin-bottom: 1px;
  }
  table.pricing-table-2 th .pc-br::before {
    content: none;
  }
  table.pricing-table-2.table-unit-price td {
    margin-bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  table.pricing-table-2.table-unit-price td::before {
    content: attr(data-title) ' ';
  }
  .pricing-table-2.table-analytics th {
    width: auto;
  }
  .pricing-table-2.table-analytics td {
    display: block;
    margin-bottom: 1px;
  }
  .pricing-table-2.table-analytics td .sp-br::before {
    content: '\A';
    white-space: pre;
  }
  .hs-internship-layout .custom-content-with-bg-img-grp .page-center {
    padding: 0 2rem;
    max-width: 100% !important;
  }
  .hs-internship-layout .custom-content-with-bg-img-grp p {
    font-size: 1rem;
  }
  .custom-retension-footer-menu .hs-menu-wrapper > ul:after, .custom-retension-footer-menu .hs-menu-wrapper > ul:before {
    content: none;
  }
  .custom-retension-footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }
  .custom-retension-footer-menu .hs-menu-wrapper > ul {
    width: auto;
  }
  .custom-analytics-group-main-wrapper {
    padding: 0 15px;
  }
  .custom-analytics-group .custom-analytics-item p {
    text-align: left;
  }
  .hs-peoplean-alytics-layout .hs-internship-layout-section-3 div.hs_cos_wrapper_widget {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-peoplean-alytics-layout .pricing-table.table-unit-price th.label-sub {
    background: #466777;
  }
  .hs-peoplean-alytics-layout .custom-internship-header .custom-logo-group a {
    line-height: 0;
    margin-bottom: -1px;
  }
  .custom-ja-home-page-banner .custom-ja-home-banner-inner {
    padding: 0 1.5rem;
    max-width: 100%;
    margin-top: -32px;
  }
  .custom-ja-home-page-banner {
    margin-top: -67px;
  }
  .hs-ja-home-page-layout-section-1-inner-row-2 {
    max-width: 100%;
    padding: 0;
  }
  .hs-ja-home-page-layout-section-1-inner-row-2-left-col {
    margin-bottom: 20px;
  }
  .custom-home-banner-area img {
    max-width: 100%;
    padding: 0 1rem;
  }
  .custom-home-banner-area h1 {
    font-size: 1rem;
    letter-spacing: .05rem;
  }
  .custom-home-banner-area {
    margin-top: -67px;
  }
  .custom-home-banner-area .custom-home-banner-bottom-btn-grp {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .custom-home-banner-area .custom-home-banner-bottom-btn-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .custom-home-banner-area .custom-home-banner-content-inner-wrapper {
    min-height: 664px;
  }
  .custom-home-banner-area .custom-home-banner-bottom-btn-item:last-child {
    margin-bottom: 0;
  }
  .hs-home-page-section-2 .follow-howtouse-feedback {
    display: block;
  }
  .hs-home-page-section-2 .follow-howtouse-feedback .feedback-text {
    width: 100%;
    margin: 0 0 1rem;
  }
  .hs-home-page-section-2 .follow-howtouse-feedback .feedback-text:last-child {
    margin-bottom: 0;
  }
  .hs-home-page-section-2 .sect-video_player {
    margin-bottom: 0;
  }
  .hs-home-page-section-3 span.hs_cos_wrapper_type_rich_text {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-content-with-left-img-group .custom-content-with-left-img-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-content-with-left-img-group {
    display: block;
  }
  .custom-content-with-left-img-group .custom-content-with-left-img-col img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .custom-content-with-left-img-group .custom-content-with-left-img-content-col > *:last-child {
    margin-bottom: 0;
  }
  .custom-content-with-top-img-md-group .custom-content-with-top-img-wrapper img {
    margin-bottom: 1rem;
  }
  .custom-content-with-top-img-md-group .custom-content-with-top-img-item {
    margin-bottom: 1rem;
  }
  .custom-home-news-section {
    max-width: 100%;
  }
  .hs-home-page-bottom-pane .custom-content-with-bg-img-grp a.custom-btn-with-arrow {
    width: 100%;
    min-width: 0;
    max-width: 16rem;
  }
  .custom-content-with-left-img-group .custom-content-with-left-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-blog-header {
    padding: 20px 0;
    border-bottom: 2px solid #E5E5E5;
  }
  .custom-blog-header .page-center {
    width: 100% !important;
    max-width: 100% !IMPORTANT;
    padding: 0 10px !important;
  }
  .custom-blog-header-logo-grp .custom-logo img {
    width: 176px;
  }
  .blog .blog-content:before {
    content:none;
  }
  .blog .blog-content {
    padding: 40px 0;
  }
  .blog .page-center.content-wrapper {
    padding: 0 10px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .post-header h2 {
    font-size: 2rem;
  }
  .hs-featured-image-wrapper img {
    margin-top: 0;
  }
  .hs-featured-image-wrapper #hubspot-topic_data a {
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .blog .blog-sidebar {
    padding: 40px 0;
  }
  .post-header h1 {
    font-size: 1.5rem;
  }
  .custom-post-share-icon ul li {
    height: 40px;
    line-height: 40px;
  }
  .custom-post-share-icon ul li a:before {
    font-size: 2rem;
  }
  .blog-post-wrapper .post-body h2 {
    font-size: 1.25rem;
  }
  .blog-post-wrapper .post-body h2:first-letter {
    font-size: 1.5rem;
  }
  .custom-flex-row > div > .row-fluid {
    flex-direction: column;
  }
  .areaEvent-image {
    margin-bottom: 16px;
  }
  .custom-flex-row > div > .row-fluid .areaEvent-image-content {
    padding: 0;
  }
  .areaEvent-image img.hs-image-widget {
    vertical-align: baseline;
  }
  .custom-blog-post-two-col-with-img-col img {
    max-width: 37%;
    margin-top: 0;
  }
  .custom-blog-post-two-col-with-img-cotnent-col h3 {
    text-align: center;
  }
  .custom-related-post-module h3 {
    font-size: 1.6rem;
  }
  .hs-home-page-section-7 blockquote {
    max-width: 66.666667%;
    display: block;
  }
  .hs-home-page-section-7 blockquote p {
    margin-bottom: 1.5rem;
  }
  .hs-home-page-section-7 blockquote a.custom-btn-with-arrow {
    width: 100%;
    min-width: 0 !important;
    display: block;
    max-width: 100%;
  }
  .blog-pagination {
    font-size: 1.2rem;
  }
  .blog-pagination a.pagination-btn {
    padding: 10px;
  }
  .blog-pagination a.pagination-btn:before {
    content: none !important;
  }
  .blog-sidebar h3 {
    font-size: 1.25rem;
  }
  .custom-related-post-module .related-title {
    font-size: 1.4rem;
  }
  .related-post-body p {
    font-size: 1.2rem;
  }
  .custom-post-share-icon ul {
    margin-bottom: 40px;
  }
  .custom-blog-footer-copyright p {
    font-size: 1.2rem;
  }
  .blog-back-to-top {
    font-size: 1.3rem;
  }
  .custom-logo a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-ja-temp-layout .custom-logo {
    margin-bottom: 0;
  }
  .custom-seminar-section .custom-seminar-item {
    width: calc(50% - 1rem);
  }
  .custom-ja-home-client-list-item {
    margin: 1rem .5rem;
  }
}


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 575px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .custom-header.custom-internship-header .page-center {
    max-width: 100% !IMPORTANT;
  }
  .custom-banner-area .page-center {
    max-width: 100% !important;
    padding: 0 1.5rem !important;
  } 
  .custom-banner-area {
    padding-top: 8rem;
  }
  .custom-follow-layout-section-2 span.hs_cos_wrapper_type_rich_text img {
    margin-bottom: 1rem;
  }
  .custom-content-with-bg-img-grp p {
    font-size: 1.25rem;
    text-align: left;
  }
  .hs-advanced-two-col-content-with-img-md .hs-advanced-two-col-content-col .hs-advanced-two-col-content-col-inner {
    max-width: 100%;
    padding: 2rem;
  }
  .custom-two-col-content-with-img-md .custom-two-col-content-col .custom-two-col-content-col-inner {
    padding: 2rem;
    max-width: 100%;
  }
  .custom-retension-banner-area {
    background-position: left center;
  }
  .custom-retension-header .custom-logo {
    padding: 0;
  }
  .hs-retension-layout-row-1 .main-content {
    width: auto !important;
    margin-left: 1rem !important;
    margin-right: 1rem !IMPORTANT;
    max-width: 100%;
    margin-top: -181px !important;
    margin-bottom: 40px !important;
  }
  .custom-internship-banner {
    min-height: 480px;
  }
  .hs-internship-layout-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .hs-internship-layout-section-1 h2 {
    font-size: 1.4rem;
  }
  .hs-internship-layout-section-3 h2 {
    font-size: 1.4rem;
  }
  .hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .hs-peoplean-alytics-layout .hs-internship-layout-section-3 .custom-retension-two-col-content-with-img-md .custom-retension-two-col-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-title-with-bookmark-arrow-md p {
    font-size: 1pc;
    font-weight: 700;
  }
  .hs-internship-layout-section-4 span.hs_cos_wrapper_type_rich_text h2 {
    font-size: 1.4rem;
  }
  .hs-internship-layout-section-5-inner-row-1 h2 {
    font-size: 1.4rem;
  }
  .hs-internship-layout .custom-content-with-bg-img-grp {
    padding: 2.5rem 0;
  }
  .custom-internship-header .custom-logo-group {
    padding: 0;
  }
  .custom-internship-header .mobile-trigger {
    top: 8px;
  }
  .hs-peoplean-alytics-layout .custom-internship-header .custom-logo-group {
    padding: 0;
  }
  .hs-peoplean-alytics-layout .custom-internship-header .mobile-trigger {
    top: 5px;
  }
  .hs-internship-layout-section-2 span.hs_cos_wrapper_type_rich_text h2 {
    font-size: 1.4rem;
  }
  .hs-internship-layout-section-4 {
    background-size: auto 100%;
  }
  .hs-internship-layout-section-5-inner-row-2 div.hs_cos_wrapper_widget {
    margin-bottom: 3rem;
  }
  .custom-ja-home-page-banner .custom-ja-home-banner-inner h1 {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  .custom-ja-home-page-banner .custom-ja-home-banner-inner p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .custom-ja-home-page-banner .custom-ja-home-page-banner-content-img {
    margin-bottom: 1.5rem;
  }
  .custom-banner-btn-grp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .custom-banner-btn-grp .custom-banner-btn-item {
    margin: 0 0 1.5rem;
  }
  .custom-banner-btn-grp .custom-banner-btn-item:last-child {
    margin-bottom: 0;
  }
  .custom-ja-home-page-banner {
    min-height: 42rem;
  }
  .hs-ja-home-page-layout-section-1 {
    background-position: right center;
    margin-top: -5px;
  }
  .custom-one-col-with-bg-img-md {
    margin: 0;
  }
  .custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_txt p {
    font-size: 1.25rem;
  }
  .custom-one-col-with-bg-img-md .bg-hover-zoom_inner .item_tit {
    margin-bottom: 2rem;
  }
  .hs-ja-home-page-layout-section-1-inner-row-2-left-col {
    margin-bottom: 32px;
  }
  .hs-ja-home-page-layout-section-1-inner-row-3 h4 {
    padding: 5rem 0 1rem;
    text-align: left;
  }
  .hs-ja-home-page-layout-section-1-inner-row-3 span {
    display: inline;
  }
  .hs-ja-home-page-layout-section-1-inner-row-3 br {
    display: none;
  }
  .custom-button-item-group {
    flex-direction: column;
  }
  .custom-button-item-group .custom-button-item {
    padding: 1rem 0;
  }
  .hs-ja-home-page-layout-section-2-two-col-group ul li {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-ja-home-page-layout-section-2-two-col-group .hs-ja-home-page-layout-section-2-right-col ul li {
    margin: 0 .25rem .25rem;
  }
  .newgrads-step_inner .step-item .item_img {
    min-height: auto;
  }
  .hs-ja-home-page-layout-section-3 center {
    padding: 1.5rem 0;
  }
  .hs-ja-home-page-layout-section-3 center + center {
    margin: 0 0 1rem;
    padding: .5rem 0;
  }
  .custom-faq-module-item-container .custom-faq-item-title {
    padding: 1rem 0;
    text-align: left;
  }
  .custom-seminar-section .custom-seminar-subheading {
    font-size: 1.25rem;
    text-align: left;
  }
  .custom-seminar-section .custom-seminar-item {
    margin: 0 0 2rem;
    max-width: 100%;
    width: 100%;
  }
  .custom-seminar-section .custom-seminar-item-content h6 {
    font-size: 1rem;
  }
  .custom-seminar-section .custom-seminar-item-content p {
    font-size: 1rem;
  }
  .custom-seminar-section .custom-seminar-item-content h5 span {
    font-size: 1rem;
  }
  .custom-seminar-section .custom-seminar-item-content ul {
    font-size: 1rem;
  }
  .custom-home-banner-area .custom-home-banner-content-inner-wrapper {
    padding-top: 2rem;
  }
  .custom-home-banner-area .custom-home-banner-content-inner-wrapper .inner-wrapper-2 {
    padding: 1rem 0;
  }
  .custom-home-banner-area h1 {
    margin: 0 0 1rem;
    padding: 0 1rem;
  }
  .custom-home-banner-area .custom-home-banner-content-inner-wrapper {
    min-height: 424px;
  }
  .hs-home-page-section {
    padding: 3rem 0;
  }
  .home-page-yellow-section h1 {
    font-size: 2rem;
    text-align: left;
  }
  .hs-home-page-section-2 h2, .hs-home-page-section-2 h3 {
    text-align: left;
  }
  .hs-home-page-section-3 h2 {
    text-align: left;
  }
  .hs-home-page-section-4-inner-rowe-1 h2, .hs-home-page-section-4-inner-rowe-1 h3 {
    text-align: left;
  }
  .custom-content-with-top-img-md-group .custom-content-with-top-img-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-home-page-section-4-inner-rowe-3 .hs-home-page-section-4-inner-rowe-3-column {
    width: 100%;
    float: none;
  }
  .hs-home-page-section-4-inner-rowe-5 span.hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }
  .hs-home-page-section-4-inner-rowe-5 span.hs_cos_wrapper_type_rich_text h3 {
    text-align: left;
  }
  .hs-home-page-section-6 h2 {
    text-align: left;
  }
  .hs-home-page-section-6 .custom-content-with-top-img-md-group .custom-content-with-top-img-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-home-page-section-9 h2 {
    text-align: left;
  }
  .custom-home-news-section .newgrads-news-heading {
    text-align: left;
  }
  .custom-content-with-bg-img-grp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .hs-home-page-bottom-pane .custom-content-with-bg-img-grp p {
    text-align: center;
  }
  .custom-recent-post-module-group .custom-recent-post-subheading {
    font-size: 1.25rem;
    text-align: left;
  }
  .custom-recent-post-wrapper .custom-recent-post-item {
    margin: 0 0 2rem;
    width: 100%;
    max-width: 100%;
  }
  .custom-recent-post-wrapper .custom-recent-post-title {
    font-size: 1.25rem;
  }
  .custom-recent-post-module-group .custom-recent-post-heading {
    text-align: left;
  }
  .custom-home-banner-area h1 {
    text-align: left;
  }
  .custom-ja-home-client-list {
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .evaluation-model-grp ul li {
    max-width: 100%;
    flex-basis: 100%;
  }
  .custom-rates-module .custom-rates-value {
    font-size: 40px;
    display: block;
  }
  a.custom-btn-with-arrow {
    min-width: 0;
  }
  a.custom-btn-with-arrow.red-btn,
  a.custom-btn-with-arrow.yellow-btn{
    width: 100%;
    max-width: 16rem;
  }
  .custom-post-author-sec .custom-post-author-image {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .custom-post-author-sec .custom-post-author-content {
    width: 100%;
    float: none;
  }
}


/*Codes WTC edited*/
p.txt.note.cm-pp:before{
content: "※";

}
.inner {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
}
h2.tit {
    font-size: .75rem;
}





