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

body,html{
	width:100%;
	height:100%;
}

#wrapper {
	width:100%;
	min-height:100%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#sp-panel{
	display:none;
}
.spNoDisplay {
	display: block;
}

@media screen and (min-width: 961px) {
.pcNoDisplay {
	display: none;
}
}

@media screen and (max-width: 960px) {
.spNoDisplay {
	display: none;
}

#wrapper {
	height:auto;
	position:relative;
}

#wrapper  > .background-image{
	display:none;
}
}



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

     HEADER (COMMON)
	 
---------------------------------------------------*/

#header{
	width:100%;
	height:100px;
	background-color:#FFFFFF;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	/*display:none*/
}

#header > h1{
	position:absolute;
	top:30px;
	left:40px;
	display:block;
	width:90px;
	height:50px;
	z-index:1000;
}

#header > h1 img{
	width:100%;
	height:auto;
}

.header-cont-right{
	width:350px;/*インターンシップと採用情報とエントリーが無いとき*/
	/*width:500px;インターンシップと採用情報が無いとき*/
	/*width:680px;インターンシップが無いとき*/
	/*width:850px;インターンシップが有るとき*/
	height:100px;
	position:absolute;
	top:0px;
	right:0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.header-cont-right a.entry-btn{
	width:162px;
	height:162px;
	background-color:#CD2441;
	/*background-color:#666666;*/
	color:#FFFFFF;
	position:absolute;
	top:0px;
	right:0px;
	vertical-align:middle;
	padding-top:55px;
	cursor: pointer;
}

.header-cont-right a.entry-btn:hover{
	color:#CD2441;
	background-color:#FFFFFF;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border:1px #CD2441 solid;
	/*color:#FFFFFF;
	text-decoration:none;*/

}

.header-cont-right a{
	font-size:20px;
	display:block;
	width:160px;
	height:auto;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
	align-self:center;
	line-height:1.3;
}

.header-cont-right a:hover{
	text-decoration:none;
	color:#AAAAAA;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-cont-right a span{
	display:block;
	font-size:12px;
}


@media screen and (max-width: 960px) {
#header{
	height:50px;
	background: none;
	background-color:#FFFFFF;
}

#header > h1{
	top:10px;
	left:10px;
	width:55px;
	height:auto;
}

.header-cont-left,
.header-cont-right{
	display:none;
}
}





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

     SP GLOBAL NAV (COMMON)
	 
---------------------------------------------------*/
.h_nav{
	display:none;
}

#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 14px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background:none;
}
 span.ml {
	 margin-left:0.5em;
  }  
  
