@charset "UTF-8";

/*
Theme Name:  ZEAL
Theme URI: http://zeaplus.co.jp/
Description: ZEAL
Version: 1.4
Author: ZEALPLUS
Author URI: http://zeaplus.co.jp/	
*/


/*
===== CONTENTS ================================================================================

	Index:
  - Base Style
  - Layout
  
===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

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

body {/* font: 16px/1.8 Helvetica, Arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif; */
     font: 13px/2.1 'Cardo','Noto Serif JP',  serif; 
	 margin:0; padding: 0; background:#FFF; color:#84754e;  font-weight: 300; letter-spacing: 0.1em; }

	 
a       { text-decoration: none; color:#84754e; }
a:hover { text-decoration: underline; color:#666666; }
a.disabled { pointer-events: none; opacity:0.5;-moz-opacity:0.5; filter: alpha(opacity=50); }
a.linenone{text-decoration: none; }

@media screen and (min-width: 751px) {
.tellink { pointer-events: none; }
}


.fn_C_Garamond{ font-family: 'Cormorant Garamond', serif; }
.fn_Cardo{font-family: 'Cardo', serif;}
.fn_Noto300{ font-family: 'Noto Serif JP', serif; font-weight: 300; }


.transition{-webkit-transition:all .5s; transition:all .5s;}


/* main-layout
==========================================================*/

@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {
}



#wrapper  { overflow: hidden; }
.wrap1400{ max-width: 1500px; width: calc(100% - 50px); margin: 0 auto; box-sizing: border-box;}
.wrap1200{ max-width: 1300px; width: calc(100% - 50px); margin: 0 auto; box-sizing: border-box;}
.wrap1000{ max-width: 1100px; width: calc(100% - 50px); margin: 0 auto; box-sizing: border-box;}
.wrap{ padding-left: 10vw; margin: 0 auto; box-sizing: border-box; }
.wrap_right{ padding-right: 10vw;}
.wrap_right05{ padding-right: 5vw;}


#Container{ } 
body:not(.index) #Container { }
.pages{}



@media screen and (min-width: 769px) {
.sp-hide { display: block;}
.sp-hide-inline { display: inline;}
.sp-show { display:none !important;}
.sp-show-inline { display:none !important;}
}
@media screen and (max-width: 768px) {
body { font-size: 12px; }
.sp-hide-inline, .sp-hide { display: none !important;}
.sp-show{ display:block;}
.sp-show-inline{ display:inline;}
.sp-br-none br, br.sp-br-none {display: none;}
.flex.sp-noflex { display: block;}

}

@media screen and (min-width: 1201px) {
.show-1200 { display: none; }
.hide-1200 { display: block; }
}
@media screen and (max-width: 1200px) {
.show-1200 { display: block; }
.hide-1200 { display: none; }
}
@media screen and (min-width: 1001px) {
.show-1000 { display: none; }
.hide-1000 { display: block; }
}
@media screen and (max-width: 1000px) {
.show-1000 { display: block; }
.hide-1000 { display: none; }
.sp-br-none1000 br{ display: none;}
}
@media screen and (min-width: 881px) {
.show-880 { display: none; }
.hide-880 { display: block; }
}
@media screen and (max-width: 880px) {
.show-880 { display: block; }
.hide-880 { display: none; }
}


@media screen and (min-width: 751px) {
.show-750 { display: none; }
.hide-750 { display: block; }
}
@media screen and (max-width: 750px) {
.show-750 { display: block; }
.hide-750 { display: none; }
.sp-br-none br{ display: none;}
}

@media screen and (min-width: 401px) {
    .sp-show400-inline, 
    .sp-show400 { display: none ;}
}
@media screen and (max-width: 400px) {
    .sp-show400-inline { display:inline;}
    .sp-show400 { display:block;}
}


/* header
==========================================================*/

#headerContainer { position: fixed;  height: 42px; width: 100%; top: 6.25vw;left: 0; z-index: 999; }
#header {}
    
    #logo{ padding-top: 5px;}
    #g-menu { display: none; }

@media screen and (max-width: 400px) {
    #logo { max-width: 210px;}
}
@media screen and (max-width: 350px) {
    #logo { max-width: 190px;}
}




    /* ------------------- */
    #sp_menu{ height: 19px; width: 30px; padding: 10px; cursor:pointer; position: fixed; right: 10vw; top: 6.25vw; }
    #sp_menu span,
    #sp_menu span:before,
    #sp_menu span:after{position:absolute;display:block;content:''; height:1px; box-sizing: border-box;-webkit-transition:all .6s; transition:all .6s; }
    #sp_menu span:before{ width:30px; border-top: 1px solid #84754e;}
    #sp_menu span:first-child:before{bottom:-11px; width: 20px; margin-left: 10px;}
    #sp_menu span:first-child:after{width:30px; border-top: 1px solid #84754e;}
    #sp_menu span:last-child:before{bottom:-22px;width:30px; border-top: 1px solid #84754e;}


    #sp_menu:hover span {width:10px !important; }
    #sp_menu:hover span:before,
    #sp_menu:hover span:after{width:20px !important; margin-left: 5px !important;}

    
    #sp_menu_close{ height: 24px; width: 24px;  padding: 10px 6.5px; cursor:pointer; position: fixed; right: 10vw; top: 6.25vw; display: none; z-index: 992 ;}
    #sp_menu_close span{ background:none; }
    #sp_menu_close span:before,
    #sp_menu_close span:after{top:50%;left:0;position:absolute;height:1px;width:24px;border-top: 1px solid #84754e;display:block;content:'';cursor:pointer;-webkit-transition: all .3s ease;transition: all .3s ease;  }
    #sp_menu_close span:before{transform:skewY(-45deg)}
    #sp_menu_close span:after{transform:skewY(45deg)}




    #sp_menuBk {
      display: none;
      position: fixed;
      z-index: 20;
      top: 0; width: 100%; height: 100vh; 
      left: 0;
      background: rgba(0,0,0,0.6); background: #FFF; 
    }
    
    /* menu */
    #g-menu { position: fixed; background: #FFF; left: 0; top: 0; width: 100%; height:100vh; padding: 10vw; box-sizing: border-box;
        -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 991 !important; overflow: scroll !important; align-content: center;}
    .globalNav{ display: flex; align-items: center;height: 100%;  }
    .g-menu { }
    .g-menu li { width: 100%;}
    .g-menu li a{ display: block;}
    .g-menu li{ margin-bottom:1.8em;}

