@charset "UTF-8";

/*==============================================================
ベース　※サイトのベース設定
==============================================================*/
body {
	min-width: 769px;
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 768px) {
	body {
	min-width: 1px;
	color: #4C3933;
	line-height: 1.5;
	font-size: 13px;
	}
}/* media 768px以下 */

body a,
body a:visited {
	color: #4C3933;
}

body a:hover,
body a:active {
	color: #C83F53;
	text-decoration: underline;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

header h1 {
	padding: 30px;
}
@media (max-width: 768px) {
	header h1 {
		padding: 13px 20px;
	}
	header h1 img {
		width: 130px;
	}
}/* media 768px以下 */

p {
	color: #717071;
}

h2.eTtl {
	font-size: 50px;
	font-weight: bold;
}

@media (max-width: 1024px) {
h2.eTtl {
	font-size: 40px;
	}
}

@media (max-width: 540px) {
h2.eTtl {
	font-weight: normal;
	}
}

h2.eTtl small {
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #717071;
	display: block;
}
@media (max-width: 1024px) {
	h2.eTtl small {
		font-size: 14px;
	}
}

.eTtl p {
	color: #717071;
	font-size: 14px;
	font-weight: bold;
}

/*==============================================================*/

/* -----------トップ画+header-----------  */
#mainvisual {
	position: relative;
}

#mainvisual img {
	width: 100%;
	max-width: 1920px;
	backface-visibility: hidden;
}

#mainvisual .header {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 100%;
	max-width: 255px;
	list-style: none;
}

#mainvisual .menubar {
	display: table-cell;
	position: absolute;
	top: 5%;
	right: 3%;
	color: #fff;
	width: calc(100% / 2);
	list-style: none;
	text-align: right;
}

#mainvisual .menubar li {
	display: inline-block;
	font-size: 18px;
}

#mainvisual .menubar li + li{
	margin-left: 30px;
}
#mainvisual .menubar li a {
	width: 100%;
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
}
#mainvisual .menubar li a:hover {
	opacity: 0.7;
}

#mainvisual .sp {
	display: none;
}

@media screen and (max-width: 1024px) {
	#mainvisual .menubar li {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	#mainvisual {
		width: auto;
		height: auto;
	}

	#mainvisual .sp {
		display: inherit;
	}

	#mainvisual .pc {
		display: none;
	}

	#mainvisual .header {
		position: absolute;
		top: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 255px;
	}

	#mainvisual .menubar li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	#mainvisual .header {
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 50%;
		max-width: 255px;
	}
}
/* -----------トップ画+header-----------  */


/* -----------ニュースtopic-----------  */
#news {
	background-color: #EEEEEF;
	font-size: 16px;
	margin: 5% 0;
	padding: 50px 0 70px;
}

#news .inner {
	width: 70%;
	max-width: 1400px;
	margin: 0 auto;
}

#news .news_set {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news h2.eTtl {
	width: 100%;
}

#news a {
	width: 200px;
	height: 50px;
	list-style: none;
	text-decoration: none;
	margin-right: 0;
	transition: 0.3s;
}

#news a.all {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	line-height: 50px;
	background-color: #717071;
}


#news a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

#news dt {
	font-size: 18px;
}

#news dd {
	margin: 2% 0;
	color: #717071;
	font-size: 20px;
}

#news dl {
	margin: 3% 0 0;
	border-bottom: 1px solid #DBDCDC;
}

#news h2.eTtl span {
	font-size: 14px;
	font-weight: bold;
}

#news span {
	color: #717071;
	margin-left: 2%;
}

@media (max-width: 768px) {
	#news {
		font-size: 16px;
		margin: 0 0 5%;
		padding: 30px;
		z-index: 3;
	}

	#news .inner {
		width: auto;
		padding: 0 20px;
	}

	#news h2.eTtl {
		width: 60%;
	}

	#news a img {
		width: 100%;
		max-width: 255px;
	}

	#news dt {
		font-size: 16px;
	}

	#news dd {
		font-size: 18px;
	}

	#news dl {
		margin: 3% 0 0;
	}
}

@media (max-width: 540px) {
	#news {
		font-size: 14px;
		margin: 0 0 5%;
		padding: 30px 0;
		z-index: 3;
	}

	#news .inner {
		width: auto;
		padding: 0 20px;
	}

	#news h2.eTtl {
		width: 100%;
		font-size: 28px;
	}

	#news a {
		height: 30px;
		text-align: center;
	}

	#news a.all {
		line-height: 30px;
	}

	#news a img {
		width: 100%;
		max-width: 255px;
	}

	#news dl {
		margin: 5% 0;
	}
}
/* -----------ニュースtopic-----------  */

