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

/* 1-01　トップイメージ ============================================================= */
#topimage{
  width: 100%;
  height: 90vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
}
.topimage_inner{
	width: 100%;
	height: 90vh;
	color: rgba(246,198,197,1.0);
	display: flex;
	flex-direction: column;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center;
	box-sizing:border-box;
	border-right: 4px solid black;
    border-left: 4px solid black;
    border-top: 4px solid black;
	background-image:url(../../images/recruit/index/topimage01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.topimage_2017{
	font-size: calc(112.5% + 10vw);
	line-height: 100%;
	padding-top: 10%;
	
}
.topimage_rectuit{
	font-size: calc(112.5% + 5vw);
	line-height: 100%;
	margin-bottom: 3%;
}
#topimage_next{
	width: 225px;
	height:60px;
}
#topimage_logo{
	width:300px;
	height:auto;
	margin-top:5%; 
}


/* box +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* box01 ----- */
#box01{
	width: 100%;
	max-height: 497px;
	height:-webkit-calc((100vw - 80px) * 497 / 1420);
	height:-moz-calc((100vw - 80px) * 497 / 1420);
	height:calc((100vw - 80px) * 497 / 1420);
}
#box01_001{
	width: 49.99%;
	height: 100%;
    float: left;
	position: relative;
}
#box01_001_inner{
	height: 100%;
    border-right: 4px solid black;
    border-top: 4px solid black;
	border-left: 4px solid black;
	box-sizing:border-box;
}
#manoproduct_logo{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#box01_002{
  	width:50.01%;
  	height:100%;
	float: left;
    position: relative;
}
#box01_002_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing:border-box;
}
#manoproduct_sentence{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#box01_002 p{}
@media(max-width:800px){
	#box01{
	max-height:-webkit-calc(497px * 2 * 2);
	max-height:-moz-calc(497px * 2* 2);
	max-height:calc(497px * 2* 2);
	height:-webkit-calc((100vw - 80px) * 497 * 2 * 2 / 1420);
	height:-moz-calc((100vw - 80px) * 497 * 2 * 2 / 1420);
	height:calc((100vw - 80px) * 497 * 2 *2 / 1420);
	}
    #box01_001{
		width: 100%;
		height: 50%;
		float: none;
	}
	#box01_002{
		width: 100%;
		height: 50%;
		float: none;
	}
	#box01_002_inner{
	border-left: 4px solid black;
	}
	#box01_002_inner{
	height: 100%;
    }
}

/* box02 ----- */
#box02{
	width: 100%;
	max-height:420px;
	height:-webkit-calc((100vw - 80px) * 420 / 1420);
	height:-moz-calc((100vw - 80px) * 420 / 1420);
	height:calc((100vw - 80px) * 420 / 1420);
}
#box02_001{
	width: 33.32%;
    float: left;
    height: 100%;
	position: relative;
}
#box02_001_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
    border-left: 4px solid black;
	box-sizing:border-box;
}
#box02_002{
	width: 33.34%;
    float: left;
    height: 100%;
	position: relative;
}
#box02_002_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing:border-box;
}
#box02_003{
	width: 33.34%;
    float: left;
    height: 100%;
	position: relative;
}
#box02_003_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing: border-box;
}
.box02_img{
	width: 40%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#box02_004{
	width: 100%;
	max-height:300px;
	height:-webkit-calc((100vw - 80px) * 420 / 1420);
	height:-moz-calc((100vw - 80px) * 420 / 1420);
	height:calc((100vw - 80px) * 420 / 1420);
	min-height: 200px;
}
#box02_004_a{
	width: 16.66%;
	height: 100%;
	float: left;
}
#box02_004_a_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	border-left: 4px solid black;
	box-sizing: border-box;
}
#box02_004_b{
	width: 66.67%;
	height: 100%;
	float: left;
	position: relative;
}
#box02_004_b_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing: border-box;
}
#box02_004_c{
	width: 16.67%;
	height: 100%;
	float: left;
}
#box02_004_c_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing: border-box;
}
#box02_004_txt{
	font-size: 3.5vw;
	font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic StdN W6",  "Meiryo Bold","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: black;
	position:absolute;
    top: 50%;
    left: 55%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
