@charset "utf-8";


html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
	padding:0;
	background-color: #2d2d2d;
	background-color: white;
}
.pc{display:block}
.sp{display:none}

h2{
	margin: 0;
	padding:0;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.content_all{
	width:100%;
}
.content_all {
    width: 100%;
    background-color: #2d2d2d;
    padding: 0;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb100{
    margin-bottom: 100px!important;
}

.icon{
    width:100%;
    margin:1%;
    text-align: center;
}
.icon img{
   /* width:100%;*/
    margin:0;
}


/* bxSlider */

.bx-wrapper {
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border: 5px solid #fff;
    background: #fff;
}









#mt2,
#mt1{
	cursor: pointer;
	cursor: hand;
}
.gray{
	color:#636660!important;
	line-height: 1.7em!important;
}


a.top_logo{
	width:119px;
	height: 92px;
	background-image: url(logo_small.png);
	position: fixed;
	left:160px;
	top:58px;
	z-index: 9999999;
	transition: all 0.2s ease-in-out;
	display:block;
    background-repeat: no-repeat;
}


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 10px 20px;
  min-width: 180px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f3f3f3;
  font-family: 'DIN Condensed','DIN Alternate',sans-serif;
  border-radius: 5px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f3f3f3;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.balloon1.top{
	background: #fff;
	margin: 1.5em 0 3em;
}
.balloon1.top:before {
	border-top: 15px solid #fff;
}


/* ----------クリックで中身表示 ---------- */

.menu_all{
	position:absolute;
	display:block;
	opacity: 1;
	width: 100%;
}


#menu,
#lmenu{
	position:absolute;
	width:80px;
	height:100%;
	background: url(menu.png) center -webkit-calc(50% - 40px) no-repeat#fff;
	background: url(menu.png) center -moz-calc(50% - 40px) no-repeat#fff;
	background: url(menu.png) center calc(50% - 40px) no-repeat#fff;
	z-index: 102;
	right: -80px;
	z-index: 101;
	background-position: center;
 }
#menu{
	background-image: none;
	/*background-color: #DD5F61;*/
	left: 0;
	top: 0;
	height:-webkit-calc(100% - 85px);
	height:-moz-calc(100% - 85px);
	height:calc(100% - 85px);
	opacity: 0;
	z-index: 1100;
	position: fixed;
}
input:checked ~ #menu{
	/*left:0;
	opacity:0;*/
	height: 100%;
}
input:checked ~ .menu_green {
    left:0;
}

input {
    visibility:hidden;
}
/* ----------緑のメニュー ---------- */
.menu_green{
	width:100%;
	min-height: 100%;
	background-color:#5bb250;
	position:fixed;
	top:0;
	left:-100%;
	z-index: 101;
	transition: all 0.3s ease-in-out;
}

.menu_green_bar a{
	/*position:fixed;*/
	width:80px;
	height:100%;
	background: url(menu/icon.png) center -moz-calc(50% - 40px) no-repeat #4ea444;
	background: url(menu/icon.png) center -webkit-calc(50% - 40px) no-repeat #4ea444;
	background: url(menu/icon.png) center calc(50% - 40px) no-repeat #4ea444;
	z-index: 100;
	display:block;
 }
 .menu_green_bar{
	width:80px;
	height:100%;
	float:left;
	background-color: #f00;
 }