@media screen and (max-width: 540px) {
    .g-menu li img{ max-width: 140px;}
}


/* footer
==========================================================*/
#footerContainer { padding-top:6vw; padding-bottom: 9vw; min-height: 200px;}
.footerInner{}
.footerInner dt{ font-size: 20px;}
.mailtxt{ font-size: 40px;}



#copyright{ position: absolute; line-height: 1; font-size: 10px; top: calc(50% - 70px); letter-spacing: normal; left: 3vw;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
#copyright.single{ top: -270px;}



@media screen and (max-width: 540px) {
#footerContainer { min-height:150px;}
#copyright.single{ top: -220px;}
    
.footerInner dt{ font-size: 1.1em;}
.mailtxt{ font-size: 6.5vw;}
}




/*  common-layout
==========================================================*/



#h1outer { position: absolute; top: -100%; }
	
/* ttl / fonts */
.h1_ttl{ }
.h2_subttl{  }
.lead_ttl {   }
.en_ttl{  }


/* button */
/*
a.hoverarw{ -webkit-transition: all .3s; transition: all .3s; display: block; }
.arrow{ -webkit-transition: all .3s; transition: all .3s; }
a.hoverarw:hover .arrow{-webkit-transform: translate(10px, 0); transform: translate(10px, 0);}
*/



/*  plugin
==========================================================*/


/* slider */
.scslide{
  visibility : hidden;
}
.scslide.slick-initialized{
  visibility:visible; 
}




/* 2: layout
----------------------------------------------------------------------------------------------*/

#Container{  }

/* INDEX
-------------------*/
#Main{ }
.main_sec{ min-height: 500px; padding-top:20vw; padding-bottom: 15vw; box-sizing: border-box;}
.mainVisual { background: url('../images/ps_main01.jpg') no-repeat center center ;  background-size: cover; width: 100%; height: 80vh; position: absolute;}
.mainVisualInner{ overflow: hidden; position: relative;  width: 100%; height: 80vh;}