a:hover #box02_004_txt{
	color:#F6C6C5;
}
@media(max-width:960px){
	#box02{
		width: 100%;
		max-height:-webkit-calc(420px * 3);
		max-height:-moz-calc(420px * 3);
		max-height:calc(420px * 3);
		height:-webkit-calc((100vw - 80px) * 420 * 3 / 1420);
		height:-moz-calc((100vw - 80px) * 420 * 3 / 1420);
		height:calc((100vw - 80px) * 420 * 3 / 1420);
		min-height: 450px;
	}
	#box02_001,#box02_002{
		width: 100%;
		height: 33.33%;
		float: none;
	}
	#box02_003{
		width: 100%;
		height: 33.34%;
		float: none;
	}
	#box02_002_inner,#box02_003_inner{
		border-left: 4px solid black;
	}
	.box02_img{
		width: auto;
		height: 70%;
		top: 50%;
    	left: 75%;
    	-webkit-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
	}
	#box02_004_a,#box02_004_c{
		display: none;
	}
	#box02_004_b{
		width: 100%;
	}
	#box02_004_b_inner{
		border-left: 4px solid black;
	}
}
@media(max-width:600px){
	.box02_img{
		width: auto;
		height: 50%;
		top: 45%;
		left: 80%;
    	-webkit-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
	}
	#box02_004{
		min-height: 150px;
	}
	#box02_004_txt{
		display: none;
	}
}
@media(max-width:500px){
	.box02_img{
	display: none;
	}
}
/* box0304 ----- */
#box0304{
	height: auto;
}
#curriculum{
	height: auto;
}
#photo{
	height: auto;
}
#box0304_001{
	width: 41.66%;
	height: 100%;
    float: left;
}
#box0304_001_top{
	width: 100%;
	max-height:366px;
	height:-webkit-calc((100vw - 80px) * 366 / 1420);
	height:-moz-calc((100vw - 80px) * 366 / 1420);
	height:calc((100vw - 80px) * 366 / 1420);
}
#box0304_001_top_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
    border-left: 4px solid black;
	box-sizing: border-box;
}
#box0304_001_bottom{
	width: 100%;
	max-height:300px;
	height:-webkit-calc((100vw - 80px) * 300 / 1420);
	height:-moz-calc((100vw - 80px) * 300 / 1420);
	height:calc((100vw - 80px) * 300 / 1420);
	position: relative;
}
#box0304_001_bottom_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
    border-left: 4px solid black;
	box-sizing: border-box;
}
#box0304_002{
	width: 41.67%;
	height: 100%;
    float: left;
	position: relative;
}
#box0304_002_top{
	width: 100%;
	max-height:366px;
	height:-webkit-calc((100vw - 80px) * 366 / 1420);
	height:-moz-calc((100vw - 80px) * 366 / 1420);
	height:calc((100vw - 80px) * 366 / 1420);
	position: relative;
}
#box0304_002_top_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing: border-box;
}
#box0304_002_bottom{
	max-height:300px;
	height:-webkit-calc((100vw - 80px) * 300 / 1420);
	height:-moz-calc((100vw - 80px) * 300 / 1420);
	height:calc((100vw - 80px) * 300 / 1420);
	position: relative;
}
#box0304_002_bottom_inner{
	height: 100%;
	border-top: 4px solid black;
    border-right: 4px solid black;
	box-sizing: border-box;
}
#box0304_003{
	width: 16.67%;
	height: 100%;
    float: left;
	position: relative;
}
#box0304_003_inner{
	height: 100%;
}
#box0304_001_top_inner img,#box0304_002_top_inner img{
	position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media(max-width:960px){
	#box0304_001{
		width: 50%;
	}
	#box0304_002{
		width: 50%;
	}
	#box0304_003{
		width: 0%;
		float: none;
	}
	#box0304_001_top_inner img,#box0304_002_top_inner img{
		width: 100%;
		height: auto;
	}
}
@media(max-width:800px){
	#box0304_001{
		width: 100%;
		float: none;
	}
	#box0304_002{
		width: 100%;
		float: none;
	}
	#box0304_003{
		width: 0%;
		float: none;
	}
	#box0304_001_top,#box0304_002_top{
		max-height:732px;
		height:-webkit-calc((100vw - 80px) * 732 / 1420);
		height:-moz-calc((100vw - 80px) * 732 / 1420);
		height:calc((100vw - 80px) * 732 / 1420);
	}
	#box0304_001_bottom,#box0304_002_bottom{
		height: 180px;
	}
	#box0304_002_top_inner,#box0304_002_bottom_inner{
		border-left: 4px solid black;
	}
}


