/* ==========================================================================
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                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@font-face { font-family:'Barlow Condensed';  
  src: url('https://www.enageed.jp/hubfs/font/BarlowCondensed-Regular.ttf') 
    format('truetype'), 
    url('https://www.enageed.jp/hubfs/font/BarlowCondensed-Light.ttf') format('truetype') ; 
  font-display: swap;
}


.support-wrap {
	width: 1200px;
	margin: auto;
}

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Barlow+Condensed:300|Noto+Sans+JP:300,400,500,700&display=swap');
/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* 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)*/
@media only screen and (max-width: 767px){
  .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.net/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.net/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; }
@keyframes hover {
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
  }
}

@keyframes hoverAfter {
  100% {
    opacity: 0.6
  }
}

@keyframes cover {
  45% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
  }

  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
  }
}

@keyframes color-gray {
  45% {
    color: #94989f
  }
}

@keyframes fill-white {
  45% {
    fill: #fff
  }
}

@keyframes color {
  45% {
    color: #151b28
  }
}

@keyframes category {
  45% {
    border-color: #151b28;
    color: #151b28
  }
}

@keyframes arrow {
  45% {
    stroke: #151b28
  }
}

@keyframes pdf {
  45% {
    fill: #151b28
  }
}

@keyframes skew {
  30% {
    opacity: 0;
    transform: skewX(-75deg);
    -webkit-transform: skewX(-75deg)
  }

  100% {
    opacity: 1;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg)
  }
}

@keyframes skewR {
  15% {
    opacity: 0;
    transform: skewX(75deg);
    -webkit-transform: skewX(75deg)
  }

  100% {
    opacity: 1;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg)
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px)
  }
}

@keyframes hoverStart {
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
  }
}

@keyframes hoverEnd {
  45% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
  }

  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
  }
}
/* ==========================================================================
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 {
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 13px;
  color: #000000;
  font-weight:normal;
  line-height:normal;
  background-color:#fff;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1050px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background-color: rgba(194,155,1,0.3);
  text-shadow: none;
}
::selection {
  color: #fff;
  background-color: rgba(194,155,1,0.3);
  text-shadow: none;
}


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

/* Basic text */
p {} 
small {}
strong {}
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 {
font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" !important;
  letter-spacing: -0.01em;
  margin:0 0 15px;
  line-height: 1.0em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 80px;
}
h2 {
  font-size:60px;
}
h3 {
  font-size:50px;
}
h4 {
  font-size:40px;
}
h5 {
  font-size:30px;
}
h6 {
  font-size:20px;
}

/* Anchor Links */
a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #000000;
  text-decoration: none;
}

/* Lists */
ol {
  margin: 0 0 10px;
  padding-left: 25px;
}

.custom-privacy-policy-layout .custom-full-width-content ul,
.body-container .hs_cos_wrapper_type_rich_text ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.custom-privacy-policy-layout .custom-full-width-content ul li,
.body-container .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.custom-privacy-policy-layout .custom-full-width-content ul li:before,
.body-container .hs_cos_wrapper_type_rich_text ul li:before {
  content: '・';
  /* display: inline-block; */
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
figure,
blockquote {
  margin: 0;
  padding: 0;
}
blockquote p {}
blockquote small {}

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

.hs-landing-page .body-container .hs_cos_wrapper_type_rich_text ul {
  list-style-type: initial;
  padding: 30px;
}

.hs-landing-page .body-container .hs_cos_wrapper_type_rich_text ul li {
  text-indent: 0;
  padding: 0;
}

.hs-landing-page .body-container .hs_cos_wrapper_type_rich_text ul li:before{
  display: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 {}
.custom-header-wrapper {
  min-height: 85px !important;
}
.custom-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100% !important;
  z-index:999;
  background-color:#fff;
}

.custom-header .page-center {
  max-width: 1470px !important;
  padding: 0 15px;
}

.custom-header .page-center>div>div {
  height: 85px;
  width: 100%;
  font-family: Helvetica,Arial,"sans-serif";
}

.custom-header .page-center > div > div:before,
.custom-header .page-center > div > div:after {
  display: none;
}


.custom-header-logo {
  text-align: left;
  padding-left: 30px;
  position:relative;
  top:-1px; 
  display: flex !important;
  align-items: center;
  font-size: 26px;
  width: auto !important;
  height: 100%;
}

.custom-menu-primary {
  text-align: right;
  padding-right: 40px;
  float: right !important;
  margin-left:0 !important;
  position:relative;
  top:-1px;
  display: flex !important;
  align-items: center;
  font-size: 26px;
  width: auto !important;
  height: 100%;
}
.error-template.hs-page .banner-area {
  margin: 0px;
}
.cm-advanced-logo {
  margin: 0.67em 0;
}

.cm-advanced-logo img {
  max-width: 173px;
}

.bussiness-lay .custom-business-header,
.edu-support-lay .custom-education-support-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 99999;
  background: transparent;
}

.bussiness-lay .body-container,
.edu-support-lay .body-container {
  padding: 0 !important;
}

.edu-support-lay .custom-education-support-header-logo img {
  text-align: left;
  padding-top: 40px;
  width: 139px;
}

.edu-support-lay .custom-education-support-header-logo p{
  margin:0; 
}

.bussiness-lay .custom-business-header .page-center{
  max-width: 1170px !important;
  padding: 0 15px;
}

.custom-business-header-logo{
  padding: 20px 0px 0px 0px;  
}

.custom-business-header-logo svg{
  height: 28px; 
  fill:#fff;
}

.edu-support-lay .custom-education-support-header .page-center {
  max-width: 1030px !important;
  padding: 0 15px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;  
  padding: 70px 0 150px; 
}
.body-container .page-center.content-wrapper{
  padding: 0px 15px ; 
}

.hs-page .banner-area{
  margin:0 0 20px; 
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  background-color: #0f3055;
  padding: 60px 0px;
}
.custom-footer-copyright p {
  font-family: "Helvetica Neue";
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 500;
  text-align: right;
  color: #fff;
  margin: 0;
}
.custom-footer-address h6 {
  font-size: 24.2px;
  line-height: 1.0em;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-footer .page-center {
  padding: 0 15px;
  position: relative;
}

.custom-footer-address p {
  font-size: 16px;
  line-height: 2.1em;
  color: #ffffff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  margin: 0 0 55px;
}

.custom-footer-address p span {
  font-family: "Helvetica Neue";
}

.custom-footer-address img {
  width: 200px;
  position: absolute;
  left: 15px;
  bottom: 0px;
}

.custom-footer-menu-wrapper {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}

.custom-footer-address {
  width: auto !important;
}

.custom-footer-inner-menu {
  padding-bottom: 25px;
  position: relative;
  top: -2px;
}

.custom-footer-menu {
  width: auto !important;
  margin-left: 0 !important;
  padding-left: 72px;
}

.custom-footer-menu ul li {
  font-size: 16px;
  line-height: 1.0em;
  font-weight: 300;
  margin-bottom: 28px;
}

.custom-footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  display: inline-block !important;
  position: relative;
  font-family: "Helvetica Neue";
}

.custom-footer-menu ul {
  padding: 0 !important;
}



.custom-footer-menu ul li a:before,
.custom-footer-menu ul li a:after {
  content: '';
  position: absolute;
  top: calc(100% + 7px);
  width: 0;
  right: 0;
  height: 2px;
  transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  background: #ffffff;
}

.custom-footer-menu ul li a:hover:before, 
.custom-footer-menu ul li a:hover:after {
  width: 100%;
  left: 0;
}

.custom-business-footer {
  background-color: #222222;
}

.custom-business-footer-copyright p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  padding: 15px 0px;
  margin: 0;
  font-family: YuGothic, 'Yu Gothic', "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
}

.custom-business-footer-copyright p a,
.custom-education-support-footer-copyright p a {
  color: #00a0e9;
  text-decoration: underline;
}

.custom-business-footer-copyright p a:hover,
.custom-education-support-footer-copyright p a:hover {
  text-decoration: none;
}

.custom-education-support-footer {
  background-color: #222222;
}

.custom-education-support-footer-copyright p{
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  padding: 15px 0px;
  margin:0;
  font-family: 'Noto Sans JP', sans-serif;
}

.fFH01 {
  color: #ffffff !important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */


/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:800px) {
  .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.hs-item-has-children{
    z-index:99999;
  }
  p.close-btn,
  .widget-span.custom-mobile-menu-wrapper,
  .custom-header.mobile,
  .custom-footer.mobile{
    display:none !important; 
  }

  .cm-advanced-logo a {
    opacity: 1;
    transition:.3s ease opacity;
  }

  .cm-advanced-logo a:hover {
    opacity: .7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0px 15px 0 15.5px;
    font-size: 14px;
    line-height: 1.0em;
    color: #999999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 5px 0px;
    color: #999999;
    font-size: 14px;
    line-height: 1.0em;
    position:relative;
    z-index:100;
    font-family: Helvetica, Arial, "sans-serif";
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #0f3055;
  }
  .custom-header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 100% !important;
    height: 100%;
    z-index: 9999;
    background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/navi_hover_bg01-1.png);
  }

  .hover-active .custom-header:before{
    opacity:1;
    visibility:visible;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    text-align: left;
    width: 250px;
    border-left: 1px solid #0f3055;
    padding: 42px 0px 0px 6px;
    top: 0px;
    left: 8px !important;
    transform: scaleY(0);
    transition: all 0.3s ease !important;
    transform-origin: top center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover> ul{
    transform: scaleY(1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper> ul ul li a {
    padding: 10px 0px;
    color: #999999;
    font-size: 14px;
    line-height: 1.0em;
    font-family: Helvetica, Arial, "sans-serif";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #0f3055;
  }
}


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

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

@media (max-width: 799px){

  .widget-span.custom-mobile-menu-wrapper{
    display:none; 
  }
  .custom-header.desktop,
  .custom-footer.desktop{
    display:none !important; 
  } 
  /* 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;
    top: 31px;
    right: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 50px;
    height: 44px;
    z-index:1000;
  }

  .mobile-trigger span {
    background-color: #132c52;
  }

  .mobile-trigger span:nth-of-type(1) {
    top: 10px;
  }

  .mobile-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #132c52;
    border-radius: 4px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .mobile-trigger span:nth-of-type(2) {
    top: 20px;
    display: none;
  }

  .mobile-trigger span:nth-of-type(3) {
    bottom: 10px;
  }


  .mobile-open .mobile-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 1px;
  }

  .mobile-open .mobile-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 1px;
  }

  .mobile-open .mobile-trigger span {
    background-color: #ffffff;
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 30px !important; /* Button height changed by Migration Specialist Yoshi*/  
    padding: 0 !important;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: static;
    width: 100% !important;
    display:block !important; 
  }
  .custom-mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    right: 0;
    z-index: 999;
    background-color: rgba(19, 44, 82, 0.9);
    overflow-y: auto !important;
  }

  .custom-menu-logo {
    padding-left: 20px;
  }
  .custom-menu-logo a {
    display: flex;
    align-items: center;
    height: 110px;
    max-width: 210px;
  }
  /* 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: 25px 39px;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
  }

  /* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper>ul>li{
    padding:0 !important
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #ffffff !important;
    font-size: 34px;
    padding: 25px 0px;
    line-height: 1.2em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0px 0px 8px 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12.3px;
    font-family: Helvetica,Arial,"sans-serif";
    line-height: normal;
    padding: 8px 0 10px;
    font-weight: 400;
  }
  p.close-btn {
    text-align: center;
    cursor:pointer;
    margin-top: 40px;
  }

  p.close-btn img {
    width: 35px;
    height: auto;
    display: inline-block;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

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


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

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

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .section.post-header {
  padding: 55px 0 35px;
}

.hs-blog-post .section.post-header p {
  margin: 0;
}

.section.post-header h1 {
  font-weight: 500;
  font-size: 26px;
  padding: 0;
  color: #000000;
  line-height:normal;
  margin: 0.67em 0;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
      font-weight: bold;
}
.custom-post-pagination {
  overflow: hidden;
  border-top: solid 1px #bfbfbf;
  padding: 35px 0 0;
  display: none;
}

.custom-post-pagination a {
  color: #1973e8;
  font-size: 16px;
  font-weight: 300;
  font-family: "Helvetica Neue",serif;
}

.custom-post-pagination a.previous-posts-link:before {
  content: '＜';
  margin-right: 10px;
}

.custom-post-pagination a.next-posts-link:after {
  content: '＞';
  margin-left: 10px;
}

.custom-post-pagination a.next-posts-link {
  float: right;
}

.custom-post-pagination a:hover {
  text-decoration: underline;
}
/* Blog Listing */
.hs-blog-listing .body-container{
  padding: 70px 0px 150px;
}
.hs-blog-listing .body-container .page-center.content-wrapper{
  padding:0 15px; 
}
.blog-banner-area h1 {
  font-family: 'Barlow Condensed', sans-serif;
  padding-bottom: 50px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 50px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  font-weight: normal;
  margin:0;
}
.blog-banner-area .page-center {
  padding: 0 15px;
}

div#hs_cos_wrapper_module_156654098591263 {
     margin-top: 30px; 
}

.custom-blog-inner-wrapper {
  padding: 79px 0px 35px 0px;
}

.custom-topics {
  font-size: 16px;
  padding-bottom: 79px;
  border-bottom: solid 1px #bfbfbf;
}

.custom-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  line-height:1;
}

.custom-topics ul li {
  display: inline-block;
  padding: 0;
  text-indent: 0;
}
.custom-topics ul li:before{
  display:none; 
}
.custom-topics ul li a{
  line-height: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1px 11px 1px 30px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index:1;
}

.custom-topics ul li a:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid #000;
}

.custom-topics .block > h3 {
  display: none;
}

.custom-topics ul li:hover a:before,
.custom-topics ul li.active a:before {
  border-color: #1d2088;
  background: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/checked.png) no-repeat;
}
.post-header {
  position: relative;
  z-index: 99;
}

.hs-blog-listing .post-header p#hubspot-topic_data {
  margin: 0 0 -2px;
}

.hs-blog-listing .post-header p {
  margin: 0;
}
/* 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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding: 35px 0 33px;
  border-bottom: solid 1px #bfbfbf;
  color: #000;
  font-size:16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

p#hubspot-topic_data span {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  border: solid 1px #1d2088;
  color: #1d2088;
  text-align: center;
  display: display: inline-block;;
  padding: 1px 15px 0px;
  margin-bottom: 15px;
  width: 100% !important;
  max-width: 200px;
  line-height: 23px;
}

span.newsDate {
  margin-right: 30px;
}

.hs-blog-post span.newsDate {
  padding-bottom: 35px;
  border-bottom: solid 1px #bfbfbf;
  margin-bottom: 55px;
  display: block;
}
.blog-listing-wrapper .post-listing .post-item{
  position:relative; 
  overflow:hidden;
  z-index:1;
}
.blog-listing-wrapper .post-listing .post-item a{
  display:block; 
}
.blog-listing-wrapper .post-listing .post-item a:before,
.blog-listing-wrapper .post-listing .post-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.blog-listing-wrapper .post-listing .post-item:hover a {
  animation: hoverAfter 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9) 0.25s forwards;
}
.blog-listing-wrapper .post-listing .post-item a:after {
  background-color: #edeeef;
}
.blog-listing-wrapper .post-listing .post-item:hover a:after {
  animation: cover 0.55s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards;
}
.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-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */


#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}
.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 .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  vertical-align: top;
  padding-right: 10px;
}
fieldset{
  margin:0 0 35px !important; 
}
/* 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 {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
  width:100%;
  display:block;
  line-height: 35px;
  padding: 0 10px;
  outline:0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
textarea {
  outline:0;
  min-height:372px;
  margin-bottom: 55px;
  padding: 10px;
}
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 {
}

/* 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;
  margin: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 */