.mainttl-en{font-size: 100px; line-height: 1.02; letter-spacing: normal; padding-right: 50px;}
.mainttl-jp{font-size: 19px; line-height: 1.02; letter-spacing: 0.2em; padding-top: 2.5vw;}

@media screen and (max-width: 1450px) {
.main_sec{ padding-top:25vw; padding-bottom: 20vw; }
.mainttl-en{font-size: 7vw; }
}
@media screen and (max-width: 960px) {
.main_sec{ padding-top:25vw; padding-bottom: 20vw; }
.mainttl-en{font-size: 9.2vw; }
}

@media screen and (max-width: 768px) {
.main_sec{ padding-top:35vw; padding-bottom: 25vw; min-height: inherit; }
.mainttl-jp{font-size: 3.5vw; }
.mainVisualInner,
.mainVisual {height: 60vw;}
}
@media screen and (max-width: 500px) {
.mainttl-jp{padding-top: 5vw;}
}


/* ABOUT
-------------------*/
#About{ }
.about_sec{padding-top:12vw; padding-bottom: 18vw;}
.about_sec .flex-l{ width: 25%;}
.about_sec .flex-r{ width: 75%;}
.about_ttl-en{font-size: 50px; line-height: 1.3; letter-spacing: normal; }

.about_sec dt{ padding-bottom: 2.5vw;}
.about_sec dd{ padding-bottom: 5vw;}


@media screen and (max-width: 1450px) {
.about_sec .flex-l{ width: 20%;}
.about_sec .flex-r{ width: 80%;}
}
@media screen and (max-width: 900px) {
.about_sec .flex-l{ width:100%; padding-bottom: 2em;}
.about_sec .flex-r{ width: 100%;}
}
@media screen and (max-width: 768px) {
.about_ttl-en{ font-size: 30px; line-height: 1.1; }
.about_sec dt{ padding-bottom: 0.6em;}
.about_sec dd{ padding-bottom: 1em;}
}


/*
.aboutVisual {background: url('../images/bgimg.png') no-repeat center center; background-size: cover; width: 100%; height:100vh; }

.c-direction-block_wrapper{ height: 200vh; }
.c-direction-block {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1; 
}
.c-direction-block_item {
    position: absolute;
    font-size: 10vw;
    line-height: 1.3; 
    top: 10vw;
    transform: translateX(0vw) translateY(0vw) rotate(0deg);
}
.c-direction-block_item span {
    display: block; padding: 0 10vw;
}
@media screen and (max-width: 768px) {
    .c-direction-block_item {
        font-size: 16.4vw; letter-spacing: normal;
    }
    
}
*/


.direction-message{font-size: 10vw;line-height: 1.3; }

.the-sticky-div {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  z-index: 1;
}
.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%; background: url('../images/bgimg.png') no-repeat 55% center; background-size: cover;
}
.the-height-400vh-section {
  position: relative;
  /*display: flex;*/
  height: 450vw;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
  /*border-top: 60px none rgba(36, 36, 36, 0.09);*/
  background-color: #fff;
}

.the-width-400vh-scrollable-div {
  display: flex;
  width: 450vw;
  position:relative;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  will-change: transform;
}
.the-content {
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  justify-content: flex-start;
  align-items: flex-end;}
.a-block {
overflow: hidden; display: flex; align-items: center;
width: 100%;
height: 100vh;
left:0;
margin-left: -20vw;
flex: 0 0 auto; 

}



@media screen and (max-width: 500px) {

}



/* Joinus
-------------------*/
#Joinus{ border-bottom: 1px solid #ebebeb; padding-top:14vw; padding-bottom: 8vw; }
.joinus_sec{  background: url('../images/bg_joinus.png') no-repeat center center;background-size:contain; width: 100%; height:25vw; max-height: 300px;  } 
a.link_joinus{ display: block; padding: 30px 0;}
.link_joinus .flex-jcs{ width: calc(80vw * 0.47);}
.link_joinus .flex-r{ position: relative; padding-left: 80px;}
.link_joinus .flex-r::before {position: absolute; top: 50%; left: 20px; z-index: 1;content: ''; 
    display: block; width: 50px;height: 1px;background-color: #84754e;
}
@media screen and (max-width: 1450px) {
.link_joinus .flex-jcs{ width: calc(80vw * 0.6);}
}
@media screen and (max-width: 1150px) {
.link_joinus .flex-jcs{ width:auto;}
}