/* -----------ミッションmission-----------  */
#mission {
	background-size: 200px;
	margin: 3% 0 15%;
	padding: 0 0 50px;
	font-size: 16px;
	position: relative;
}

#mission .set {
	position: absolute;
	top: 10%;
	right: 6%;
	width: 60%;
	max-width: 530px;
	height: 100%;
	max-height: 560px;
	padding: 3% 3% 7%;
	text-align: left;
	z-index: 3;
	background-color: #fff;
}

#mission .img_details img {
	position: relative;
	width: 77%;
	margin-left: 0;
}

#mission .set h2.eTtl {
	text-align: left;
}
#mission .set h2.eTtl span.normal {
	font-weight: normal;
}

#mission .set h2.eTtl small {
	margin-left: 40px;
}


#mission .set h3 {
	color: #717071;
	font-size: 32px;
	font-weight: bold;
	margin: 8% 0 3%;
	list-style: none;
}

#mission .set .wr_details p {
	font-size: 20px;
	line-height: 180%;
}

#mission #gray_bg {
	position: absolute;
	bottom: 0;
	z-index: -5;
	height: 270px;
	width: 100%;
	background-color: #EEEEEF;
}

@media (max-width: 1024px) {
	#mission {
		margin: 3% 0 25%;
	}

	#mission .set {
		top: 28%;
		right: 0;
		width: 400px;
		height: 100%;
		max-height: 380px;
	}

	#mission .set h2.eTtl small {
		font-size: 14px;
		margin-left: 30px;
	}

	#mission .set h3 {
		font-size: 24px;
		margin: 3% 0 2%;
	}

	#mission .set .wr_details p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	#mission {
		background-size: 200px;
		height: 660px;
		margin: 5% 0;
		padding: 0 0 50px;
		font-size: 16px;
		position: relative;
	}

	#mission .set {
		position: absolute;
		top: 30%;
		right: 0;
		width: 400px;
		padding: 5%;
		z-index: 3;
	}

	#mission .img_details img {
		width: 90%;
	}

	#mission .set h2.eTtl {
		text-align: left;
	}
	#mission .set h2.eTtl small {
		margin-left: 30px;
	}

	#mission .set h3 {
		font-size: 24px;
		margin: 5% 0 3%;
	}

	#mission #gray_bg {
		position: absolute;
		bottom: 0;
		z-index: -5;
		height: 170px;
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	#mission {
		background-size: 200px;
		height: 660px;
		margin: 5% 0 8%;
		padding: 0;
		position: relative;
	}

	#mission .img_details img {
		width: 100%;
	}

	#mission .set {
		position: inherit;
		top: 0;
		width: auto;
		height: 100%;
		max-height: 340px;
		padding: 5% 5% 0;
	}

	#mission .set .wr_details p {
		font-size: 15px;
	}

	#mission .set h2.eTtl {
		font-size: 28px;
	}
	#mission .set h2.eTtl small {
		margin-left: 22px;
	}

	#mission .set h3 {
		font-size: 18px;
		margin: 5% 0 3%;
	}

	#mission #gray_bg {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	#mission {
		height: 550px;
	}

	#mission .set .wr_details p {
		font-size: 12px;
	}
}
/* -----------ミッションmission-----------  */