.hs-error-msgs label{
  color: red;
  font-size: 0.9em;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form fieldset:first-child {
  margin: 0 !important;
}
/* 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

ul.hs-search-field__suggestions {
  max-width: 600px;
}

ul.hs-search-field__suggestions li {
  padding: 10px;
}

ul.hs-search-field__suggestions li a:hover {
  background: transparent !important;
}
/* =============== 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;
  border: none;
  background-color: #0f3055;
  color: #fff;
  min-height: 35px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  line-height: 35px;
  outline:none;
  margin:20px 0 0;
  width:auto;
  font-family: "Noto Sans JP", sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}


/* =============== 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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
ul.acContUl01,
ul.acContUl02,
.acContUl03 {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.acContUl03Wrap {
  overflow: hidden;
  margin-top: 60px;
}

.acContUl03 {
  max-width: 920px;
}

.acContUl03 li {
  width: 25%;
  max-width: 213px;
  margin-right: 16px;
  float: left;
}

.acContUl03 li:last-child {
  margin-right: 0;
}

.edu-support-lay .body-container .closeBtn01 {
  margin-top: 35px;
}
.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}
.custom-error-content {
  padding: 55px 0px 35px 0px;
}
.custom-error-content h3 {
  font-size: 24.2px;
  line-height: 1.0em;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.custom-error-content p {
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  line-height: 19px;
}
/* Styles that do not fit into any of the available sections above can go here. */

.grecaptcha-badge {
  margin: 10px 0;
}
input[type="search"]{
  -webkit-appearance: none; 
}

.hs-search-field__bar{
  max-width: 600px;
}

.lp .mobile-trigger{
  display:none !important;
} 

/* Education page Styling */


.contactBg02 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: table;
  width: 100%;
  height: 357px;
}

.contactIn {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.contactIn .text01 {
  font-size: 16px;
  line-height: 1.0em;
  font-weight: 200;
  margin-bottom: 28px;
}

img {
  vertical-align: bottom;
}

.contactIn .btn01 img {
  width: 275px;
  height: auto;
}

.cm-title-with-bg .btn01 img:hover {
  opacity: 0.7;
}
.contBgWrap13 {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_bg16.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 101px;
}

.contBgWrap14 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 825px;
  color: #ffffff;
}

.backgroundBox01 {
  width: 700px;
  margin: auto;
  padding: 86px 0px 0px 0px;
}

.backgroundBox01 h3 {
  margin-bottom: 48px;
}

.backgroundBox01 h3 img {
  width: 351px;
  height: auto;
}

.backgroundUl01 {
  display: table;
  width: 100%;
  margin-bottom: 75px;
}

.backgroundUl01 li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.backgroundUl01 li.liLine {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_line01.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 1px;
}

.backgroundUl01 li.liText {
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  padding: 0px 15px;
  width: 50%;
}

.backgroundUl01 .liText.even br {
  display: none;
}

.backgroundText01 {
  text-align: left;
  font-size: 16px;
  line-height: 1.85em;
  font-weight: 200;
}

.cm-fw-content-with-bg .backgroundText01 span {
  display: block;
  text-align: right;
}

.contBgWrap12 {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_bg15.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1900px auto;
  background-color: #ffffff;
  padding: 190px 0px 0px 0px;
}

.schoolsTitWrap01 {
  margin-bottom: 38px;
  text-align: center;
}

.schoolsTitWrap01 img {
  width: 237px;
  height: auto;
}

.contWrap900 {
  max-width: 1000px;
  margin: 0px auto;
}

.schoolsWrap01 {
  padding-bottom: 25px;
}

.schoolsWrap01.accordion2 .acContInner {
  background-color: #fff !important;
  text-align: center;
}

.schoolsWrap01.accordion2 .acContInner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.schoolsWrap01.accordion2 .acContInner h4 {
  margin: 55px 0px 24px 0px;
}

.schoolsAcCont.acContInner h4 span:first-child {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: normal;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

.schoolsAcCont.acContInner h4 span:last-child {
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: block;
}

.schoolsAcCont.acContInner h4 br {
  display: none;
}

.schoolsWrap01.accordion2 .acContInner ul li {
  width: 25%;
  text-align: center;
  padding-bottom: 12px;
  margin: 0 auto;
}

.schoolsWrap01.accordion2 .acContInner .closeBtn02 {
  width: 50px;
  margin: 35px auto 0px auto;
  cursor: pointer;
}

.schoolsWrap01.accordion2 .acContInner ul li img {
  width: 90%;
  height: auto;
}

.schoolsUl01 li {
  width: 25%;
  float: left;
  text-align: center;
  padding-bottom: 12px;
  list-style: none;
}

.schoolsUl01 li img {
  width: 90%;
  height: auto;
}

ul.clearfix.schoolsUl01 {
  padding: 0;
}

.schoolsAc {
  display: table;
  width: 250px;
  height: 38px;
  margin: 24px auto 0px auto;
  border: 1px solid #000000;
}

.accordionTit {
  display: table;
  width: 250px;
  height: 38px;
  margin: 0px auto 0px auto;
}

.schoolsAc p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.0em;
  cursor: pointer;
  font-weight: normal;
}

.schoolsAc p.p02 {
  display: none;
}

.voiceTitWrap02 {
  display: table;
  width: 100%;
  height: 180px;
}
.voiceTitWrap02 h3 {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.voiceTitWrap02 h3 img {
  width: 163px;
  height: auto;
}

.contBgWrap11 {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_bg14.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1900px 100%;
  text-align: center;
}
.contBgWrap11 .widget-span.voiceTitWrap02 {
  display: table;
  width: 100%;
  height: 180px;
}
.accordionBlock01 {
  padding-bottom: 45px;
}

.accordionBoxWrap {
  margin-bottom: 20px;
}
.accordionTit {
  display: table;
  width: 250px;
  height: 38px;
  margin: 0px auto 0px auto;
}
.accordionTit span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.0em;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-weight: 400;
}
.accordion2 .acContInner {
  display: none;
  background-color: #000000;
  margin-top: 34px;
  margin-bottom: 34px;
}

.widget-span.voiceTitWrap02 > * {
  display: table-cell;
  vertical-align: middle;
}
.accordionTit:hover span,
.accordionTit.open span{
  color: #000000;
  background-color: #ffffff;
}
.acContBoxWrap {
  color: #ffffff;
  text-align: left;
  max-width: 900px;
  margin: auto;
  padding: 60px 0px;
}
.acContBoxIn01 {
  max-width: 700px;
  margin: auto;
}
.voiceBox01 {
  display: table;
  width: 100%;
}
.voiceBox01 .imgWrapAc {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}
.voiceBox01 .textWrap {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  color: #ffffff;
}
.voiceBox01 .imgWrapAc img {
  max-width: 160px;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
.voiceBox01 .textWrap .text01 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 17px;
}
.voiceBox01 .textWrap .text02 {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
}

.voiceBox01 .cm-content p  {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
}
.closeBtn01 {
  width: 50px;
  margin: 35px auto 0px auto;
  cursor: pointer;
}

.cm-testimonial > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-testimonial > div > .voiceBox01 {
  display: block;
  width: 50%;
  padding: 20px;
  border: solid 1px white;
  border-width: 1px 0px;
  vertical-align: top;
}

.cm-testimonial > div > .voiceBox01 .voiceBox01 {
  padding: 30px 0px;
}

.cm-testimonial > div > .voiceBox01 .voiceBox01 .imgWrap {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}

.cm-testimonial > div > .voiceBox01 .voiceBox01 .imgWrap img {
  width: 120px;
  height: auto;
  max-width: none;
}

.cm-testimonial > div > .voiceBox01:last-child:nth-child(odd) {
  width: 100%;
  border-bottom: 0;
  padding: 0;
}
.cm-testimonial > div > .voiceBox01 .voiceBox01 p {
  margin: 0;
}
.cm-title-with-bg.small-height {
  height: 299px;
}

.cm-title-with-bg.small-height p.text01 {
  margin-top: 0;
  color: #000000;
}

.contBgWrap07 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contWrapIn03 {
  color: #ffffff;
  width: 460px;
  float: left;
  padding-top: 80px;
}

.contH401 {
  text-align: center;
  margin-bottom: 32px;
}

.contH401 .span01 {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: normal;
}

.contH401 .span02 {
  font-size: 16px;
  line-height: 1.6em;
  margin-left:0;
  font-weight:400;
}

.supportsText01 {
  text-align: left;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
  margin-top: 20px;
}

.sp {
  display: none;
}

.cm-two-col-with-img {
  font-family: 'Noto Sans JP', sans-serif;
}

.contH401,
.supportsText01 {
  font-family: inherit;
}

.cm-two-col-with-img .contH401 .span02 {
  font-weight: 300 !important;
  margin-left: 0 !important;
}

.cm-two-col-with-img.left .contWrapIn03 {
  float: right;
}

.edu-support-lay .body-container .supportsText01 {
  margin-top: 20px;
}

.contBgWrap05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}

.leadArrow img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.voiceBox01 .imgWrapWide {
  padding: 20px;
}

.voiceBox01 .imgWrapWide img {
  width: 100%;
  height: auto;
}
.contText01 ,
.contText02 {
  margin: 0;
}
.contBgWrap02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
.with-title .contBgWrap02 {
  height: 333px;
}
.contWrapIn01 {
  text-align: center;
  color: #ffffff;
  width: 700px;
  margin: auto;
  padding-top: 60px;
}

.contText01 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 200;
  margin-bottom: 20px;
}

.contText02 {
  border: 1px solid #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
  padding: 6px 28px;
}

.contAr01 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: -15px;
}

.contAr01 img {
  width: 50px;
  height: auto;
}

.supportsTitWrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  display: table;
}

.supportsTitWrap h3 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.supportsTitWrap h3 img {
  width: 240px;
  height: auto;
}

.contBgWrap06 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}

.contWrapIn02 {
  color: #ffffff;
  width: 700px;
  margin: auto;
  padding-top: 45px;
}

.contWrapIn02 ul{
  margin:0;
  padding:0;
  list-style:none;
}

.contH401 {
  text-align: center;
  margin-bottom: 32px;
}

.contH401 .span01 {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: normal;
}

iframe {
  max-width: 100%;
}

.contH401 .span02 {
  font-size: 16px;
  line-height: 1.6em;
}

.edu-support-lay .body-container ul {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cm-guardian-of-voice ul {
  list-style: none;
}

.contUl01 li {
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 200;
  margin-bottom: 20px;
}

.edu-support-lay .body-container ul li:before {
  display: none;
}

.cm-guardian-of-voice h4.contH401 {
  overflow: hidden;
}

.cm-guardian-of-voice .span02 {
  font-weight: normal;
}
.cm-content-wrapper {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cm-content-wrapper .supportsTitWrap {
  padding: 90px 0px 50px 0px;
  display: block;
  text-align: center;
}

.cm-content-wrapper .supportsTitWrap h3 {
  margin-bottom: 30px;
  display: block;
}

.cm-content-wrapper .supportsTitWrap h3 img {
  width: auto;
  height: 56px;
}

.cm-content-wrapper p.contBaseText01 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 200;
  color: #ffffff;
  margin: 0;
}

.contWrap900_02 {
  max-width: 900px;
  margin: 0px auto;
}

.contentsBlock01 {
  padding-bottom: 32px;
}

.contentsBox01 {
  width: 450px;
  float: right;
  text-align: left;
  padding-top: 20px;
}

.contentsImg01 {
  width: 363px;
  float: left;
}

.contentsText01 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}

.spBr {
  display: none;
}

.contentsText01 span {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

.contentsText02 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
}

.contentsBlock01.right .contentsBox01 {
  float: left;
}

.contentsBlock01.right .contentsImg01 {
  float: right;
}

.movieWrap01 {
  padding: 55px 0px 0px 0px;
  text-align:center;
}

.movieWrap01 iframe {
  width: 700px;
  height: 394px;
}

.cm-content-wrapper .with-subtitle p.contBaseText01 {
  font-size: 29px;
  line-height: 60px;
  font-weight: 500;
  padding-top: 15px;
  color: #000000;
}
.cm-content-wrapper .supportsTitWrap.with-subtitle {
  padding: 0; 
  background-position: center top;
  background-size: 1900px auto;
}

.mainvisualWrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 800px;
  height: 800px;
}

.mainvisualCont {
  padding-top: 177px;
  width: 600px;
  margin: 0px auto;
}

.edu-support-lay .dounyuWrap01 {
  padding: 20px 15px 60px;
}

.cm-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.bussiness-lay .contWrap900 {
  max-width: 1062px;
}

.pc {
  display: block;
}

.dounyuWrap01 ul {
  display: table;
  margin: auto;
  padding:0;
}

.dounyuWrap01 li {
  white-space: nowrap;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dounyuWrap01 .kakomi02 {
  margin-left: 18px;
}

.dounyuWrap01 .kakomi02 a {
  display: block;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 300;
  border: 1px solid #000000;
  padding: 6px 25px 6px 8px;
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_ar01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}

.dounyuWrap01 .kakomi02 a.imghover:hover {
  opacity: 0.7;
}

.body-container .dounyuWrap01 li {
  padding-left: 0;
  text-indent: 0;
}

.acContBoxIn01 .h501 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 34px;
  font-family: 'Noto Sans JP', sans-serif;
}

.acContBoxIn01 .text01 {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
}

.acMovieWrap {
  text-align: center;
  padding: 35px 0px 0px 0px;
}

.acMovieWrap iframe {
  width: 700px;
  height: 394px;
}

.voiceBox01 .cm-content p {
  margin-top: 0;
}

.edu-support-lay .body-container p {
  margin-top: 0;
}

.edu-support-lay .body-container ul li {
  padding-left: 0;
  text-indent: 0;
}

.movieWrap01 iframe {
  max-width: 100%;
}

.contH401 {
  overflow: hidden;
}

.cm-testimonial>div>.voiceBox01:last-child:nth-child(odd) {
  padding: 0 20px;
}

.contBgWrap12 {
  padding-left: 15px;
  padding-right: 15px;
}

.cm-multiple-structure h5 {
  font-family: "Noto Sans JP", sans-serif;
}

.edu-support-lay .body-container .acContUl01 {
  margin: 30px auto;
}

.acContUl01 li {
  width: 25%;
  float: left;
}

.acContUl02 li {
  padding: 20px 0px;
  border-top: 1px solid #ffffff;
}

.acContUl02 li:first-child {
  border-top: none;
}

.cm-multiple-structure h5 {
  font-family: "Noto Sans JP", sans-serif;
}

.edu-support-lay .body-container .acContUl01 {
  margin: 30px auto;
}

.acContUl01 li {
  width: 25%;
  float: left;
}

.acContUl02 li {
  padding: 20px 0px;
  border-top: 1px solid #ffffff;
}

.acContUl02 li:first-child {
  border-top: none;
}

.acContUl02 li .title {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 500;
}

.acContUl02 li .subtitle {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 200;
}

.cm-accordion-group.cm-multiple-structure {
  padding-bottom: 0;
}

.acText01 {
  text-align: right;
}

.acText01 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 200;
  border: 1px solid #ffffff;
  padding: 0px 15px;
  margin-top: 16px;
}

.schoolsAc.accordionTit.open {
  display: none;
}

.schoolsAcCont.acContInner {
  margin-top: 0;
}

ul.clearfix.schoolsUl01 {
  margin: 0;
}

.mainvisualWrap {
  margin-top: -1px;
}

.mainvisualWrap .contWrap900 {
  padding-top: 62px;
}

.cm-accordion-group p {
  margin-top: 0;
  margin-bottom: 0;
}