.menu_main{
	float:left;
	width:-webkit-calc(100% - 80px);
	width:-moz-calc(100% - 80px);
	width:calc(100% - 80px);
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mt1{

}

.menu_title{
	height: 60px;
}
.menu_parts{
  min-width: 342px;
  color:white;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size:18px;

}
.menu_parts ul li{
	float:left;
	margin-left:58px;
}
.menu_parts ul li:first-child{
	margin-left:0px;
}
.menu_parts ul li:last-child{
	margin-right:58px;
}

ul.menu_innovation{
	margin:30px auto 60px;
	/*background-color: #F16F71;*/
	height: 24px;
	width: 450px;
}
ul.menu_creation{
	height: 24px;
	margin: 28px auto 0;
}
.sub_menu{
	margin:92px auto 125px;
}


.sub_menu_adress{
	font-size:15px;
	
}
.sub_menu_adress .font2,
.sub_menu_adress .font1{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.sub_menu_adress .font2{
	font-size:13px;
}
.menu_parts a{
	color: white;
	text-decoration: none;
}
.menu_parts a:hover{
	opacity:0.5;
	transition: all 0.3s ease-out;
}


/* ----------左側の写真 ---------- */

.left_photo{
    position: fixed;
    display: block;
    width: -webkit-calc(47% - 40px);
	width: -moz-calc(47% - 40px);
	width: calc(47% - 40px);
	top:0;
	left:0;
	z-index: 99;
	height: 100%;
	margin:0 0 0 80px;
	background-image: url(../img/interview/interview_photo01.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition: all 0.2s ease-in-out;
}

a.backtocreation{
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8)
}

.backtocreation_txt{
	width: 100%;
	height: 100%;
	background-image: url(../img/interview/backtocreation2.png);
	background-position: center;
	background-repeat: no-repeat;
}






/* ----------- 固定メニュー  ----------- */
.leftmenu{
	height: 100%;
	width:80px;
	background-image: url(common/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
}


a.recruit{
	display:block;
	height:85px;
	height: 80px;
	width:80px;
	position:absolute;
	bottom:0;
	background-color: #3cb3c5;
	background-image: url(recruit.png);
	background-position: center;
	background-repeat: no-repeat;
}

.left{
	height: 100%;
	width:80px;
	float:left;
	background-color:#000;
}




/* ----------- 黒い部分  ----------- */
.black{
	width:100%;
	height: 800px;
	margin-left:80px;
	background-color: #2D2D2D;
	display: block;
}



/* ----------- page-top  ----------- */

#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2d2d2d;
  /*opacity: 0.6;*/
  z-index: 99;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
}

/* ----------- page-scroll  ----------- */



.section {
  width: 100%;
  /*width : -webkit-calc(100% - 80px);*/
  background-color: #2d2d2d;
  height:100%;
  
  
}


.content-right {
  width : -webkit-calc(100% - 80px);
  width : -moz-calc(100% - 80px);
  width : calc(100% - 80px);
  width:53%;
  width : -webkit-calc(53% - 40px);
  width : -moz-calc(53% - 40px);
  width : calc(53% - 40px);
  margin: 0;
  padding: 0;
  text-align: center;
  background-color:#fff;
  float:left;
  
}
.photo img{
	width:100%;
	height: auto;
}
.top_baloon,
.photo{
	margin:0;
	padding:0;
}
.top_baloon{
	background-color: #f1f1f1;
	padding: 40px 0 10px;
}



.content-left {
	/*width : -webkit-calc(100% - 80px);*/
	width:47%;
	width : -webkit-calc(47% - 40px);
	width : -moz-calc(47% - 40px);
	width : calc(47% - 40px);
	margin: 0 0 0 80px;
	/*padding: 20px 0;*/
	text-align: center;
	/*background-color:#2d2d2d;*/
	background-color: transparent;
	float:left;
	/*background: linear-gradient(to top, #575757, #575757) repeat-y 50px/1px;*/
}




.content-left,
.content-right {
	min-height: 800px;
}

/*.section-red {
  background-color: #ff6363;
}
.section-red2 {
  background-color: #ff0000;
}
.section-blue {
  background-color: #8fbbff;
}

.section-green {
  background-color: #fff;
}*/
.section-black {
  background-color: #000000;
  color:#fff;
}

.sub,
.main{
	float:left;
}
.sub{
	width:47%;
	background-color: #2d2d2d;
	padding:50px 0;
	height: 100%;
}
.main{
	width:53%;
	width : -webkit-calc(100% - 80px);
	width : -moz-calc(100% - 80px);
	width : calc(100% - 80px);
}



footer{
	background-color: #000;
	padding:40px 0;
	width:100%;
	width : -webkit-calc(100% - 80px) ;
	width : -moz-calc(100% - 80px) ;
	width : calc(100% - 80px) ;
	float: right;
	color: #fff;
	text-align: center;
	position:relative;
	
}

.green{
	position: absolute;
	background-color: #5bb250;
	width:100%;
	padding:10px 0;
}

.footer2,
.footer1{
	background-color: #000;
	padding:50px 0;
	color: #fff;
	width : -webkit-calc(100% - 80px);
	width : -moz-calc(100% - 80px);
	width : calc(100% - 80px);
	margin:0 0 0 80px;
	text-align: center;
	font-size:27px;
	position: relative;
    
	width : -webkit-calc(100% - 0px);
	width : -moz-calc(100% - 0px);
	width : calc(100% - 0px);
    margin:0 0 0 0;
}
.footer1 a{
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:15px;
	color:white;
	line-height: 10px;
	text-decoration: none;
	z-index: 100;
}
.saiyo a{
    color:#43cffd;
}


.footer2{
	background-color: #5bb250;
	padding: 28.5px 0;
	font-size:15px;
}
li{
	list-style: none;
}



.footer_link0{
	margin:0;
}
.footer_left{
	float:left;
	width:50%;
	text-align:left;
	min-width: 492px;
}

.footer_link li{
	float:left;
	border-left:white solid 1px;
	padding:6px 20px 15px;
	line-height: 15px
}
.footer_link li:last-child{
	border-right:white solid 1px;
}
.footer_link0 li{
	height:50px;
}
.footer_link0 li.link1{
	margin:34px 0 25px;
}
.footer_link0 li.link2{
	margin:0 0 43px;
}
.footer_link{
	margin:0;
}


.footer_right{
	width:50%;
	width : -webkit-calc(50% - 80px);
	width : -moz-calc(50% - 80px);
	width : calc(50% - 80px);
	min-width: 197px;
	float:right;
	text-align: right;
	margin: 0 80px 0 0;
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:13px;
	font-size:13px;
}

.category_tab{
	width:246px;
	height: 59px;
	position: absolute;
	top:-58px;
	left:80px;
	background-color: #2d2d2d;
	text-align: left;
}
.honsha img.pc{
    display:inline
}
.honsha{
	margin:50px 0 15px;
    text-align: right;
}
.logo_mini{
	background-image: url(footer/logo_mini.png);
	/*width:197px;*/
	height:50px;
	display: block;
	background-position: right;
	background-repeat: no-repeat!important;
}






.pagenation{
    padding: 20px;
    position: fixed;
    right: 0;
    top:-webkit-calc(50% - 100px);
	top:-moz-calc(50% - 100px);
	top:calc(50% - 100px);
	z-index: 99;
}
.pagenation li{
    list-style-type: none;
    margin-bottom: 20px;
}
.pagenation a{
    display: block;
    height: 8px;
    border: 2px solid #c6c8c4;
    width: 8px;
	border-radius: 50%;
}
.pagenation a:hover{
	border: 2px solid #5bb250;
}
.pagenation a.active{
	border: 2px solid #5bb250;
	background: #5bb250;
}





































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

li#link4,
li#link5{
    text-align: center;
}
.menu_parts ul li:last-child {
    margin-right: 0;
}
li img{
   /* width:70%;*/
    height:auto;
}
.menu_green{
    overflow: hidden;
}

    
/* common */

.footer_link{
    margin:0 auto;
    display: inline-block;
}
.footer_left{
	min-width: auto;
}
.footer_link li {
    float: none;
    padding: 2em auto;
    border-left: none;
    
}
.footer_link li:last-child {
    border-right: none;
}
.footer_link,
.footer_link0{
    padding:0;
}
    
.footer_link0 li.link2{
    margin: 50px 0 10px;
}


.footer2{
    text-align: left;
    text-indent: 2em;
}


.footer1 li img{
    margin:0 auto;
    width: 60%;
}
  
.footer1 a{
	font-size:18px;
    line-height: 1em;
}
 
a.top_logo {
    width: 100%;
    height: 60px;
    background-image: url(logo_sp.png);
    position: fixed!important;
    left: 0!important;
    top: 0;
    background-color: #2d2d2d;
    background-repeat: no-repeat;
    background-position: 1em center;
}    


	.content_all {
		padding: 15px 0 0 0;
	}



	
.left_photo{display:none;}

.pc{display:none!important}
.sp{display:block}

#menu,
#lmenu{
	position:fixed;
	width:60px;
	height:60px;
	right:0;
	top:0;
	background-color: transparent;
	background-image: none;
 }
    