/* -----------ビジネスbusiness-----------

#business {
	background-size: 200px;
	margin: 3% 0 15%;
	padding: 10% 0 50px;
	font-size: 16px;
	position: relative;
}

#business .set {
	position: absolute;
	top: 10%;
	left: 6%;
	width: 60%;
	max-width: 530px;
	height: 100%;
	max-height: 560px;
	padding: 3% 3% 7%;
	text-align: left;
	z-index: 3;
	background-color: #fff;
}

#business .img_details img {
	position: relative;
	width: 77%;
	display: block;
	margin-left: auto;
}

#business .set h2.eTtl {
	text-align: left;
}

#business .set h2.eTtl small {
	margin-left: 8%;
	font-size: 16px;
	border: 1px solid red;
}

#business .set li {
	color: #717071;
	font-size: 32px;
	font-weight: bold;
	margin: 8% 0 3%;
	list-style: none;
}

#business .set .wr_details p {
	font-size: 20px;
}

#business #gray_bg {
	position: absolute;
	bottom: 0;
	z-index: -5;
	height: 270px;
	width: 100%;
	background-color: #EEEEEF;
}

@media (max-width: 1024px) {
	#business {
		margin: 3% 0 25%;
	}

	#business .set {
		top: 28%;
		right: 0;
		width: 400px;
		height: 100%;
		max-height: 380px;
	}

	#business .set h2.eTtl p {
		margin-left: 6%;
		font-size: 14px;
	}

	#business .set li {
		font-size: 24px;
		margin: 3% 0 2%;
	}

	#business .set .wr_details p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	#business {
		background-size: 200px;
		height: 660px;
		margin: 5% 0;
		padding: 0 0 50px;
		font-size: 16px;
		position: relative;
	}

	#business .set {
		position: absolute;
		top: 30%;
		left: 0;
		width: 400px;
		padding: 5%;
		z-index: 3;
	}

	#business .img_details img {
		width: 90%;
	}

	#business .set h2.eTtl {
		text-align: left;
	}

	#business .set li {
		font-size: 24px;
		margin: 5% 0 3%;
	}

	#business #gray_bg {
		position: absolute;
		bottom: 0;
		z-index: -5;
		height: 170px;
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	#business {
		background-size: 200px;
		height: 660px;
		margin: 5% 0 3%;
		padding: 0;
		position: relative;
	}

	#business .img_details img {
		width: 100%;
	}

	#business .set {
		position: inherit;
		top: 0;
		width: auto;
		height: 100%;
		max-height: 340px;
		padding: 5% 5% 0;
	}

	#business .set .wr_details p {
		font-size: 15px;
	}

	#business .set h2.eTtl {
		font-size: 28px;
	}

	#business .set li {
		font-size: 18px;
		margin: 5% 0 3%;
	}

	#business #gray_bg {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	#business {
		height: 550px;
	}

	#business .set .wr_details p {
		font-size: 12px;
	}
}*/
/* -----------ビジネスbusiness-----------  */

/* -----------会社概要company-----------  */
#company {
	padding: 60px 0;
	text-align: center;
	border-top: 2px solid #EDEDED;
}

#company .inner {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#company .inner br.sp {
	display: none;
}

#company .fadein {
	margin-top: 8%;
	text-align: left;
}

#company dl {
	width: auto;
	padding: 20px;
	border-bottom: 1px solid #DBDCDC;
}

#company dt,
#company dd {
	font-size: 22px;
	display: inline-block;
}

#company dt {
	width: 135px;
	font-size: 22px;
	font-weight: bold;
	vertical-align: top;
}

#company dd {
	color: #717071;
	text-align: left;
	margin-left: 30px;
}

@media (max-width: 1024px) {
	#company .inner {
		padding: 0 5%;
	}

	#company dl {
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	#company {
		padding: 50px 0;
	}

	#company .inner {
		padding: 0 5%;
		width: auto;
	}

	#company dl {
		width: auto;
		text-align: left;
		padding: 20px;
		border-bottom: 1px solid #DBDCDC;
	}

	#company dt,
	#company dd {
		font-size: 16px;
		display: inline-block;
	}

	#company dt {
		width: 100px;
	}
}

@media screen and (max-width: 540px) {
	#company .inner br.sp {
		display: inherit;
	}

	#company {
		padding: 0 0 50px;
	}

	#company .inner {
		margin: 10% 0 0;
		padding: 0 5%;
		width: auto;
	}

	#company h2.eTtl {
		font-size: 28px;
		margin-bottom: 10px;
	}

	#company dt,
	#company dd {
		display: block;
	}
	#company dd {
		margin-top: 10px;
		margin-left: 0;
	}
}
/* -----------会社概要company-----------  */


/* -----------アクセスaccess-----------  */
#access {
	background-color: #DBDCDC;
	font-size: 16px;
	margin: 5% 0 0;/*margin: 5% 0;*/
	padding: 80px 0;
}

#access .inner {
	padding-left: 15%;
	padding-right: 15%;
}

#access .inner > div {
	font-size: 16px;
}

#access h2.eTtl {
	text-align: center;
}

#map_canvas {
	width: 100%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 1%;
}

#access a {
	text-decoration: none;
	color: #E61F19;
	text-align: left;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#access {
		padding: 50px 20px;
	}

	#access .inner {
	padding-left: 0;
	padding-right: 0;
	}

	#map_canvas {
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 540px) {
	#access h2.eTtl {
		font-size: 28px;
	}
}
/* -----------アクセスaccess-----------  */


