@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/
/* =====================================
■BASE
===================================== */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  /*font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";*/
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #1C1C1C;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  font-weight: 500;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-notosr {
  font-family: 'Noto Serif JP', serif;
}
.fnt-lato {
  font-family: "Lato", sans-serif;
}
.fnt-libre {
  font-family: "Libre Baskerville", serif;
}
.fnt-notosan {
  font-family: "Noto Sans JP", serif;
}
a {
  text-decoration: none;
  color: #333;
  vertical-align: middle;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
a:focus, *:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  line-height: 1;
}

/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
/* clears */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.cl {
  clear: both !important;
}
/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* text-align */
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
/* font-weight */
.fb {
  font-weight: bold !important;
}
.h3-noimage {
  margin-top: 35px;
}
/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('img/fonts/icomoon.eot');
  src: url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('img/fonts/icomoon.ttf') format('truetype'), url('img/fonts/icomoon.woff') format('woff'), url('img/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {
  content: "\e900";
}
.icon-category:before {
  content: "\e901";
}
.icon-check:before {
  content: "\e902";
}
.icon-checked:before {
  content: "\e903";
}
.icon-down:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-google:before {
  content: "\e906";
}
.icon-line:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-arrow02:before {
  content: "\e909";
}
.icon-arrow01:before {
  content: "\e910";
}
.icon-search:before {
  content: "\e911";
}
.icon-tag:before {
  content: "\e912";
}
/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none !important;
}
.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }
  .pcm {
    display: none;
  }
}
/* =====================================
■Layout
===================================== */
.active_nav {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body.active_nav, body.active_nav *, body.active_nav *:hover, body.active_nav *:focus, body.active_nav *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}
body.active_nav .toggleMenu, body.active_nav #menu_toggle, body.active_nav #menu_toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
/*--------------------------------------
container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 28px;
  }
}
/*--------------------------------------
header
--------------------------------------*/
#main {
  position: relative;
}
#wrapper {
  height: 100%;
  padding-top: 110px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #wrapper {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 62px;
  }
}
#header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  height: 110px;
  box-sizing: border-box;
  color: #fff;
}

/* logo */
#header .header_logo {
  width: 396px;
  margin-left: 16px;  
}
#header .header_logo a {
  display: block;
  color: #fff;
}
#header .header_logo a:hover{
  opacity: 1;
}
/* gnav */
.g_nav {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.g_nav > li {
  vertical-align: middle;
  margin-left: 40px;
  position: relative;
}
.g_nav li a, .g_nav li span {
  display: block;
  color: #000;
  line-height: 50px;  
  font-size: 12px;
  cursor: pointer;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  position: relative;  
  letter-spacing: 0.05em;  
}
.g_nav li a:hover, .g_nav li span:hover{
  opacity: 0.8;
}

.g_nav > li:first-child {
  margin-left: 0;
}

.g_nav .menu-item-has-children .up-menu{
  position: relative;
}
.g_nav .menu-item-has-children .up-menu:before{
  content:"";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 5px);
  background: url("img/menu_arrow.png") no-repeat top center;
  width: 11px;
  height: 9px;  
  transition: ease 0.3s;
  opacity: 0;
}
.g_nav .sub-menu{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.6);
  box-sizing: border-box;
  width: 250px;
  padding: 20px 0 10px 20px;
  z-index: 1;
  transition: ease 0.3s;
  opacity: 0;
  pointer-events: none;
}