/* box05 ----- */
#box05{
	width: 100%;
	height: auto;
}
#box05_right{
	width: 16.66%;
	height: 100%;
	float: left;
}
#box05_right_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	border-left: 4px solid black;
	box-sizing: border-box;
}
#box05_left{
	width: 83.34%;
	height: 100%;
	float: left;
}
#box05_left_top{
	width: 100%;
	height: 150px;
}
#box05_left_top_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
	position: relative;
}
#box05_left_bottom{
	width: 100%;
	max-height:533px;
	height:-webkit-calc((100vw - 80px) * 533 / 1420);
	height:-moz-calc((100vw - 80px) * 533 / 1420);
	height:calc((100vw - 80px) * 533 / 1420);
}
#box05_left_bottom01{
	width: 20%;
	height: 100%;
	float: left;
}
#box05_left_bottom01_inner{
	height: 100%;
	border-right: 4px solid black;
	box-sizing: border-box;
	position: relative;
}
#box05_left_bottom02{
	width: 80%;
	height: 100%;
	float: left;
}
#box05_left_bottom02_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
	position: relative;
}
.box05_text{
	position: absolute;
    bottom: 25px;
    left: 34px;
    width: auto;
    padding: 0;
    right: 15px;
}
.box05_text li{
	font-family: Arial,"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 11px;
	line-height:16px;
	padding-bottom: 5px;
}
a .box05_text li{
	color: #000000;
} 
a:hover .box05_text li{
	color: #F6C6C5;
} 
@media(min-width:1100px){
	.box05_text li{
		font-size: 13px;
		line-height:20px;
		padding-bottom: 10px;
	}
}
@media(max-width:960px){
	#box05_right{
		display: none;
	}
	#box05_left{
		width: 100%;
	}
	#box05_left_top_inner{
		border-left: 4px solid black;
	}
	#box05_left_bottom{
		max-height:666px;
		height:-webkit-calc((100vw - 80px) * 666 / 1420);
		height:-moz-calc((100vw - 80px) * 666 / 1420);
		height:calc((100vw - 80px) * 666 / 1420);
	}
	#box05_left_bottom01{
		width: 16.66%;
	}
	#box05_left_bottom02{
		width: 83.34%;
	}
	#box05_left_bottom01_inner{
		border-left: 4px solid black;
	}
}
@media(max-width:800px){
	
	#box05_left_bottom{
		max-height:auto;
		height:auto;
	}
	#box05_left_bottom01{
		width: 100%;
		height: 150px;
		float: none;
	}
	#box05_left_bottom02{
		width: 100%;
		max-height:799px;
		height:-webkit-calc((100vw - 80px) * 799 / 1420);
		height:-moz-calc((100vw - 80px) * 799 / 1420);
		height:calc((100vw - 80px) * 799 / 1420);
		float: none;
	}
	.box05_text{
		top: 0px;
	}
	.box05_text_sp{
		float: left;
		margin-right: 30px;
	}
	.clearfix_sp{
		clear: both;
	}
}



