
html {
	overflow-y:scroll;/* For Mozilla's bug */
	font-size:62.5%;
}

body{
    color: #000000;
	font-size:16px;
    line-height:1.45;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

section{
    position: relative;
	overflow: hidden;
}

.floatL{
	float: left;
}

.floatR{
	float: right;
}

.inner{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	padding: 0 20px;
}

.inner p{
	line-height: 1.8;
}

.half{
	width: 47.274%;
}

.table{
	display: table;
	width: 100%;
	height: 100%;
}

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

.serif{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.roboto{
	font-family: 'Roboto Condensed', sans-serif;
}

.lt_01{
	letter-spacing: 0.1em;
}

.taR{
	text-align: right;
}

.sp{
	display: none;
}

/* #main */
#main{
	background: url(../images/main_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 995px;
}

#main .logo{
	margin: 30px 0 0 60px;
}

#main .inner{
	margin: 0 auto;
	padding-top: 710px;
	position: relative;
}

#main h1{
	top: -100px;
	left: -50px;
	padding-top: 177px;
	opacity: 0;
	position: absolute;
}

#main p + p{
	margin-top: 10px;
}

/* .cvBl */
.cvBl{
	background: url(../images/cv_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
}

.cvBl .inner .tableC{
	vertical-align: middle;
    padding-right: 3%;
}

.cvBl .inner .txt{
	margin-bottom: 50px;
	width: 38.183%;
}

.cvBl .inner .txt .tit{
	margin-bottom: 50px;
}

.cvBl .inner .txt .fontL{
	font-size: 27.5px;
	line-height: 1.4;
}

.cvBl .inner .txt .fontM{
	font-size: 24px;
	line-height: 1.4;
}

.cvBl .inner .btn ul li{
	border:3px solid #fff; 
	font-size: 24px;
	color: #fff;
}

.cvBl .inner .btn ul li + li{
	margin-top: 20px;
}

.cvBl .inner .btn ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
}

.cvBl .inner .btn ul li.contact:hover span,
.cvBl .inner .btn ul li.catalog:hover span,
.cvBl .inner .btn ul li.shopping a:hover{
	animation: flash 1s linear infinite;
}


.cvBl .inner .btn ul li a span{
	padding: 15px 0 15px 80px;
	display: block;
	font-weight: bold;
	background: url("../images/icn_contact.png") no-repeat 13px center;
}

.cvBl .inner .btn ul li.catalog a span{
	background: url("../images/icn_catalog.png") no-repeat 13px center;
}

.cvBl .inner .btn ul li.shopping > span{
	padding: 15px 0 15px 80px;
	display: inline-block;
	font-weight: bold;
	background: url("../images/icn_shopping.png") no-repeat 13px center;
}

.cvBl .inner .btn ul li.shopping a{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.cvBl .inner .btn ul li.shopping a:before{
	content: "▶ ";
	font-size: 70%;
	display: inline-block;
	margin: 4px 8px;
	float: left;
}

.cvBl .inner .pic{
	vertical-align: bottom;
}

/*///// .solution /////*/
.solution{}

.solution h2{
	font-size: 150px;
	margin: 30px 60px;
	line-height: 1;
	opacity: 0.3;
}

.solution h3{
	font-size: 30px;
	padding-left: 18px;
	border-left: 6px solid #a81006;
	margin-bottom: 40px;
	font-weight: 500;
}

.solution p + p{
	margin-top: 10px;
}

.solution .half{
	width: 52.728%;
}

/* #solution01 */
#solution01{
	background: url(../images/solution01_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 760px;
}

#solution01 h2{
	color: #fff;
}

/* #solution02 */
#solution02{
	background: url(../images/solution02_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 760px;
}

#solution02 h3,
#solution02 p{
	color: #000;
}

#solution02 h2{
	color: #000;
}

/* #solution03 */
#solution03{
	background: url(../images/solution03_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 760px;

}

#solution03 h2{
	color: #fff;
}

/*///// #featuresBl /////*/
#featuresBl .inner{
	color: #000;
	padding: 100px 20px 50px 20px;
	overflow: hidden;
}

#featuresBl h2{
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.15em;
}

#featuresBl h2:before{
	content: "";
	width: 30px;
	height: 3px;
	background: #d64137;
	display: block;
    text-align: center;
    margin: 0 auto;	
}

#featuresBl h3{
	font-size: 30px;
	border-bottom: 3px solid #d64137;
	margin-bottom: 15px;
	padding: 0 5px 5px 5px;
}

#featuresBl h3 + p{
	margin: 0 20px 30px 20px;
}

