
/******************************* 
Company Css 
*******************************/
.crossline:before, .crossline:after{
    background-color: #00559e;
}
.read.inner{
	padding: 0 120px;
    padding-top: 60px;
}
#pagetop .inner{
    margin-bottom: 0;
}
#pagetop .read .ttl{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    border-bottom: solid 1px;
    display: inline-block;
    padding-bottom: 10px;
}
#pagetop .inner .icon img{	
    max-height: 105px;
    width: auto;
}
#pagetop .pagettl{
	padding-bottom: 25px;
}
#pagetop .pagettl-box{
    bottom: 50%;
	border-radius: 0;
	padding: 30px;
	transform: translateY(50%);
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#pagetop .read{
		text-align: center;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	.read.inner {
		padding: 0 60px;
	}
	#pagetop .read .ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){	
	.read.inner{
		padding: 0;
	}
	#pagetop .pagettl-box {
		bottom: auto;
		transform: none;
	}
	#pagetop .pagettl-box .catch {
		font-size: 16px;
   		margin-top: 40px;
	}
	#pagetop .read {
		padding-top: 30px;
	}
}

/*ごあいさつ*/
#greeting{
	background-color: #e5eef5;
}
#greeting .ttl{
	font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0 100px;
    margin-bottom: 40px;
}
#greeting .ttl:before, #greeting .ttl:after{
	content: "";
    width: 150px;
    height: 20px;
    background-image: url(../img/greeting_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
}
#greeting .ttl:before{
    left: 0;
}
#greeting .ttl:after{
    right: 0;
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#greeting .txt{
	text-align: left;
	padding: 0 120px;
}
#greeting .catch{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#greeting .sign{
	width: 20%;
    margin: 20px 0 0 auto;
    font-size: 14px;
}
#greeting .sign .img{
	margin-top: 10px;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
	#greeting .txt {
		padding: 0 60px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#greeting .txt {
		padding: 0;
	}
	#greeting .sign {
    	width: 30%;
	}
}


/*企業概要*/
#info .inner{
	background-color: #fff;
    padding: 40px 30px;
	position: relative;
    margin-bottom: 20px;
    height: 100%;
}
#info .inner .ttl{
	font-weight: bold;
    letter-spacing: 8px;
    position: relative;
    margin-bottom: 20px;
}
#info .philosophy .list li{
	margin-bottom: 30px;
}
#info .philosophy .list .subttl{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#info .philosophy{
	border-radius: 30px 30px 0 0;
}
#info .philosophy .ttl{
	padding: 0 40px;
    z-index: 1;
    background-color: #fff;
}
#info .philosophy:before{
	content: "";
	width: 90%;
	height: 1px;
	background-color: #00559e;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
}
#info .business ol{
	counter-reset: item;
    text-align: left;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
#info .business ol li{
	text-indent: -1.5em;
	padding-left: 1.5em;
    margin-bottom: 5px;
}
#info .business ol li:before{
	counter-increment:item;
	content: counter(item)'.';
	padding-right: .5em;
	color: #f7931e;
}
#info .information .list th, #info .information .list td{
	padding: 4px 0;
}
#info .information .list .mds{
	width: 15%;
	color: #f7931e;
}
#info .management{
	border-radius: 0 0 30px 30px;
}
#info .management .list{
	padding: 20px 0;
}
#info .management .subttl{
	font-size: 18px;
    font-weight: bold;
}
#info .management .kenkousengen li{
	font-weight: bold;
}
#info .management .logo{
	margin: 0 0 0 auto;
    width: 40%;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#info .inner {
		padding: 20px;
	}
	#info .inner .ttl {
		margin-bottom: 10px;
    	letter-spacing: 0;
	}
	#info .philosophy:before {
		top: 40px;
	}
	#info .philosophy {
		border-radius: 10px 10px 0 0;
	}
	#info .philosophy .ttl {
    	padding: 0 20px;
	}
	#info .philosophy .list .subttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#info .information .list .mds {
    	width: 20%;
	}
	#info .management .logo {
		margin: 0 auto;
		width: 70%;
	}
}