/* -----------コンタクトcontact-----------  */
#support {
	margin: 5% 0;
	padding: 0;
}

#support .inner {
	text-align: center;
}

#support .inner br.sp {
	display: none;
}

#support .inner p {
	font-size: 20px;
}

#support h2.eTtl {
	text-align: center;
	margin-bottom: 3%;
}

#support h3.eTtl {
	font-size: 50px;
	font-weight: bold;
}

#support h3.eTtl a {
	color:#E61F19;
	text-decoration: none;
}

#support h3.eTtl a:hover {
	opacity: 0.8;
}

#support span {
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	#support {
		padding: 50px 20px;
	}

	#support .inner {
	padding-left: 0;
	padding-right: 0;
	}
}

@media screen and (max-width: 540px) {
	#support .inner br.sp {
		display: inherit;
	}

	#support h2.eTtl {
		font-size: 28px;
	}

	#support .inner p {
		font-size: 16px;
	}

	#support h3.eTtl {
		font-size: 28px;
	}
}

@media screen and (max-width: 360px) {
	#support h3.eTtl {
		font-size: 30px;
	}
}
/* -----------コンタクトcontact-----------  */

/*
.mapOuter {
	padding: 60px 100px;
}
@media (max-width: 600px) {
	.mapOuter {
		padding: 60px 30px;
	}
}/* media 600px以下 */



/*
#whatwedo .firstBox {
	padding: 100px 0;
}

#whatwedo .firstBox > div {
	padding-left: 15%;
	position: relative;
}

#whatwedo .firstBox .txtArea {
	font-size: 28px;
    text-align: center;
    width: 330px;
    padding-left: 100px;
    padding-bottom: 30px;
    margin-top: 120px;
}

#whatwedo .firstBox .txtArea img {
	display: inline-block;
	margin-top: 40px;
}

#whatwedo .firstBox .imgArea {
	position: absolute;
	bottom: -117px;
	right: 15%;
	z-index: 10;
}

#whatwedo .secondBox {
	padding: 100px 0;
}

#whatwedo .secondBox > div {
	padding: 0 15%;
	position: relative;
}

#whatwedo .secondBox .logoArea {
	position: absolute;
	width: 164px;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#whatwedo .secondBox .clientBox {
	border: 1px solid #e7211a;
	background: #FFF;
	width: 35%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	position: relative;
}
/*
#whatwedo .secondBox .clientBox.left {
	float: left;
}

#whatwedo .secondBox .clientBox.left:after {
	content: url(../../images/arrow_right.png);
	width: 51px;
	height: 40px;
	position: absolute;
	right: -51px;
    top: 175px;
}

#whatwedo .secondBox .clientBox.right {
	float: right;
}

#whatwedo .secondBox .clientBox.right:after {
	content: url(../../images/arrow_left.png);
	width: 53px;
	height: 42px;
	position: absolute;
	left: -53px;
    top: 175px;
}

#whatwedo .secondBox .clientBox div {
	text-align: center;
}

#whatwedo .secondBox .clientBox .subTtl {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

#whatwedo .secondBox .clientBox .subTtl span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

#whatwedo .secondBox .clientBox .txt {
	margin-top: 30px;
}

#whatwedo .secondBox .imgArea {
	width: 87px;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#whatwedo .secondBox .catchCopy {
	clear: both;
	font-size: 38px;
	padding-top: 180px;
	text-align: center;
} */

#history {
	background: #f2f2f0 url(../../images/history_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	font-size: 14px;
	padding: 60px;
}
@media (max-width: 600px) {
	#history {
	background: #f2f2f0 url(../../images/history_bg.jpg) no-repeat center top;
		background-size: 400px auto;
		padding: 40px 30px;
	}
}/* media 600px以下 */

#history .inner > div {
	text-align: center;
	font-size: 16px;
}

.cbp_tmtimeline {
	margin: 30px 0 0 64px;
	padding: 0;
	list-style: none;
	position: relative;
}
@media (max-width: 600px) {
	.cbp_tmtimeline {
		margin: 30px 0 0 0;
	}
}/* media 600px以下 */

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #000;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 17%;
	padding-right: 100px;
	position: absolute;
    top: -21px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	color: #000;
	font-size: 40px;
	padding-top: 6px;
	font-family: 'Graduate', cursive;
}


