/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
/*
 * 採用ページ
**/
.font-size-400 {
  font-size: 400%;
  font-weight: 900;
}
#ima_obo {
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: auto;
    z-index: 1000;
  }
  #ima_button {
    display: inline-block;
    width: 80%;
  }

a[href $='.pdf']:after {
  /*margin-left:1em;*/
  display: inline-block;
  content: url(assets/images/pdf.svg);
   transform: scale(0.7);
   vertical-align: middle;
 }
 /*div.nv-content-wrap.entry-content {
   border: solid 3px var( --e-global-color-nvsecondaryaccent );
   background-color: white;
   border-radius: 7px;
   padding: 2em;
 }*/

 h1.entry-title {
   font-size: 2.5em;
   color: var( --e-global-color-nvprimaryaccent );
   padding: 0 0 0 0.2em;
   border-left: solid 7px var( --e-global-color-nvprimaryaccent );
   line-height: 1em;
 }

 table.normal {
   padding : 5px;
   border-collapse: collapse;
 }
 table.normal caption {
 	text-align: center;
 	font-size:1.5em;
 	font-weight: bold;
 	caption-side: top !important;
   color: #7A7A7A;
 }
 table.normal th {
   background-color : #eee;
   border : 1px solid #999;
 }
 table.normal td {
   background-color : #fff;
   border : 1px solid #999;
 }
 table.normal tr.job-subtitle th {
   font-size: 1.2em;
   text-align: center;
 	background-color : #fff;
 	border : 1px 0 solid #999;
 }

.block {
  display: block;
}
.align-item-strech {
  align-items: stretch;
}
.nv-single-page-wrap {
  margin-bottom: 0;
}
.builder-item--nav-icon .navbar-toggle {
  background-color: #fff;
}
#nv-primary-navigation-main,
#secondary-menu {
  background-color: rgba(255,255,255,0.95);
  justify-content: space-around;
  border-radius: 15px;
}
.container {
  max-width: 100%;
}
.hfg_header .header-main-inner,
.hfg_header .header-bottom-inner {
  background-color: transparent;
}

/*.hfg-slot.left {
  display: none;
}*/
.row.row--wrapper {
  justify-content: center;
}


.is-stuck #nv-primary-navigation-main,
#secondary-menu {
  display: none;
}
.is-stuck #secondary-menu {
  display: flex;
}
.is-stuck .builder-item {
  margin-top: 0;
}
.col-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.indent {
  text-indent: 1em;
}

.yurayura {
  animation: yurayura 5s linear infinite alternate-reverse;
}
.inline {
  display: inline-block;
}

@keyframes yurayura {
  0% {
  	-webkit-transform: translate3d(0, 4px, 0);
  	transform: translate3d(0, 4px, 0);
  }
  25% {
  	-webkit-transform: translate3d(4px, -4px, 0);
  	transform: translate3d(8px, -4px, 0);
  }
  50% {
  	-webkit-transform: translate3d(16px, 4px, 0);
  	transform: translate3d(16px, 4px, 0);
  }
  75% {
  	-webkit-transform: translate3d(24px, -4px, 0);
  	transform: translate3d(24px, -4px, 0);
  }
  100% {
  	-webkit-transform: translate3d(32px, 4px, 0);
  	transform: translate3d(32px, 4px, 0);
  }
}

.marker-yellow {
  background:linear-gradient(transparent 60%, #FFFF00 60%);
}

#r53-1 {
  padding: 1em;
  background-color: var(--e-global-color-nvprimaryaccent);
  border-radius:7px;
  position: relative;
  margin-bottom: 15px;

  /*
  /*display: inline-block;*/
  /*margin: 1.5em 0;*/
  /*min-width: 120px;
  max-width: 100%;*/
}
#r53-1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--e-global-color-nvprimaryaccent);
}
#r53-2 {
  padding: 1em;
  background-color: var(--nv-secondary-accent);
  border-radius:7px;
  margin-bottom: 15px;
  position: relative;
}
#r53-2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--nv-secondary-accent);
}
#r53-3 {
  padding: 1em;
  background-color:#FF7BAC;
  border-radius:7px;
  margin-bottom: 15px;
  position: relative;
}
#r53-3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF7BAC;
}

/*
 *  キャラクター紹介
**/
.bubble-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #FAD798;
  border-top: 10px solid #FAD798;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 50%;
}
.bubble-top:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #FAD798;
  border-bottom: 10px solid #FAD798;
  border-right: 10px solid transparent;
  left: 50%;
  /*top: -40px;*/
}

