@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 140px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.pkg-840 {
	max-width: 840px;
	padding: 140px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	word-break: break-all;
}
.w-840 {
	width: 840px;
	margin: 0 auto;
}
.spc-b-10 {
	margin-bottom: 10px;
}
.spc-b-20 {
	margin-bottom: 20px;
}
.spc-b-30 {
	margin-bottom: 30px;
}
.spc-b-40 {
	margin-bottom: 40px;
}
.spc-b-60 {
	margin-bottom: 60px;
}
.spc-b-70 {
	margin-bottom: 70px;
}
.spc-b-80 {
	margin-bottom: 80px;
}
.mrg_auto {
    margin: 0 auto;
}
/* [03.OTHER]
--------------------------------------------------------------------------*/
.eng {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 10px;
	color: #251101;
	font-size: 38px;
}
h4 {
	font-size: 18px;
    color: #251101;	
    line-height: 140%;
    margin-bottom: 20px;
}
.tac {
	text-align: center;
}
.bg-f8f8f8 {
	background: #f8f8f8;
}
.bg-f1f5fa {
	background: #fffbf3;
}
.bg-doted {
	background-color: #fff;
    background-image: linear-gradient(-90deg, #f6f3eb 50%, transparent 50%), linear-gradient(#f6f3eb 50%, transparent 50%);
    background-size: 3px 3px;
}
.btn {
    width: 320px;
    height: 64px;
    line-height: 64px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    background: #251101;
}
.btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #73cf34;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
.btn i {
	position: absolute;
	top: 22px;
	right: 10px;
	font-size: 15px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.d-pc {
	display: block;
}
.d-sp {
	display: none;
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition-delay: opacity 0.5s;
	transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.point-of-view-li2 li:last-child.fadein  {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}
.problem-solving-wrap .box-2c .inner.fadein ,
.top-about-us-wrap .box-2c .inner.fadein  {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}
.flx-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