@media screen and (max-width: 768px) {
#Joinus{ border-bottom: 1px solid #ebebeb; padding-top:14em; padding-bottom: 10em; }
}
@media screen and (max-width: 600px) {
#Joinus{ border-bottom: 1px solid #ebebeb; padding-top:14em; padding-bottom: 10em; }
#Joinus .flex-jcs{ justify-content: center; }
.link_joinus .flex-l{ padding-bottom: 0.5em;}
.link_joinus .flex-r{ position: relative; padding-left: 60px;}
.link_joinus .flex-r::before {left: 0px; }
}




#single-Joinus{  height: calc(100vh - calc(200px + 15vw) );  height: 100vh;}
.single-JoinusInner{}
.single-JoinusInner h1{ padding-bottom: 6vh;}
.single-JoinusInner p{ padding-top: 5vh; font-size: 10px; line-height: 1.5; opacity: 0.6;}

/* COMPANY
-------------------*/
#Company{ border-bottom: 1px solid #ebebeb; }
.Company-Inner{ position: relative; }

.Company-Inner:before{ -webkit-transition:all 1s; transition:all 1s; opacity: 0; position: absolute;content:""; display: block; top:50px; left: 50px; width: calc(100% - 100px);  height: calc(100% - 100px); /*background-color: #F9F8F6; */z-index: -1;}
.Company-Inner.is-inview:before { opacity: 1; }
@media screen and (max-width: 1000px) {
    .Company-Inner:before {top:2%; left: 2%; width: 96%;  height: 96%;}
}


.company_sec{padding-top:16vw; padding-bottom: 16vw;}
.company_sec .flex-l{ width: 25%;}
.company_sec .flex-r{ width: 75%;}

.company_sec dl{ padding-bottom: 30px;}
.company_sec dt{ width: 90px; padding-bottom: 30px; }
.company_sec dd{ width: calc(100% - 90px); padding-bottom: 30px;}
.company_sec dd span{ /*opacity: 0.6;*/}
.company_sec dd.c_addres span{ display: inline-block; width: 7em; }
.company_sec dd p.ceoname{display: inline-block; letter-spacing: 0.75em; padding-left: 0.5em;}
.company_sec dd p.ceoname span.elm3{padding-left: 0.5em;display: inline-block;}


a.btn_financial{ display: block;  text-align: center; padding: 13px 15px; font-size: 1.07em; line-height: 1; width: 100%; max-width: 220px;
 border: 1px solid #84754e; background: #84754e; color: #FFF; text-decoration: none; }
a.btn_financial:hover{ border: 1px solid #84754e; background: #FFF; color: #84754e; }


@media screen and (max-width: 1450px) {
.company_sec .flex-l{ width: 20%;}
.company_sec .flex-r{ width: 80%;}
}
@media screen and (max-width: 900px) {
.company_sec .flex-l{ width:100%; padding-bottom: 2em;}
.company_sec .flex-r{ width: 100%; }
}
@media screen and (max-width: 680px) {
.company_sec{padding-bottom: 16vw;}
.company_sec dt{ width: 100%; padding-bottom: 0.1em; }
.company_sec dd{ width: 100%; padding-bottom: 30px;}
}
@media screen and (max-width: 560px) {
.company_sec dd.c_addres span{ display: block; width: auto; }
.company_sec dd.c_addres p{ line-height: 1.9;}
.company_sec dd.c_addres p:first-child{ margin-bottom: 0.6em; }
}
@media screen and (max-width: 420px) {
.company_sec{padding-bottom: 20vw;}
.company_sec dd { letter-spacing: normal;}
.company_sec dd span{ display: block;}
a.btn_financial{ max-width:95%; box-sizing: border-box;}
}



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







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