.cm-fw-content-with-bg h3 {
  text-align: center;
}

.accordion2 .schoolsAcCont.acContInner {
  background-color: transparent;
  margin-top: 0px;
  margin-bottom: 0px;
}

.schoolsWrap01.accordion2 .acContInner h4 {
  letter-spacing: 0;
}

.cm-testimonial>div>.voiceBox01 .textWrap .text01 {
  margin-bottom: 17px;
}

.cm-content-wrapper .supportsTitWrap.with-subtitle,
.contBgWrap11 {
  background-size: cover;
}
.edu-support-lay .cm-content-wrapper {
  padding: 0;
}
.mainvisualWrap,
.cm-business-banner.bban_mainvisualWrap01,
.cm-content-with-img.bban_cont02Wrap,
.bban_contactAreaWrap01,
.bban_cont05In01,
.bban_cont05In02,
.readWrap01,
.contBgWrap11{
  background-size: cover;
}
.edu-support-lay .cm-content-wrapper {
  padding: 0;
}

.cm-two-col-with-img .contWrapIn03 {
  padding-top: 30px;
}

.edu-support-lay .body-container .supportsText01 {
  margin-bottom: 0;
}

.cm-two-col-with-img.contBgWrap07 {
  min-height: 300px;
}

.leadArrow img {
  margin-top: -1px !important;
}

/* Business Page Styling */

.bban_mainvisualWrap01 {
  background-repeat: no-repeat;
  background-position: center top;
}

.bussiness-lay {
  background-color: #FBFBFF;
}

.bban_mainvisual01 {
  max-width: 1140px;
  min-height: 440px;
  margin: 0px auto;
  text-align: left;
}

.mainH201 {
  font-size: 32px;
  line-height: 55px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
  padding: 165px 0px 0px 20px;
}

.cm-business-banner .mainH201 {
  letter-spacing: 0;
  margin: 0;
  font-family: YuGothic, "Yu Gothic", HiraginoKaku-W3-90msp-RKSJ-H, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", sans-serif;
}

.cm-business-banner.bban_mainvisualWrap01 {
  margin-bottom: -16px;
  margin-top: -1px;
}

.bban_mainvisualBottomWrap {
  min-height: 180px;
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/bban_main_bg01.png);
  background-repeat: repeat;
  background-position: left top;
}

.bban_bottomIn {
  max-width: 1140px;
  margin: 0px auto;
  padding-top: 10px;
  text-align: center;
}

.text01-margin {
  margin-bottom: 20px;
}

.cm-business-banner .bban_contactWrap01 .text01 {
  color: #ffffff;
  line-height: 2.6em;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}

.cm-business-banner .bban_contactWrap01 .text01 br {
  display: none;
}

.bban_bottomIn .hs-cta-wrapper a:hover img {
  opacity: 0.7;
}

.bussiness-lay .cm-logo-group {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/bban_company_logo_bg01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}

.bussiness-lay .body-container ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.bussiness-lay .cm-logo-group ul {
  display: table;
  width: auto;
  margin: 0px auto;
  font-size: 13px;
}

.bussiness-lay .cm-logo-group ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 120px;
  padding: 0px 0px 0px 60px;
  text-indent: 0;
  list-style: none;
}

.bussiness-lay .cm-logo-group ul li:before {
  display: none;
}

.cm-business-banner .bban_mainvisualWrap01 {
  margin-bottom: -16px;
  margin-top: -1px;
}

.cm-business-banner .bban_mainvisual01 {
  padding-top: 54px;
}

.bban_cont01Wrap {
  padding: 40px 0px 40px 0px;
}
.bban_cont01Wrap h3 {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.cm-bus-one-col h3 > span {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/bban_line02.png);
  background-repeat: repeat-x;
  background-position: left 59px;
  display: inline-block;
}
.cm-bus-one-col h3 span span {
  color: #075b90;
}
.bban_cont01Wrap .text01 {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 18px;
  margin-top: 0;
}

.cm-bus-one-col .bban_cont01Wrap .text01 br {
  display: none;
}

.bussiness-lay .cm-main-content {
  text-align: center;
}
.spBr {
  display: none;
}

.contImgWrap01 {
  text-align: center;
  padding: 0px 0px 80px;
}
.contImgWrap01 img {
  width: 100%;
  max-width: 500px;
}

.bban_cont02Wrap {
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 636px;
  padding-left: 65px;
  padding-right: 65px;
}

.bban_cont02In {
  padding: 150px 0px 0px 0px;
  text-align: center;
}
.bban_cont02In h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.bban_cont02In ul li:before {
  display: none;
}
.bban_cont02In ul {
  display: inline-block;
  margin: 0px auto;
}
.bban_cont02In ul li {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  list-style-type: disc;
  padding: 15px 0;
  text-indent: 0;
}

.bussiness-lay .body-container {
  color: #362e2b;
  font-weight: normal;
  font-family: YuGothic, 'Yu Gothic', "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
}

.cm-content-with-img p {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0;
  margin: 0;
}

.cm-content-with-img p span {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/bban_line02_02.png);
  background-repeat: repeat-x;
  background-position: left 48px;
  display: inline-block;
}

.bussiness-lay .body-container h3 {
  font-family: YuGothic,"Yu Gothic",HiraginoKaku-W3-90msp-RKSJ-H,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",Verdana,Osaka,"MS PGothic",sans-serif;
  letter-spacing: 0;
}

.bban_cont05Wrap {
  color: #ffffff;
  text-align: left;
}

.bban_cont05In01 {
  background-repeat: no-repeat;
  background-position: right top;
  height: 500px;
  width: 50%;
  float: left;
}
.bban_cont05In02 {
  background-repeat: repeat-y;
  background-position: left top;
  height: 500px;
  width: 50%;
  float: right;
  position: relative;
  top: 0px;
  left: 0px;
}
.bban_Box01 {
  width: 410px;
  position: absolute;
  top: 130px;
  left: 60px;
}
.bban_cont05Wrap h3 {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 25px;
}
.bban_cont05Wrap .text01 {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0;
}

.bban_text01 {
  display: inline-block;
  padding: 0px 12px;
  background-color: #ffffff;
  color: #003a66;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
}

.right .bban_cont05In01 {
  float: right;
}

.right .bban_cont05In02 {
  float: left;
}

.bban_contBg01 {
  background-color: #eef2f8;
}
.bban_cont06Wrap {
  max-width: 1004px;
  margin: 0px auto;
  padding: 80px 0px 36px 0px;
}
.bban_cont06Wrap h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
}
.bban_cont06Wrap h3 img {
  margin-bottom: 28px;
}
.bban_cont06Wrap ul {
  margin-top: 50px !important;
}
.body-container .bban_cont06Wrap li {
  float: left;
  margin-right: 18px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}
.bban_Dl01 {
  width: 322px;
  min-height: 420px;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(22, 20, 21, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(22, 20, 21, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(22, 20, 21, 0.2);
}
.bban_Dl01 .dt {
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/bban_bg07.png);
  background-repeat: repeat-y;
  background-position: left top;
  display: table;
  width: 100%;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.bban_Dl01 .dt span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: bold;
  height: 188px;
}
.bban_Dl01 .dd {
  text-align: left;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: -0.05em;
  padding: 18px 20px 18px 26px;
}

.body-container ul li:before {
  display: none;
}
.bban_cont06Wrap li:last-child {
  margin-right: 0px;
}
.bban_Box03 {
  padding: 88px 0px 100px 0px;
}
.bban_h301 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.bban_Text02 {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.body-container .bban_contUl01 {
  display: table;
  margin: 0px auto;
}
.body-container .bban_contUl01 li {
  padding-left: 0;
  text-indent: 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding: 0px 56px;
}
.bban_contUl01 li img {
  max-width: 300px;
  height: auto;
}

.bban_contactAreaWrap01 {
  background-repeat: repeat-y;
  background-position: center top;
  padding: 100px 0px 115px 0px;
}
.bban_contactWrap01 .text01 {
  color: #ffffff;
  font-size: 18px;
  line-height: 2.6em;
  font-weight: bold;
}
.bban_contactAreaWrap01 p.text01 br {
  display: none;
}
.bban_contactWrap01 .text0202 {
  margin-bottom: 40px;
  line-height: 1.4;
}
.bban_contactWrap01 svg#logo {
  height: 34px;
}
.bban_contactAreaWrap01 p {
  margin: 0;
}
.bban_cont07Wrap {
  padding: 60px 0px 76px 0px;
}
.bban_cont07In {
  max-width: 1000px;
  margin: 0px auto;
}
.bban_cont07Wrap h3 {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 18px;
}
.bban_cont07Wrap ul {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.bban_cont07Wrap ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0px 30px 30px 30px !important;
  width: 50%;
  float: left;
}
.body-container .bban_cont07Wrap ul li {
  padding-left: 0;
  text-indent: 0;
}
.bban_voiceDl01 .dt {
  float: left;
  text-align: left;
  max-width: 232px;
}
.bban_voiceDl01 .dd {
  float: right;
  text-align: left;
  max-width: 180px;
}
.bban_cont07Wrap ul li .dd {
  text-align: left;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: bold;
  padding-top: 30px;
}
.bban_cont07Wrap ul li dd .span01 {
  display: block;
  font-size: 28px;
  margin-bottom: 12px;
}
.bban_cont07Wrap ul li .dd .span01 {
  display: block;
  font-size: 28px;
  margin-bottom: 12px;
}

.cm-voice li:nth-child(even) .bban_voiceDl01 .dt {
  float: right;
  max-width: 258px;
}

.cm-voice li:nth-child(even) .bban_voiceDl01 .dd {
  float: left;
}

.cm-voice li:nth-child(2n+1) {
  clear: left;
}
.bg03 .bban_cont02In {
  padding: 94px 0px 0px 0px;
  text-align: center;
  width: 820px;
  margin: 0px auto;
  color: #ffffff;
}
.bg03 .bban_cont02In h3 {
  margin-bottom: 40px;
}
.bg03 .bban_cont02In p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: left !important;
  margin-bottom: 38px;
}

.bg03 .bban_cont02In p:last-child {
  text-align: right !important;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0;
}
.bban_cont02Wrap.bg03 {
  background-repeat: no-repeat;
  background-position: center top;
  height: 980px;
  background-size: cover;
}
.bban_cont07In02 {
  max-width: 1000px;
  margin: 0px auto 100px auto;
}
.bban_contUl02 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.bban_contUl02 li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 17px;
}
.bban_contUl02 li .liIn01 {
  color: #075b90;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  height: 60px;
  margin: 0;
}
.bban_contUl02 li .liIn02 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: right;
  padding-bottom: 16px;
  margin: 0;
}
.bban_contUl02 li .liIn03 {
  padding-bottom: 16px;
}
.bban_contUl02 li .liIn03 img {
  width: 100%;
  height: auto;
}
.bban_contUl02 li .liIn04 {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}
.body-container .bban_contUl02 li {
  padding-left: 0;
  text-indent: 0;
}

.bban_cont05Wrap.right .bban_Box01 {
  right: 96px;
  left: auto;
}
.cm-three-col-with-top-img {
  padding-bottom: 21px;
}
.cm-three-col-with-top-img .bban_contUl02 li .liIn04 {
  font-weight: normal;
}
.cm-voice .bban_cont07Wrap ul li {
  padding: 0px 30px 30px 30px;
}
.bban_Dl01 {
  max-width: 322px;
  width: auto;
}
.bban_contactWrap01 .text01 br {
  display: none;
}
.cm-three-col-content.bban_contBg01,
.bban_cont01Wrap,
.cm-three-col-with-top-img,
.bban_contactAreaWrap01,
.bban_Box03,
.bban_cont07Wrap{
  padding-left: 15px;
  padding-right: 15px;
}
.bg03 .bban_cont02In {
  max-width: 820px;
  width: 100%;
}

/* Contact Page Styling */
.custom-contact-layout .hs-form-field>label {
  /*float: left;*/
  width: 175px;
}

li.hs-form-checkbox {
  font-size: 14px;
}

.custom-education-form-layout .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  color: #0f3055;
}
.custom-education-form-layout form.hs-form fieldset:nth-child(10),
.custom-education-form-layout form.hs-form fieldset:nth-child(11),
.custom-contact-layout form.hs-form fieldset:nth-child(11),
.custom-contact-layout form.hs-form fieldset:nth-child(12){
  margin: 0 !important;
}

.custom-contact-layout .input {
  float: right;
  width: calc(100% - 175px);
}

.hs_error_rollup {
  border: 2px solid #f7e700;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 13px;
  line-height: 1;
}

fieldset.form-columns-1 ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 175px;
}

.custom-form-wrapper {
  padding: 55px 0px 35px 0px;
}

.custom-form-wrapper h3 {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

span.hs-form-required {
  display: none;
}

.custom-form-wrapper .hs-richtext.hs-main-font-element span {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.0em;
  padding-bottom: 13px;
  display: block;
  padding-top: 8px;
}

.custom-form-wrapper fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
  float: left;
  padding: 0 25px 0 0 !important;
}

.custom-form-wrapper fieldset.form-columns-2 .hs-form-field:last-child {
  padding: 0 !important;
}
.custom-form-wrapper fieldset.form-columns-2 {
  padding-left: 175px;
  position: relative;
}
.custom-contact-layout fieldset.form-columns-2 .input {
  float: none;
  width: 100%;
}

.custom-contact-layout .hs-form-field.hs-firstname>label {
  position: absolute;
  left: 0;
}
.custom-form-wrapper fieldset.form-columns-1 .hs-form-field {
  padding:0 !important; 
}

.custom-form-wrapper .hs_lastname > label {
  display: none;
}

.custom-form-wrapper ul.inputs-list.multi-container li {
  display: inline-block;
}

.custom-form-wrapper input[type="radio"].hs-input {
  margin-right: 15px;
}

.custom-form-wrapper .hs-richtext.hs-main-font-element p {
  margin: 0;
  margin-left: 175px;
}

.custom-form-wrapper .hs-richtext.hs-main-font-element p a {
  color: #1973e8;
}

.custom-form-wrapper .actions {
  margin-left: 175px;
}
/* Privacy Page Styling */

.custom-full-width-content-wrapper {
  padding: 40px 0px 0px 0px;
}

.custom-full-width-content-wrapper p {
  margin: 0;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 300;
  text-align: justify;
}

.custom-privacy-policy-layout .custom-full-width-content-wrapper h3 {
  margin: 52px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0em;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-full-width-content-wrapper p span {
  font-family: "Helvetica Neue";
}

.cm-voice li:nth-child(even) .bban_voiceDl01 .dt {
  max-width: 258px;
}


/* Member Page Styling */


.custom-team-member-wrapper {
  padding: 55px 0px 35px 0px;
}

.custom-team-member-wrapper ul li:before {
  display: none;
}

.custom-team-member-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-team-member-wrapper ul li {
  min-width: 110px;
  width: calc((100% - 105px)/5);
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
}

.custom-team-member-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  cursor:pointer;
}

.custom-team-member-wrapper ul li a:before,
.custom-team-member-wrapper ul li a:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
  transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),-webkit-transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
}

.custom-team-member-wrapper ul li a:hover:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.custom-team-member-wrapper ul li a:hover:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}

.custom-team-member-wrapper ul li img {
  max-width: 100%;
}

.custom-team-member-overlay-wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 0px;
  background-color: rgba(0,0,0,0.5);
  transition: opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
  z-index: 1;
  opacity: 0;
}

