@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* project */
/* --------------------------------------------------------------------- */

/* transition */
.p_accessButton,
.p-button-type1,
.n-listTable tr td p,
.p-button-type2,
.p-pagenaviArea nav ul li:hover a span,
.p-button-type3,
.c-listTable tr td a{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* title */

.p-contentsTitle{
	font-family: 'kyokasho_l', YuMincho, "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;	font-size: 2.0rem;
	font-size: 20px;
	line-height: 1.4;
	color: #111111;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.p-contentsTitle--wh{
	color: #fff;
}

.p-contentsTitle:before{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-7px;
	position: relative;
}

.p-contentsTitle:after{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-7px;
	position: relative;
}

.p-contentsTitleEng{
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.4;
	color: #b3b3b3;
	text-align: center;
	font-weight: bold;
}

.p-pageTitle_jp{
	font-family: 'kyokasho_l', YuMincho, "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;	font-size: 2.8rem;
	font-size: 28px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.p-pageTitle_jp--index{
	padding: 200px 0px 0px 0px;
}

.p-pageTitle_jp--hierarchy{
	padding: 120px 0px 0px 0px;
}

.p-pageTitle_eng{
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.4;
	color: #b3b3b3;
	font-weight: bold;
	text-align: center;
}

.p-hierarchyPageTitleArea{
	font-family: 'kyokasho_l', YuMincho, "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;	font-size: 2.8rem;
	text-align: center;
	padding: 50px 0px 50px 0px;
	padding: 80px 0px 20px 0px;
}

.p-hierarchyPageTitleArea--history{
	text-align: center;
	padding: 50px 0px 50px 0px;
	background: url("https://www.daisen-g.com/aka/images/company/history_bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.p-hierarchyPageTitleArea--profile{
	text-align: center;
	padding: 50px 0px 50px 0px;
	background: url("https://www.daisen-g.com/aka/images/company/profile_bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 594px;
}

.p-hierarchyPageTitleArea--recruitmessage{
	text-align: center;
	margin: 0px auto 0px auto !important;
	padding: 0px !important;
	background: url("https://www.daisen-g.com/aka/images/recruit/recruitmessage_bg.jpg") no-repeat;
	background-size: 1120px 571px;
	min-height: 571px;
	width: 1120px;
	position: relative;
}

.p-hierarchyPageTitle{
	font-size: 2.4rem;
	font-size: 24px;
	line-height: 1.4;
	color: #111111;
	font-weight: bold;
	text-align: center;
	border-bottom: #ECD893 double 5px;
	padding-bottom: 15px;
	width: 1120px;
	margin: 0 auto;
}

.p-hierarchyPageTitle--history{
	font-size: 2.4rem;
	font-size: 24px;
	line-height: 1.4;
	color: #af9757;
	font-weight: bold;
	text-align: center;
}

/*
.p-hierarchyPageTitle:before{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-7px;
	position: relative;
}

.p-hierarchyPageTitle:after{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-7px;
	position: relative;
}
*/

.p-hierarchyPageTitle--history:before{
	width: 36px;
	height: 1px;
	content: "";
	background: #5f5a4f;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-7px;
	position: relative;
}

.p-hierarchyPageTitle--history:after{
	width: 36px;
	height: 1px;
	content: "";
	background: #5f5a4f;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-7px;
	position: relative;
}



/* pk */

.p-pkArea{
	width: 100%;
	position: absolute;
}

.p-pkArea--index{
	bottom:66px;
}

.p-pkArea--index--solservice{
	bottom:20px;
}

.p-pkArea--hierarchy{
	bottom:66px;
	bottom:20px;
}

.p-pkArea--page{
	bottom:66px;
}

.p-pkAreaInner{
	width: 1120px;
	margin: 0px auto;
}

.p-pkArea nav ul{
	list-style: none;
}

.p-pkArea nav ul li{
	float: left;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.4;
	position: relative;
	color: #fff;
	padding: 0px 10px 0px 0px;

}

.p-pkArea nav ul li a{
	text-decoration: none;
}

.p-pkArea nav ul li a span{
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.p-pkArea nav ul li:before{
	width: 6px;
	height: 10px;
	background: url("https://www.daisen-g.com/aka/images/common/obj_next_type6.png") no-repeat;
	background-size: 6px 10px;
	content: "";
	display: inline-block;
	margin: 0px 10px 0px 0px;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.p-pkArea nav ul li:first-child:before{
	display: none;
}


/* pagenavi */

.p-pagenaviArea{
	width: 100%;
	height: 46px;
	background: rgba(0,0,0, 0.7);
	position: absolute;
	bottom:0px;
}

.p-pagenaviAreaInner{
	width: 1120px;
	height: 46px;
	margin: 0px auto;
}

.p-pagenaviArea nav p{
	font-size: 1.4rem;
	font-size: 14px;
	line-height:46px;
	color: #111111;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	float: left;
}

.p-pagenaviArea nav p.active a{
	color: #111111;
	background: #fff;
}

.p-pagenaviArea nav p a{
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	color: #fff;
	background: #2e2e2e;
	
}

.p-pagenaviArea nav ul{
	float: left;
	list-style: none;
}

.p-pagenaviArea nav ul li{
	font-size: 1.4rem;
	font-size: 14px;
	line-height:46px;
	color: #111111;
	font-weight: bold;
	float: left;
	display: inline-block;
	border-left: 1px solid #e4e4e4;
}

.p-pagenaviArea nav ul li.guideline{
	font-size: 1.4rem;
	font-size: 14px;
	line-height:46px;
	color: #fff;
	font-weight: bold;
	float: left;
	display: inline-block;
	border-left: 1px solid #e4e4e4;
	padding: 0px 30px 0px 30px;
}

.p-pagenaviArea nav ul li a{
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	color: #004973;
	background: #f6f6f6;
	position: relative;
}

.p-pagenaviArea nav ul li:hover a span{
	color: #37799f;
}

.p-pagenaviArea nav ul li.active a{
	color: #111111;
	background: #ffffff;
}

body.history .p-pagenaviArea nav ul li.active a{
	color: #fff !important;
	background: #0b0908;
}


.p-pagenaviArea nav ul li a:before{
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type4.png") no-repeat;
	background-size: 16px 16px;
	margin: -3px 6px 0px 0px;
	vertical-align: middle;
}

.p-pagenaviArea nav ul li.active a:before{
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_down_type1.png") no-repeat;
	background-size: 16px 16px;
	margin: -3px 6px 0px 0px;
	vertical-align: middle;
}


/* button */
.p_accessButton{
	border-radius: 4px;
	background: #2b2b2d;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.p_accessButton a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 30px 7px 10px;
	text-align: left;
	position: relative;
}
.p_accessButton a:after{
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type3.png") no-repeat;
	background-size: 14px 14px;
	margin: 2px 10px 0px 0px;
	vertical-align: middle;
	position: absolute;
	right: 0px;
}
.p_accessButton:hover{
	background: #111;
}


.p-button-type1{
	border-radius: 4px;
	background: #004973;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.p-button-type1--rec{
	background: #c7121d;
}

.p-button-type1--reclink{
	background: #198d3a;
}

.p-button-type1--recvoicelink{
	background: #c7121d;
}

.p-button-type1:hover{
	background: #002d47;
}

.p-button-type1--rec:hover{
	background: #8a0911;
}

.p-button-type1--reclink:hover{
	background: #094c1c;
}

.p-button-type1--recvoicelink:hover{
	background: #7b070e;
}

.p-button-type1 a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 0px 14px 0px;
	text-align: center;
	position: relative;
}

.p-button-type1 a:after{
	width: 22px;
	height: 22px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/aka/images/common/obj_next_type3.png") no-repeat;
	background-size: 22px 22px;
	margin: 0px 14px 0px 0px;
	vertical-align: middle;
	position: absolute;
	right: 0px;
}

.p-button-type2{
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	border-radius: 4px;
	border:2px solid #0b3c58;
	position: relative;
	margin: 5px 16px 0 16px;
	width: auto;
}

.p-button-type2:hover{
	border:2px solid #f0f0f0;
	border:2px solid #09283A;
}

.p-button-type2 a{
	display: block;
	color: #0b3c58;
	text-decoration: none;
	padding: 10px 40px 10px 20px;
	text-align: center;
	position: relative;
}

.p-button-type2 a:before{
	width: 8px;
	height: 13px;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type5.png") no-repeat;
	background-size: 8px 13px;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top:0;
	bottom:0;
	margin: auto;
}


.p-button-type3{
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
	border-radius: 4px;
	border:2px solid #0b3c58;
	position: relative;
}

.p-button-type3:hover{
	border:2px solid #f0f0f0;
}

.p-button-type3 a{
	display: block;
	color: #0b3c58;
	text-decoration: none;
	padding: 10px 20px 10px 40px;
	text-align: center;
	position: relative;
}

.p-button-type3 a:before{
	width: 8px;
	height: 13px;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_back_type1.png") no-repeat;
	background-size: 8px 13px;
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top:0;
	bottom:0;
	margin: auto;
}





.p-hierarchyBackButtonArea{
	text-align: center;
	padding: 0px 0px 60px 0px;
	background: #fff;
	margin: -1px 0px 0px 0px;
	display: block;
}

.p-hierarchyBackButton{
	margin: 0px auto;
}

/* news table */

.n-listTable{
	width: 400px;
	margin: 20px auto;
	border-top: 1px solid #e7e7e7;
	text-align: left;
}

.n-listTable tr th{
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	width: 140px;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	color: #2d3134;
	padding: 14px 0px;
	cursor: pointer;
}

.n-listTable tr td{
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	color: #0b3c58;
	padding: 14px 0px;
	position: relative;
	cursor: pointer;
}

.n-listTable tr:hover td p{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.n-listTable tr td:after{
	width: 8px;
	height: 13px;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type5.png") no-repeat;
	background-size: 8px 13px;
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top:0;
	bottom:0;
	margin: auto;

}

.c-listTable{
	width: 400px;
	margin:20px auto;
	border: 1px dotted #b4b4b4;
	text-align: left;
}

.c-listTable tr th{
	border-bottom: 1px dotted #b4b4b4;
	text-align: left;
	width: 230px;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.7;
	color: #110f0e;
	padding: 14px 0px;
	font-weight: bold;
	vertical-align: top;
}

.c-listTable tr td{
	border-bottom: 1px dotted #b4b4b4;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.7;
	color: #2d3134;
	padding: 14px 0px;
	position: relative;
	vertical-align: top;
}

.c-listTable tr td a{
	color: #0b3c58;
	text-decoration: none;
}


.c-listTable tr td a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

/* page hierarchy navi */

.p-hierarchyNaviArea{
	display: none;
}




/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */

@media screen and (max-width: 768px){

/* title */

.p-contentsTitle{
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.4;
	color: #111111;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.p-contentsTitle--wh{
	color: #111111;
}

.p-contentsTitle:before{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-5px;
	position: relative;
}

.p-contentsTitle:after{
	width: 36px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-5px;
	position: relative;
}

.p-contentsTitleEng{
	font-size: 1rem;
	font-size: 10px;
	line-height: 1.4;
	color: #b3b3b3;
	text-align: center;
	font-weight: bold;
}


.p-pageTitle_jp{
	font-size: 2rem;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.p-pageTitle_jp--index{
	padding: 50px 0px 0px 0px;
}

.p-pageTitle_jp--hierarchy{
	padding: 50px 0px 0px 0px;
}

.p-pageTitle_eng{
	font-size: 0.9rem;
	font-size: 9px;
	line-height: 1.4;
	color: #b3b3b3;
	font-weight: bold;
	text-align: center;
}


.p-hierarchyPageTitleArea{
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.p-hierarchyPageTitleArea--history{
	text-align: center;
	padding: 20px 0px 50px 0px;
}

.p-hierarchyPageTitle{
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.4;
	color: #111111;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.p-hierarchyPageTitle--history{
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.4;
	color: #af9757;
	font-weight: bold;
	text-align: center;
}

/*
.p-hierarchyPageTitle:before{
	width: 30px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-7px;
	position: relative;
}

.p-hierarchyPageTitle:after{
	width: 30px;
	height: 1px;
	content: "";
	background: #b3b3b3;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-7px;
	position: relative;
}
*/

.p-hierarchyPageTitle--history:before{
	width: 30px;
	height: 1px;
	content: "";
	background: #5f5a4f;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	top:-7px;
	position: relative;
}

.p-hierarchyPageTitle--history:after{
	width: 30px;
	height: 1px;
	content: "";
	background: #5f5a4f;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	top:-7px;
	position: relative;
}

.p-hierarchyPageTitleArea--profile{
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: url("https://www.daisen-g.com/karubi/images/company/profile_bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	min-height:220px;
}

.p-hierarchyPageTitleArea--recruitmessage{
	text-align: center;
	margin: 0px auto 0px auto !important;
	padding: 0px !important;
	background: url("https://www.daisen-g.com/karubi/images/recruit/recruitmessage_bg.jpg") no-repeat;
	background-size: cover;
	min-height:220px;
	width: 100%;
	position: relative;
}


/* pk */

.p-pkArea{
	display: none;
}


/* pagenavi */

.p-pagenaviArea{
	display: none;
}


/* button */

.p-button-type1{
	border-radius: 4px;
	background: #004973;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

.p-button-type1--rec{
	background: #c7121d;
}

.p-button-type1--reclink{
	background: #198d3a;
}

.p-button-type1--recvoicelink{
	background: #c7121d;
}

.p-button-type1:hover{
	background: #004973;
}

.p-button-type1--rec:hover{
	background: #c7121d;
}

.p-button-type1--reclink:hover{
	background: #198d3a;
}

.p-button-type1--recvoicelink:hover{
	background: #c7121d;
}

.p-button-type1 a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 0px 14px 0px;
	text-align: center;
	position: relative;
}

.p-button-type1 a:after{
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type3.png") no-repeat;
	background-size: 14px 14px;
	margin: 3px 14px 0px 0px;
	vertical-align: middle;
	position: absolute;
	right: 0px;
}

.p-button-type2{
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	border-radius: 4px;
	border:2px solid #0b3c58;
	position: relative;
}

.p-button-type2:hover{
	border:2px solid #0b3c58;
}

.p-button-type2 a{
	display: block;
	color: #0b3c58;
	text-decoration: none;
	padding: 10px 40px 10px 20px;
	text-align: center;
	position: relative;
}

.p-button-type2 a:before{
	width: 8px;
	height: 13px;
	background: url("https://www.daisen-g.com/karubi/images/common/obj_next_type5.png") no-repeat;
	background-size: 8px 13px;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top:0;
	bottom:0;
	margin: auto;
}

	
	
	
	
	
.p-hierarchyBackButtonArea{
	text-align: center;
	padding: 0px 0px 30px 0px;
	background: #fff;
}




/* news table */

.n-listTable{
	width: 100%;
	margin: 0px auto 20px auto;
	border-top: 1px solid #e7e7e7;
	text-align: left;
}

.n-listTable tr th{
	border-bottom: none;
	text-align: left;
	width: 140px;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.5;
	color: #2d3134;
	padding: 14px 16px 0px 16px;
	cursor: pointer;
	display: block;
}

.n-listTable tr td{
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.5;
	color: #0b3c58;
	padding: 4px 22px 14px 16px;
	position: relative;
	cursor: pointer;
	display: block;
}

.n-listTable tr:hover td p{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.n-listTable tr td:after{
	width: 8px;
	height: 13px;
	background: url("https://www.daisen-g.com/aka/images/common/obj_next_type5.png") no-repeat;
	background-size: 8px 13px;
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	top:-28px;
	bottom:0;
	margin: auto;
}


.c-listTable{
	width: 100%;
	margin: 20px auto;
	border-top: 1px dotted #b4b4b4;
	text-align: left;
}

.c-listTable tr th{
	border-bottom: none;
	text-align: left;
	width: 230px;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.7;
	color: #110f0e;
	padding: 14px 0px 0px 0px;
	font-weight: bold;
	vertical-align: top;
	display: block;
}

.c-listTable tr td{
	border-bottom: 1px dotted #b4b4b4;
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.7;
	color: #2d3134;
	padding: 0px 0px 14px 0px;
	position: relative;
	vertical-align: top;
	display: block;
}

.c-listTable tr td a{
	color: #0b3c58;
	text-decoration: none;
}


.c-listTable tr td a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}


/* page hierarchy navi */

.p-hierarchyNaviArea{
	background: #fff;
	border-top: 1px dotted #b4b4b4;
	display: block;
}


.p-hierarchyNaviArea nav ul{
	list-style: none;
	margin: 0px;
}

.p-hierarchyNaviArea nav ul li{
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.7;
	border-bottom: 1px dotted #b4b4b4;
}

.p-hierarchyNaviArea nav ul li a{
	display: block;
	padding: 10px 26px;
	text-decoration: none;
	color: #004973;
}

.p-hierarchyNaviArea nav ul li a:before{
	width: 6px;
	height: 10px;
	content: "";
	display: inline-block;
	background: url("https://www.daisen-g.com/aka/images/common/obj_next_type5.png") no-repeat;
	background-size: 6px 10px;
	margin: 0px 4px 0px 0px;
}

.p-hierarchyNaviArea nav ul li.active a:before{
	background: url("https://www.daisen-g.com/aka/images/common/obj_next_type1.png") no-repeat;
	background-size: 6px 10px;
	margin: 0px 4px 0px 0px;
}
	



}