img.sp{
    margin: 0 auto;
}

img.innovation,
img.creation,  
img.home{
    
}
img.home{
        max-width: 377px;
} 

img.creation{
    max-width: 341px;
}
img.innovation{
    max-width: 377px;
}
 
#menu{
	/*background-color: #f00;*/
	opacity: 1;
	z-index: 1100;
	left:-webkit-calc(100% - 60px);
	left:-moz-calc(100% - 60px);
	left:calc(100% - 60px);
	background-image: url("menu_sp.png");
	background-repeat: no-repeat;
}
input:checked ~ #menu{
	/*left:0;
	opacity:0;*/
	/*height: 100%;*/
	height:60px;
	right:0;
	background-image: url("menu_close.png")
}

    .sp_head{
        background-color: #f00;
        
    }




#lmenu{
	/*background-color: white;*/
}
	
	

 a.recruit {
	display:none;
}


.menu_parts {
    /*transform: scale(0.7,0.7);*/
	width : 100%;
}


.menu_main {
    justify-content: normal;
	width: 100%;
}
.menu_parts ul li{
	float:none;
	margin:20px auto;
	text-align: left;
    
}
ul.menu_creation,
ul.menu_innovation{
	height: auto;
	width: 130px;
}

ul.menu_creation {
    width: 350px;
    width: 100%;
    padding: 0;
}