.custom-team-member-overlay {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.custom-team-member-overlay p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-team-member-wrapper ul li a:hover .custom-team-member-overlay-wrapper {
  opacity: 1;
}

.custom-team-member-wrapper ul li a:hover .custom-team-member-overlay-wrapper .custom-team-member-overlay {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* Recruit Page Styling */

.custom-recruit-layout .custom-full-width-content-wrapper h3 {
  font-size: 24.4px;
  line-height: 1.0em;
  font-weight: 500;
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-recruit-layout .custom-full-width-content-wrapper table {
  width: 100%;
  margin-bottom: 55px;
  border: none !important;
}

.custom-recruit-layout .custom-full-width-content-wrapper table th {
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  height: 55px;
  width: 140px;
  padding: 10px 0px 10px 0px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #bfbfbf !important;
}

.custom-recruit-layout .custom-full-width-content-wrapper table td {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  padding: 10px 0px 10px 0px;
  font-weight: 300;
  border-bottom: 1px solid #bfbfbf !important;
}

.custom-recruit-layout .custom-full-width-content-wrapper tbody,
.custom-recruit-layout .custom-full-width-content-wrapper table,
.custom-recruit-layout .custom-full-width-content-wrapper tr {
  border-spacing: 0 !important;
}

.custom-recruit-layout .custom-full-width-content-wrapper p a {
  color: #1973e8;
}

/* Company Page Styling */

.custom-full-width-content-wrapper h3 {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 500;
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.custom-company-layout .row1,
.custom-company-layout .row2{
  padding: 55px 0px 35px 0px;
}

.custom-map-wrapper {
  text-align: center;
}

.custom-company-layout .custom-full-width-content-wrapper {
  padding: 0px;
}

.custom-company-layout .custom-full-width-content-wrapper table {
  width: 100%;
  margin-bottom: 55px;
  border: none !important;
}

.custom-company-layout .custom-full-width-content-wrapper table th {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  height: 55px;
  width: 140px;
  padding: 10px 0px 10px 0px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  border-bottom: 1px solid #bfbfbf !important;
}

.custom-company-layout .custom-full-width-content-wrapper table td {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 40px;
  padding: 10px 0px 10px 0px;
  font-weight: 300;
  border-bottom: 1px solid #bfbfbf !important;
}

.custom-company-layout .custom-full-width-content-wrapper tbody,
.custom-company-layout .custom-full-width-content-wrapper table,
.custom-company-layout .custom-full-width-content-wrapper tr {
  border-spacing: 0 !important;
}

.custom-company-layout .row2 .custom-full-width-content table {
  width: 100%;
  border-top: 1px solid #bfbfbf !important;
  border-bottom: 1px solid #bfbfbf !important;
  margin-top: 55px;
}

.custom-company-layout .row2 .custom-full-width-content table tr th{
  border: none !important;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0px;
  font-weight: 500;
}

.custom-company-layout .row2 .custom-full-width-content table tr td {
  border: none !important;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0px;
  font-weight: 300;
}

.custom-company-layout .row2 .custom-full-width-content table{
  margin-bottom:35px; 
}

.custom-two-column-left-wrapper h3 {
  padding-top: 55px;
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-two-column-left-inner-wrapper {
  margin-top: 55px;
  overflow: hidden;
}

.custom-two-column-left-image {
  width: 350px;
  float: right;
}

.custom-two-column-left-content {
  width: 100%;
  float: left;
}

.custom-two-column-left-content p {
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 300;
  text-align: justify;
  margin: 0 0 32px;
}

.custom-map-wrapper iframe {
  max-width: 100%;
}


/* Home Page Styling */

.custom-home-layout .body-container {
  padding: 0;
}

.home-banner-area-wrapper {
  position: relative;
  height: auto;
  max-height: 815px;
  overflow: hidden;
}

.home-banner-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}

.home-banner-video-wrapper video {
  width: 100%;
  height: 100%;
}

.home-banner-content-image {
  max-width: 1000px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-top: -50px;
  top: 50%;
  margin-left: -500px;
  display: table;
  text-align: center;
}

.home-banner-content-image h2 {
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 60px;
  font-weight: bold;
  line-height: 1.0em;
  text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
}

.home-banner-content-image h2 img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.custom-recent-post-wrapper {
  padding: 50px 0px 94px 0px;
}

.custom-recent-post-wrapper ul li {
  padding: 0;
  text-indent: 0;
}

.custom-recent-post-wrapper .custom-recent-post {
  padding: 10px 0;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  overflow: hidden;
}

.custom-recent-post-wrapper ul li:before {
  display: none;
}

.custom-recent-post-wrapper ul li a{
  display:inline-block;
}

.custom-recent-post-wrapper ul li a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.custom-recent-post-wrapper ul li .custom-recent-post:hover a:after {
  animation: cover 0.55s cubic-bezier(0.57, 0.43, 0.2, 0.9) forwards;
}

.custom-recent-post-wrapper ul li .custom-recent-post:hover a {
  animation: hoverAfter 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9) 0.25s forwards;
}

.custom-recent-post-wrapper ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  background-color: #edeeef;
}

.custom-recent-post-wrapper .topNewsTb01 {
  display: table;
  width: 100%;
  height: 54px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell01 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 198px;
  color: #1d2088;
  padding-right: 15px;
}
.custom-recent-post-wrapper .topNewsTb01 .topCell01 span {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    padding: 1px 5px;
    border: 1px solid #1d2088;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0px 3px 2px 0px;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell02 p{
  font-size: 16px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  line-height: 1.2em;
  font-weight: 300;
  margin: 0;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell02 .span01 {
  margin-right: 32px;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell02 span {
  display: inline-block;
  float: left;
  width: auto;
}

.custom-recent-post-wrapper .topNewsTb01 .topCell01 p {
  margin: 0;
}

.custom-recent-post-wrapper ul {
  font-size: 13px;
  line-height: normal;
  display: block;
  margin:0;
  padding:0;
  list-style:none;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-recent-post-wrapper a.more-link {
  margin: 0;
  padding-top: 12px;
  color: #1973e8;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display:inline-block;
}

.custom-recent-post-wrapper a.more-link:before,
.custom-recent-post-wrapper a.more-link:after {
  content: '';
  position: absolute;
  top: calc(100% + 8px);
  width: 0;
  right: 0;
  height: 2px;
}

.custom-recent-post-wrapper a.more-link:before {
  transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  background: #004eff;
}

.custom-recent-post-wrapper a.more-link:after {
  transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #1973e8;
}

.custom-recent-post-wrapper a.more-link:hover:after, 
.custom-recent-post-wrapper a.more-link:hover:before {
  width: 100%;
  left: 0;
}

.custom-recent-post-wrapper .more-link-wrapper{
  text-align:right; 
}

.custom-vision-wrapper {
  position: relative;
  padding: 95px 0px 90px 0px;
  text-align: left;
}

.custom-vision-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 110vw;
  min-width: 1910px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -90px;
}

.custom-vision-content {
  position: relative;
  color: #ffffff;
}

.custom-vision-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 55px;
  font-size: 80px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  font-weight: normal;
}

.custom-home-layout .body-container {
  overflow: hidden;
}

.custom-vision-content p:nth-child(2) {
  font-size: 35px;
  line-height: 1.0em;
  font-weight: 500;
  margin-bottom: 45px;
}

.custom-vision-content p {
  font-size: 20px;
  line-height: 2.0em;
  font-weight: 500;
}

.custom-services-wrapper {
  padding: 115px 0px 120px 0px;
  margin: 0px auto;
  position: relative;
}

.custom-services-wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  text-align: center;
  font-weight: 400;
}

.custom-service-list ul {
  max-width: 850px;
  margin: 0 auto !important;
  padding:0;
}

.custom-service-list ul li {
  margin: 0;
  padding: 0 !important;
  text-indent: 0 !important;
  width: 47%;
  float: left;
  overflow: hidden;
  border: 1px solid #000;
}

.custom-service-list ul li:before {
  display: none;
}

.custom-service-list ul li.service-2 {
  float: right;
}

.custom-service-list ul li a {
  display: block;
  width: 100.5%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.custom-service-list ul li.service-1 a:before{
  background-color: rgba(30,74,55,0.95);
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/top_service_img01_on.jpg);
  background-size: cover;
}

.custom-service-list ul li.service-2 a:before{
  background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/top_service_img02_on.jpg);
  background-size: cover; 
}

.custom-service-list ul li.service-1 a:hover:after{
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}

.custom-service-list ul li a:before{
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  position: absolute;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),-webkit-transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}

.custom-service-list ul li a:hover:before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.custom-service-list ul li a:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  position: absolute;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9),-webkit-transform 0.25s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
}
.custom-services-content {
  padding: 24px 0px 20px 30px;
  text-align: left;
}

.custom-services-content p:first-child {
  color: #000000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 50px;
  line-height: 1.0em;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

li.hs-form-radio {
  padding-right: 10px;
}

.custom-services-content p {
  color: #000000;
  font-size: 20px;
  line-height: 1.75em;
  font-weight: 300;
  margin:0;
}

.topContServiceAr01 {
  color: #1973e8;
  font-size: 20px;
  line-height: 1.0em;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.custom-service-overlay-wrapper {
  display: table;
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  bottom: 0;
  padding: 0px;
  background-color: rgba(21,27,40,0.2);
  transition: opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
  z-index: 1;
  opacity: 0;
}

.custom-service-overlay {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.custom-service-overlay p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
  font-weight:600;
  margin: 0;
}

.custom-service-overlay p:first-child {
  font-size: 16px;
  margin:0 0 10px;
}

.custom-service-list ul li a:hover .custom-service-overlay-wrapper {
  opacity: 1;
}

.custom-strength-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 110vw;
  min-width: 1910px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -90px;
}

.custom-strength-content-wrapper {
  position: relative;
  color: #ffffff;
}

.custom-strength-content-wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.custom-strength-content-inner-wrap {
  overflow: hidden;
}

.custom-strength-content-inner-wrap ul {
  display: block;
  padding:0;
  margin:0;
  list-style:none;
}

.custom-strength-content-inner-wrap ul li {
  padding: 0;
  text-indent: 0;
  width: 30%;
  margin-right: 5%;
  float: left;
}

.custom-strength-content-inner-wrap ul li:before {
  display: none;
}

.custom-strength-img {
  margin-bottom: 34px;
}

.custom-strength-img img {
  width: auto;
  height: 112px;
}

.custom-strength-content-inner-wrap ul li:last-child {
  margin-right: 0%;
}

.custom-strength-content h2 {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-strength-content p {
  text-align: left;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 300;
  margin:0;
  letter-spacing: -0.05em;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-strength-wrapper {
  position: relative;
  padding: 90px 0px 86px 0px;
  text-align: center;
}

.custom-about-wrapper {
  padding: 125px 0px 150px 0px;
}

.custom-about-wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 90px;
  font-size: 80px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  font-weight: 400;
  text-align: center;
}

.custom-about {
  overflow: hidden;
}

.custom-about-inner {
  display: table;
  width: 28.5%;
  margin-right: 7.25%;
  height: 290px;
  float: left;
  position: relative;
  overflow: hidden;
}

.custom-about-inner:last-child {
  margin: 0;
}

.custom-about-inner a {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
      height: 290px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.custom-about-inner h3 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal;
  font-size: 100%;
}

.custom-about-inner h3.custom-about-title span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 43px;
  line-height: 1.0em;
  letter-spacing: -0.01em;
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  will-change: transform;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.custom-about-inner h3.custom-about-title span.custom-about-subtitle {
  font-size: 16px;
  line-height: 1.0em;
  font-weight: 400;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.custom-about-inner h3 > span > div > div {
  transition: transform 0.05s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  -webkit-transition: -webkit-transform 0.05s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  will-change: transform;
  font-weight: 100;
  margin: 0 -4px;
}

.custom-about-inner:hover h3 > span > div > div {
  text-shadow: 0px 0px 5px rgba(4,8,17,0.9);
}

.custom-about-inner:hover h3 > span > div > div:nth-child(odd){
  animation: skew 0.35s cubic-bezier(0.57, 0.15, 0.13, 0.97) forwards;
}

.custom-about-inner:hover h3 > span > div > div:nth-child(even){
  animation: skewR 0.35s cubic-bezier(0.57, 0.15, 0.13, 0.97) forwards;
}

.custom-about-overlay-wrapper {
  position: absolute;
  width: 100.5%;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
}

.custom-about-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.custom-about-overlay:before,.custom-about-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
}

.custom-about-overlay:after {
  background-color: rgba(4,8,17,0.85);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.57, 0.43, 0.2, 0.9),transform 0.5s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  -webkit-transition: opacity 0.35s cubic-bezier(0.57, 0.43, 0.2, 0.9),-webkit-transform 0.5s cubic-bezier(0.57, 0.43, 0.2, 0.9);
  will-change: transform;
}

.custom-about-inner:hover .custom-about-overlay:after {
  opacity: 0.8;
}

.custom-about-inner:hover .custom-about-overlay-wrapper {
  transform: scale(1.12) translate3d(0%, 0px, 100px) rotateY(0deg);
  -webkit-transition: scale(1.12) translate3d(0%, 0px, 100px) rotateY(0deg);
}

.cm-logo-group img {
  vertical-align: middle;
}

.bban_contactAreaWrap01 .hs-cta-wrapper .hs-cta-img:hover {
  opacity: 0.7;
}
.cm-content-with-img .contImg02 {
  padding-bottom: 35px;
}

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


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 800px) {
  .bban_cont07Wrap ul li {
    width: 48.5%;
  }
  .bban_cont07Wrap ul li:nth-child(even) {
    width: 51.5%;
  }
  img.mobile-img {
    display: none;
  }
}

@media (max-width: 1200px) {
  .bban_Box01 {
    max-width: 410px;
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  .bussiness-lay .body-container ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }

  .bussiness-lay .cm-logo-group .body-container ul {
    display: block;
  }

  .bussiness-lay .cm-logo-group ul li {
    width: 25%;
    float: left;
    vertical-align: middle;
    line-height: 120px;
  }
  .bussiness-lay .cm-logo-group ul li img {
    vertical-align: middle;
  }
  .bussiness-lay .cm-logo-group {
    padding: 0 15px;
  }
  .body-container .bban_cont06Wrap li {
    width: 32%;
  }
  .bban_cont05Wrap .text01 {
    font-size: 17px;
  }

}

@media (max-width: 1050px) and (min-width: 800px){
  .bban_voiceDl01 .dt,
  .bban_voiceDl01 .dd,
  .cm-voice li:nth-child(even) .bban_voiceDl01 .dt,
  .cm-voice li:nth-child(even) .bban_voiceDl01 .dd {
    width: 50%;
    max-width: 100%;
  }

  .bban_cont07Wrap ul li .dd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1050px) {
  .home-banner-content-image {
    margin-left: 0;
    left: 0;
  }

}
@media (max-width: 1000px) and (min-width: 800px) {
  .bussiness-lay .bban_Box01 {
    left: auto;
    right: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cm-tw-col-img .contentsBox01,
  .cm-tw-col-img .contentsImg01 {
    width: 50%;
  }
  .contWrapIn03 {
    width: 47%;
  }
  .cm-two-col-with-img.contBgWrap07 {
    padding: 0 15px;
  }
  .bban_cont05Wrap.right .bban_Box01 {
    right: auto;
    left: auto;
  }
  .body-container .bban_cont06Wrap li {
    width: 31.5%;
  }
  .bban_voiceDl01 .dt {
    max-width: 195px;
  }
  .bban_voiceDl01 .dd {
    max-width: 164px;
  }
  .bban_cont07Wrap ul li {
    padding: 0px 10px 30px !important;
  }
}
@media (max-width: 910px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0px 7px 0 7.5px;
  } 
}