/* box06 ----- */
#box06{}
#box06_001{
	max-height:352px;
	height:-webkit-calc((100vw - 80px) * 352 / 1420);
	height:-moz-calc((100vw - 80px) * 352 / 1420);
	height:calc((100vw - 80px) * 352 / 1420);
	position: relative;
}
#box06_001_inner{
	height: 100%;
}
#box06_001_0001{
	width: 16.66%;
    float: left;
    height: 100%;
	position: relative;
}
#box06_001_0001_inner{
	height: 100%;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#shinsotsu{
	height: 100%;
}
#box06_001_0002{
	width: 33.33%;
    float: left;
    height: 100%;
	position: relative;
}
#box06_001_0002_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box06_001_0003{
	width: 50.01%;
    float: left;
    height: 100%;
	position: relative;
}
#box06_001_0003_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box06_001_0003_inner img{
	position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#box06_002{
	max-height:352px;
	height:-webkit-calc((100vw - 80px) * 352 / 1420);
	height:-moz-calc((100vw - 80px) * 352 / 1420);
	height:calc((100vw - 80px) * 352 / 1420);
	position: relative;
}
#box06_002_inner{
	height: 100%;
}
#chutoAssi{
	height: 100%;
}
#box06_002_0001{
	width: 49.99%;
    height: 100%;
	float: left;
	position: relative;
}
#box06_002_0001_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	border-left: 4px solid black;
	box-sizing: border-box;
}
#box06_002_0001_inner img{
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	position: relative;
}
#box06_002_0002{
	width: 33.34%;
	height: 100%;
    float: left;
	position: relative;
}
#box06_002_0002_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box06_002_0003{
	width: 16.67%;
    height: 100%;
	float: left;
	position: relative;	
}
#box06_002_0003_inner{
	height: 100%;
	border-top: 4px solid black;
	box-sizing: border-box;
}
#box06_003{
	max-height:352px;
	height:-webkit-calc((100vw - 80px) * 352 / 1420);
	height:-moz-calc((100vw - 80px) * 352 / 1420);
	height:calc((100vw - 80px) * 352 / 1420);
	position: relative;
}
#box06_003_inner{
	height: 100%;
}
#box06_003_0001{
	width: 16.66%;
	height: 100%;
    float: left;
	position: relative;
}
#box06_003_0001_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#chutoSty{
	height: 100%;
}
#box06_003_0002{
	width: 33.33%;
	height: 100%;
    float: left;
	position: relative;
}
#box06_003_0002_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box06_003_0003{
	width: 50.01%;
	height: 100%;
    float: left;
	position: relative;
}
#box06_003_0003_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box06_003_0003_inner img{
	position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media(max-width:960px){
	#box06_001_0001,#box06_002_0003,#box06_003_0001{
		width: 0%;
		height: 0px;
		float: none;
	}
	#box06_001_0001_inner,#box06_002_0003_inner,#box06_003_0001_inner{
		border: none;
	}
	#box06_001_0002,#box06_003_0002{
		width: 49.99%;
	}
	#box06_002_0002{
		width: 50.01%;
	}
	#box06_001_0002_inner,#box06_003_0002_inner{
		border-left: 4px solid black;
	}
}
@media(max-width:800px){
	#box06_001,#box06_002,#box06_003{
		min-height: 180px;
	}
	#box06_001_0002,#box06_003_0002{
		width: 66.66%;
	}
	#box06_002_0002{
		width: 66.68%;
	}
	#box06_001_0003,#box06_003_0003{
		width: 33.34%;
	}
	#box06_002_0001{
		width: 33.32%;
	}
	#box06_001_0003 img,#box06_003_0003 img,#box06_002_0001_inner img{
		width: auto;
		height: 100%;
	}
}
@media(max-width:500px){
	#box06_001_0003,#box06_003_0003,#box06_002_0001{
		display: none;
		width: 0%;
		height: 0%;
		float: none;
	}
	#box06_001_0002,#box06_002_0002,#box06_003_0002{
		width: 100%;
		float: none;
	}
	#box06_002_0002_inner{
		border-left: 4px solid black;
	}
	.align_center{
		text-align: center;
	}
}



/* box07 ----- */
#box07{
	max-height:450px;
	height:-webkit-calc((100vw - 80px) * 450 / 1420);
	height:-moz-calc((100vw - 80px) * 450 / 1420);
	height:calc((100vw - 80px) * 450 / 1420);
	min-height: 300px;
}
#box07_001{
	width: 16.66%;
    height: 100%;
	float: left;
	position: relative;	
}
#box07_001_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	border-left: 4px solid black;
	box-sizing: border-box;
}
#box07_002{
	width: 66.67%;
    height: 100%;
	float: left;
	position: relative;
}
#box07_002_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
#box07_003{
	width: 16.67%;
    height: 100%;
	float: left;
	position: relative;
}
#box07_003_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	box-sizing: border-box;
}
@media(max-width:500px){
	#box07_001,#box07_003{
		display: none;
	}
	#box07_002{
		width: 100%;
	}
	#box07_002_inner{
		border-left: 4px solid black;
	}
}






a{
	width:100%;
	height:100%;
}

.text{
	position: absolute;
    right: 20px;
	bottom: 20px;
    left: 30px;
    width: auto;
    padding: 0;
}


.enter{
	margin-top: 0px;
    margin-left: 13px;
	display: block;
    margin-left: 0;
    margin-top: 4px;
}












article p{
	
}

#box_slant01{
	width: 100%;
	max-height:220px;
	height:-webkit-calc((100vw - 80px) * 220 / 1420);
	height:-moz-calc((100vw - 80px) * 220 / 1420);
	height:calc((100vw - 80px) * 220 / 1420);
}
#box_slant01_001{
	width: 66.6%;
    height: 100%;
	position: relative;
}
#box_slant01_001_inner{
	height: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
    border-left: 4px solid black;
	box-sizing:border-box;
}
#box_slant02{
	height: 14vw;
	max-height:156px;
	margin-top: 8px;
}
#box_slant02_001{
	width: 16.6%;
    height: 100%;
	 float: left;
	position: relative;
}
#box_slant02_001_inner{
    height: 100%;
	border-right: 4px solid black;
}
#box_slant02_002{
	 float: left;
	position: relative;
	width: 83.4%;
    height: 100%;
}

#box_slant02_002_inner{
	height: 100%;
	border-right: 4px solid black;
}


