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


.wrap{
	overflow: hidden; /*※パララックスが効かなくなるindex.htmlのみ除外*/
}


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

   Company-visual-wrap

--------------------------------------------------------------------------------------------- */
.Company-visual-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.Company-visual-wrap .company1920{
    width: 100%;
    height: 550px;
    background-image: url("../images/company-exterior.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Company-visual-wrap .centerBox{
	width: 100%;
	position: absolute;
	top: 45%;/*42.5*/
	left: 0;
	z-index: 10;
}


/*テキストアニメーションTOP（下から出てくる）
-----------------------------------------------------------*/
.Company-visual-wrap .centerBox .h1-text{
         width: 100%;
         height: 100vh;
        text-align: center;
        margin: 0 auto;
	    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
        @keyframes showTextFromBottom{
      0%{
         transform: translateY( 100% );
      }
      100%{
          transform: translateY( 0px );
      }
    }
    .textanimation-main span{/*----------eg-h1の代替----------*/
     animation: showText 1s backwards;
     display: inline-block;
	font-size: 84px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.25;
	color: #fff;
	font-weight: normal;
	/*filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));*/
        
    }
    .textanimation-main > span{
      overflow: hidden;
    }
    .textanimation-main > span > span{
      animation: showTextFromBottom 0.5s backwards;
    }

@media screen and (max-width:1400px) {
    
.Company-visual-wrap .company1920{
    height: 450px;
}
    
.textanimation-main span{
	font-size: 72px;
}
}

@media screen and (max-width:1000px) {
    
.Company-visual-wrap .company1920{
    height: 350px;
}
    
.Company-visual-wrap .centerBox{
	top: 40%;
}
    
.textanimation-main span{
	font-size: 60px;
}
}

@media screen and (max-width:800px) {
    
.Company-visual-wrap .company1920{
    height: 250px;
}
    
.textanimation-main span{
	font-size: 48px;
}
}

@media screen and (max-width:500px) {
    
.Company-visual-wrap .centerBox{
	top: 45%;
}
    
.textanimation-main span{
	font-size: 36px;
}
}

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

.textanimation-main span{
	font-size: 30px;
}
}

.jp-h1{
    color: #fff;
    font-weight: normal;
	font-size: clamp(16px, 2vw, 20px);
    line-height: 2;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}


/*background-image 背景フェードイン
-----------------------------------------------------------*/
.fade-in-background {
  opacity: 0;
  animation: fadeIn 7.5s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




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

   Pankuzu list

--------------------------------------------------------------------------------------------- */
.pankuzu{
    width: 100%;
    padding: 25px 10%;
    /*border-bottom: 0.5px solid #ccc;*/
}

.pankuzu span,.pankuzu span a{
    font-family: 'Urbanist', sans-serif;
}

.pankuzu .fa-angle-double-left{
	font-size: clamp(10px, 2vw, 12px);
}



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

   会社情報コンテンツ

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

/*Title 指定一覧
-----------------------------------------------------------*/
.mini-title-wrap .eg-h2{
    width: 80%;
    margin: 0 auto;
	font-size: clamp(24px, 2vw, 36px);
    font-family: "Quicksand", sans-serif;
    line-height: 1.25;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.mini-title-wrap h2{
    width: 80%;
    margin: 0 auto;
    line-height: 2;
    font-weight: normal;
	font-size: clamp(16px, 2vw, 18px);
    text-align: center;
}

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

.mini-title-wrap .eg-h2,.mini-title-wrap h2{
    width: 90%;
}
}



/*会社概要・沿革
-----------------------------------------------------------*/
.history-table{
    width: 100%;
}

.history-table th,.history-table td{
    padding: 25px 0;
    border-bottom: 0.5px solid #ccc;
    vertical-align: middle;
}
.history-table th{
    width: 25%;
    text-align: left;
	font-size: clamp(15px, 2vw, 17px);
}

.history-table td{
	font-size: clamp(14px, 2vw, 16px);
}

@media only screen and (max-width: 500px) {
    
.history-table th,.history-table td{
    display: block;
    width: 100%;
}
    
.history-table th{
    padding: 20px 0 10px 0;
    border-bottom: 0;
}
    
.history-table td{
    padding: 0 0 20px 0;
}
}

/*アクセスmap
-----------------------------------------------------------*/
.map-wrap{
    margin-top: 50px;
}

.map{
    width: 100%;
    height: 450px;
}

@media only screen and (max-width: 500px) {
    
.map{
    height: 350px;
}
}


/*採用情報
-----------------------------------------------------------*/
.recruit-link img{
    width: 100%;
    height: auto;
}
.recruit-link:hover{
    opacity: 0.75;
}

.recruit-detail{
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
}

.recruit-detail img{
    float: left;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.recruit-detail .text-20{
    clear: both;
    float: left;
    line-height: 1.5;
    font-weight: bold;
}
.recruit-detail .text-36{
    float: right;
    line-height: 1;
}

@media only screen and (max-width: 700px) {
    
.recruit-detail img{
    width: 150px;
}
}



/*背景画像ミドルnav指定
-------------------------------------------*/
/*middle-nav.cssに記述*/






