@media (max-width: 799px) {
  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 {
    line-height: 20px;
    font-size: 11px;
  }
  .custom-header-wrapper {
    min-height: 43px !important;
  }
  body .hs-form-field > label,
  .widget-type-google_search label,
  li.hs-form-booleancheckbox label {
    font-size: 24px;
  }
  .custom-header {
    padding-bottom: 10px;
  }
  .body-container {
    font-size: 13px;
  }

  .custom-footer-address p {
    font-size: 19px;
    line-height: 2.0em;
    text-align: center;
    margin: 0;
    display: block;
  }

  .custom-footer-address {
    width: 100% !important;
  }

  .custom-footer-menu ul li {
    margin: 0;
    float: none !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0px 20px;
    width: auto;
  }

  .custom-footer-menu {
    padding-bottom: 36px !important;
    text-align: center;
    padding-left: 0;
    width: 100% !important;
  }

  .custom-footer-menu ul li a {
    font-size: 24px;
    line-height: 1.0em;
    font-weight: 400;
    display: inline-block !important;
  }
  

  .custom-footer-logo img {
    width: 293px;
    margin: 0px auto 30px;
    max-width: 100%;
  }

  .custom-footer-logo {
    text-align: center;
  }

  .custom-header .page-center>div>div {
    height: 110px;
  }

  .custom-header-logo {
    padding-left: 5px;
    padding-right: 35px;
  }

  .cm-advanced-logo img {
    max-width: 210px;
  }

  /*  Emulator Styling  */
  .custom-header .page-center {
    padding: 0 15px;
    position: relative;
  }
  .custom-menu-logo img,
  .cm-advanced-logo img {
    max-width: 90px;
  }
  .custom-menu-logo a {
    height: 48px;
  }
  .custom-header .page-center>div>div {
    height: 33px;
  }
  .mobile-trigger {
    width: 20px;
    top: 10px;
    right: 14px;
  }

  .mobile-trigger span:nth-of-type(1) {
    top: 7px;
  }

  .mobile-trigger span {
    height: 1px;
  }

  .mobile-trigger span:nth-of-type(3) {
    bottom: 26px;
  }
  .custom-menu-logo,
  .cm-advanced-logo {
    margin: 0;
  }
  .custom-menu-logo,
  .custom-header-logo {
    padding-left: 0;
  }
  .custom-menu-logo ,
  .custom-header .page-center {
    padding: 0 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
    line-height: 1.2em;
    letter-spacing: -0.3px;
    font-weight:300;
    font-family: Helvetica, Arial, "sans-serif";
  }
  .mobile-open .mobile-trigger {
    height: 34px;
  }
  .mobile-open .mobile-trigger span:nth-of-type(1) {
    top: -8px;
  }
  p.close-btn {
    text-align: center;
    cursor: pointer;
    margin-top: 7px;
  }
  p.close-btn img {
    width: 15px;
    height: auto;
    display: inline-block;
  }
  h1 {
    font-size: 42px;
    font-weight: 400;
  }
  h2,h3,h4,h5,h6 {
    font-size: 30px;
  }

  .custom-footer-copyright p {
    font-size: 7.6px;
    margin-top: 12px;
    font-weight: 500;
    text-align:center;
    font-family: "Helvetica Neue";
  }
  .custom-footer-address p span {
    font-family: "Helvetica Neue";
    font-size: 6.6px;
  }
  .custom-footer.mobile {
    padding: 27px 0;
  }

  .custom-footer-address p {
    font-size: 7.4px;
    line-height: 2.2em;
    letter-spacing: 0.8px;
  }

  .custom-footer-menu {
    padding-bottom: 11px !important;
  }
  .custom-footer-menu ul li {
    padding: 0px 8px;
  }
  .custom-footer-logo img {
    width: 125px;
    margin: 0px auto 7px;
  }
  .custom-footer-menu ul li a {
    font-size: 10px;
  }

  .hs-blog-listing .body-container {
    padding: 29px 0px 70px;
  }

  .blog-banner-area h1 {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  }

  .custom-blog-inner-wrapper {
    padding: 33px 0px 5px 0px;
  }

  .custom-topics {
    font-size: 11px;
    line-height: 1;
    padding-bottom: 31px;
    text-transform: uppercase;
  }

  .custom-topics ul li a {
    padding: 1px 5px 1px 12px;
  }

  .custom-topics ul li a:before {
    width: 8px;
    height: 9px;
    top: 3px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    padding: 5px 0 15px;
    font-size: 11px;
  }

  p#hubspot-topic_data {
    padding: 0;
    margin: 0;
  }

  span.newsDate {
    margin-right: 10px;
  }

  .hs-blog-post span.newsDate {
    margin-right: 10px;
    margin-top: 20px !important;
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 1px #bfbfbf;
    margin-bottom: 25px;
  }

  .custom-post-pagination {
    padding: 10px 0;
    line-height: 1;
  }
  .custom-post-pagination a {
    font-size: 10px;
    float: left;
  }
  .hs-blog-listing .post-header p {
    margin: 0;
    line-height: 1.5;
  }

  p#hubspot-topic_data span {
    max-width: 100px;
    display: inline-block;
    font-size: 8px;
    line-height: 1em;
    padding: 1px 5px;
    border: 1px solid #1d2088;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0px 3px 2px 0px;  
  }

  .blog-pagination a {
    font-size: 11px;
    line-height: 1;
    margin: 0 0 10px;
  }
  .hs-blog-post .blog-banner-area {
    padding-top: 0;
  }
  .body-container .page-center.content-wrapper {
    padding: 20px 15px 150px;
  }
  .section.post-header h1 {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .hs-blog-post .post-header {
    position: relative;
    z-index: 99;
    font-size: 11px;
    line-height: 2;
  }
  .custom-contact-layout .body-container {
    padding: 27px 0 150px;
  }

  .custom-form-wrapper {
    padding: 5px 0px 35px 0px;
  }

  .custom-form-wrapper h3 {
    font-size: 13.8px;
    margin-bottom: 9px;
  }

  .custom-contact-layout .hs-form-field>label {
    float: left;
    width: 85px;
    font-size: 10px;
  }

  .custom-form-wrapper .hs-richtext.hs-main-font-element span {
    font-size: 9.4px;
    padding-bottom: 6px;
  }

  .custom-form-wrapper fieldset.form-columns-2 .hs-form-field {
    padding: 0 !important;
  }

  .custom-form-wrapper fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100%;
  }

  .custom-contact-layout .input {
    float: left;
    width: 100%;
  }
  .custom-form-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
  .custom-form-wrapper ul.inputs-list.multi-container li {
    font-size: 11px;
    line-height: 11px;
    margin: 0 !important;
  }
  .custom-form-wrapper .hs-richtext.hs-main-font-element p {
    margin-left: 0;
    font-size: 11px;
    line-height: 1.4;
  }
  .custom-form-wrapper .actions {
    margin-left: 0;
  }
  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    min-height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
  .body-container .page-center.content-wrapper {
    padding: 20px 15px 0px;
  }
  .custom-contact-layout .body-container {
    padding: 27px 0 10px;
  }
  .body-container {
    padding: 28px 0 40px;
  }
  .custom-full-width-content-wrapper p {
    font-size: 10.2px;
    line-height: 2em;
  }
  .custom-full-width-content-wrapper h3 {
    margin: 22px 0 0;
    font-size: 10.2px;
  }
  .body-container ul {
    font-size: 10.2px;
  }
  .custom-team-member-wrapper ul li {
    width: calc((100% - 35px)/3);
  }
  .custom-company-layout .row2 .custom-full-width-content table tr td,
  .custom-company-layout .row2 .custom-full-width-content table tr th,
  .custom-company-layout .custom-full-width-content-wrapper table td,
  .custom-company-layout .custom-full-width-content-wrapper table th,
  .custom-recruit-layout .custom-full-width-content-wrapper table th,
  .custom-recruit-layout .custom-full-width-content-wrapper table td {
    padding: 3px 0;
    font-size: 10.2px;
    line-height: 2;
    height: auto;
		word-break: break-word;
  }
  .custom-company-layout .custom-full-width-content-wrapper table th,
  .custom-recruit-layout .custom-full-width-content-wrapper table th {
    width: 65px;
  }
  .custom-recruit-layout .custom-full-width-content-wrapper h3 {
    font-size: 14.2px;
    margin: 0 0 11px;
  }
  .custom-company-layout .row1,
  .custom-company-layout .row2,
  .custom-recruit-layout .custom-full-width-content-wrapper {
    padding: 5px 0px 35px 0px;
  }
  .custom-company-layout .custom-full-width-content-wrapper h3 {
    margin: 0px 0 10px;
    font-size: 14px;
  }
  .custom-company-layout .row2 .custom-full-width-content table {
    margin-top: 20px;
  }
  .custom-two-column-left-wrapper h3 {
    font-size: 14px;
  }
  .custom-two-column-left-inner-wrapper {
    margin-top: 20px;
  }
  .custom-two-column-left-content {
		width: 100%;
	}
  .custom-two-column-left-content p {
    font-size: 10px;
  }

  .custom-home-layout .header-logo.with-scroll {
    display: none !important;
  }

  .custom-home-layout .header-logo.scroll {
    display: block !important;
  }

  .custom-home-layout.fixed .header-logo.with-scroll {
    display: block !important;
  }

  .custom-home-layout.fixed .header-logo.scroll {
    display: none !important;
  }

  .fixed.custom-home-layout.mobile-open .mobile-trigger span{
    background-color: #fff;
  }
  .custom-home-layout.fixed .custom-header {
    background-color: #fff;
  }
  .edu-support-lay .custom-education-support-header-logo img {
    padding-top: 30px;
    width: 110px;
  }
  .edu-support-lay .custom-education-support-header-logo p {
    padding-left: 15px;
  }
  .custom-service-list ul li a:after,
  .custom-service-list ul li a:before,
  .custom-service-overlay-wrapper{
    opacity:0 !important; 
  }
  .fixed.custom-home-layout .mobile-trigger span {
    background-color: #132c52;
  }

  .custom-home-layout .mobile-trigger span {
    background-color: #fff;
  }

  .custom-home-layout .custom-header-wrapper {
    min-height: auto !important;
  }

  .custom-home-layout .custom-header {
    background-color: transparent;
  }

  .home-banner-content-image h2 img {
    padding: 0px 32px;
  }

  .home-banner-area-wrapper {
    max-height: 400px;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell01 p span {
    display: inline-block;
    font-size: 8px;
    line-height: 1.0em;
    padding: 1px 5px;
    border: 1px solid #1d2088;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0px 3px 2px 0px;
  }

  .custom-recent-post-wrapper .topNewsTb01 {
    display: block;
    height: auto;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell01 {
    display: block;
    width: 100%;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell02 {
    display: block;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell02 .span01 {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell02 p {
    font-size: 10px;
  }

  .custom-recent-post-wrapper .topNewsTb01 .topCell02 span {
    margin-bottom: 5px;
  }

  .custom-recent-post-wrapper .more-link-wrapper {
    margin: 0;
    line-height: 1;
  }

  .custom-recent-post-wrapper a.more-link {
    font-size: 10px;
    padding-top: 0;
  }

  .custom-vision-wrapper {
    padding: 25px 0px 30px 0px;
  }

  .custom-vision-content h3 {
    margin-bottom: 15px;
    font-size: 37px;
  }

  .custom-vision-content p:nth-child(2) {
    font-size: 11.9px;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .custom-vision-content p {
    font-size: 10.2px;
  }

  .custom-services-wrapper {
    padding: 40px 0px 45px 0px;
  }

  .custom-services-wrapper h3 {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .custom-service-list ul li {
    width: 68%;
    margin: 0 auto 15px;
    float: none;
  }

  .custom-services-content p:first-child {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .custom-services-content {
    padding: 15px 0px 10px 13px;
  }

  .custom-services-content p {
    margin: 0;
    font-size: 10px;
  }

  .topContServiceAr01 {
    font-size: 10px;
    right: 10px;
    bottom: 14px;
  }

  .custom-service-list ul li.service-2 {
    float: none;
  }

  .custom-strength-wrapper {
    padding: 30px 0px 36px 0px;
  }

  .custom-strength-content-wrapper h3 {
    font-size: 37px !important;
    margin-bottom: 20px !important;
  }

  .custom-strength-content-inner-wrap ul li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .custom-strength-img img {
    width: auto !important;
    height: 62px !important;
  }

  .custom-strength-img {
    margin-bottom: 14px !important;
  }

  .custom-strength-content h2 {
    font-size: 14px !important;
  }

  .custom-strength-content p {
    font-size: 10.3px !important;
  }

  .custom-about-wrapper {
    padding: 35px 0px 50px 0px !important;
  }

  .custom-about-wrapper h3 {
    margin-bottom: 40px !important;
    font-size: 37px !important;
  }

  .custom-about-inner {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .custom-about-inner h3.custom-about-title span {
    font-size: 23px !important;
    margin-bottom: 10px !important;
  }

  .custom-about-inner h3.custom-about-title span.custom-about-subtitle {
    font-size: 12px !important;
  }

  .custom-recent-post-wrapper {
    padding: 5px 0px 24px 0px;
  }
  .custom-business-footer-copyright p,
  .custom-education-support-footer-copyright p {
    font-size: 8.5px;
    padding: 9px 0px;
  }
  .custom-business-header-logo {
    padding: 10px 0px 0px 6px;
  }
  .custom-business-header-logo svg {
    height: 12px;
  }
  .custom-error-content {
    padding: 5px 0px 33px 0px;
  }
  .custom-error-content h3 {
    font-size: 13.8px;
    margin-bottom: 8px;
  }
  .custom-error-content p {
    font-size: 5.6px;
    line-height: 19px;
  }
  .custom-contact-layout .hs-form-field>label {
    float: none;
    width: 100%;
  }
  .custom-inner-form-wrapper input,.custom-inner-form-wrapper textarea {
    margin-bottom: 0;
  }

  .custom-inner-form-wrapper .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input {
    margin-top: 20px;
    display: block;
  }

  .custom-inner-form-wrapper .hs_country.hs-country.hs-fieldtype-text.field.hs-form-field {
    display: none;
  }

  .custom-inner-form-wrapper .hs-richtext.hs-main-font-element {
    margin-top: 20px;
  }

  .custom-inner-form-wrapper .hs_agree.hs-agree.hs-fieldtype-checkbox.field.hs-form-field label {
    padding: 0;
  }
  .custom-form-wrapper fieldset.form-columns-2 {
    padding-left: 0;
  }
  fieldset {
    margin: 0 0 10px !important;
  }
  .custom-contact-layout .hs-form-field.hs-firstname>label {
    position: static;
  }
  textarea {
    min-height: 180px;
  }
  fieldset.form-columns-1 ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 0;
  }

  .mainH201 {
    font-size: 15.5px;
    line-height: 27px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    padding: 140px 0px 0px 11px;
  }

  .bban_mainvisual01 {
    min-height: 344px;
  }

  .cm-business-banner .bban_contactWrap01 .text01 {
    line-height: 1.4em;
    font-size: 10.4px;
    margin-bottom: 5px;
  }

  .cm-business-banner .bban_contactWrap01 .text01 br {
    display: inline;
  }

  .bban_bottomIn {
    padding-top: 14px;
  }

  .cm-business-banner .bban_contactWrap01 .text01 + p {
    margin: 0 auto;
    max-width: 130px;
  }

  .bban_mainvisualBottomWrap {
    min-height: 123px;
  }

  .bussiness-lay .cm-logo-group ul {
    display: block;
    max-width: 700px;
    padding-bottom: 10px;
  }

  .bussiness-lay .cm-logo-group ul li {
    display: inline-block;
    width: 49%;
    padding: 0 15px;
    height: auto;
    text-align: center;
  }

  .cm-business-banner.bban_mainvisualWrap01 {
    margin-bottom: 0;
  }

  .bussiness-lay .cm-logo-group ul:after {
    content: "";
    display: table;
    width: 100%;
  }

  .bban_cont01Wrap {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .bban_cont01Wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .spBr {
    display: inline;
  }

  .cm-bus-one-col h3>span {
    background-position: left bottom;
  }

  .bban_cont01Wrap .text01 {
    font-size: 11px;
  }

  .cm-three-col-content.bban_contBg01, 
  .bban_cont01Wrap,
  .cm-three-col-with-top-img {
    padding-left: 17px;
    padding-right: 17px;
  }
  .contImgWrap01 img {
    max-width: 210px;
  }

  .contImgWrap01 {
    padding: 0px 0px 48px;
  }

  .bban_cont02In {
    padding-top: 25px !important;
  }

  .bban_cont02In h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bban_cont02In ul li {
    font-size: 11px;
    padding: 8px 0;
  }

  .bban_cont02Wrap {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 244px !important;
    padding-bottom: 14px;
  }
  .cm-content-with-img p {
    font-size: 13px;
    margin-top: 20px;
  }

  .cm-content-with-img p span {
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
  }

  .bban_contactWrap01 .text01 {
    font-size: 10px;
  }

  .bban_contactWrap01 svg#logo {
    height: 14px;
  }

  .bban_contactAreaWrap01 {
    padding: 50px 0px 5px;
  }

  .bban_contactWrap01 .text0202 + p {
    margin: auto;
    max-width: 120px;
    vertical-align: top;
  }

  .bban_contactWrap01 .text0202 {
    margin-bottom: 10px;
  }

  .bban_contactWrap01 .text0202 + p * {
    vertical-align: top;
  }

  .bban_contactWrap01 .text01 br {
    display: inline;
  }
  .bban_cont05In01 {
    width: 100%;
    float: none;
    height: 212px;
    background-size: cover;
    background-position: center;
  }

  .bban_cont05In02 {
    background-position: center;
    height: auto;
    width: 100%;
    float: none;
  }

  .bban_Box01 {
    position: static;
    padding: 27px 26px;
  }

  .bban_cont05Wrap h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  .bban_cont05Wrap .text01 {
    font-size: 12.8px;
  }
  .bban_text01 {
    margin: 0;
    font-size: 7px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0px 5px;
    margin-top: -10px;
  }

  .bban_cont06Wrap {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .bban_cont06Wrap h3 {
    font-size: 17px;
  }
  .bban_cont06Wrap h3 img {
    max-width: 220px;
    margin-bottom: 13px;
  }

  .bban_cont06Wrap ul {
    margin-top: 21px !important;
  }

  .body-container .bban_cont06Wrap li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .bban_Dl01 .dt {
    border-radius: 0;
  }

  .bban_Dl01 .dt span {
    font-size: 17px;
    height: 120px;
  }

  .bban_Dl01 .dd {
    font-size: 11.95px;
    padding: 25px 19px 25px 13px;
    line-height: 1.7em;
  }

  .bban_Dl01 {
    min-height: auto;
  }

  .body-container .bban_cont06Wrap li {
    margin-bottom: 17px;
  }

  .bban_Box03 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .bban_h301 {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .bban_Text02 {
    font-size: 12px;
    font-weight: bold;
  }

  .bban_contUl01 li img {
    max-width: 100%;
    width: 214px;
  }

  .body-container .bban_contUl01 li {
    padding: 0px 10px;
  }

  .bban_Text02 {
    margin-bottom: 20px;
  }
  .bban_cont07Wrap {
    padding-top: 27px;
    padding-bottom: 40px;
  }

  .bban_cont07Wrap h3 {
    font-size: 17px;
  }

  .bban_cont07Wrap ul li {
    width: 100%;
    float: none;
    display: block;
  }

  .bban_voiceDl01 .dt {
    float: none;
    max-width: 100%;
  }

  .bban_cont07Wrap ul li .dd {
    max-width: 100%;
  }

  .bban_cont07Wrap ul li .dd .span01 {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .bban_cont07Wrap ul li .dd {
    font-size: 10px;
  }

  .bban_cont07Wrap ul li {
    padding: 0px 13px 30px !important;
  }
  .bban_contUl02 {
    display: block;
  }

  .bban_contUl02 li {
    display: block;
  }

  .bban_contUl02 li .liIn01 {
    font-size: 13.6px;
    height: auto;
    margin-bottom: 10px;
  }

  .bban_contUl02 li .liIn02 {
    font-size: 10.3px;
    padding-bottom: 11px;
  }

  .cm-three-col-with-top-img {
    padding-left: 23px;
    padding-right: 23px;
  }

  .bban_contUl02 li {
    padding-right: 0;
    margin-bottom: 31px;
  }

  .bban_contUl02 li .liIn04 {
    font-size: 10.3px;
    line-height: 1.4em;
  }

  .bban_contUl02 li .liIn03 {
    padding-bottom: 11px;
  }

  .bban_cont07In02 {
    margin-bottom: 0;
  }
  .bg03 .bban_cont02In p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .bg03 .bban_cont02In p:last-child {
    font-size: 11px;
  }

  .bban_cont02Wrap.bg03 {
    height: auto;
    padding-bottom: 40px;
  }
  .cm-business-banner.bban_mainvisualWrap01 {
    background-position: center;
    background-size: cover;
  }
  .bban_cont05Wrap.right .bban_cont05In01 {
    background-position: -25% 71% !important;
  }
  .mainvisualWrap {
    background-size: 1900px auto;
    height: 639px;
  }
  .contWrap900 {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 40px;
  }
  .mainvisualCont {
    padding-top: 127px;
    width: 519px;
    margin: 0px auto;
  }
  .dounyuWrap01 {
    padding: 40px 0px 60px 0px;
  }
  .dounyuWrap01 li {
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding-bottom: 30px;
  }
  .edu-support-lay .body-container .dounyuWrap01 li:last-child {
    width: 100%;
    padding-bottom: 0;
  }

  .dounyuWrap01 .kakomi02 {
    margin: 30px auto 0px auto;
    display: inline-block;
  }
  .dounyuWrap01 .kakomi02 a {
    display: block;
    font-size: 28px;
    line-height: 1.0em;
    font-weight: 300;
    border: 1px solid #000000;
    padding: 20px 25px 25px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto;
  }
  .cm-content-wrapper .with-subtitle p.contBaseText01 {
    font-size: 34px;
    line-height: 2em;
    font-weight: 500;
  }
  .spBr {
    display: inline;
  }
  .cm-content-wrapper .supportsTitWrap.with-subtitle {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: auto !important;
    padding: 0px 0 100px;
  }

  .cm-content-wrapper .supportsTitWrap {
    padding: 120px 0px 100px 0px;
  }

  .cm-content-wrapper .supportsTitWrap h3 {
    margin-bottom: 40px;
  }

  .cm-content-wrapper p.contBaseText01 {
    font-size: 28px;
    line-height: 1.8em;
    color: #ffffff;
    font-weight: 300;
  }
  .contWrap900_02 {
    width: auto;
    padding: 0px 40px;
  }
  .contentsBlock01 {
    padding-bottom: 40px;
  }
  .contentsBox01 {
    width: auto;
    float: none;
    text-align: left;
    padding-top: 0px;
  }
  .contentsImg01 {
    width: 70%;
    float: none;
    margin: auto;
    padding-top: 30px;
  }
  .contentsText01 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.3em;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Noto Sans JP;
  }
  .contentsText02 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 300;
  }
  .contentsText01 span {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 0px;
    font-weight: 300;
  }
  .contentsBlock01.right .contentsImg01 {
    width: 80%;
    float: none;
    margin: auto;
    padding-top: 50px;
  }

  .contentsBlock01.right .contentsBox01 {
    float: none;
  }

  .contentsBlock01.contWrap900_02.right {
    padding-bottom: 0;
  }
  .movieWrap01 {
    padding: 30px 0px 0px 0px;
  }
  .movieWrap01 iframe {
    width: 670px;
    height: 377px;
  }
  .accordionBoxWrap {
    margin-bottom: 35px;
  }

  .accordionTit {
    display: table;
    width: 400px;
    height: 80px;
    margin: 0px auto 0px auto;
  }

  .accordionTit span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    line-height: 1.0em;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  .with-title .contBgWrap02 {
    height: auto;
    position: relative;
  }
  .contWrapIn01 {
    text-align: center;
    color: #ffffff;
    width: auto;
    margin: auto;
    padding: 80px 40px 80px 40px;
  }
  .contH401 {
    margin-bottom: 20px;
  }
  .contH401 .span01 {
    font-size: 34px;
    line-height: 1.8em;
    font-weight: 500;
  }
  .contH401 .span02 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
  }
  .contText01 {
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .contText02 {
    font-size: 28px;
    line-height: 1.8em;
    padding: 6px 28px;
    font-weight: 300;
  }
  .contBgWrap02 {
    height: auto;
  }

  .contWrapIn02 {
    color: #ffffff;
    width: auto;
    margin: auto;
    padding: 60px 35px 60px 35px;
  }
  .contH401 {
    margin-bottom: 20px;
  }
  .contH401 .span01 {
    font-size: 34px;
    line-height: 1.8em;
    font-weight: 500;
  }
  .contH401 .span02 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
  }
  .contUl01 li {
    text-align: left;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 12px;
    padding-top: 8px;
    font-weight: 300;
  }
  .supportsTitWrap h3 img {
    width: 163px;
  }

  .contBgWrap07 {
    background-image: none !important;
    background-color: #000000;
    height: auto;
  }

  .supportsTitWrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    display: table;
  }

  .contWrap900.supportsContWrap900 {
    padding: 0px 0px;
  }

  .contWrapIn03 {
    color: #ffffff;
    width: auto;
    float: none;
    padding: 60px 0px 60px 0px;
  }

  .supportsText01 {
    text-align: left;
    font-size: 28px;
    line-height: 1.8em;
    margin: 20px 40px 35px 40px;
    font-weight: 300;
    margin-top: 20px;
  }
  .cm-two-col-with-img.contBgWrap07 {
    height: auto;
  }
  .sp {
    display: block;
  }

  .contWrapIn03 {
    padding: 20px 0px 0px 0px;
  }
  .cm-title-with-bg.small-height {
    height: 399px;
    background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/cont_bg13_sp.png) !important;
  }
  .contactIn .text01 {
    font-size: 28px;
    line-height: 1.0em;
    margin-bottom: 28px;
    font-weight: 300;
  }
  .contactIn .btn01 img {
    width: 400px;
    height: auto;
  }
  .widget-span.voiceTitWrap02>* {
    padding-top: 10px;
  }
  .accordionTit span {
    font-weight: normal;
  }
  .acContBoxWrap {
    text-align: left;
    max-width: 100%;
    margin: auto;
    padding: 40px 40px;
  }

  .acContBoxIn01 {
    max-width: 100%;
    margin: auto;
  }
  .voiceBox01 .imgWrapAc {
    display: block;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .voiceBox01 .textWrap {
    display: block;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
  }
  .voiceBox01 .imgWrapAc img {
    width: 300px;
    height: auto;
    max-width:100%;
  }
  .acContBoxIn01 .text01 {
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 300;
  }
  .voiceBox01 .textWrap .text01 {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 17px;
    text-align: center;
    font-weight: 500;
  }
  .voiceBox01 .cm-content p {
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 300;
  }
  .closeBtn01 {
    width: 350px;
    margin: 35px auto 0px auto;
    cursor: pointer;
  }
  .cm-testimonial>div>.voiceBox01 {
    display: table;
    width: 50%;
  }

  .cm-testimonial>div>.voiceBox01 .voiceBox01 .imgWrap {
    display: block;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .cm-testimonial>div>.voiceBox01 .voiceBox01 .imgWrap img {
    width: 300px;
    height: auto;
  }

  .cm-testimonial>div>.voiceBox01 .voiceBox01 p {
    margin-bottom: 17px;
  }

  .voiceBox01 .textWrap .text02 {
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 300;
  }

  .contBgWrap12 {
    padding: 220px 0px 0px 0px;
  }

  .schoolsTitWrap01 {
    margin-bottom: 68px;
  }

  .schoolsWrap01 {
    padding-bottom: 0px;
  }

  .schoolsUl01 li {
    width: 50%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
  }

  .schoolsAc p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    line-height: 1.0em;
    cursor: pointer;
  }

  .contBgWrap13 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 3400px auto;
    height: 100px;
  }

  .contBgWrap14 {
    height: auto;
  }

  .backgroundBox01 {
    width: auto;
    margin: auto;
    padding: 120px 40px 50px 40px;
  }

  .backgroundBox01 h3 {
    margin-bottom: 30px;
  }

  .cm-fw-content-with-bg {
    text-align: center;
  }

  .edu-support-lay .body-container .backgroundUl01 {
    display: table;
    width: 100%;
    margin-bottom: 45px !important;
  }

  .backgroundUl01 li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .backgroundUl01 li.liLine {
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 1px;
  }
  .backgroundUl01 li.liText {
    font-size: 28px;
    line-height: 1.2em;
    white-space: nowrap;
    padding: 0px 15px;
    width: 50%;
    font-weight: 500;
  }
  .backgroundUl01 .liText.even br {
    display: inline;
  }
  .backgroundText01 {
    text-align: left;
    font-size: 28px;
    line-height: 1.8em;
    font-weight: 300;
  }

  .edu-support-lay .body-container {
    padding: 0;
  }
  .mainvisualCont {
    width: 100%;
    max-width: 519px;
  }

  .accordionTit {
    width: 100%;
    max-width: 400px;
  }
  .cm-testimonial>div>.voiceBox01 .voiceBox01 .imgWrap img {
    width: 100%;
    max-width: 300px;
  }

  .cm-testimonial>div>.voiceBox01 {
    width: 100%;
  }

  .backgroundUl01 li {
    display: block;
  }

  .edu-support-lay .body-container .backgroundUl01 {
    display: block;
  }

  .edu-support-lay .body-container ul li {
    white-space: normal;
    width: 100%;
  }

  .contactBg02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contactIn .btn01 img {
    width: 100%;
    max-width: 400px;
  }

  .mainvisualWrap {
    height: 272px;
  }

  .mainvisualCont {
    padding-top: 18px;
    max-width: 220px;
  }

  .contWrap900 {
    padding: 0;
  }

  .edu-support-lay .body-container ul li {
    width: 50% !important;
    padding-bottom: 0;
    height: auto;
    line-height: normal;
  }

  .dounyuWrap01 .kakomi02 a {
    font-size: 11px;
    line-height: 1;
    padding: 10px;
    background-size: 10px auto;
  }

  .edu-support-lay .dounyuWrap01 {
    padding: 5px 15px 15px;
  }

  .cm-content-wrapper {
    padding: 0;
  }

  .cm-content-wrapper .supportsTitWrap.with-subtitle {
    margin-top: 1px;
    padding: 0px 0 40px;
  }

  .cm-content-wrapper .with-subtitle p.contBaseText01 {
    padding-top: 8px;
    font-size: 14px;
  }

  br.pcBr {
    display: none;
  }

  .cm-content-wrapper .supportsTitWrap {
    padding: 60px 0px 50px;
    height:auto !important;
  }

  .cm-content-wrapper .supportsTitWrap h3 {
    margin-bottom: 11px;
    font-size: 16px;
  }

  .cm-content-wrapper .supportsTitWrap h3 img {
    height: 23px;
    width: auto !important;
  }

  .cm-content-wrapper p.contBaseText01 {
    font-size: 12px;
  }

  .contentsText01 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contentsText01 span {
    font-size: 9px;
  }

  .edu-support-lay .body-container p {
    font-size: 11px;
  }

  .cm-tw-col-img.contentsBlock01.contWrap900_02.left {
    padding: 0 15px;
  }

  .accordionTit span {
    font-size: 10px;
    display: inline-block;
    padding: 10px 0;
    width: 170px;
    border-color: #666;
  }

  .edu-support-lay .body-container p {
    height: auto;
    text-align: center;
  }

  .cm-accordion-title {
    line-height: normal;
  }

  .accordionBoxWrap {
    margin: 15px 0 0;
  }

  .cm-accordion-group.cm-multiple-structure {
    margin: 0 0 15px;
  }

  .contentsBlock01.contWrap900_02.right {
    padding: 20px 15px 0;
  }

  .contentsBlock01 {
    padding: 0px 15px;
  }

  .contWrapIn01 {
    padding: 30px 15px 10px;
  }

  h4.contH401 br {
    display: none;
  }

  .contH401 .span01 {
    font-size: 14px;
  }

  .contH401 .span02 {
    font-size: 9px;
  }

  .contH401 {
    margin: 0;
  }

  .contText01 {
    margin: 0;
  }

  .contText02 {
    border-color: #ccc;
  }

  .contAr01 img {
    width: 20px;
  }

  .supportsTitWrap {
    height: 60px !important;
  }

  .supportsTitWrap h3 {
    font-size: 12px;
  }

  .supportsTitWrap h3 img {
    width: 75px !important;
  }

  .leadArrow img {
    position: relative;
    top: -13px;
  }

  .contWrapIn02 {
    padding: 20px 15px;
  }

  .edu-support-lay .body-container ul {
    margin: 0;
    padding: 0;
    list-style: none;   
    text-align: center;
  }

  .edu-support-lay .body-container ul li {
    font-size: 12px;
    margin: 0;
  }

  .contBgWrap06 {
    height: auto;
  }

  .supportsText01 {
    margin: 20px 15px 35px;
  }

  .movieWrap01 iframe {
    height: 150px;
  }

  .bban_Dl01,
  .cm-title-with-bg p.btn01 {
    margin-left: auto;
    margin-right: auto;
  }
  .cm-title-with-bg p.btn01 {
    max-width: 170px;
  }
  .contactBg02 {
    height: 169px;
  }
  .contactIn .text01 {
    margin-bottom: 0;
  }
  .cm-fw-content-with-bg .backgroundText01 {
    line-height: 0.8em;
  }
  .schoolsTitWrap01 img {
    width: 100px;
  }
  .backgroundBox01 {
    padding: 50px 15px 10px;
  }
  .backgroundUl01 li.liLine {
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 1px;
  }
  .backgroundBox01 h3 img {
    width: 151px;
  }
  .edu-support-lay .backgroundUl01 li.liText {
    white-space: nowrap;
    padding: 0px 15px;
    font-weight: 500;
    text-align: center;
  }
  .edu-support-lay .body-container .backgroundUl01 {
    margin-bottom: 15px !important;
  }
  .cm-fw-content-with-bg .backgroundText01 p {
    text-align: left;
  }
  .schoolsUl01 li {
    padding-bottom: 18px !important;
  }
  .cm-school-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-accordion-title .accordionTit {
    max-width: 170px;
    height: auto;
  }
  .cm-accordion-title .accordionTit p.p01 {
    padding: 12px 0;
  }
  .contBgWrap13 {
    height: 50px;
    margin-bottom: -1px;
  }
  .schoolsTitWrap01 {
    margin-bottom: 28px;
  }
  .cm-school-logo {
    padding-top: 150px;
  }
  .cm-testimonial>div>.voiceBox01 .voiceBox01 p {
    line-height: 1.8em;
    text-align: left;
  }
  .acContBoxIn01 .h501 {
    font-size: 12px;
  }

  .acContBoxWrap {
    padding: 15px 15px;
  }
  .acContBoxIn01 .h501 {
    margin-bottom: 14px;
  }

  .edu-support-lay .body-container p {
    text-align: center;
    font-size: 12px;
  }

  .supportsTitWrap.with-subtitle p {
    text-align: center;
  }

  .supportsTitWrap,
  .cm-content-wrapper .supportsTitWrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .edu-support-lay .body-container ul.acContUl02 li  {
    width: 100% !important;
    text-align: left;
  }

  .acContUl02 li .title {
    font-size: 12px;
  }

  .edu-support-lay .body-container .acContUl01 {
    margin-bottom: 0;
  }

  .acContUl02 li .subtitle {
    font-size: 12.1px;
  }
  .voiceBox01 .textWrap .text01 {
    font-size: 13px;
  }

  .voiceTitWrap02 h3 img {
    width: 70px;
  }

  .contBgWrap11 .widget-span.voiceTitWrap02 {
    height: auto;
    padding: 10px 0 0;
  }

  .cm-accordion-group.accordion2.accordionBlock01 {
    padding-bottom: 35px;
  }

  .cm-title-with-bg.small-height {
    height: 189px;
    background-color: #0E1116;
  }

  .edu-support-lay .body-container .supportsText01 {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .edu-support-lay .body-container .contUl01 ul li {
    width: 100% !important;
  }

  .closeBtn01 {
    width: auto;
    max-width: 35px;
  }

  .accordionBlock01 {
    padding-bottom: 35px;
  }
  .edu-support-lay .body-container .closeBtn01 {
    margin-top: 0;
  }

  .voiceBox01 .imgWrapWide {
    padding: 20px 10px;
  }

  .accordion2 .acContInner {
    margin-bottom: 0;
    margin-top: 14px;
  }

  .edu-support-lay .body-container p.contText02 {
    text-align: left;
  }

  .contText02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .edu-support-lay .body-container .acContBoxIn01 .text01 {
    text-align: left;
  }

  .acMovieWrap iframe {
    height: auto;
  }
  .acMovieWrap {
    padding-top: 20px;
  }
  .edu-support-lay .body-container p.contentsText02 {
    text-align: left;
  }
  .contentsBlock01.right .contentsImg01 {
    padding-top: 30px;
  }
  .cm-accordion-group.accordion2.accordionBlock01.cm-multiple-structure {
    padding-bottom: 0;
  }
  .cm-multiple-structure .acContUl02 li {
    padding-bottom: 20px !important;
  }

  .bussiness-lay .dounyuWrap01 {
    padding: 0 10px;
  }
  .bban_cont01Wrap h3 {
    font-size: 15px;
  }
  img.des-img {
    display: none;
  }
  .cm-content-with-img.bban_cont02Wrap {
    min-height: auto !important;
    background-size: cover !important;
    padding-bottom: 20px;
  }
  .cm-content-with-img .contImg02 {
    padding-bottom: 0;
  }
  .bban_voiceDl01 .dt {
    float: left;
    max-width: 98px;
  }

  .bban_voiceDl01 .dd {
    float: right;
    max-width: 100%;
  }

  .bban_cont07Wrap .bban_voiceDl01 .dd {
    width: calc(100% - 98px);
    float: right;
    padding-left: 15px;
    padding-top: 0;
  }
  .cm-voice li:nth-child(even) .bban_voiceDl01 .dd {
    padding-left: 0;
    padding-right: 15px;
  }

  .cm-voice li:nth-child(even) .bban_voiceDl01 .dt {
    max-width: 108px;
  }

  .cm-voice li:nth-child(even) .bban_voiceDl01 .dd {
    padding-left: 0;
    padding-right: 15px;
  }
  .cm-voice li:nth-child(even) .bban_voiceDl01 .dt {
    max-width: 108px;
  }
  .cm-voice li:nth-child(even) .bban_voiceDl01 .dd {
    width: calc(100% - 108px);
  }
  .bban_cont05Wrap.right .bban_cont05In01 {
    background-position: -45% 31% !important;
    background-size: cover !important;
  }
  .hs-blog-post p#hubspot-topic_data span {
    font-size: 9px;
    max-width: 100px;
    line-height: 1;
    padding: 2px 0 2px;
    margin: 2px 0 23px !important;
  }

  .hs-blog-post .section.post-header {
    padding: 0;
  }
  .mainvisualWrap, .cm-business-banner.bban_mainvisualWrap01,
  .cm-content-with-img.bban_cont02Wrap, .bban_contactAreaWrap01, 
  .bban_cont05In01, .bban_cont05In02, .readWrap01, .contBgWrap11 {
    background-size: cover !important;
  }

  .cm-business-banner.bban_mainvisualWrap01 {
    background-image: url(//6055343.fs1.hubspotusercontent-na1.net/hubfs/6055343/Enageed_July2019/Images/sp_bban_mainvisual.jpg) !important;
  }


  .hs-landing-page .body-container .hs_cos_wrapper_type_rich_text ul li {
    font-size:11px;
    line-height:1.5;
  }
  .hs-landing-page .body-container {
    font-size: 11px;
  }

  .hs-landing-page .hs-form-field>label {
    font-size: 11px;
  }
  /*  End Emulator Styling  */
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-search-field__bar{
    max-width: 100%	;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }    

}  

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .grecaptcha-badge{
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  .voiceBox01 {
    display: block;
  }
}

/* 追加-導入事例*/
.casestudyarea  {
  list-style: none !important;
}
.casestudyarea li {
	padding: 20px 0;
	border-bottom:1px solid #d0cece;
  line-height: 20px;
  list-style: none !important;
}

.casestudyarea li:first-child {
	border-top:1px solid #d0cece;
}

.casestudyarea li p {
  display: inline;
}

@media (max-width: 799px) {
  .casestudyarea li {
      padding: 10px;
  }
  .casestudyarea li a {
     font-size: 13px;
  }
    .casestudyarea li p {
      display: block;
    }
}



/* ---------------------------
 　---------------------------

	E版LP　下層　

---------------------------
--------------------------- */
.wrapeducation {
	width: 100%;
	background: #013057;
}


/*E版LP　ナビゲーション-ヘッダー（共通）*/

#wrapnavi_lp {
	width: 100%;
	margin: 0;
	background-color:rgba(0,0,0,0.4);

}

#wrapnavi_lp ul {
	width: 1200px;
	padding: 20px 0;
	text-align: center;
	margin: auto;
}

#wrapnavi_lp ul li {
	float: left;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #223259;
}

#wrapnavi_lp ul li:last-child {
	border-right: 1px solid #223259;
}

#wrapnavi_lp ul li .cta_contact {
	display: inline-block;
	padding: 0px 45px;
  color: #ffffff;
	background: #05b833; /* Old browsers */
	background: -moz-linear-gradient(top,  #05b833 0%, #99d102 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #05b833 0%,#99d102 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #05b833 0%,#99d102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b833', endColorstr='#99d102',GradientType=0 ); /* IE6-9 */
	border: 2px solid rgba(255,255,255,0.5);;  /* ボーダーの設定 */
	border-radius: 80px;		/* CSS3草案 */
	-webkit-border-radius: 80px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 80px;	/* Firefox用 */

}

#wrapnavi_lp ul li a {
	color: #d2d2d2;
	font-size: 80%;
}
#wrapnavi_lp ul li .e_activ {
	color: #ffffff;
	font-weight: bold;
}

