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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1,h2,h3,h4,h5,h6,p,ol,ul,body{ margin:0; padding:0; max-height:999999px; }
ol,ul{ list-style:none; }


body{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:14px;
	color:#000000;
	line-height:1.5;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.mainV{
	position: relative;
	margin-bottom:60px;
}

.mainV__img img{
	width:100%;
	min-width:1100px;
}

.mainV__logo{
	position: absolute;
	top:30px;
	right:30px;
}

.mainV__txt{
	position: absolute;
	top:56%;
	left:5.3%;
	font-size:32px;
	font-weight:200;
	line-height:1.4;
	letter-spacing:0.2em;
}

.mainV__txt strong{
	font-size:47px;
	font-weight:200;
}

.mainV__txt strong span{
	font-size:96px;
	color:#D80000;
}

.business{
	width:784px;
	margin:0 auto 60px;
	display: table;
}

.business__title-wrap{
	display: table-cell;
	vertical-align: middle;
}

.business__title{
	display: table;
}

.business__title p{
	display: table-cell;
	border:1px solid #000000;
    height: 159px;
    width: 159px;	
    border-radius:159px;
    -moz-border-radius:159px;
    -webkit-border-radius: 159px;
	text-align: center;
	vertical-align: middle;
	font-size:22px;
	font-weight:200;
}

.business__list{
	padding-top:20px;
	padding-left:50px;
}

.business__list li{
	font-size:16px;
	margin-bottom:30px;
}

.business__list li::before{
	content:"◆";
	display: inline-block;
	margin-right:16px;
	font-size:10px;
}

.business-list{
	width:1220px;
	margin:0 auto 100px;
}

.business-list__box{
	background: url(../img/box-bg.gif) left top no-repeat;
	width:375px;
	height:480px;
	padding:28px;
	box-sizing: border-box;
	float: left;
}

.business-list__box:not(:first-child){
	margin-left:47px;
}

.business-list__box:last-child{
	margin-left:48px;
}

.business-list__box h5{
	text-align:center;	
	margin-bottom:26px;
}

.business-list__box h4{
	text-align:center;	
	margin-bottom:14px;
}

.business-list__box-img{
	text-align:center;	
	margin-bottom:10px;
}

.company{
	width:745px;
	margin:0 auto 80px;
	display: table;
}

.company__left{
	display:table-cell;
	vertical-align: middle;
}

.company__left-inner{
	display:table;
}

.company__left .company__left-inner p{
	display: table-cell;
	border:1px solid #000000;
    height: 159px;
    width: 159px;	
    border-radius:159px;
    -moz-border-radius:159px;
    -webkit-border-radius: 159px;
	text-align: center;
	vertical-align: middle;
	font-size:22px;
	font-weight:200;
}

.company__right{
	display: table-cell;
	padding-left:80px;
}

.company-info td{
	padding:12px;
}

.pagetop {
    position: fixed;
    bottom: 120px;
    right: 40px;
}

.copy{
	text-align: center;
	padding-bottom:40px;
}