/*@charset "utf-8";*/

@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url('https://fonts.googleapis.com/css?family=Oswald');
/*@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");*/
@font-face {
	font-family: Hannari;
  src: url("/assets/fonts/Hannari.woff") format('woff');
	src: url("/assets/fonts/Hannari.otf") format('opentype');
}

/*.stats,
.dg.ac{
  display: none!important;
}*/

/* ====================Initialization==================== */
html{margin:0;padding:0;font-size: 100%;}
body{
margin:0;
padding:0;
border:0;
background:#fff;/* ベース背景色 */
color:#252525;/* ベース文字色 */
font-family:'游ゴシック体', 'YuGothic','Yu Gothic','游ゴシック','Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;/* ベースフォント */
font-size: 100%;/* ベースフォントサイズ */
text-align:left;
line-height:1;
-webkit-text-size-adjust:none;
word-wrap:break-word;
overflow-wrap:break-word;
}
ul, ol{list-style:none;padding:0;margin:0;}
table{font-size:100%;}
figure{margin:0;}
figcaption{line-height:1;}
img{vertical-align:middle;border:0;}
/*input,textarea,button{
border:none;
padding:0;
margin:0;
background:transparent;
font-size: 100%;
-webkit-appearance:none;
}*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,
header,footer,article,section,nav,div,p,figure,aside,
table,th,td,input,textarea,a{
padding: 0;margin: 0;}


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/* ====================  共通  ==================== */
a{
	outline: none;
}
img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.pc{
  display: inline-block;
}
.sp{
  display: none;
}
.notwebglpc{
  display: none;
  min-height: 330px;
}
.notwebglpc.aboutTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/about/icon_title_tryangle.png') no-repeat 0% 50px;
}
.notwebglpc.serviceTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/service/icon_title_tryangle.png') no-repeat 5% 70px;
}
.notwebglpc.leadershipTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/leadership/icon_title_tryangle.png') no-repeat 5% 50px;
}
.notwebglpc.informationTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/news/icon_title_tryangle.png') no-repeat 8% 70px;
}
.notwebglpc.privacyTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/privacy/icon_title_tryangle.png') no-repeat 8% 70px;
}
.notwebglpc.contactTit{
  background: url('/assets/images/common/bg_title_bottom.png') no-repeat center top, url('/assets/images/contact/icon_title_tryangle.png') no-repeat 8% 60px;
}

body{
  color: #252525;
  background: #f8f8f8;
}

/*
* canvas
 */
#webgl{
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background: #f8f8f8;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

/*
* common style
 */
.block01{
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.sectionWrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.firstSectionWrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 600px;
}
.lowTopSectionWrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 446px;
}
.spacingSectionWrap{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 13.22%;
}
.sectionInner{
  max-width: 640px;
  margin: 0 auto;
}
.lowSectionInner{
  box-sizing: border-box;
  padding: 0 2%;
}

/*
* header
 */
.header{
  /*box-sizing: border-box;
  padding-top: 20px;*/
  position: absolute;
  top: 20px;
  z-index: 5;
}
.logoLink{
  max-width: 231px;
}
.logoLink:hover{
  opacity: .7;
}
.logo{
  /*margin-top: 20px;*/
  margin-left: 20px;
}

/*
* footer
 */