/*
input:checked ~ .menu_green {
    top:0;
}
.menu_green{
	top:-200%;
	left:0;
}
*/



.menu_green_bar {
    display:none;
}

.menu_main {
	margin: 10% 0 0 0;
    display: inherit;
}
    
.sub_menu {
    margin: 15px auto 30px;
	font-size: 15px;
}
ul.menu_innovation {
    margin: 15px auto 30px;
}


.content-left,
.content-right {
	float:none;
	width: 100%;
	margin: 0;
	min-height: 150px;
      } 
#t3b,
#t2b{
    padding-top: 60px;
}





    .section-red2 .content-left{
        min-height: 0;
    }



a.recruit,
.footer_right,
.footer_left{
    float:none;
    margin:0 auto;
    text-align: center;
    width : 100%;
}
.footer_right{
    /*margin: 30px 40px;*/
    font-size:16px;
    line-height: 1.8em;
    width : 100%;
}


.footer_link0 li.link1,
.footer_link0 li.link2{
    width: 100%;
}
.footer_link0 li {
    height: auto;
    margin:0 0 50px;
}
.footer_link0 li.home{
    margin:10px 0 50px;
}
    
    
.honsha {
    margin: 2em 0 1em;
}
.honsha img {
    max-width: 88px;
    height: auto;
    width: 16%;
}
.footer1 .txt{
	font-size: 1em;
}

.link1 img,
.link2 img{
	/*max-width:493px;*/
	width:100%;
}
.link0 img{
    
}




.logo_mini{
	background-image: url(footer/footer_logo_sp.png);
	background-position: center;
    height: 77px;
    margin: 20px auto;
    width: 50%;
    background-size:contain;
    background-repeat: no-repeat;
}

a.top_logo {
    position: absolute;
	/*position: relative;*/
	z-index: 100;
	left: 8%;
}


.link2 img,
.link1 img{
	/*width: -webkit-calc(100% - 80px);*/
	height: auto;
	width: 70%;
}

.footer2, .footer1 {
    width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	width:100%;
	overflow: hidden;
	margin:0;
	font-size: 12px;
}
.footer_line{
    border-bottom:#5b5b5b solid 1px;
    width:84%;
    margin:1em auto;
}


/*.section {
    width: -webkit-calc(100% - 80px);
}*/

.pagenation {
	/*display:none;*/
	padding: 10px;
}

/* creation */
.content-right {
    margin-top: 60px!important;
}
    
#page_top{
  width: 60px;
  height: 60px;
}
#page_top a{
  width: 60px;
  height: 60px;
}
.footer2 {
    padding: 21px 0;
} 
.nen {
    font-size: 22px;
}











    

}

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

}