#wrapnavi_lp ul li a img {
	width: 200px;
}

#wrapnavi_lp ul li a:hover {
	opacity: 0.5;
}

@media (max-width: 799px) {
	.wrapeducation {
		width: 100%;
	}

	#wrapnavi_lp ul {
		width: 100%;
		padding: 5px 0;
		text-align: center;
		margin: auto;
	}
	
	#wrapnavi_lp ul li {
		float: left;
		width: 33.333% !important;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		border-left: none;
	}
	
/*	#wrapnavi_lp ul li:nth-child(even) {
		border-left: 1px solid #434343;
	}
	*/
	#wrapnavi_lp ul li .cta_contact {
		padding: 2px 10px;
	}
}



/*ナビゲーション-フッター（共通）*/
#wrapnavi_lp_bottom {
	width: 100%;
	margin: 0;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_Enavi.png) bottom center no-repeat;
}

#wrapnavi_lp_bottom ul {
	width: 1200px;
	padding: 20px 0;
	margin: auto;
}

#wrapnavi_lp_bottom ul li {
	float: left;
	width: 240px;
	padding: 0 38px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #223259;
}

#wrapnavi_lp_bottom ul li:last-child {
	border-right: 1px solid #223259;
}

#wrapnavi_lp_bottom ul li a {
	color: #ffffff;
}