/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 19% 15px 27%;
	background: #fff;
	color: #000;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > .lastItem .cbp_tmlabel {
	background: #000!important;
	color: #FFF!important;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel img {
	width: 100%;
}


.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: none;
	font-size: 16px;
	text-align: left;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', ' ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
@media (max-width: 600px) {
	.cbp_tmtimeline > li .cbp_tmlabel h2 {
		font-size: 13px;
	}
}/* media 600px以下 */

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline > .lastItem .cbp_tmlabel:after {
	border-right-color: #000!important;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 20px;
	height: 20px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #000;
	text-align: center;
	left: 20.7%;
	top: 7px;
	margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		display: none;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 10px 0 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #fff;
		top: -20px;
	}
	.cbp_tmtimeline > .lastItem .cbp_tmlabel:after {
		border-bottom-color: #000!important;
		border-right-color: transparent!important;
	}
	.cbp_tmtimeline > li .cbp_tmlabel img {
		width: 100%;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}
}


/*==============================================================
要素　スクロールアニメーション
==============================================================*/


/* 画面外にいる状態(下から) */
.#company {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

/* 画面外にいる状態(右から) */
.fadeinRight {
    opacity : 0.1;
    transform : translate(50px, 0);
    transition : all 500ms;
}

/* 画面外にいる状態(左から) */
.fadeinLeft {
    opacity : 0.1;
    transform : translate(-50px, 0);
    transition : all 500ms;
}

/* 画面内に入った状態 */
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

    /* 2つ目の要素に200msのdelayをかける */
.fadeinRight:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }

    /* 2つ目の要素に200msのdelayをかける */
.boxLayout .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
.boxLayout .fadein:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }

    .boxLayout .fadein:nth-of-type(5) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
.boxLayout .fadein:nth-of-type(6) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }

#clients .inner > div {
	text-align: center;
	font-size: 16px;
}

#history h3 {
	padding: 60px 0 30px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

#history .listBox {
	display: flex;
	flex-wrap: wrap;
}

#history .listBox li {
	width: calc(20%);
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2.5;
	padding: 1px 1px 1px 0;
	text-align: center;
}
@media (max-width: 600px) {
	#history .listBox li {
		width: calc(33.3%);
	}
}/* media 600px以下 */

#history .listBox li img {
	width: 100%;
}


#contact {
	text-align: center;
	font-size: 14px;
	padding: 60px;
}

#contact p {
	margin-top: 20px;
}

#contact p img {
	width: 80px;
	height: auto;
}

#contact p:nth-of-type(3) {
	font-size: 20px;
}
@media (max-width: 600px) {
	#contact p:nth-of-type(3) {
		font-size: 15px;
	}
}/* media 600px以下 */

#contact p:nth-of-type(4) {
	font-size: 20px;
}
@media (max-width: 600px) {
	#contact p:nth-of-type(4) {
		font-size: 15px;
	}
}/* media 600px以下 */

/* -----------フッターfooter-----------  */
footer {
	display: flex;
	width: 100%;
	height: 180px;
	color: #FFF;
	background: #595758;
	padding: 40px 0 0;
}

.footer {
	width: 80%;
	margin: 0 auto;
	text-align: right;
}

.copyright {
	display: table-cell;
	width: calc(100% / 3);
}
.copyright img {
	width: 100%;
	max-width: 815px;
	min-width: 300px;
}
.copyright small {
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}

.ft_menu {
	display: table-cell;
	width: 100%;
}

.ft_menu li {
	display: inline-block;
}
.ft_menu li + li{
	margin-left: 3%;
}
.ft_menu li a {
	width: 100%;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
	text-decoration: none;
}
.ft_menu li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {
	.footer {
		width: 86%;
	}
	.ft_menu li a {
		font-size: 13px;
	}
	.copyright img {
		width: 40%;
		display: block;
		margin: 0 auto 10px;
		max-width: 516px;
		min-width: 300px;
	}
}

@media screen and (max-width: 768px) {
	footer .pc {
		display: none;
	}

	footer {
		height: 100px;
		padding: 20px 0;
	}

	.footer {
		width: 80%;
		font-size: 12px;
		text-align: center;
	}
	.copyright {
		width: auto;
	 	padding: 0;
		margin: 0 auto;
		display: block;
	}

	.copyright small {
		margin-right: 0;
	}
}
/* -----------フッターfooter-----------  */


/*==============================================================
ドロワー
==============================================================*/