.g_nav .sub-menu li{
  margin-bottom: 10px;
}
.g_nav .sub-menu li a{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.g_nav .menu-item-has-children:hover .up-menu:before, .g_nav .menu-item-has-children:hover .sub-menu{
  opacity: 1;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  #header .header_menu {
    margin-right: 40px;
    background-color: transparent !important;
  }
  .g_nav {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  #header .header_logo{
    width: 360px;
  }
  #header .header_menu{
    margin-right: 0;
    padding: 0 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  #header .header_logo{
    width: 240px;
  }
  .g_nav > li{
    margin-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  #header {    
    height: 62px !important;    
    position: fixed !important;  
    top: 0 !important;
  }
  /* logo */
  #header .header_logo {
    margin-left: 0;   
    width: 250px;
  }
  .toggleMenu {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    position: absolute;    
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 14px;
    width: 32px;
    height: 3px;
    background: #000;
    border-radius: 5px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 21px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 29px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  .toggleMenu.active .menu-trigger span{
    background: #fff;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-49deg);
    transform: translateY(5px) rotate(-49deg);
    top: 23px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-3px) rotate(42deg);
    transform: translateY(-3px) rotate(42deg);
    bottom: 26px;
  }
  #header.openNav {
    position: fixed;
  }
  #header .g_nav {
    display: none;
  }
  #header .menu-header-container{
    margin-bottom: 40px;
  }
  #header .header_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding: 40px 32px 100px !important;
    box-sizing: border-box;    
    background: rgba(50,163,56,0.85);
    text-align: center;
  }
  .g_nav {
    display: block;
    margin-top: 0;
  }
  .g_nav li {
    position: relative;
    border-left: none;
    border: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .g_nav li:after {
    display: none;
  }
  .g_nav li a, .g_nav li span {
    width: 100%;
    padding: 18px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
  }
  .g_nav > li:first-child a{
    margin: 0 auto;
  }
  .g_nav > li > a span, .g_nav > li > span span {
    margin: 0;
  }
  .g_nav .menu-item-has-children .up-menu span:before{
    display: none;
  }
  .g_nav .menu-item-has-children .up-menu span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    right: 31px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transform: rotate(135deg);
  }
  .g_nav > li.hover > span:after {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .g_nav > li.hover > span.parent {
    padding-bottom: 15px;
  }
  
  .g_nav > li ul {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
  }
  .g_nav > li ul li {
    display: block;
    margin-right: 0;
  }
  .g_nav > li ul li:last-child {
    border: none;
  }
  .g_nav > li ul a {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
  }
  .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
  .g_nav > li > span {
    position: relative;
  }
  .g_nav .sub-menu{
    position: relative;
    width: 100%;
    background: none;
    top: 0;
    left: 0;    
    display: none;
    padding: 0;    
    transform: translateX(0);
    margin-bottom: 20px;
  }
  .g_nav .sub-menu li a{
    font-size: 16px;
  }
  .active_nav #header.openNav .header_menu {
    opacity: 1;
    pointer-events: visible !important;
    visibility: visible;
    background: rgba(50,163,56,0.85) !important;
    border-radius: 0 !important;
  }
  .g_nav .menu-item-has-children.hover .up-menu span:after{
    transform: rotate(-45deg) translateY(80%);
  }
}
/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
  display: none;
}
/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom {
	padding: 77px 0 118px;
	background: url('img/contact_bg.jpg') no-repeat center center / cover;
	color: #fff;	
}
#conBottom .ttl-en, #conBottom .ttl-jp{
  color: #fff !important;
}
#conBottom .ttl{
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}
#conBottom dl{
  width: 68.2%;
}
#conBottom dl dt{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 13px;
}
#conBottom dl dd{
  font-weight: 400;
}
#conBottom .container{
  position: relative;
}
#conBottom .recruit-btn{
  position: absolute;
  bottom: -30px;
  right: 80px;
  width: 170px;
  display: block;
}
.recruit-bnr2{
  display: flex;
  justify-content: center;
  margin: 50px 30px 100px;
}
.recruit-bnr2 li + li{
  margin-left: 20px; 
  border: 1px solid #ccc;
}
.recruit-bnr2 li a{
  display: block;
}

@media screen and (max-width: 767px){
  #conBottom {    
    background: url('img/contact_bg_sp.jpg') no-repeat center center / cover;
    padding: 45px 0 50px;
  }
  #conBottom .ttl{
    position: relative;
    margin-bottom: 42px;
  }
  #conBottom dl{
    width: 100%;
  }
  #conBottom dl dt{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #conBottom dl dd{
    font-size: 14px;
    line-height: 28px;
  }
  #conBottom .container{
    position: relative;
  }
  #conBottom .recruit-btn{
    position: static;
    margin: 40px auto 0;
    width: 170px;
  }
  .recruit-bnr2{
    display: block;
    max-width: 380px;
    margin: 50px auto 100px;
    padding: 0 30px;
  }
  .recruit-bnr2 li + li{
    margin: 20px 0 0 0; 
  }
}
.ipad {
  display: none;
}
@media screen and (max-width: 860px) and (min-width: 768px) {
  #conBottom .recruit-btn{
    right: 30px;
    bottom: 0;
  }
  .ipad {
    display: block;
  }
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {  
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-top: 45px;
}
.footer-logo{
  margin-left: -25px;
  margin-bottom: 35px;
}
#footer dl{
  display: flex;
}
.link_sitemap a:hover{
  text-decoration: underline;
}
.link_sitemap{
  margin: 30px 0 81px !important;
}
.link_sitemap a {
  align-items: center;
  display: inline-block;
}
.copyright {
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 12px;
  line-height: 40px;
}
.pagetop{
  position: fixed;
  bottom: 30%;
  right: 20px;
  margin-bottom: 0;
}
#wpfront-scroll-top-container {
  right: 20px !important;
  bottom: 60px !important;
}
#wpfront-scroll-top-container:hover img {
  opacity: 0.8 !important;
}
@media screen and (max-width: 767px) {
  #footer {  
    padding-top: 30px;
  }
  .footer-logo{        
    margin-bottom: 28px;
    width: 300px;
    margin-left: -21px;
  }
  #footer dl{
    display: block;
  }
  .link_sitemap{
    margin: 15px 0 40px !important;
  }
  .copyright {
    padding-bottom: 130px;
  }

  #wpfront-scroll-top-container {
    display: none !important;
  }
  .df-sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
iframe {
  width: 100%;
  height: 100%;
}
.link_txt {
  text-decoration: underline !important;
}
.link_txt:hover {
  text-decoration: none !important;
}
.fixed_box {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 999;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  overflow: hidden;
  width: 278px;  
  display: flex;
  align-items: center;
  transition: ease 1s;
}

@media screen and (max-width: 767px) {
  .fixed_box {
    width: 100%;
  }
  .fixed_box li:nth-child(1){
    width: 230px;
    margin: auto;
  }
      li.sp {
        display: block !important;
        position: absolute;
        bottom: 12px;
        right: 10px;
    }
}