/*全体共通*/
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  position: relative;
  color: #333333;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1{
  max-height: 100%; 
  color: #333333;
}
a{
	color: #333333;
	font-weight: normal;
}
a:hover{
	cursor: pointer;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.red{
	color: #e60012!important;
}
.yellow{
	color: #ffff00;
}
.blue{
	color: #3372b9;
	transition: .3s;
}
.blue:hover{
	color: #135299;
}
.pink{
	color: #ff7987;
}
.center{
	text-align: center;
}
.under{
	border-bottom: 1px solid #888;
}
#loading{
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
/*パンくずリスト*/
.breadcrumbs{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
}
.breadcrumbs li{
	position: relative;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
}
.breadcrumbs li a,.breadcrumbs li{
	display: inline-block;
	font-size: 1.3rem;
	color: #494949;
}
.breadcrumbs li:after{
	content: "";
    display: inline-block;
    border-top: 1px #494949 solid;
    border-right: 1px #494949 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbs li:last-child::after{
	display: none;
}


/*フォント*/
html { font-size: 62.5%; } 
body { font-size: 1.6rem; } 
h1 { font-size: 2.5rem; } 
h2 { font-size: 2rem; }
body{
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 500;
	font-style: normal;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
    body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}

p,li,dd{
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.bold{
	font-weight: 700;
}
.regular{
	font-weight: 400 !important;
}
.serif{
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.futura_m_it{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: italic;
}

/*PC*/
@media screen and (min-width:900px){
	.pc{
		display: block;
	}
	.tab{
		display: none!important;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: none!important;
	}
}
/*TAB*/
@media screen and (max-width:899px){
	.pc{
	  	display: none!important;
	}
	.tab{
		display: block;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: block;
	}

}

/*SP*/
@media screen and (max-width:480px){
	.tab{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	
}






/*トップページ*/




























.is-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}

	.btn {
		padding: 15px 63px;
	}
	
	

	#company .cntBox {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	#company .cntBody {
		margin-left: 0;
	}
	#footerLogo img {
		width: 215px;
		height: 67px;
	}
	#company .cntHeading-sp::after {
		width: 100vw;
		left: -15px;
	}
}