.footer{
  color: #fff;
  background: #242424;
  box-sizing: border-box;
  padding: 28px 0;
  text-align: center;
  position: relative;
}
.footerInner{

}
.footerBackTop{
  display: block;
  max-width: 26px;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 10;
}
.footerBackTop:hover{
  cursor: pointer;
}
.footerLinkArea{
  margin-bottom: 25px;
}
.footerJPMap{
  background: #242424;
}
.footerJPMapLink{
  display: block;
  max-width: 140px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 25px 0 0;
}
.footerJPMapLink:hover{
  opacity: .7;
}
.footerENMap{
  background: #242424;
}
.footerENMapLink{
  display: block;
  max-width: 118px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 25px 0 0;
}
.footerENMapLink:hover{
  opacity: .7;
}
.footerLinkInner{
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.footerLinkBlock{
  display: table-cell;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}
.footerLinkBlock.privacy .footerLink{
  width: 158px;
  max-width: 158px;
}
.footerLinkBlock.privacy:hover{
  opacity: .7;
}
.footerLinkCurrent{
  display: inline-block;
  color: #676767;
  font-size: 1.2em;
  text-decoration: none;
}
.footerLinkSecurity{
  font-size: 0.75em;
}
.footerLink{
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}
.footerLink:hover{
  text-decoration: underline;
}
.footerLinkContact{
  display: inline-block;
  max-width: 120px;
  color: #fff;
  font-size: .8em;
  text-decoration: none;
}
.footerLinkContact:hover{
  opacity: .8;
}
.langSeparate{
  display: inline-block;
}
.copyrightArea{
  font-size: .7em;
}

/*
* contents title common
 */
.contentsTit{
  max-width: 960px;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 3.25em;
  color: #252525;
  /*letter-spacing: 0.1em;*/
  line-height: 1.5;
  margin: 0 auto;
  /*margin: 17.18% auto 0;*/
  box-sizing: border-box;
  padding: 112px 2% 0;
}

/*
* section common style
 */
.ttlSection{
  font-family: "EB Garamond", serif;
  color: #252525;
  font-weight: normal;
  font-size: 2.65em;
  /*font-size: 3.25em;*/
  /*letter-spacing: 0.1em;*/
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}
.ttlSectionCenter{
  font-family: "Hannari", serif;
  font-weight: normal;
  font-size: 2.2em;
  text-align: center;
  /*letter-spacing: 0.1em;*/
  line-height: 1.5;
  margin-bottom: 35px;
}
.ttlSectionCenterSub{
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.txtSection{
  font-family: "Hannari", serif;
  line-height: 1.8;
}
.txtSectionArea{
  font-family: "Hannari", serif;
}

/*
* banner recruit
 */
.lowBnrRecruitArea{
  width: 100%;
  max-width: 640px;
  margin: 106px auto;
}
.lowBnrRecruitAreaEN{
  width: 100%;
  max-width: 640px;
  margin: 106px auto;
}
.lowBnrTopArea{
  margin-bottom: 38px;
}
.lowBnrTopAreaLinkLeft{
  display: block;
  float: left;
  width: 100%;
  max-width: 300px;
}
/*.lowBnrTopAreaLinkLeft:hover{
  opacity: .7;
}*/
.lowBnrTopAreaLinkRight{
  float: right;
}
/*.lowBnrTopAreaLinkRight:hover{
  opacity: .7;
}*/
.lowBnrBottomAreaLink{
  display: block;
  position: relative;
}
.lowBnrBottomAreaLink:hover{
  opacity: .7;
}
.lowBnrBottomAreaIcon{
  position: absolute;
  top: -8px;
  right: -8px;
}

.btnEffectWrapCommon img{
  transition: all linear .4s;
  opacity: 0;
}
.btnEffectWrapCommon:hover img{
  opacity: 1;
}
.lowBnrTopAreaLeadership .btnEffectWrapCommon{
  background: url('/assets/images/common/btn_leader_ship.png') no-repeat center center;
  background-size: 100% 100%;
}
.lowBnrTopAreaService .btnEffectWrapCommon{
  background: url('/assets/images/common/btn_service.png') no-repeat center center;
  background-size: 100% 100%;
}
.lowBnrTopAreaAbout .btnEffectWrapCommon{
  background: url('/assets/images/common/btn_about.png') no-repeat center center;
  background-size: 100% 100%;
}

/*
* title icon polygon image
 */
.titPolygonWrap{
  position: relative;
}
.titPolygonRecruit{
  width: 211px;
  height: 212px;
  position: absolute;
  top: -50px;
  left: -95px;
  background: url('/assets/images/common/icon_recruit_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}
.titPolygonAbout{
  width: 299px;
  height: 167px;
  position: absolute;
  top: -50px;
  left: -130px;
  background: url('/assets/images/common/icon_about_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}
.titPolygonService{
  width: 276px;
  height: 135px;
  position: absolute;
  top: -50px;
  left: -50px;
  background: url('/assets/images/common/icon_service_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}
.titPolygonLeadership{
  width: 179px;
  height: 165px;
  position: absolute;
  top: -80px;
  left: -60px;
  background: url('/assets/images/common/icon_leadership_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}
.titPolygonNews{
  width: 276px;
  height: 143px;
  position: absolute;
  top: -40px;
  left: -20px;
  background: url('/assets/images/common/icon_news_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}
.titPolygonAccess{
  width: 245px;
  height: 140px;
  position: absolute;
  top: -50px;
  left: -40px;
  background: url('/assets/images/common/icon_access_dci_polygon.png') no-repeat center center;
  background-size: auto auto;
  transform: scale(0.5);
}

.topCenterImg{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -256px;
  transform: scale(0.79);
  opacity: 0;
}
.loading{
  display: block;
  width: 100%;
  height: 100%;
  /*height: 735px;*/
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1.0;
}
.loading .loadingGIF{
  width: 440px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading .loadingText{
  width: 250px;
  /*height: 43px;*/
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 43px auto 0;
  opacity: 0;
  transition: all 1.0s linear;
}
.loading .loadingTextEN{
  width: 350px;
  /*height: 43px;*/
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 43px auto 0;
  opacity: 0;
  transition: all 1.0s linear;
}

/*
* animation ttl
 */
.ttlInner{
  overflow: hidden;
  display: block;
  position: relative;
}
.ttlBlackWrap{
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.btnEffectWrapCommon{
  display: block;
}
.btnEffectCommon{
  position: relative;
  overflow: hidden;
}
.ttlBlack{
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #cbcbcb;*/
  background: transparent;
}
.btnBlack{
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #cbcbcb;
  /*background: transparent;*/
}

/*
* common font
 */
.ttlCommonStyle{
  font-family: "EB Garamond", serif;
}
.txtCommonStyle{
  font-family: "Hannari", serif;
}
.ttlCommonInterview{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.enCommonStyle{
  font-family: "EB Garamond", serif;
}
.enFontMiddleSize{
  font-size: 1.1em!important;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .staticTitAbout{
    background: url('/assets/images/about/tit_about_static_pc.png') no-repeat 20px 105px;
  }
  .staticTitAboutEN{
    background: url('/assets/images/about/tit_about_static_en_pc.png') no-repeat 20px 105px;
  }
  .staticTitService{
    background: url('/assets/images/service/tit_service_static_pc.png') no-repeat 50px 105px;
  }
  .staticTitServiceEN{
    background: url('/assets/images/service/tit_service_static_en_pc.png') no-repeat 50px 105px;
  }
  .staticTitLeadership{
    background: url('/assets/images/leadership/tit_leadership_static_pc.png') no-repeat 50px 105px;
  }
  .staticTitLeadershipEN{
    background: url('/assets/images/leadership/tit_leadership_static_en_pc.png') no-repeat 50px 105px;
  }
  .staticTitInformation{
    background: url('/assets/images/news/tit_information_static_pc.png') no-repeat 50px 105px;
  }
  .staticTitContact{
    background: url('/assets/images/contact/tit_contact_static_pc.png') no-repeat 50px 105px;
  }
  .staticTitContactEN{
    background: url('/assets/images/contact/tit_contact_static_en_pc.png') no-repeat 50px 105px;
  }
  .staticTitPrivacy{
    background: url('/assets/images/privacy/tit_privacy_static_pc.png') no-repeat 50px 105px;
  }
  .staticTitPrivacyEN{
    background: url('/assets/images/privacy/tit_privacy_static_en_pc.png') no-repeat 50px 105px;
  }
}

/*
* drawer custom
 */
main{
  position: relative;
  left: 0;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer-overlay{
  background: transparent!important;
}
.drawer-toggle{
  position: absolute!important;
  right: 0!important;
}
.drawer-nav{
  background: #f8f8f8!important;
}
.drawer-menu{
  box-sizing: border-box;
  padding-top: 80px!important;
  padding-bottom: 40px!important;
}
.drawer-menu li{
  margin-bottom: 15px;
}
.drawer-menu a:hover{
  opacity: .8;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
  background-color: #231f20!important;
}
.drawer-hamburger-icon.white, .drawer-hamburger-icon.white:before, .drawer-hamburger-icon.white:after{
  background-color: #fff!important;
}
.drawer-open .drawer-hamburger-icon{
  background-color: transparent!important;
}

/*
* menu inner
 */
.menuWrap{
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 101;
}
.menuHome{
  display: block;
  float: right;
  max-width: 82px;
}
.menuAbout{
  display: block;
  float: right;
  max-width: 225px;
}
.menuService{
  display: block;
  float: right;
  max-width: 184px;
}
.menuLeadership{
  display: block;
  float: right;
  max-width: 174px;
}
.menuRecruit{
  display: block;
  float: right;
  max-width: 125px;
}
.menuInformation{
  display: block;
  float: right;
  max-width: 203px;
}
.menuAccess{
  display: block;
  float: right;
  max-width: 99px;
}
.menuContact{
  display: block;
  float: right;
  max-width: 134px;
}
.menuLangWrap{
  text-align: right;
}
.menuLangWrap:hover{
  text-decoration: none!important;
}
.menuLangLinkCurrent{
  color: #ccc;
}
.menuLangLinkCurrent:hover{
  text-decoration: none;
}
.menuLangLink{
  color: #252525;
  text-decoration: none;
}
.menuLangLink:hover{
  text-decoration: underline;
}

@media screen and (max-width: 1010px) and (min-width: 768px) {
  .ttlSection{
    box-sizing: border-box;
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: inline-block;
  }
  .loading .loadingGIF{
    width: 300px;
    height: 19px;
  }
  .loading .loadingText{
    width: 170px;
  }
  .loading .loadingTextEN{
    width: 270px;
  }
  .notwebglpc{
    display: none!important;
  }
  .spLeftInner{
    width: 100%;
    max-width: 590px;
    box-sizing: border-box;
    padding-left: 7.81%;
  }
  .spLeftTitTxtArea{
    box-sizing: border-box;
    padding-right: 8.47%;
  }
  .spRightInner{
    width: 100%;
    max-width: 590px;
    box-sizing: border-box;
    padding-right: 7.81%;
  }
  .spRightTitTxtArea{
    box-sizing: border-box;
    padding-left: 8.47%;
  }
  .spCenterInner{
    width: 84.37%;
    max-width: 540px;
    margin: 0 auto;
  }
  .spCenterTitTxtArea{
    box-sizing: border-box;
    padding: 0 7.81%;
  }
  .firstSectionWrap{
    overflow: hidden;
  }
  .spacingSectionWrap{
    box-sizing: border-box;
    padding-top: 36.87%;
    overflow: hidden;
  }
  .lowTopSectionWrap {
    /*padding-top: 17.81%;*/
    padding-top: 30.87%;
    /*padding-top: 36.87%;*/
  }
  .lowSectionInner{
    padding: 0;
  }
  .ttlBlackWrap{
    height: inherit!important;
  }
  .contentsTit{
    font-size: 2.5em;
    /*padding: 17.18% 0 17.18% 3.9%;*/
    /*padding-top: 23.18%!important;*/
    padding-top: 70px!important;
    padding-left: 0!important;
  }
  /*.contentsTit.contentsTitAbout,
  .contentsTit.contentsTitService,
  .contentsTit.contentsTitLeadership,
  .contentsTit.contentsTitInformation,
  .contentsTit.contentsTitContact,
  .contentsTit.contentsTitPrivacy{
    width: 100%;
    background: url('/assets/images/common/bg_title_bottom_sp.png') no-repeat left bottom;
    background-size: contain;
  }*/
  .contentsTit.contentsTitAbout img{
    width: 86.71%;
    max-width: 555px;
  }
  .contentsTit.contentsTitService img{
    width: 73.59%;
    max-width: 471px;
  }
  .contentsTit.contentsTitLeadership img{
    width: 69.21%;
    max-width: 443px;
    margin-top: -10%;
  }
  .contentsTit.contentsTitInformation img{
    width: 80.78%;
    max-width: 517px;
  }
  .contentsTit.contentsTitContact img{
    width: 60.31%;
    max-width: 386px;
  }
  .contentsTit.contentsTitPrivacy img{
    width: 85.78%;
    max-width: 549px;
  }
  .ttlSection{
    font-size: 2.3em;
  }
  .ttlSectionCenter{
    font-size: 2.0em;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .ttlSectionCenterSub{
    font-size: 2.0em;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .accessInfo{
    float: none;
  }
  .accessInfo:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footerBackTop{
    display: block;
    max-width: 60px;
    position: absolute;
    top: -40%;
    right: 20px;
  }
  .footerLinkArea{
    margin-bottom: 20px;
  }
  .footerLinkInner{
    margin-bottom: 20px;
  }
  .footerLinkBlock{
    display: block;
    margin-bottom: 30px;
  }
  .footerLinkBlock.privacy{
    margin: 0 auto 30px;
  }
  .langSeparate{
    margin: 0 40px;
  }
  .copyright{
    font-family: Verdana;
  }

  .lowBnrRecruitArea{
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .lowBnrRecruitAreaEN{
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .lowBnrTopAreaLinkLeft{
    float: none;
    display: block;
    width: 75.55%;
    max-width: 408px;
    margin: 0 auto 38px;
  }
  .lowBnrTopAreaLinkLeft img{
    margin: 0 auto;
  }
  .lowBnrTopAreaLinkRight{
    float: none;
    display: block;
    width: 75.55%;
    max-width: 408px;
    margin: 0 auto;
  }
  .lowBnrTopAreaLinkRight img{
    margin: 0 auto;
  }

  /*
  * menu inner
   */
  .menuHome{
    display: block;
    float: right;
    width: 26.17%;
    max-width: 134px;
  }
  .menuAbout{
    display: block;
    float: right;
    width: 69.92%;
    max-width: 358px;
  }
  .menuService{
    display: block;
    float: right;
    width: 57.61%;
    max-width: 295px;
  }
  .menuLeadership{
    display: block;
    float: right;
    width: 54.29%;
    max-width: 278px;
  }
  .menuRecruit{
    display: block;
    float: right;
    width: 38.86%;
    max-width: 199px;
  }
  .menuInformation{
    display: block;
    float: right;
    width: 63.08%;
    max-width: 323px;
  }
  .menuAccess{
    display: block;
    float: right;
    width: 31.05%;
    max-width: 159px;
  }
  .menuContact{
    display: block;
    float: right;
    width: 41.79%;
    max-width: 214px;
  }
  .drawer-hamburger-icon::before{
    top: 0!important;
    margin-top: -10px;
  }
  .drawer-hamburger-icon::after{
    top: 0!important;
    margin-top: 10px;
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after{
    top: 0!important;
    margin-top: 0px;
  }
}