/* contents */
.contents {
    /*display: table;*/
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.contents__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.contents__inner p {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.contents__inner p span {
    border-bottom: 1px solid #fff;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
    opacity: 0;
}
@media (max-width: 600px) {
	.drawer-menu {
    width: 200px;
}
}/* media 600px以下 */

.drawer-menu li {
    text-align: center;
}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-decoration: none;
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 40px;
    right: 40px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}
@media (max-width: 600px) {
	.menu-btn {
	    top: 34px;
	    right: 18px;
	    zoom: 0.8;
	}
}/* media 600px以下 */

.barBase {
	background: #222;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: -12px;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 9px;
    opacity: 1;
}

.bar.bottom {
    top: 19px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 600px) {
	.close-menu {
    right: 200px;
}
}/* media 600px以下 */

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
@media (max-width: 600px) {
	.check:checked ~ .contents {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
}
}/* media 600px以下 */

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 36px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
        width: 36px;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}


/*==============================================================
タイトルアニメーション
==============================================================*/
.txtItem {
	opacity: 0;
}

.txtItem:nth-child(1) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

.txtItem:nth-child(2) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}

.txtItem:nth-child(3) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}


/*==============================================================
ローディング
==============================================================*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 50;
}


/*
=======================
   Circle Preloader
=======================
*/
.second-wrapper {
    background-color: #17607d;
}

.circle-loader {
  position: absolute;
  top: 35%;
  left: 50%;
  right: 50%;
  margin-left: -110px;
  z-index: 60;
}

.circle {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 2px solid #F00;
    border-bottom: 2px solid transparent;
    border-left:  2px solid #F00;
    border-right: 2px solid transparent;
    animation: animate 2s infinite;
}

.circle_one {
    left: 85px;
    top: 85px;
    width: 40px;
    height: 40px;
}

.circle_two {
    left: 75px;
    top: 75px;
    width: 60px;
    height: 60px;
  animation-delay: 0.2s;
}

.circle_three {
    left: 65px;
    top: 65px;
    width: 80px;
    height: 80px;
  animation-delay: 0.4s;
}

@keyframes animate {
  50% { transform: rotate(360deg) scale(0.8); }
}



#loader {
  display: none;
  position: fixed;
  top: 35%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 40;
}

#loader,
#loader:before,
#loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 3em;
}
#loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader:before,
#loader:after {
  position: absolute;
  top: 0;
  content: '';
}
#loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}




/*==============================================================
共通モジュール
==============================================================*/
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}

@media (max-width: 600px) {
	.spOnly {
		display: block !important;
	}
	.pcOnly {
		display: none !important;
	}
}/* media 500px以下 */

.eTtl {
	color: #E61F19;
	font-size: 40px;
	margin-top: 0!important;
	margin-bottom: 0;
	font-family: 'Questrial', sans-serif;
	font-weight: 200;
}
@media (max-width: 600px) {
	.eTtl {
		text-indent:  0;
	}
}

.ttl {
	font-weight: normal;
	display: inline-block;
	font-size: 30px;
}

.bgGrey {
	background: #eef3f5;
}

.bgLightGrey {
	background: #f6f9fa;
}

.underArrowGrey {
	position: relative;
}

.underArrowGrey:after {
	content: url(../../images/arrow_bottom1.png);
	display: block;
	position: absolute;
	width: 172px;
	height: 70px;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}

.underArrowLightGrey {
	position: relative;
}

.underArrowLightGrey:after {
	content: url(../../images/arrow_bottom2.png);
	display: block;
	position: absolute;
	width: 172px;
	height: 70px;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}


.boxLayout {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 600px) {
	.boxLayout {
		display: block;
	}
}/* media 600px以下 */

.boxLayout li {
	width: calc(33.3%);
	box-sizing: border-box;
	padding: 50px;
}
@media (max-width: 600px) {
	.boxLayout li {
		width: auto;
		padding: 50px;
	}
}/* media 600px以下 */

.boxLayout li p {
	margin-bottom: 20px;
}

.icon {
	text-align: center;
	margin-bottom: 30px;
}




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
	z-index: 999;
}
@media (max-width: 600px) {
	#pageTop {
		bottom: 20px;
		right: 16px;
	}
}/* media 500px以下 */
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


#pageTop a img {
	width: 100%;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/*====================================
幅が600px未満の場合
*/
@media (max-width: 600px) {
}/* media 600px以下 */
