html { font-size: 62.5% !important;overflow: auto;} /* 10px */


body {
	font-family: "YuGothic","Yu Gothic","Meiryo","ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´","sans-serif";
	font-size: 1.8rem;
	margin:0;
	padding:0 0 0 0;
	color:#333;
	overflow: hidden;
	background: #FFFFFF;

}

.linefont {font-family: 'linefont', sans-serif;}

.din_reg {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.din_mid {
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.din_bold {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#333;
	text-decoration: none;
}
a:hover {opacity: 0.6;}
img {max-width:100%; vertical-align: bottom;-webkit-backface-visibility: hidden;}
.disp_sp {display:none;}
.disp_pc {display:block;}


#loading {
  height: 100%;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_recruit-fix {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	right: 0;
	z-index:99;
	width:70px;
	opacity:0.8;
}

.btn_recruit-fix:hover {
	opacity:1.0;
}

a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    z-index:0;
    position:relative;
}

@media screen and (max-width:768px) {
	body {
		padding: 0 0 0 0;
    	font-size: 1.5rem !important;
	}
	.disp_sp {display:block;}
	.disp_pc {display:none;}

	.btn_recruit-fix {
		display:none;
	}
	
	.btn_recruit-fix:hover {
		opacity:1.0;
	}

	a.anchor{
	    display: block;
	    padding-top: 0px;
	    margin-top: -0px;
	    z-index:0;
	    position:relative;
	}
}


/***************/
/* header */
/***************/
#header {
	width:100%;
	background:#880025;
	position:relative;
	height:120px;
}

#header .header-inn {
	width:96%;
	height:120px;
}

#header .header-inn img {
	width:255px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
	#header {
		height:80px;
	}
	
	#header .header-inn {
		height:80px;
	}
	
	#header .header-inn img {
		width:150px;
	}
}

/***************/
/* footer */
/***************/
footer {
	background: #222;
	padding:30px 0;
}

footer .copy_box {
	width:96%;
	max-width:1200px;
	padding:0 10px;
	margin:auto;
	text-align:center;
}

footer .copy_box .copy {
	font-size:1.4rem;
	color:#fff;
	margin:0;
}

@media screen and (max-width:768px) {
	footer {
		padding:20px 0;
	}
	
	footer .copy_box .copy {
		font-size:1.1rem;
	}
}

.topBtn:hover {opacity:0.7;}

@media screen and (max-width:768px) {
	.topBtn {
    	bottom:10px;
    	font-size:10px;
		width:40px;
		height:40px;
    	padding-top:16px;
	}

	.topBtn:before {
		top:2px;
		font-size:10px;
	}
}





/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}


/**********/
/* content */
/**********/
#content {
}

#content section.main {
	padding:80px 0;
    background-image: url(../img/toyota-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#content section.main .bl_inn {
}

#content section.main .bl_inn h1 {
	margin:0 auto 80px;
	width:96%;
	max-width:1000px;
}

#content section.main .bl_inn figure {
	margin:0 auto 60px;
	width:96%;
	max-width:800px;
}

#content section.main .bl_inn .item_map {
	width: 100%;
	max-width:800px;
	margin:0 auto 80px auto;
}

#content section.main .bl_inn .item_map iframe {
	width: 100%;
	height: 600px;
}

#content section.main .bl_inn .note_01 {
	margin:0 auto 60px auto;
	background:#fff;
	padding:20px;
	max-width:800px;
	width:100%;
}

#content section.main .bl_inn .note_01 figure {
	margin:0 0 30px 0;
	width:100%;
}

#content section.main .bl_inn .note_01 > p {
	margin:0 0 0 0;
	padding:0 10px;
}

#content section.main .bl_inn .note_01 p.btn_01 {
	margin: 0 0 30px 0 ;
	width: 100%;
	padding:0;
}

#content section.main .bl_inn .note_01 p.btn_01 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background: #e50012;
	border:solid 4px#e50012;
	color:#FFF;
	padding:20px 0px;
	position:relative;
	font-weight:bold;
	font-size:2.8rem;
	letter-spacing:0.2em;
	transition: .3s;
	border-radius:100px;
}

#content section.main .bl_inn .note_01 p.btn_01 a:hover {
	opacity:0.4;
}

#content section.main .bl_inn .note_01 p.btn01 a::before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: auto;
	left: 20px;
/*	z-index: -1;*/
	background: #fff;
/*	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;*/
 	background: url("img/btn_icon.png") no-repeat 0 0;
 	background-size: 30px 30px;
}

#content section.main .bl_inn .note_01 .note {
	background:#efefef;
	padding:20px;
	margin:30px 0 0 0;
}

#content section.main .bl_inn .note_01 .note p {
	margin:20px 0 0 0;
	font-size:1.4rem;
	text-align:left;
}

#content section.main .bl_inn .note_01 .note p.note-h {
	color: #e50012;
	font-size:1.8rem;
	font-weight:bold;
	margin:0;
}

#content section.main .bl_inn .note_01 .note p.note-h span {
	color: #000;
	display:block;
	font-size:1.4rem;
	font-weight:normal;
}

#content section.main .bl_inn .note_01 .for_jpg {
}

#content section.main .bl_inn .note_01 .for_jpg p {
	text-align:center;
	font-weight:bold;
	font-size:2.0rem;
}

#content section.main .bl_inn .note_01 .for_jpg ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin:0 0 30px 0;
}

#content section.main .bl_inn .note_01 .for_jpg ul li {
	width:50%;
	padding:20px;
}

#content section.main .bl_inn .note_01 .for_jpg ul li a {
	display:block;
	text-align:center;
	font-size:1.6rem;
}

#content section.main .bl_inn .note_01 .for_jpg ul li a img {
	margin:0 0 6px 0;
}

#content section.main .bl_inn .img04 {
	margin:0 auto 60px auto;
	max-width:800px;
	width:100%;
}

#content section.main .bl_inn .img04 span {
	margin:10px 0 0 0;
	display:block;
	font-size:1.5rem;
}


@media screen and (max-width:768px) {
	#content section.main {
		padding:40px 0;
	}
	
	#content section.main .bl_inn h1 {
		margin:0 auto 60px;
	}
	
	#content section.main .bl_inn figure {
		margin:0 auto 40px;
	}
	
	#content section.main .bl_inn .item_map {
		margin:0 auto 30px auto;
		width:96%;
	}
	
	#content section.main .bl_inn .item_map iframe {
		height: 300px;
	}
	
	#content section.main .bl_inn .note_01 {
		width:100%;
		padding:10px 10px 40px 10px;
	}
	
	#content section.main .bl_inn .note_01 > p {
		padding:0 0px;
	}
	
	#content section.main .bl_inn .note_01 p.btn_01 {
		margin: 0 0 20px 0 ;
	}
	
	#content section.main .bl_inn .note_01 p.btn_01 a {
		font-size:2.0rem;
		padding:10px;
	}
	
	#content section.main .bl_inn .note_01 .for_jpg p {
		font-size:1.6rem;
	}
	
	#content section.main .bl_inn .note_01 .for_jpg ul {
		margin:0 0 20px 0;
	}
	
	#content section.main .bl_inn .note_01 .for_jpg ul li {
		padding:20px 10px;
	}
	
	#content section.main .bl_inn .note_01 .for_jpg ul li a {
		font-size:1.4rem;
	}
	
	#content section.main .bl_inn .img04 {
		width:96%;
	}
}