#featuresBl .subBl + .subBl{
	margin-top: 50px;
}

#featuresBl table{
	background: #d2d2d2;
	width: 100%;
	font-size: 16px;
}

#featuresBl table caption{
	font-weight: bold;
	margin-bottom: 5px;
}

#featuresBl table th.shasen{
	background: linear-gradient(
31deg, transparent, transparent 49%, #d2d2d2 50%, #d2d2d2 49%, transparent 50%, transparent);
	    background-color: #fff;
	position: relative;

}

#featuresBl table th.shasen .table{
	display: table;
	width: 100%;
	position: relative;
}

#featuresBl table th.shasen span{
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    text-align: left;
}

#featuresBl table th.shasen span + span{
    top: -32px;
	bottom: inherit;
    right: 0;
    text-align:right;
}

#featuresBl table th,
#featuresBl table td{
	text-align: center;
	background: #fff;
	padding: 10px 15px;
}

#featuresBl .sub01 .inner,
#featuresBl .sub02 .inner{
	padding: 20px 20px 0 20px;
}

#featuresBl .sub01 .tableC,
#featuresBl .sub02 .tableC{
	vertical-align: top;
}

#featuresBl .sub01 .note,
#featuresBl .sub02 .note{
	font-size: 14px;
}

#featuresBl .sub03 .inner{
	padding: 0 20px;
}

#featuresBl .sub03 .floatR{
	margin-left: 10px;
}

/*///// bannerBl /////*/
#bannerBl{
	background: url(../images/banner_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
}

#bannerBl .inner .tit{
	margin-bottom: 10px;
}

#bannerBl .inner p a{
	color: #fff;
	text-decoration: underline;
}

#bannerBl .inner p a:hover{
	text-decoration: none;
}

/* footer */
footer{
	position: relative;
}

footer .followBl{
	right: 0;
}

footer .followBl li + li{
	margin-top: 10px;
}

footer .followBl li.shopping{
	position: relative;
}

footer .followBl li.shopping div{
    background: #2597c6;
    position: absolute;
    right: 80px;
    top: 0;
    width: 245px;
    height: 100%;
	color: #fff;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	display: none;
}

footer .followBl li.shopping div a{
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

footer .followBl li.shopping div a:before {
    content: "▶ ";
    font-size: 50%;
    display: inline-block;
    float: left;
	margin: 5px 5px 5px 0;
}

footer .sns{
	background: #eeeeee;
	padding: 10px 0;
	text-align: center;
}

footer .sns li{
	display: inline-block;
	margin: 0 15px;
}

footer .inner{
	padding: 25px 0;
	overflow: hidden;
}

footer .inner .logo{
	width: 153px;
}

footer .inner li{
	float: left;
	margin-left: 50px;
}

footer .inner li a{
	background: url("../images/arrow_right.png") no-repeat left center;
	padding-left: 13px;
}

footer .inner .copy{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width:1140px) {
#main .logo {
    margin-left:30px;
}
	
#main h1 {
    left: -30px;
}

.solution h2 {
   font-size: 15.5vw;
}
	
}

@media screen and (max-width:767px) {
body{
	font-size:14px;
}

.floatL,
.floatR	{
	float: inherit;
}

.inner{
	box-sizing: border-box;
	padding: 0 20px;
}

.half{
	width: 100%;
}

.table,
.tableC	{
	display: block;
}

.sp{
	display: block;
}
	
.pc{
	display: none;
}
	
/* #main */
#main{
	background: url(../images/main_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}

#main .logo{
	margin: 15px 0 0 20px;
}

#main .logo img{
	width: 110px;
}

#main .inner{
	padding-top: 47%;
	padding-bottom: 10%;
}

#main h1{
	top: -100px;
	left: -7px;
    padding-top: 23%;
    width: 60%;
}

#main p{
	width:62%;
}

#main p + p{
	margin-top: 1rem;
}

