@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
/* ページヘッダーのCSS */
#page_header{position: relative; margin-top: 140px;height: 520px;background-repeat: no-repeat;background-position: top center; background-size: cover;}
#page_header .header_ttl{position: absolute;top: 50%;left: 50%;-webkit-transform :translate(-50%,-50%);transform : translate(-50%,-50%);}
#page_header .header_ttl img{width: 80px;}



.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.white{color:#ffffff;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.bold{font-weight: bold;}
.center_btn{display: block; width: 50%;margin: 0 auto;}

/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 1000px;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */




/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.sponly{display: none;}
	.work_menu {background-size: cover;background-position: center right;}
	.work_menu h3{font-size: 1.0em;line-height: 1.2; padding: 0.8em 0 0.8em 0.6em;color: #000000;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	

.section_01{padding-top: 3em;}
/* ページヘッダーのCSS */
#page_header{position: relative; margin-top: 100px;height: 180px;background-repeat: no-repeat;background-size: cover;}
#page_header .header_ttl{position: absolute;top: 50%;right: 0%;-webkit-transform :translate(20%,-30%);transform : translate(20%,-30%);z-index: 10;}
#page_header .header_ttl img{width: 60px;}
	
.center_btn{display: block; width: 80%;margin: 0 auto;}
	
	

	
	

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.84em;
}	
/* パンくずリストcss *************************************************************** */
}