@media (max-width: 799px) {
	#wrapnavi_lp_bottom {
		width: 100%;
		margin: 0;
	}

	
	#wrapnavi_lp_bottom ul {
		width: 100%;
		padding: 10px 0;
		text-align: center;
		margin: auto;
	}
	
	#wrapnavi_lp_bottom ul li {
		float: left;
		width: 33.333%;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		border-left: none;
	}
	#wrapnavi_lp_bottom ul li:last-child {
		border-right: none;
	}

	
	#wrapnavi_lp_bottom ul li a {
		font-size: 80%;
	}
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}



/*下層共通*/



/*見出し*/

.title_e {
	height: 260px;
	padding: 60px 0 0 0;
    margin-bottom: 0px;
    font-size: 80px;
	color: #ffffff;
    text-align: center !important;
}

.title_e h2.titlein {
	font-size: 80px;
	line-height: 1em;
    font-family: 'Barlow Condensed',sans-serif;
	font-weight: 400;
}


.title_e p {
	font-size: 1.8rem;
}

@media (max-width: 799px) {
	.title_e {
		height: 110px;
		padding: 15px 0 0 0;
		margin-bottom: 0px;
		font-size: 40px;
		color: #ffffff;
		text-align: center !important;
	}

	.title_e h2.titlein {
		font-size: 40px;
		line-height: 1em;
		margin: 0;
	}
}

/*E版LP　TOP*/
/*E版LP　ナビゲーション-ヘッダー（LPのTOP）*/
#lpnavi_top {
  position: absolute;
	width: 100%;
	margin: 0;
	background-color:rgba(0,0,0,0.4);
}

#lpnavi_top ul {
	width: 1200px;
	padding: 20px 0;
	text-align: center;
	margin: auto;
}

#lpnavi_top ul li {
	float: left;
	width: 200px;
	text-align: center;
  line-height: 2;
	vertical-align: middle;
	border-left: 1px solid #223259;
}

#lpnavi_top ul li:last-child {
	border-right: 1px solid #223259;
}

#lpnavi_top ul li .cta_contact {
	display: inline-block;
	padding: 0px 45px;
	background: #05b833; /* Old browsers */
	background: -moz-linear-gradient(top,  #05b833 0%, #99d102 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #05b833 0%,#99d102 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #05b833 0%,#99d102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b833', endColorstr='#99d102',GradientType=0 ); /* IE6-9 */
	border: 2px solid rgba(255,255,255,0.5);;  /* ボーダーの設定 */
	border-radius: 80px;		/* CSS3草案 */
	-webkit-border-radius: 80px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 80px;	/* Firefox用 */

}

#lpnavi_top ul li a {
	color: #ffffff;
	font-size: 13px;
}

#lpnavi_top ul li a img {
	width: 200px;
}

#lpnavi_top ul li a:hover {
	opacity: 0.5;
}

@media (max-width: 799px) {
	.wrapeducation {
		width: 100%;
	}

	#lpnavi_top ul {
		width: 100%;
		padding: 5px 0;
		text-align: center;
		margin: auto;
	}
	
	#lpnavi_top ul li {
		float: left;
		width: 33.333% !important;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		border-left: none;
	}
	
/*	#wrapnavi_lp ul li:nth-child(even) {
		border-left: 1px solid #434343;
	}
	*/
	#lpnavi_top ul li .cta_contact {
		padding: 2px 10px;
	}
}