/* .cvBl */
.cvBl{
	background: url(../images/cv_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}

.cvBl .inner{
	padding-top: 10%;
    padding-bottom: 10%;
}

.cvBl .inner .tableC{
	padding-top: 0;
    padding-right: 0;
	width: 100%;
	margin-bottom: 2rem;
	clear: both;
}

.cvBl .inner .txt .floatR{
	float: right;
	width: 17.5%;
	margin-top: -2rem;
	margin-bottom: 2rem;
}

.cvBl .inner .txt .tit{
	margin-bottom: 3rem;
	width: 66%;
}

.cvBl .inner .txt .fontL{
	font-size: 4.2vw;
}

.cvBl .inner .txt .fontM{
	font-size: 3.65vw;
}

.cvBl .inner .btn{
	margin-bottom: 0;
}

.cvBl .inner .btn ul li{
	border:2px solid #fff; 
	font-size: 4.5vw;
}

.cvBl .inner .btn ul li + li{
	margin-top: 1rem;
}

.cvBl .inner .btn ul li a span{
	padding: 1rem 0 1rem 13%;
	background: url("../images/icn_contact.png") no-repeat 3% center;
	background-size:7%;
}

.cvBl .inner .btn ul li.catalog a span{
	background: url("../images/icn_catalog.png") no-repeat 3% center;
	background-size:7%;
}

.cvBl .inner .btn ul li.shopping > span{
	padding: 1rem 0 1rem 13%;
	background: url("../images/icn_shopping.png") no-repeat 10% center;
	background-size:15%;
}

.cvBl .inner .btn ul li.shopping a{
	font-size:3vw;
}

.cvBl .inner .btn ul li.shopping a:before{
	margin: 3px 8px;
}

.cvBl .inner .pic{
	padding-top: 45px;
}


/*///// .solution /////*/
.solution .inner{
	padding-top: 5%;
	padding-bottom: 15%;
	}

.solution h2{
	font-size: 16vw;
	margin: 3% 10px;
	text-align: center;
	font-feature-settings: "palt";
}

.solution h3{
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #a81006;
	margin-bottom: 3rem;
}

.solution .half{
	width: auto;
	padding: 0 10px;
}

/* #solution01 */
#solution01{
	background: url(../images/solution01_bg.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}

/* #solution02 */
#solution02{
	background: url(../images/solution02_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}


/* #solution03 */
#solution03{
	background: url(../images/solution03_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}


/*///// #featuresBl /////*/
#featuresBl .inner{
	padding: 10% 20px;
}

#featuresBl h2{
	font-size: 30px;
	margin-bottom: 3rem;
}

#featuresBl h2:before{
	content: "";
	width: 20px;
	height: 2px;
}

#featuresBl h3{
	font-size: 20px;
	border-bottom: 2px solid #d64137;
	margin-bottom: 10px;
	padding: 0 3px 3px 3px;
}

#featuresBl h3 + p{
	margin: 0 3% 2rem 3%;
}

#featuresBl .subBl + .subBl,
#featuresBl .sub02{
	margin-top: 3rem;
}

#featuresBl table{
	font-size: 12px;
}

#featuresBl table th,
#featuresBl table td{
	padding: 8px;
}
	
#featuresBl .sub01 .inner,
#featuresBl .sub02 .inner{
	padding: 1rem 3% 0 3%;
}

#featuresBl .sub01 .tableC,
#featuresBl .sub02 .tableC{
	vertical-align: top;
	display: table-cell !important;
	width: 50%;
}

#featuresBl .sub01 .tableC + .tableC,
#featuresBl .sub02 .tableC + .tableC{
	padding-left: 5%
}

#featuresBl .sub01 .note,
#featuresBl .sub02 .note{
	font-size: 12px;
}

#featuresBl .sub03 .inner{
	padding: 0 3%;
}

#featuresBl .sub03 .floatR{
	margin-left: 5%;
	width: 50%;
	float: right;
}
	
/*///// bannerBl /////*/
#bannerBl{
	background: url(../images/banner_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
}

#bannerBl .inner{
	padding-top: 10%;
    padding-bottom: 85%;
}
	
#bannerBl .tableC{
	width: 70%;
	margin: 0 auto;
}

/* footer */
footer .followBl{
	width: 50px;
}

footer .followBl li + li{
	margin-top: 5px;
}

footer .followBl li.shopping div{
    right: 50px;
    top: 0;
    width: 190px;
    padding: 5px 10px;
    font-size: 14px;
}

footer .followBl li.shopping div a{
	margin-right: 8px;
}

footer .followBl li.shopping div a + a{
	margin-right: 0;
}

footer .followBl li img{
	width: auto;
	height: auto;
}

footer .followBl li.shopping div a:before {
	margin: 2px 5px 2px 0;
}

footer .sns{
	padding: 0.5rem 0;
}

footer .sns li{
	margin: 0 1%;
}

footer .sns li img{
	width: 20px;
	height: auto;
}

footer .inner{
	padding: 20px;
}

footer .inner .logo{
	width: 99px;
	float: left;
}
	
footer .inner li{
	margin-left: 5%;
}

footer .inner li a{
	background: url("../images/arrow_right.png") no-repeat left center;
	background-size: 4px auto;
	padding-left: 10px;
}

footer .inner .copy{
	padding: 20px 0 0 0;
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
}
	
	
}