@media screen and (max-width: 960px) {
.h_nav{
	display:block;
}

  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
 #gNav .nav {
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,
  #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}











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

    中面共通
	 
---------------------------------------------------*/

/*タイトル*/
.inner-main{
	width:100%;
	height:600px;
	text-align:center;
	position:relative;
	margin-top:100px;
}

.inner-main .inner-title{
	width:800px;
	height:500px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	background:url(../images/common/main_paint.png) no-repeat center center;
	color:#FFFFFF;
	padding-top:180px;
}

.inner-main .inner-title > h1{
	font-size:60px;
	font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
	line-height:1;
	margin-bottom:20px;
}

.inner-main .inner-title > h2{
	font-size:24px;
	line-height:1;
	margin-bottom:20px;
}


.inner-main.company{
	background:url(../images/company/main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.employee{
	background:url(../images/index/index_03.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.careers{
	background:url(../images/careers/main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.internship{
	background:url(../images/internship/main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.entry{
	background:url(../images/entry/main.jpg) no-repeat center center;
	background-size:cover;
}


/*コピー*/
.inner-copy{
	width:100%;
	text-align:center;
	padding:100px 0;
}

.inner-copy > h3{
	font-size:24px;
	margin-bottom:15px;
}

.inner-copy > p{
	line-height:2;
}



@media screen and (max-width: 960px) {
.inner-main{
	height:250px;
	margin-top:50px;
}

.inner-main .inner-title{
	width:100%;
	height:250px;
	top:0;
	left:0;
	transform: translate(0, 0);
	-webkit-transform:translate(0, 0);
	padding-top:70px;
	background-size:cover;
}

.inner-main .inner-title > h1{
	font-size:30px;
	margin-bottom:10px;
}

.inner-main .inner-title > h2{
	font-size:18px;
	margin-bottom:10px;
}

.inner-main.employee{
	background:url(../images/index/sp_index_03.jpg) no-repeat center top;
	background-size:cover;
}

.inner-copy{
	width:95%;
	padding:30px 0;
	margin:0 auto;
}

.inner-copy > h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.inner-copy > p{
	text-align:left;
	line-height:1.5;
}
}




















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

     FOOTER (COMMON)
	 
---------------------------------------------------*/

footer{
	width:100%;
	/*height:700px;*/
	height:560px;
	position:absolute;
	bottom:0;
	background:url(../images/common/footer_image.jpg) no-repeat center bottom;
	background-size:cover;
	/*display:none;*/
}

footer > h3{
	font-size:28px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:0.4em;
	margin-top:125px;
	margin-bottom:20px;
}

footer a.entry-btn{
	display:block;
	font-size:26px;
	text-align:center;
	width:500px;
	height:80px;
	line-height:80px;
	background-color:#CD2441;
	/*background-color:#666666;*/
	color:#FFFFFF;
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
}

footer a.entry-btn:hover{
	color:#CD2441;
	background-color:#FFFFFF;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border:1px #CD2441 solid;
	/*color:#FFFFFF;
	text-decoration:none;*/
	cursor:default;
}

.footer-inner{
	width:100%;
	/*height:320px;*/
	height:180px;
	position:absolute;
	bottom:0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.pagetop{
	width:100%;
	height:70px;
	background-color:rgba(0,0,0,0.9);
	text-align:center;
	line-height:70px;
}

.pagetop a{
	color:#FFFFFF;
	background:url(../images/common/pagetop_arrow.png) no-repeat 0 center;
	padding-left:15px;
}

.pagetop a:hover{
	color:#BEBEBE;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-area{
	width:100%;
	/*height:250px;*/
	height:180px;
	position:relative;
	background-color: #e7e7e7;
}

.footer-area > a{
	position:absolute;
	top:40px;
	left:60px;
	display:block;
}

.footer-area a > img{
	width:204px;
	height:auto;
}

p.copyright{
	position:absolute;
	top:40px;
	right:60px;
	display:block;
	font-size:11px;
	width:400px;
	text-align:right;
}

@media screen and (max-width: 960px) {
footer{
	position:static;
	height:auto;
}

footer > h3{
	font-size:18px;
	letter-spacing:0em;
	margin-top:0px;
	padding-top:20px;
	margin-bottom:10px;
}

footer a.entry-btn{
	font-size:16px;
	width:95%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	margin-bottom:20px;
}

.footer-inner{
	width:100%;
	height:auto;
	position:static;
	transform: translate(0%, 0%);
	-webkit-transform:translate(0%, 0%);
	margin:0 auto;
}

.pagetop{
	height:40px;
	line-height:40px;
}

.pagetop a{
	color:#FFFFFF;
	background:url(../images/common/pagetop_arrow.png) no-repeat 0 center;
	padding-left:15px;
}

.footer-area{
	width:100%;
	height:auto;
	background-color: #ffffff;
}

.footer-area > a{
	width:50%;
	height:auto;
	position:static;
	margin:0px auto;
	padding:15px 0;
}

.footer-area a > img{
	width:100%;
	height:auto;
}

p.copyright{
	position:static;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
}




/*マージン--------------------------------------------------------
-----------------------------------------------------------------*/
.mb-005{ margin-bottom:5px; }
.mb-010{ margin-bottom:10px; }
.mb-015{ margin-bottom:15px; }
.mb-020{ margin-bottom:20px; }
.mb-030{ margin-bottom:30px; }
.mb-040{ margin-bottom:40px; }
.mb-050{ margin-bottom:50px; }
.mb-060{ margin-bottom:60px; }
.mb-070{ margin-bottom:70px; }
.mb-080{ margin-bottom:80px; }
.mb-090{ margin-bottom:90px; }
.mb-100{ margin-bottom:100px; }

@media screen and (max-width: 960px) {
.mb-100{ margin-bottom:50px; }
}

.mt-010{ margin-top:10px; }
.mt-020{ margin-top:20px; }
.mt-030{ margin-top:30px; }
.mt-040{ margin-top:40px; }
.mt-050{ margin-top:50px; }
.mt-060{ margin-top:60px; }
.mt-070{ margin-top:70px; }
.mt-080{ margin-top:80px; }
.mt-090{ margin-top:90px; }
.mt-100{ margin-top:100px; }

.mr-010{ margin-right:10px; }
.mr-020{ margin-right:20px; }
.mr-030{ margin-right:30px; }
.mr-040{ margin-right:40px; }
.mr-050{ margin-right:50px; }
.mr-060{ margin-right:60px; }
.mr-070{ margin-right:70px; }
.mr-080{ margin-right:80px; }
.mr-090{ margin-right:90px; }
.mr-100{ margin-right:100px; }

.ml-010{ margin-left:10px; }
.ml-020{ margin-left:20px; }
.ml-030{ margin-left:30px; }
.ml-040{ margin-left:40px; }
.ml-050{ margin-left:50px; }
.ml-060{ margin-left:60px; }
.ml-070{ margin-left:70px; }
.ml-080{ margin-left:80px; }
.ml-090{ margin-left:90px; }
.ml-100{ margin-left:100px; }


/*Padding--------------------------------------------------------
-----------------------------------------------------------------*/
.pb-010{ padding-bottom:10px; }
.pb-015{ padding-bottom:15px; }
.pb-020{ padding-bottom:20px; }
.pb-030{ padding-bottom:30px; }
.pb-040{ padding-bottom:40px; }
.pb-050{ padding-bottom:50px; }
.pb-060{ padding-bottom:60px; }
.pb-070{ padding-bottom:70px; }
.pb-080{ padding-bottom:80px; }
.pb-090{ padding-bottom:90px; }
.pb-100{ padding-bottom:100px; }

.pt-010{ padding-top:10px; }
.pt-015{ padding-top:15px; }
.pt-020{ padding-top:20px; }
.pt-030{ padding-top:30px; }
.pt-040{ padding-top:40px; }
.pt-050{ padding-top:50px; }
.pt-060{ padding-top:60px; }
.pt-070{ padding-top:70px; }
.pt-080{ padding-top:80px; }
.pt-090{ padding-top:90px; }
.pt-100{ padding-top:100px; }

.pr-010{ padding-right:10px; }
.pr-020{ padding-right:20px; }
.pr-030{ padding-right:30px; }
.pr-040{ padding-right:40px; }
.pr-050{ padding-right:50px; }
.pr-060{ padding-right:60px; }
.pr-070{ padding-right:70px; }
.pr-080{ padding-right:80px; }
.pr-090{ padding-right:90px; }
.pr-100{ padding-right:100px; }

.pl-010{ padding-left:10px; }
.pl-020{ padding-left:20px; }
.pl-030{ padding-left:30px; }
.pl-040{ padding-left:40px; }
.pl-050{ padding-left:50px; }
.pl-060{ padding-left:60px; }
.pl-070{ padding-left:70px; }
.pl-080{ padding-left:80px; }
.pl-090{ padding-left:90px; }
.pl-100{ padding-left:100px; }



/*（2022.02.25追記）*/
#pagetop { position: fixed; bottom: 5%; right: 2%; z-index: 500;}
#pagetop a {color: #555; font-size: 12px; position: relative; padding: 30px 20px 20px 20px; background-color: #e7e7e7;}
#pagetop a::before {content: ""; width: 12px; height: 12px; border-top: 2px solid #555; border-right: 2px solid #555; position: absolute; left: 50%; top: 10px; transform:translate(-50% , 0) rotate(-45deg);}
@media (max-width: 1200px) and (min-width: 768px) {

#pagetop a {font-size: 1vw; padding: 2.5vw 1.667vw 1.667vw 1.667vw;}
#pagetop a::before {width: 1vw; height: 1vw;}
}
@media (max-width: 960px) {
#pagetop a {background-color: #ffffff;}
}
@media (max-width: 767px) {
@media (orientation: portrait) { /* スマホ縦 */
	#pagetop a { font-size: 3vw; padding: 3.911vw 2.608vw 2.608vw 2.608vw;}
	#pagetop a::before { width: 2.4vw; height: 2.4vw; }
}
}