/*もっと見るボタン*/
.btn_topage {
	width: 260px;
	margin: auto;
  padding: 30px 0;
	text-align: center;
}

.wrapblack {
  background: #000000;
}
/*top_導入事例*/
.case_wrapbox {
  width: 1200px;
  padding: 60px 0;
  margin: auto;
}

@media (max-width: 799px) {
  .case_wrapbox {
    width: 100%;
    padding: 20px 0;
    margin: auto;
}


.voicesarea {
	width: 100%;
  margin: 0 0 60px 0;
  padding: 60px 0;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_teacher.png) top center no-repeat;
}



/* ---------------------------
	E版LP　導入事例
--------------------------- */
.wrap_casebox {
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/h2_casestudy.png) top center no-repeat;
}


/*導入事例*/
.casestudyarea  {
	width: 1200px;
	margin: 50px auto;
}
.sectionwrap {
	padding: 3rem;
	
}

@media (max-width: 799px) {
	.casestudyarea {
		width: 100%;
		margin: 0;
	}
	
}



.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}



.contents-box3 img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}


.contents-box3 h4 {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	text-align: center;
}

.contents-box3 {
	margin: 1rem;
	padding: 1.5rem;
	width: 30%;
	border: 1px solid #bcbaba;
	background-color: #ffffff;
}

.contents-box3 a {
	display: inline-block;
}

.contents-box3 a:hover {
	opacity:0.5;
}


@media screen and (max-width: 980px){
	.contents-box3 {
		
	}
}


@media screen and (max-width: 768px){
	.contents-wrap {
		padding: 20px;
		flex-direction: column;
	}

	.contents-box3 {
		width: 100%;
		margin: 0 0 2rem 0;
		padding: 1rem;
		line-height: 1.5;
	}
	
	.contents-box3 p {
		text-align: left !important;
	}
}



.contents-wrap-section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
}
.contents-wrap-section:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 35%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}



/*先生の声*/
.teacherwrap {
	width: 100%;
  margin: 0 0 60px 0;
	padding: 60px 0;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_teacher03.png) top center repeat-y;
}
.voiceteacher {
	width: 1140px;
	margin: auto;
	padding: 30px;
}

.teacherwrap h3 {
  width: 380px;
	padding: 20px 0;
  margin: auto;
	text-align: center;
}

.t_voicebox {
	display: table;
	width: 100%;
  margin: 0 0 20px 0;
	padding: 30px;
	border: 1px solid #959595;
	background-color:rgba(255,255,255,0.5);
}

.t_voicebox figure {
	display: table-cell;
	width: 15%;
	padding-right: 2%;
	vertical-align: top;
}

.t_voicebox .voicetxt {
	display: table-cell;
	width: 70%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.t_voicebox .voicetxt h4 {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.teacherwrap {
		width: 100%;
		padding: 20px;
    margin: 0 0 20px 0;
	}
	
	.teacherwrap h3 {
		width: 80%;
		padding: 10px 0;
		margin: auto;
		text-align: center;
	}
	
	.voiceteacher {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	
	.t_voicebox {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 20px;
	}

	.t_voicebox figure {
		display: block;
		width: 100%;
		padding: 0 0 5% 0;
		vertical-align: top;
	}

	.t_voicebox .voicetxt {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 13px;
		vertical-align: top;
		line-height: 1.8;
	}

	.t_voicebox .voicetxt h4 {
		font-size: 15px;
		font-weight: bold;
	}
}



/* ---------------------------
	E版LP　先生サポート
--------------------------- */
.wrap_supportbox {
	width: 100%;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/h2_support.png) top center no-repeat;
	background-size: cover;
}

.txtinner {
	margin: 70px 0;
	font-size: 1.3rem;
	text-align: center;
}

.support-wrap {
	width: 1200px;
	margin: auto;
}

.s_item {
	margin: 0 0 60px 0;
	padding: 0 70px 70px 70px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,e1e6ef+25,e1e6ef+25 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 5%, #f6f8fb 5%, #f6f8fb 5%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 5%,#f6f8fb 5%,#f6f8fb 5%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 5%,#f6f8fb 5%,#f6f8fb 5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8fb',GradientType=0 ); /* IE6-9 */
}


.suptitle {
	width: 360px;
	margin: auto;
	padding: 30px;
    margin-bottom: 0px;
	background: #ffffff;
}


.suptitle h3 {
    font-family: 'Barlow Condensed',sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    text-align: center !important;
    font-weight: 600;
}

.suptitle p {
	font-size: 16px;
    text-align: center !important;
    line-height: 1;
}

.s_item .iteminner {
}

.s_item .innertxt {
	margin: 60px 0 0 0;
}

.s_item .innerimages { 
	margin: 30px 0 0 0;
}

.s_item .iteminner img {
	text-align: center;
	width: 100%;
}


.s_item .innerimages .moviearea {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.s_item .innerimages .moviearea iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



@media (max-width: 799px) {
	.txtinner {
		margin: 20px 0;
		padding: 0 30px;
		font-size: 12px;
		text-align: center;
		line-height: 1.3;
	}

	.support-wrap {
		width: 100%;
		margin: auto;
		font-size: 12px;
		line-height: 1.8;
	}


	.s_item {
		margin: 30px;
		padding: 0 35px 35px 35px;
	}


	.suptitle {
		width: 180px;
		margin: auto;
		padding: 15px;
		margin-bottom: 0px;
		background: #ffffff;
	}


	.suptitle h3 {
    margin: 0 0 5px 0;
		font-family: 'Barlow Condensed',sans-serif;
		font-size: 18px;
		line-height: 1.2em;
		text-align: center !important;
		font-weight: 600;
	}

	.suptitle p {
		font-size: 13px;
		text-align: center !important;
		line-height: 1;
	}


	.s_item .iteminner {
	}

	.s_item .innertxt {
		margin: 30px 0 0 0;
	}

	.s_item .innerimages { 
		margin: 30px 0 0 0;
	}

	.s_item .iteminner img {
		text-align: center;
		width: 100%;
	}
}


/* ---------------------------
	E版LP　生徒保護者の声
--------------------------- */
.wrap_voicebox {
	width: 100%;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/h2_voice.png) top center no-repeat;
	background-size: cover;
}

.voicearea {
	width: 1200px;
	margin: auto;
}

.voicebox {
	margin: 60px 0;
}

.voicebox .studentstitile {
	margin: auto;
	padding: 60px 0;
	font-family: 'Barlow Condensed',sans-serif;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 40px;
	text-align: center !important;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_students.png) top center no-repeat;
	background-size: cover;
}


.voicebox .studentstitile h3.students {
	color: #ffffff;
	font-size: 40px;
  font-weight: 500;
	line-height: 1.2em;
	text-align: center !important;
}

.voicebox .studentstitile p {
	font-size: 1.2rem;
  margin: 0;
}


.voiceinner p.thoughts {
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
}

.voiceinner p:last-child {
	border-bottom: 1px solid #d2d2d2;
}

.voicebox .parentstitile {
	margin: auto;
	padding: 60px 0;
	font-family: 'Barlow Condensed',sans-serif;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center !important;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_parents.png) top center no-repeat;
	background-size: cover;
}


.voicebox .sparentstitile h3.parents {
	color: #ffffff;
	font-size: 40px;
  font-weight: 500;
	line-height: 1.2em;
	text-align: center !important;
}

.voicebox .parentstitile p {
	font-size: 1.2rem;
}


@media (max-width: 799px) {
	.voicearea {
		width: 96%;
		padding: 0 2%;
		margin: auto;
	}

	.voicebox {
		margin: 20px 0;
	}

			
	.voicebox .studentstitile {
		margin: auto;
		padding: 15px 0;
    line-height: 1.5;
	}

	.voicebox .studentstitile h3.students {
		margin: 0;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.2em;
	}
	
	.voicebox .parentstitile {
    margin: auto;
		padding: 15px 0;
    line-height: 1.5;
	}
	
	.voicebox .parentstitile p {
		margin: 0;
	}

	.voicebox .parentstitile h3.parents {
		color: #ffffff;
		font-size: 20px;
		margin: 0;
	}
	
	.voicebox .parentstitile p {
		margin: 0;
	}

  
	
	.voiceinner p.thoughts {
		width: 100% !important;
		padding: 10px 0;
		text-align: left !important;
		line-height: 1.5;
		
	}
}


/* ---------------------------
	E版LP　教材について
--------------------------- */
.wrap_tbookstbox {
	width: 100%;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/h2_textbooks.png) top center no-repeat;
	background-size: cover;
}

.txtinner {
	margin: 70px 0;
	font-size: 1.5rem;
	text-align: center;
  font-weight: 400;
}


.processbox {
	width: 1200px;
	margin: auto;
}

/*教材*/
.abouttexts {
	width: 1200px;
	margin: 60px auto;
}

.textstitle {
	display: table;
	width: 100%;
	color: #ffffff;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_texts01-1.png) bottom center no-repeat;
	background-size: cover;
}

.textstitle figure {
	display: table-cell;
	width: 400px;
	padding: 0 0 18px 30px;
	vertical-align: middle;	
}

.textstitle figure img {
	width: 100%;
}

.textstitle .titleinner {
	display: table-cell;
	width: 770px;
    vertical-align: middle;
    padding: 30px 30px 0 0;
}

.textstitle .titleinner h3 {
	font-size: 36px;
	font-weight: 500;
	vertical-align: middle;
}

.textstitle .titleinner h3 span {
	font-size: 1.2rem;
	padding-left: 10px;
	vertical-align: middle;
}


.textdetail {
	width: 800px;
	margin: auto;
	padding: 50px 0 0 0;
}


.textdetail h4 {
	text-align: center;
	font-size: 26px;
	padding-bottom: 30px;
}

.textdetail .innertxt {
	padding-bottom: 30px;
}

.textdetail dl {
	margin: 40px 0 0 0;
}

.textdetail dl dt {
	font-weight: bold;
	padding: 30px 0 10px 0;
}

.textdetail dl dd {
  margin: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #3c3c3c;
}

@media (max-width: 799px) {
	.txtinner {
		margin: 15px 0;
		font-size: 1rem;
		text-align: center;
	}


	.processbox {
		width: 100%;
		margin: auto;
	}

	/*教材*/
	.abouttexts {
		width: 100%;
		margin: 0px auto;
	}

	.textstitle {
		display: table;
		width: 100%;
		color: #ffffff;
		background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_texts02-1.png) bottom center no-repeat;
		background-size: cover;
	}

	.textstitle figure {
		display: table-cell;
		width: 40%;
		padding: 26px 0 0px 10px;
		vertical-align: middle;	
	}

	.textstitle figure img {
		width: 100%;
	}

	.textstitle .titleinner {
		display: table-cell;
		width: 60%;
		vertical-align: middle;
		padding: 46px 0px 20px 10px;
	}

	.textstitle .titleinner h3 {
		font-size: 18px;
		font-weight: 500;
		vertical-align: middle;
	}

	.textstitle .titleinner h3 span {
		font-size: 1.2rem;
		padding-left: 10px;
		vertical-align: middle;
	}
	
	.textstitle .titleinner p {
		text-align: left;
		line-height: 1.5;
		font-size: 12px;
	}


	.textdetail {
		width: 100%;
		margin: auto;
		padding: 20px;
	}


	.textdetail h4 {
		text-align: center;
		font-size: 13px;
		padding-bottom: 0px;
	}

	.textdetail .innertxt {
		padding-bottom: 15px;
		font-size: 13px;
		line-height: 1.5;
	}

	.textdetail dl {
		margin: 20px 0 0 0;
	}

	.textdetail dl dt {
		font-weight: bold;
		font-size: 15px;
		line-height: 1.5;
		padding: 15px 0 5px 0;
	}

	.textdetail dl dd {
		padding-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;
		text-align: left !important;
		border-bottom: 1px solid #3c3c3c;
	}
	
	.textdetail dl dd p {
		line-height: 1.5;
		text-align: left !important;
	}
}



/*動画について*/
.moviestitle {
	display: table;
	width: 100%;
	color: #ffffff;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/bg_texts02-1.png) bottom center no-repeat;
	background-size: cover;
}

.moviestitle figure {
	display: table-cell;
	width: 400px;
	padding: 0 30px 18px 0;
	vertical-align: middle;	
}

.moviestitle figure img {
	width: 100%;
}


.moviestitle .titleinner {
	display: table-cell;
	width: 770px;
    vertical-align: middle;
    padding: 80px 0 0 30px;
}

.moviestitle .titleinner h3 {
	font-size: 36px;
	font-weight: 500;
	vertical-align: middle;
}

.moviestitle .titleinner h3 span {
	font-size: 1.2rem;
	padding-left: 10px;
	vertical-align: middle;
}

.textdetail .moviearea {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.textdetail .moviearea iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media (max-width: 799px) {
	.moviestitle figure {
		display: table-cell;
		width: 100%;
		padding: 20px 10px 0 0;
		vertical-align: middle;	
	}

	.moviestitle figure img {
		width: 100%;
	}


	.moviestitle .titleinner {
		display: table-cell;
		width: 60%;
		line-height: 1.5;
		vertical-align: middle;
		padding: 50px 0 10px 10px;
	}
	
	.moviestitle .titleinner p {
		text-align: left !important;
		padding: 0 0 10px 0;

	}

	.moviestitle .titleinner h3 {
		font-size: 18px;
		font-weight: 500;
		vertical-align: middle;
	}

	.moviestitle .titleinner h3 span {
		font-size: 1.2rem;
		padding-left: 10px;
		vertical-align: middle;
	}
}


/* ---------------------------
	E版LP　イベント情報
--------------------------- */
.wrap_event {
	width: 100%;
	background: url(https://www.enageed.jp/hubfs/lp_lowerpage/h2_event.png) top center no-repeat;
	background-size: cover;
}

.eventlist {
	width: 1200px;
	margin: 60px auto;
}

.eventlist .eventdetail {
	padding: 20px 0;
	border-top: 1px solid #bfbfbf;	
}

.eventlist .eventdetail:last-child {
	border-bottom: 1px solid #bfbfbf;
}

@media (max-width: 799px) {
	.eventlist {
		width: 90%;
		margin: 20px auto;
		padding: 5%;
	}

	.eventlist .eventdetail {
		padding: 10px 0;
		border-top: 1px solid #bfbfbf;	
	}

	.eventlist .eventdetail:last-child {
		border-bottom: 1px solid #bfbfbf;
	}
	
}
  
  /*スマホフッター追加*/
@media (max-width: 799px)　{
  .custom-footer-address p span {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
  
   /*B版記事追加*/
div#casestudywrapper02 {
    width: 900px;
    margin: auto;
}

@media (max-width: 799px)　{
	#casestudywrapper02 {
		width: 94%;
		margin: auto;
		padding: 3%;
	}
}
}
/*フリーミアム問い合わせ追加*/
.itemtitle {
  margin: 20px 0;
	padding: 20px;
	background: #EBF0F6;
}

.container{
  display: table;
  width: 100%;
  height: 200px;
}

.box{
  display: table-cell;
  text-align: left;
}

.apple{
  vertical-align: top;
}

.orange{
  vertical-align: top;
}


.pressbox h3 {
  margin: 20px 0;
	font-size: 24px;
	font-weight: normal;
  line-height: 1.5;
}

.gray {
  color: #888888;
}

.pressbox img {
  width: 100%;
	padding: 40px 0;
  text-align: center;
}
 
@media (max-width: 799px) {
  .pressbox h3 {
      margin: 16px 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
  }
  .pressbox img {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

.jyusyousyaimage001{
      max-width: 70.5%;
}
@media (max-width: 568px)
.cp_ipselect07>i.toggle {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 8px;
    color: #033059;
}
.jyusyousyaimage001{
      max-width: 100%;
}
}