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

/* Reset
----------------------------------------------------*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table,th,td {font-size: 100%;line-height: 1.6;}
caption,th {text-align: left;font-weight: normal;}
object,embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
img,abbr,acronym,fieldset {border: 0;}
ul,li {list-style-type: none;}
img,a img{border:none;background:transparent;vertical-align:bottom;}

/* font
----------------------------------------------------*/
body {
	/*font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
    /*font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*color: #333;*/
	border-top:5px solid #785023;
	font-size: 100% !important;
}
html>/**/body { font-size: 10px; } /* Except IE */
* html body { /* IE6用フォント指定 */
	/*font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;*/
}

/*--- default */
body {
	background: #fff;
	text-align: center;
}

/* Link
----------------------------------------------------*/
a {
	color:#333;
}
a:hover {
	color:#785023;
	text-decoration: none;
}


/* float,clear
----------------------------------------------------*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.cf { /* clearfix */
	zoom: 1;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
form.center,
.center {
	text-align: center;
}
.txt_narrow {
	letter-spacing: -1px;
}
.txt_space {
	letter-spacing: 1px;
}
.txt_indent {
	text-indent: 1em;
}


/* wrapper
----------------------------------------------------*/
#wrapper {
}


/* header
----------------------------------------------------*/
#header {
	width: 980px;
	margin: 0 auto;
	height: 125px;
    position: relative;
}
	#logo {
        float: left;
        width: 420px;
        text-align: left;
        line-height: 85px;
        position: absolute;
        left: 0;
        top: 20px;
	}
	#headerR {
	float: right;
	/*width: 450px;*/
	width: 450px;
	margin-top: 10px;
	text-align: right;
	}
	#headerR ul {
	}
	#headerR ul li {
		float: left;
		margin-right: 10px;
	}
	#headerR ul li + li {
		margin-right: 0;
		margin-left: 10px;
	}
#naviWrapper {
	clear:both;
	background:#785023;
}
	#globalNav {
	width: 980px;
	margin: 0 auto;
	}
		#globalNav li {
			float:left;
            position: relative;
		}

#mainvisual {
	position: relative;
    height: 600px;
    overflow: hidden !important;
}
	#inrVisual {
	}
	#mainvisual_box {
		float: center;
		width: 975px;
		margin: 0 auto;
	}
	#mainvisual_box01 {
		float: left;
	}
	#mainvisual_box02 {
		float: right;
		background-color: #FFF;
		width: 233px;
		height: 253px;
		margin: 0 6px 0 0;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	#mainvisual_box02 div {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 9px 0 0 0;
		margin: 0 0 6px 0;
		background-image:url(../images/common/mainvisual_131212bttl.jpg);
		background-repeat: no-repeat;
		height: 33px;
		color: #FFF;
	}
	#mainvisual_box02 p {
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 15px 12px;
		padding: 2px 0 0 0;
		text-align: left;
	}
	#mainvisual_box02 dl {
		margin: 0 15px 20px 10px;
		text-align: left;
	}
	#mainvisual_box02 dl dt {
		background-image: url(../images/common/mainvisual_131212dt.jpg);
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 0 8px;
		margin: 0 0 6px 2px;
		line-height: 1.4em;
		font-size: 16px;
		font-weight: bold;
		background-repeat: no-repeat;
	}
	#mainvisual_box02 dl dd {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4em;
		margin: 2px 0 5px 12px;
		background-repeat: no-repeat;
		background-position: 0px 50%;
	}
	#mainvisual_box02 dl dd+dd {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4em;
		margin: 0 0 0 12px;
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(../images/common/mainvisual_131212dd.jpg);
		padding: 0 0 0 14px;
	}
	#mainvisual_box02 dl dd.ttl {
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-image: url(../images/common/mainvisual_131212dd.jpg);
		padding: 0 0 0 14px;
	}


/* content
---------------------------------------- */
#content {
	width: 980px;
	margin: 40px auto 40px;
}

.article {
	margin-bottom:40px;
}
	.pageheading {
		margin-bottom:40px;
	}
	.pageheading02 {
		margin-bottom:40px;
		padding:21px 0 15px 45px;
		font-size:2em;
		font-weight:bold;
		text-align:left;
		background:url(../images/bg_pageheading_service.gif) 0 0 no-repeat;
	}

	.under_h4,
    .heading01 {
		margin-bottom:20px;
		padding:5px 0 5px 5px;
		font-size:1.2em;
		text-align:left;
		background:url(../images/common/bg_heading.jpg) 0 0 repeat-x;
		border:1px solid #ccc;
	}
		.under_h4 span,
        .heading01 span {
			display: block;
			padding: 1px 0 1px 10px;
			background:url(../images/common/bg_border_heading.jpg) 0 1px no-repeat;
			font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
		}

	.heading02 {
		margin-bottom:20px;
		padding:5px 0 5px 10px;
		color:#785023;
		text-align:left;
		background:url(../images/common/bg_heading.jpg) 0 0 repeat-x;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
        clear: both;
	}

	.inr01 {
		clear:both;
		width:690px;
		margin:0 auto 40px;
		text-align:left;
	}
	.inr01 p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
	}
	.inrinr {
		clear:both;
		width:665px;
		margin:0 auto 40px;
		text-align:left;
	}
	.bred {
		border: 1px solid #FF0000;
		padding: 5px;
	}
	.img_R {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	}
	.img_R2 {
		margin: 12px 0 10px 10px;
		float: right;
	}
	.rinen {
		width: 220px;
		margin: 0 10px 10px 0;
		float: left;
	}
	.cover {
		widht: 100%;
		clear: both;
	}


/* main
---------------------------------------- */
#main {
	float:left;
	width:720px;
}
	.contentBox {
		clear:both;
		margin-bottom:40px;
	}
		.inrContents01 {
			background:url(../images/common/bg_top_content.gif) 0 0 repeat;
			/*IE*/
			*padding-bottom:6px;
		}
		.inrContents02 {
		}
		.inrContents03 {
		}

ul.floatList {
	padding-top:6px;
}
	.floatList li {
		float:left;
		margin-left:6px;
		margin-bottom:6px;
		/*IE*/
		_margin-left:3px;
	}
.inrContents03 ul.floatList {
	padding-top:6px;
}
	.inrContents03 .floatList li {
		float:left;
		margin-left:6px;
		margin-bottom:6px;
		/*IE*/
		_margin-left:3px;
	}


/* side
---------------------------------------- */
#side {
	float:left;
	width:240px;
	margin-left:20px;
}

.sideNav {
	margin-bottom:15px;
	background:url(../images/common/side_mid.gif) 0 0 repeat-y;
}

.sideContact {
	margin-bottom:15px;
	background:url(../images/common/side_mid.gif) 0 0 repeat-y;
}
	.inrSide {
		padding:10px 15px;
	}
		.inrSide ul {
			text-align:left;
		}
			.inrSide li {
				margin-bottom:0.6em;
				padding:0 0 0.6em 1em;
				background:url(../images/common/listmark03.gif) 0 6px no-repeat;
				border-bottom:1px dotted #ccc;
			}
			.inrSide li a {
			}
	.sideBottom {
		height:6px;
		background:url(../images/common/side_bottom.gif) 0 bottom no-repeat;
	}

.sideBnrList li {
	margin: 0 0 10px 0;
}


/* footer
---------------------------------------- */
#footer {
clear: both;
    padding-top: 25px;
    background: /*url(../images/common/bg_footer.gif) 0 0 repeat-x */#f5f5f5;
    border-top: 3px solid #785023;
}
	#inrFooter {
		width:980px;
		margin:0 auto;
		padding-bottom:70px;
	}
		#footerLogo,
		#assistNav {
			float:left;
			width:490px;
			text-align:left;
		}
#footerLogo {
	width: auto;
}
#assistNav {
	float: right;
	width: 710px;
}
	#assistNav ul {
		float:left;
		font-size:0.9em;
		font-weight:bold;
		margin-left:38px;
	}
		#assistNav li {
			margin-bottom:10px;
			padding-left:15px;
			background:url(../images/common/listmark01.gif) no-repeat 0 7px;
			clear: both;
		}
#assistNav .nav02 {
	width: 100px;
}
li .inrAssistNav {
	margin-top: 10px;
	margin-left: 0 !important;
	font-weight:normal !important;
    margin-bottom: 5px;
}
	li .inrAssistNav li {
		background:url(../images/common/listmark02.gif) 0 55% no-repeat !important;
		width: 100%;
	}

#copyright {
	clear:both;
	padding:10px 0;
	font-size:0.8em;
	background:#fff;
	border-top:1px solid #ccc;
}

.tbl01 {
	width:100%;
	margin-top:20px;
}
	.tbl01 th,
	.tbl01 td {
		padding:15px;
		border-bottom:1px solid #ddd;
	}
	.tbl01 th {
		width:25%;
		font-weight:bold;
		vertical-align:top;
		background:#f9f9f9;
	}
	.tbl01 td {
		width:75%;
	}


/* 01 index
----------------------------------------------------*/
.inrContents02 {
}
/*#news {
	text-align:left;
}
	#news dt,
	#news dd {
		padding:0.75em 0;
	}
	#news dt {
		width:9em;
	}
	#news dd {
		margin-top:-3em;
		padding-left:6.5em;
		border-bottom:1px dotted #ccc;
	}
	#news dd img {
		position:relative;
		top:-0.2em;
		margin-right:0.5em;
	}*/


/* 02 特徴
----------------------------------------------------*/
.featuresBox {
}
	.featuresBox p {
		margin-bottom:1em;
		line-height:1.4em;
	}

.hokoseiList {
}
	.hokoseiList li {
		float:left;
		width:216px;
		margin-left:15px;
		padding-bottom:10px;
		text-align:center;
		border:2px solid #3399CC;
	}
	.hokoseiList li p {
		margin:5px auto;
		line-height:1.2;
	}


/* 03 サービス案内
----------------------------------------------------*/
.tblService {
	width:100%;
	margin-bottom:40px;
	border-collapse:collapse;
}
	.tblService th,
	.tblService td {
		border:1px solid #ddd;
	}

	/*thead*/
	.tblService thead th {
		padding:0.4em;
		color:#fff;
		font-weight:bold;
		text-align:center;
		background: #785023;
	}
		.tblService thead th a {
			color:#fff;
		}

	/*tbody*/
	.tblService tbody th {
		text-align:center;
		vertical-align:middle;
	}

	.tblService td {
		padding:0.4em;
	}

	#tdColor01 th {
		background:#FF9673;
	}
	#tdColor02 th {
		background:#3399CC;
	}
	#tdColor03 th {
		background:#339967;
	}

	/*
	#tdColor03 td {
		background:#EAF1DD;
	}
    */

.odd-row {
	background:#FFEEE8;
}
.odd-row02 {
	background:#ECF1F8;
}
.odd-row03 {
	background:#E8FFE9;
}

.loopRightBox02 {
	overflow:hidden;
	margin-bottom:15px;
	text-align:left;
}
	.loopRightBox02 h4 {
		margin-bottom:0.4em;
		padding-bottom:0.2em;
		font-size:1.3em;
		font-weight:bold;
	}
	.loopRightBox02 h4 a {
		color:#785023;
	}
	.loopRightBox02 p {
		line-height: 1.4em;
	}

#inrService01 {
	width:660px;
	padding:15px;
	border:1px solid #ccc;
}
	#inrService01 p {
	}

#inrService02 {
	width:660px;
	padding:15px;
	background:#FFF3EC;
	border:1px solid #FFD5BB;
}
	#inrService02 p {
		margin-bottom:1em;
	}


.list02 {
}
	.list02 li {
		margin-bottom:0.6em;
		padding:0 0 0.6em 0;
		font-weight:bold;
		border-bottom:1px dotted #ccc;
	}
	.list02 li span {
		display:inline-block;
		margin-right:5px;
		padding:0 5px;
		color:#fff;
		background:#0068B7;
	}
.themeCont {
	margin-bottom:0.6em;
	padding:0 0 0.6em 0;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
.themeCont dt {
	margin-right:5px;
	padding:0 5px;
	color:#fff;
	background:#0068B7;
	width: 11px;
	float: left;
}
.themeCont dd {
	padding-left: 26px;
}
.themeCont dd span {
	font-weight: normal;
	display: block;
}


/* 04 コンサルタント紹介
----------------------------------------------------*/
.loopRightBox {
	overflow:hidden;
	margin-bottom:15px;
}
	.loopRightBox .position {
		font-size:0.9em;
	}
	.loopRightBox h4 {
		position:relative;
		margin-bottom:0.4em;
		padding-bottom:0.2em;
		font-size:1.4em;
		font-weight:bold;
		border-bottom:1px solid #785023;
	}
	.loopRightBox h4 span {
		position:absolute;
		right:0;
		top:3px;
		/*IE*/
		*top:-1px;
		_left:414px;
	}


#detailConsultans {
}
	#detailConsultans .position,
	#detailConsultans h4 {
		text-align:center;
	}

	#detailConsultans .position {
		margin-top:0.4em;
		font-size:0.9em;
	}

	#detailConsultans h4 {
		font-size:1.4em;
		font-weight:bold;
	}

	#detailConsultans p {
	margin-bottom: 0.75em;
	line-height: 1.4em;
	}

.tbl02 {
	width:100%;
	margin:20px auto 10px;
	border-collapse:collapse;
}
	.tbl02 th,
	.tbl02 td {
		padding:5px;
		text-align:center;
		border:1px solid #ddd;
	}
	.tbl02 th {
		color:#fff;
		font-weight:bold;
		background:#4F4B49;
	}
	.tbl02 td {
	}
.comment p {
	margin-bottom: 1em;
}
.name_yomi {
	text-align: left;
	display: inline-block;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.name_eng {
	font-size: 12px;
	text-align: center;
	color: #999;
}

/* 05 採用情報
----------------------------------------------------*/
.list01 {
}
	.list01 li {
		margin-bottom:0.6em;
		padding:0 0 0.6em 1em;
		font-weight:bold;
		background:url(../images/common/listmark03.gif) 0 6px no-repeat;
		border-bottom:1px dotted #ccc;
	}


/* 06 経営塾
----------------------------------------------------*/
#tblKeieijuku {
}
	#tblKeieijuku th,
	#tblKeieijuku td {
	}
	#tblKeieijuku th {
	}
	#tblKeieijuku td {
		text-align:left;
	}

#tblKeieijuku thead th {
	background:#785023;
}
#tblKeieijuku tbody th {
	color:#333;
	background:none;
}

.tbl03 {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
}
	.tbl03 th,
	.tbl03 td {
		padding:5px;
		border:1px solid #ddd;
	}
	.tbl03 th {
		font-weight:bold;
		text-align:center;
		vertical-align:top;
		background:#f9f9f9;
	}
	.tbl03 td {
	}

.subHeading {
	margin-bottom:20px;
	padding:5px 0 8px 20px;
	font-size:1.6em;
	text-align:left;
	background:url(../images/bg_sub_heading.gif) 0 0 no-repeat;
}
	.subHeading span {
		margin-left:0.75em;
	}


/* 07 お問い合わせ
----------------------------------------------------*/
#endMsg {
	margin-bottom:500px;
}


/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
#contactPage form .nonDeco {
	border: none;
	padding: 0;
	background: none;
}
#contactPage form textarea {
	font-size: 12px;
}
#aboutprivacy {
	overflow: auto;
	margin-top: 5px;
	padding: 10px;
	height: 200px;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size: 12px;
}
#aboutprivacy p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 0 0 20px 0;
	padding: 0;
}
#aboutprivacy span {
	font-weight:bold;
}
#aboutprivacy dl {
	margin: 0 0 15px;
}
#aboutprivacy dl dt {
	margin: 0 0 10px 0;
	font-weight:bold;
}
#aboutprivacy dl dd {
	margin: 0 0 0 0;
	line-height: 2.0em;
    overflow: hidden;
}
#aboutprivacy dl dd span {
	line-height: 1.4em;
	font-size: 10px;
}
#aboutprivacy dl dd ul {
	margin: 0 0 20px 0;
    overflow: hidden;
}
#aboutprivacy dl dd ul li {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	line-height: 1.7em;
	background-image: url(../images/spacer2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.agreement {
	padding: 20px 0;
	text-align: center;
	border-top: 3px solid #DCDCDC;
	border-bottom: 3px solid #DCDCDC;
}


/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
	width: 150px;
}
#contactPage form .input2 {
	width: 350px;
}
#contactPage form .input3 {
	width: 80px;
}
#contactPage form .input4 {
	width: 50px;
}
#contactPage form .input5 {
	width:495px;
	max-width:495px;
	height:150px;
}
#contactPage form .input6 {
	width: 600px;
	height: 120px;
}


#contactPage form .autozip {
	color:#785023;
	cursor:pointer;
	font-size:0.8em;
	font-family:'メイリオ',meiryo,Verdana, Arial, sans-serif;

	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

/* submit area style
----------------------------------------------------*/
#contactPage p#submit {
	margin-top: 30px;
	text-align: center;
}
#contactPage p#submit input {
    width: 200px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'メイリオ',meiryo,Verdana, Arial, sans-serif;
    font-size: 1.2em;
    background: url(../images/common/bg_btn_contact.jpg) 0 0 repeat-x;
    border: solid 2px #99CCE5;
    text-shadow: 0px 1px 1px #1F5C7A;
}


/* text style
----------------------------------------------------*/
#contactPage th .must {
	display: inline-block;
	padding: 1px 6px 0;
	color: #fff;
	background: #785023;
	font-size: 84.6%;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
#contactPage th .arb {
	display: inline-block;
	padding: 1px 6px 0;
	color: #fff;
	background: #666;
	font-size: 84.6%;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
#contactPage form p.attention {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	color: #f00;
	text-align: right;
}
#contactPage form table em {
	margin-left: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	color: #f00;
}
#contactPage p.formError {
	color: #f00;
	text-align: center;
}
#contactPage p.formMessage {
	margin: 50px 0;
	text-align: center;
}


/*調整用スタイル
---------------------------------------*/
/*マージン*/
.mt05{margin-top: 5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt27{margin-top:27px;}
.mt30{margin-top:30px;}
.mt33{margin-top:33px;}
.mt40{margin-top:40px;}
.mt80{margin-top:80px;}

.mb05{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.pt10 { padding-top: 10px; }

.pb10 { padding-bottom: 10px; }

.p0 {
    padding: 0 !important;
}

.mb1em p { margin-bottom: 1em; }

/*フロート*/
.fltL{float:left !important;}
.fltR{float:right;}

/*アライン*/
.alignC{text-align:center;}
.alignL{text-align:left;}
.alignR{text-align:right;}

/*フォント*/
.red {color:#F00;}
.redR {
	color: #F00;
	font-size: 14px;
}
.bold{font-weight:bold;}
.large{font-size:1.1em}
.small{font-size:0.9em}
#ph{margin:20px 0 10px 0;line-height: 1.4em;}

/* 行間 */
.lh12 p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

/*各種解除*/
.ovh{overflow:hidden;}
.noMg{margin:0 !important;}
.noPg{padding:0 !important;}
.noBorder{border:none !important;}

/*画像透過*/
a.imgHover:hover img{opacity:0.75; filter:alpha(opacity=75); -webkit-transition:opacity 0.3s ease; -moz-transition:opacity 0.3s ease; transition:opacity 0.3s ease;}

/*hr border*/
hr.border{clear:both; display:block; height:1px; border-left:none; border-right:none; border-top:none; border-bottom:1px dotted #d9d9d9;}



/*　140403　メインビジュアル　動画追加
-------------------------------------------*/
.mainvisual_area {
	float: left;
	background:url(../images/common/main_backimg.jpg) no-repeat 0 0 ;
	width: 596px;
	height: 364px;
	position: relative;
}
.main_btn {
	top: 206px;
	left: 32px;
	position: absolute;
}
.move_area {
	float: right;
	background: url(../images/img_seminer.jpg) no-repeat 0 0;
	width: 373px;
	height: 364px;
	position: relative;
}
.move_area li.move_btn_left {
	position: absolute;
	left: 8px;
	bottom: 8px;
	background: #fff;
	}
.move_area li.move_btn_right {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: #fff;
	}
.move_btn_top {
	position: absolute;
	left: 4px;
	top: 4px;
	}
/*.move_areas {
	float: right;
	background: url(../images/common/move_backimgs.jpg) no-repeat 0 0;
	width: 330px;
	height: 322px;
}*/
.reportList li {
	margin: 0 0 16px 0;
}

/*2014/07/03追加*/
.mainvisual_area2 {
	float: left;
	background:url(../images/common/index_mainimg02.jpg) no-repeat 0 0 ;
	width: 950px;
	height: 350px;
	position: relative;
}

.main_btn2
 {
	top: 0px;
	left: 0px;
	position: absolute;
}

	#mainvisual_box2 {
		float: center;
		width: 975px;
		margin: 0 auto;
	}


.conTitle {
	font-size:20px;
	font-weight:bold;

}
.conTitle2 {
	font-size:17px;
	line-height:200%;
	font-weight:bold;
	margin:0 0 0 50px;

}

.semiBox {
	border:solid 1px #cccccc;
	padding:20px 20px 5px 20px;
}

dl.seminar dt {
	width:1.5em;
	float:left;
}
dl.seminar dd {
	padding-left:1.5em;
}



/* 160614
-------------------------------------*/
.footer_sitelist {
	margin-left: 0 !important;
	float: right !important;
}
.footer_sitelist li {
	margin-left: 0;
	padding-left: 0 !important;
	background: none !important;
}
#footer_site {
	width: 100%;
	background: #DDD;
}
#footer_site ul {
	width: 980px;
	margin: 0 auto;
	padding: 45px 0 40px 0;
	text-align: center;
}
#footer_site li {
	display: inline-block;
}
#footer_site li + li {
	margin-left: 40px;
}

.mainvisual_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.index_copy {
	position: absolute;
    left: 50%;
    top: 25%;
    /* padding-top: 80px; */
    text-align: center;
    width: 980px;
    transform: translate(-50%, -50%);
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 50px rgba(0,0,0,1);
	z-index: 99;
	margin-top: -30px;
}
.mv-slide {
    height: 600px;
}
.index_bottom {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 500;
	left: 0;
	bottom: 0;
	background: url(../images/top/main_index_000.png) repeat 0 0;
}
.index_bottom ul {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
}
.index_bottom ul li {
	display: inline-block;
}
.index_bottom ul li + li {
	margin-left: 5px;
}
.index_right {
	position: absolute;
	right: 0;
	top: 20px;
	background: #FFF;
	width: 240px;
	z-index: 700;
}
.index_right dl {
	padding: 5px;
	margin: 5px;
	overflow: auto;
	height: 240px;
	margin-top: 5px;
	text-align: left;
}
.index_right dl dt {
	font-size: 12px;
}
.index_right dl dd {
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px !important;
}
#indexPage #main {
	width: 980px;
}
.contentBox h3.ttl {
	width: 100%;
	background: url(../images/common/ttl_back.png) no-repeat 0 0;
	height: 49px;
	padding: 4px 0 1px 0;
	position: relative;
	margin-bottom: 15px;
	text-align: left;
}
.contentBox h3.ttl .list_btn {
	position: absolute;
	right: 0;
	top: 14px;
}
.index_caseBox {
	width: 1005px;
}
.index_caseBox li {
	float: left;
	margin: 0 25px 20px 0;
}
.contentBox_mini {
	float: left;
	width: 460px;
}
.contentBox_mini + .contentBox_mini {
	float: right;
}
.miniBox {
}
.miniBox dl {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.miniBox dt {
	float: left;
	padding-top: 1px;
}
.contentBox_mini .miniBox dd {
	float: right;
	width: 370px;
	text-align: left;
}
.contentBox02 .miniBox dd {
	float: right;
	width: 885px;
	text-align: left;
}
.contentBox02 .miniBox dd.new {
	width: 842px !important;
}
.miniBox dd a {
	font-size: 14px;
	text-decoration: underline;
}
.miniBox dd a:hover {
	text-decoration: none !important;
}
.ranking {
}
.ranking dl {
}
.ranking dt {
	padding-left: 40px;
}
.ranking dt.rank01 { background:url(../images/top/rank01.png) no-repeat 0 0; }
.ranking dt.rank02 { background:url(../images/top/rank02.png) no-repeat 0 0; }
.ranking dt.rank03 { background:url(../images/top/rank03.png) no-repeat 0 0; }

.ranking dd {
}
.new {
	background: url(../images/top/new.png) no-repeat 0 2px;
	padding-left: 45px;
	width: 325px !important;
}
.main_under {
	width: 100%;
	text-align: center;
	background: #F8F8F8;
	border-bottom: 1px dotted #DDD;
}
.main_under ul {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}
.main_under li {
	display: inline-block;
}
.main_under li + li {
	margin-lef: 10px;
}

#contactPage #side,
.onePage #side,
#onePage #side {
	display: none;
}
.onePage #main,
#onePage #main {
	width: 980px;
}
.navigation {
	width: 100%;
	background: #EEE;
	margin-bottom: 70px;
}
.navigation ul {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}
.navigation li {
	float: left;
    font-size: 14px;
}
.navigation li + li {
	padding-top: 2px;
}
.conectionBox {
	margin-bottom: 60px;
	text-align: left !important;
}
.conectionBox h2 {
	/*background: url(../images/common/conection_h2.png) no-repeat 0 bottom;*/
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.conectionBox h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}
.img_R + .txt_l {
	float: left;
	width: 540px;
}
.mainImg {
	width: 100%;
}
.mainImg_inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 200px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    color: #000;
    padding-top: 55px;
    box-sizing: border-box;
}
.mainImg_inner span {
    font-family: initial;
    display: block;
    padding: 0;
    margin: 0;
    color: #785023;
    font-size: 16px;
    font-style: italic;
}
.trainingPage .mainImg_inner {
	height: 440px;
}
.navigation,
.mainImg {
	display: none;
}
.service .navigation,
.recruitPage .navigation,
.contactPage .navigation,
.servicePage .navigation,
.featurePage .navigation,
.trainingPage .navigation,
.corporatePage .navigation,
.columnPage .navigation,
.formPage .navigation,
.casePage .navigation {
	display: block;
}
.casePage .mainImg {
	background: url(../images/case/main_back_case.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.casePage .mainImg_inner img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
}

.listBox {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.listBox a {
	color: #000;
	text-decoration: none;
}
.listBox a:hover {
	text-decoration: underline;
}
.listBox h3 {
	font-size: 20px;
	background: #F4F3F3;
	padding: 15px 17px;
	border-left: 1px solid #CC0000;
}
.listBox .fleft img {
	max-width: 320px;
}
.listBox dl {
	float: right;
	width: 630px;
}
.listBox dt {
	margin-bottom: 20px;
}
.listBox dt span {
	border: 1px solid #333;
	border-radius: 1px;
	padding: 2px 10px;
	display: inline-block;
}
.listBox dd {
}

.columnPage .mainImg {
	background: url(../images/column/main_back_column.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.columnPage .mainImg_inner img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
}
.column_item {
	padding: 20px;
	background: #EEE;
	font-size: 14px;
}
.column_item .fleft img {
	max-width: 240px;
}
.column_item .fright {
	width: 670px;
}
.column_item p span {
	border: 1px solid #333;
	border-radius: 1px;
	padding: 2px 10px;
	display: inline-block;
}
.column_item h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.columnPage .conectionBox h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../images/column/icon_01.png) no-repeat 0 6px;
	border-bottom: 2px solid #333;
	padding: 0 0 5px 20px;
}
.ccBox {
	padding: 15px;
	background: #FCE5E7;
	display: inline-block;
	margin-top: 15px;
}
.columnPage .img_R img {
	max-width: 240px;
}
.columnPage .img_R + .txt_l {
	float: left;
	width: 700px;
}
.profile_area {
	padding: 20px;
	background: #EEE;
}
.profile_area img {
	max-width: 140px;
}
.profile_area .fright {
	width: 770px;
	text-align: left;
}
.formPage .mainImg {
	background: url(../images/download/main_back_download.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.formPage.backnumber_page .mainImg {
	background: url(../images/backnumber/main_back_download.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.formPage .mainImg_inner img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
}

.tabBox {
	margin-bottom: 40px;
}
.tabBox table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
	box-sizing: border-box;
}
.tabBox table th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0;
	text-align: center;
	background: #F2F2F2;
}
.tabBox table td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0;
}
.tabBox table td {
	text-align: center;
}
.tabBox table td.tl {
	text-align: left;
	padding: 8px 10px;
}


.tabUl {
	border-bottom: 1px solid #FF0000;
	margin: 10px 0;
}
.tabUl li {
	float: left;
}
.tabUl li a {
	width: 240px;
	height: 42px;
	text-indent: -5000px;
	overflow: hidden;
	display: inline-block;
}
.tabUl li + li {
	margin-left: 6px;
}
.tabUl li.tabli01 { background: url(../images/download/tab01_off.png) no-repeat 0 0; }
.tabUl li.tabli01:hover { background: url(../images/download/tab01_on.png) no-repeat 0 0; }
.tabUl li.tabli01.on { background: url(../images/download/tab01_on.png) no-repeat 0 0; }
.tabUl li.tabli02 { background: url(../images/download/tab02_off.png) no-repeat 0 0; }
.tabUl li.tabli02:hover { background: url(../images/download/tab02_on.png) no-repeat 0 0; }
.tabUl li.tabli02.on { background: url(../images/download/tab02_on.png) no-repeat 0 0; }
.tabUl li.tabli03 { background: url(../images/download/tab03_off.png) no-repeat 0 0; }
.tabUl li.tabli03:hover { background: url(../images/download/tab03_on.png) no-repeat 0 0; }
.tabUl li.tabli03.on { background: url(../images/download/tab03_on.png) no-repeat 0 0; }
.tabUl li.tabli04 { background: url(../images/download/tab04_off.png) no-repeat 0 0; }
.tabUl li.tabli04:hover { background: url(../images/download/tab04_on.png) no-repeat 0 0; }
.tabUl li.tabli04.on { background: url(../images/download/tab04_on.png) no-repeat 0 0; }

.tabArea {
}
.tabArea p {
	text-align: left;
	margin-bottom: 40px;
}

.downloadBox {
	text-align: left;
}
.downloadBox table {
	width: 100%;
}
.downloadBox th {
	width: 180px !important;
}
.downloadBox td {
	text-align: left !important;
}
.download_btn input {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	width: 360px !important;
	height: 73px !important;
}

#nav01 a,
#nav02 a,
#nav03 a,
#nav04 a {
	display: inline-block;
	width: 200px;
	height: 60px;
	cursor: pointer;
}
#nav01 a { background: url(../images/top/main_btn01.png) no-repeat 0 0; }
#nav02 a { background: url(../images/top/main_btn02.png) no-repeat 0 0; }
#nav03 a { background: url(../images/top/main_btn03.png) no-repeat 0 0; }
#nav04 a { background: url(../images/top/main_btn04.png) no-repeat 0 0; }
#nav01 a.active { background: url(../images/top/main_btn01_on.png) no-repeat 0 0; }
#nav02 a.active { background: url(../images/top/main_btn02_on.png) no-repeat 0 0; }
#nav03 a.active { background: url(../images/top/main_btn03_on.png) no-repeat 0 0; }
#nav04 a.active { background: url(../images/top/main_btn04_on.png) no-repeat 0 0; }
#nav01 a:hover { background: url(../images/top/main_btn01_on.png) no-repeat 0 0; }
#nav02 a:hover { background: url(../images/top/main_btn02_on.png) no-repeat 0 0; }
#nav03 a:hover { background: url(../images/top/main_btn03_on.png) no-repeat 0 0; }
#nav04 a:hover { background: url(../images/top/main_btn04_on.png) no-repeat 0 0; }


.back01 {
	width: 100%;
	background: url(../images/index/mv02.png) no-repeat 0 0;
	background-size: cover;
	height: 600px;
}
.back02 {
	width: 100%;
	background: url(../images/index/mv01.png) no-repeat 0 0;
	background-size: cover;
	height: 600px;

}
.back03 {
	width: 100%;
	background: url(../images/index/mv03.png) no-repeat 0 0;
	background-size: cover;
	height: 600px;

}


.back01 a,
.back02 a,
.back03 a,
.back04 a {
	display: block;
	width: 980px;
	height: 370px;
	margin: 0 auto;
	position: relative;
}
.back02 .index_copy {
	top: 50px;
}
.back03 .index_copy {
	top: 60px;
}
.back04 .index_copy {
	top: 50px;
}

/*　　　コラムページ
---------------------------------*/

.columnPage table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
	box-sizing: border-box;
}
.columnPage table th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0;
	text-align: center;
	background: #F2F2F2;
}
.columnPage table td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0;
}
.columnPage table td {
	text-align: center;
}
.columnPage table td.tl {
	text-align: left;
	padding: 8px 10px;
}

.textLeft {
	text-align:left !important;
}
.pl30 {
	padding-left:30px !important;
}
.corporatePage .mainImg {
	background: url(../images/main_back_consulting.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.featurePage .mainImg {
	background: url(../images/main_back_feature.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.trainingPage .mainImg {
	background: url(../images/training/main_bg.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.servicePage .mainImg {
	background: url(../images/main_back_service.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.contactPage .mainImg {
	background: url(../images/main_back_contact.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
.recruitPage .mainImg {
	background: url(../images/recruit/main_back.png) no-repeat center 0;
	background-size: cover;
	display: block;
}
/*.recruitPage .mainImg_inner img {
	top: 90px !important;
}*/
.recruitPage .navigation {
	margin-bottom: 35px !important;
}
.recruitPage .mainImg_inner img,
.contactPage .mainImg_inner img,
.servicePage .mainImg_inner img,
.featurePage .mainImg_inner img,
.corporatePage .mainImg_inner img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 70px;
}
.trainingPage .mainImg_inner img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 35px;
	}
.contentBox.cf.profile_area .fright .mb10 {
}


.ttlLine {
	font-weight:bold;
	border-bottom:dotted 1px #999999 ;
	padding-bottom:5px;
	margin:40px 0 10px 0;
}


/*160803追加分　限界突破訓練ページ---------------------------------------------*/
.section {
	margin-bottom: 80px;
	text-align: left;
	}
.section h2 {
	margin-bottom: 40px;
	}
.sec01 dl dt {
	background:#999999;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height:34px;
	}
.sec01 dl dd {
	border: 1px solid #999999;
	border-top: none;
	padding: 20px;
	}
.sec02 li {
	border: 1px solid #ccc;
	width: 310px;
	}
.sec02 li p {
	padding: 20px;
	}
.sec02 li.second {
	margin: 0 22px;
	}
.sec03 {
	line-height:2;
	}
.sec04 .fleft {
	position: relative;
	}
.sec04 .fleft a {
	position: absolute;
	top: 175px;
    left: 7px;
	color: #fff;
    font-size: 14px;
	}
.sec04 .fleft a span {
	font-size: 16px;
	font-weight: bold;
	}
.sec04 .fleft a:hover {
	text-decoration: none;
	color:#fff;
	}
.sec04box {
	background:#FDF9F3;
	border: 1px solid #ddd;
	padding: 20px;
	width: 980px;
	margin-top:20px;
	}
.sec04box h3 {
    background: #785023;
    color: #fff;
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 25px;
    text-align: center;
    line-height: 36px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
.sec04box ul {
	margin: 0 10px;
	}
.sec04box ul li {
	background: url(../images/training/training_img11.png) no-repeat left 4px;
	padding-left: 24px;
	margin-bottom: 10px;
}
.sec05 table {
	width: 978px;
	border-collapse: collapse;
}
.sec05 table th {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background:#666666;
}
.sec05 table th,
.sec05 table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	}
.th2 {
	font-weight: bold;
	}
.red {
	color:#785023;
	}
.blue {
	color:#0000D9;
	}
.sec05box {
	background:#FDF9F3;
	border: 1px solid #ddd;
	width: 980px;
	margin-top:40px;
	box-sizing:border-box;
	}
.sec05box h3 {
background: #785023;
    color: #fff;
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 25px;
    text-align: center;
    line-height: 36px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
.sec05box .boxinner {
	width: 430px;
	float:left;
	padding: 0 29px;
	margin-bottom: 30px;
	}
.sec05box .boxinner img {
	margin-bottom: 20px;
	}
.sec05box ul li {
	background: url(../images/training/training_img11.png) no-repeat left 5px;
	padding-left: 24px;
	margin-bottom: 10px;
}
.sec06 .voicebox {
	width: 744px;
	border: 8px solid #EEEEEE;
	padding: 20px;
	}
.grbox {
	background: #EEEEEE;
	padding: 20px;
	}
.grbox h4 {
	color:#785023;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.voicebox ul li,
.grbox ul li {
	padding-left: 1em;
	text-indent:-1em;
	}
.voicebox ul li + li {
	margin-top: 5px;
}

.recruitPage {
}
.recruitPage {
}
.premessa_img {
	position: relative;
}
.premessa_img span {
	position: absolute;
	bottom: -41px;
	right: 0;
}
.premessa_cont {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.premessa_cont dt {
	color: #E50012;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.premessa_cont dd {
	font-size: 14px;
	line-height: 1.6;
}
.premessa_cont dd p + p {
	margin-top: 1em;
}
.rinBox {
	padding: 20px 10px;
	margin: 15px;
	border: 1px solid #CCC;
	background: #FDF9F3;
}
.rinBox dt {
	margin-bottom: 20px;
	text-align: center;
}
.rinBox dd {
}
.rinBox dd ul {
	text-align: center;
}
.rinBox dd ul li {
	float: none;
	display: inline-block;
}
.rinBox dd ul li + li {
	margin-left: 10px;
}
.photoBox {
	width: 1005px;
}
.photoBox dl {
	float: left;
	margin: 0 25px 25px 0;
	width: 310px;
}
.photoBox dt {
	margin-bottom: 10px;
}
.photoBox dd {
}
.recTable {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
	box-sizing: border-box;
}
.recTable th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #785023;
	color: #FFF;
	width: 25%;
	padding: 15px;
}
.recTable td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	padding: 15px;
}
.inflowBox {
	position: relative;
	height: 370px;
}
.inflowBox dl {
	float: left;
	display: inline-block;
	width: 230px;
}
.inflowBox dl + dl {
	padding-left: 20px;
	background: url(../images/recruit/img18.png) no-repeat 5px 90px;
}
.inflowBox dt {
	margin-bottom: 10px;
}
.inflowBox dd {
	text-align: center;
	font-size: 14px;
}
.inflowBox .recmessa01 {
	position: absolute;
	top: 300px;
	left: 0;
	width: 460px;
	padding: 20px;
	text-align: left;
	background: #FACCD0;
}
.inflowBox .recmessa01:after {
	content: " ";
	background: url(../images/recruit/img19.png) no-repeat 0 0;
	width: 30px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 235px;
}
.inflowBox .recmessa02 {
	position: absolute;
	top: 300px;
	right: 0;
	width: 420px;
	padding: 20px;
	text-align: left;
	background: #FACCD0;
}
.inflowBox .recmessa02:after {
	content: " ";
	background: url(../images/recruit/img20.png) no-repeat 0 0;
	width: 123px;
	height: 90px;
	display: inline-block;
	position: absolute;
	top: -90px;
	left: 230px;
}



.columundl dt {
	float:left;
	width:120px;
}
.columundl dd {
	padding-left:120px;
}
.timeSche th + td {
	text-align:left;
	padding-left:1em;
}

.textblue {
	color:#024FC1;
}

.tdLeft td p {
	text-align:left;
	padding-left:1em;
}


/* 161213 個人情報
-------------------------------------*/


#privacy {

}
#privacy p {
    line-height: inherit;
    margin: auto;
    padding: 0;
}
#privacy span {
	font-weight:bold;
}
#privacy dl {
	margin: 0 0 15px;
}
#privacy dl dt {
	margin: 0 0 10px 0;
	font-weight:bold;
}
#privacy dl dd {
	margin: 0 0 0 0;
	line-height: 2.0em;
}
#privacy dl dd span {
	line-height: 1.4em;
	font-size: 10px;
	font-weight: normal;
}
#privacy dl dd ul {
	margin: 0 0 20px 0;
}
#privacy dl dd ul li {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	line-height: 1.7em;
	background-image: url(../images/spacer2.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}


/*　カーディーラーサービス
-------------------------------------*/
.dealerBox {
	padding: 20px;
	background: #EEE;
	font-size: 14px;
}
.dealerBox .fright {
	width: 760px;
}
.dealerResult dl {
	float: left;
	width: 560px;
}
.dealerResult + .dealerResult {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #CCC;
}
.dealerResult dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dealerResult dd {
}
.service .imgR .mt20,
.introductionPage .imgR .mt20,
.dealerResult dd .mt20 {
	font-weight: bold;
	padding: 15px;
	background: #FAFAFA;
}
.service .imgR .mt20 span,
.introductionPage .imgR .mt20 span,
.dealerResult dd .mt20 span {
	display: block;
	clear: both;
	color: #E61A26;
}
.dealerSeminar .fright {
	width: 660px;
}
.movieBox video {
	width: 600px;
}
.dealerPage .mainImg {
	background-size: cover;
	display: block;
	background: url(../images/dealer/main_back.png) no-repeat center 0;
}
.dealerPage .mainImg img {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -304px;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


/*バックナンバー-----------------------------------------------*/
p.backnumber_copy {
	font-size: 30px;
	font-weight: bold;
}
p.backnumber_copy span {
	font-size: 12px;
	font-weight: normal;
}
p.backnumber_copy_red {
    color: red;
}
/*170327追加css-------------------------------------------------------*/
.seminar_video_list {
margin-top: 20px;
}
.seminar_video_list li {
float:left;
margin-right:24px;
width: 204px;
}
.seminar_video_list li:last-child {
margin-right: 0;
}
.seminar_video_list li a {
display:block;
}
.seminar_video_list li a:hover img {
opacity: .7;
}
.seminar_video_list img {
    margin-bottom: 10px;
}





/*181130-----------------------------------------------------------*/

.wrap {
	width: 980px;
	margin:0 auto;
}
body#indexPage .dealerBox + .dealerBox {
    margin-top: 20px;
}
ul.philosophyList li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position:relative;
    padding-left: 20px;
    margin-left: 20px;
}
/*ul.philosophyList li:before {
    content: '';
    position:absolute;
    left: 0;
    top: 9px;
    width: 10px;
    border-top: 3px solid #785023;
    height: 0px;
}*/
ul.philosophyList li:before {
    content: '●';
    position:absolute;
    left: 0;
    top: 0;
    width: 10px;
    /* border-top: 3px solid #785023; */
    /* height: 0px; */
    color: #785023;
    height: 10px;
}
/* IE9 */
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  ul.philosophyList li:before {
		top: 4px;
	}
}
/* IE10〜11 */
_:-ms-input-placeholder, :root ul.philosophyList li:before {
    top: 4px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  ul.philosophyList li:before {
    top: 4px;
	}
}

h1#logo a {
    /* float: left; */
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#logo:hover {
	opacity: .7;
	transition:.5s;
}

.sainokaika_imgBox {
    width: 180px;
    float: left;
}
.sainokaika_imgBox span {
    display: block;
    width: 160px;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 2px;
    color: #fff;
    background: #785023;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

}

/*181227---------------------------------*/
#privacy .pricyList p,
#privacy .pricyList ul {
    margin-bottom:0;
    margin-left: 22px;
}
#privacy .pricyList ul li {
    text-indent: -1em;
    padding-left: 1em;
}
#privacy .pricyList p.ttl {
    margin-left: 0;
    margin-top: 20px;
	font-weight:bold;
}
#privacy .pricyList .inner {
    margin-left: 22px;
}
#privacy .pricyList .inner p,
#privacy .pricyList .inner ul {
    margin-left: 35px;

}
#privacy .pricyList .inner p.ttl {
    margin-left: 0;
    margin-top: 10px;
	font-weight:normal;
}
#privacy .pricyList h4.heading02 {
    margin-top: 40px;
}
.pricyList a {
    color: #785023;
    /* font-weight: bold; */
}


/*190305----------------------------------------------------*/
.top_news_ttl:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #785023 transparent transparent transparent;
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
}

.top_news_wrap {
    width: 980px;
    margin: 0 auto;
    /* overflow: -webkit-paged-x; */
}

.top_news_ttl {
    background: #785023;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
    width: 140px;
    font-size: 16px;
    position: relative;
    float: left;
}


.top_news_cnt {
    /* background: rgba(255,255,255, .9); */
    float: left;
    width: 770px;
    height: 60px;
    text-align: left;
    margin-left: 70px;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.top_news_ttl:before {
    content: '';
    height: 60px;
    width: 1000px;
    position: absolute;
    left: -1000px;
    background: #785023;
}

.top_news_cnt:after {
    /* content: ''; */
    height: 60px;
    position: absolute;
    width: 1000px;
    background: rgba(255,255,255, .9);
}

.top_news_cnt p {
    overflow: hidden;
	white-space: nowrap;
    position: absolute;
    left: 2000px;
}
.top_news_cnt dl dt {
    float:left;
    margin-right: 15px;
}
.top_news_cnt dl dd {
    float:left;
}
.top_news {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
	background: rgba(255,255,255,.9);
	z-index: 99;
}
.top_section.top_bnr {
    margin-top: 30px;
    background-image: url(../images/index/top_img02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;

}
.top_section.top_bnr .ttl span,
.top_section.top_bnr .ttl a {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.4);
	position: relative;
    display: inline;
	text-decoration: none;
}
.top_section.top_bnr ul li {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.4);
}
.top_section.top_bnr .ttl span:before,
.top_section.top_bnr .ttl a:before {
    content: '';
    width: 60px;
    height: 0;
    border-top: 1px solid #fff;
    position: absolute;
    left: -80px;
    top: 10px;
}
.top_section.top_bnr .ttl span:after,
.top_section.top_bnr .ttl a:after {
    content: '';
    width: 60px;
    height: 0;
    border-top: 1px solid #fff;
    position: absolute;
    right: -80px;
    top: 10px;
}
.section_inner {
    width: 980px;
    margin: 0 auto;
}
.top_bnr .section_inner {
    position: relative;
}
.top_bnr .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-25px);
}
.top_section {
    padding: 60px 0;
}
.top_section {
    padding: 60px 0;
}
.top_section.top_concept {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    background: url(../images/index/top_img04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.top_section.top_concept p {
    font-size: 20px;
    margin-bottom: 30px;
}
.top_section.top_concept p.copy {
    font-size: 32px;
    margin: 10px 0;
}
.btn_bk a {
    text-decoration:none;
	border: 1px solid #333;
	box-sizing: border-box;
    background: #333;
    display:block;
    color: #fff;
    width: 440px;
    margin: 0 auto;
    padding: 15px;
    font-size: 16px;
    position:relative;
	    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

}
.btn_bk a:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #fff;
    position:absolute;
    right:20px;
    top: 50%;
    margin-top: -3px;
    content: '';
}
.top_section.top_seminar {
    display: none;
}
h2.top_h2 {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 32px;
    margin-bottom: 40px;
}
h2.top_h2 span {
    display:block;
    font-size: 12px;
    color: #785023;
}
.top_section.top_column dl {
    width: 470px;
    float: left;
    text-align: left;
    margin-bottom: 40px;
    margin-right: 40px;
}
.top_section.top_column dl:nth-child(2n) {
    margin-right: 0;
}
/*.top_section.top_column dl + dl {
    margin-left: 40px;
}*/
.top_section.top_column dl dt {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    background: #785023;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    text-align:center;
    margin-bottom:10px;
}
.top_section.top_column dl dd a {
    border: 1px solid #785023;
    color: #785023;
    padding:15px;
    display:block;
    margin-bottom: 5px;
    text-decoration:none;
    position:relative;
    font-size: 16px;
}
.top_section.top_column dl dd a:after {
    display: inline-block;
    position:absolute;
    right:20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -5px 0 0 0;
    vertical-align: middle;
    border-color: #785023;
    content: '';
}
.top_section.top_userful {
    background: #f6f6f6;
}
.top_section.top_userful ul {
    overflow: hidden;
}
.top_section.top_userful ul li {
    float:left;
    width: 300px;
    margin-right: 40px;
	margin-bottom: 40px;
   cursor: pointer;
}
.top_section.top_userful ul li:hover {
   opacity: 0.7;
}
.top_section.top_userful ul li:nth-of-type(3n) {
    margin-right: 0;
}
.bottom_cotanct {
    padding: 50px 0;
	background: #E4DCD3;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.top_bnr_txt {
	background-image: url(../images/index/top_bnr_txt01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 574px;
	height: 65px;
	animation-name: fadeText;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-direction: alternate;
	animation-delay: 0.1s;
	margin: 0 auto;
}

@keyframes fadeText {
	0% { background-image: url(../images/index/top_bnr_txt01.png); }
	100% { background-image: url(../images/index/top_bnr_txt02.png); }
}

.area-link:hover {
	opacity: .7;
	transition: .5s;
}
.top_section.top_column dl dd a:hover {
    transition: .3s;
    background: #785023;
    color: #fff;
}
.top_section.top_column dl dd a:hover:after {
    transition: .3s;
    right: 10px;
    border-color: #fff;
}
.btn_bk a:hover {
    transition: .3s;
	border: 1px solid #333;
	background: transparent;
	color: #333;
}
.btn_bk a:hover:after {
    transition: .3s;
    right:10px;
	border-color: #333;
}
.top_section.top_userful ul li img {
    margin-bottom: 10px;
    max-width: 100%;
}
.top_section.top_userful ul li {
    text-align:left;
}
.top_section.top_userful ul li a {
    text-decoration:none;
    font-size: 16px;
}


.bottom_cotanct h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.bottom_cotanct p {
    font-size: 16px;
}
.bottom_cotanct ul {
    margin: 20px auto 0;
    overflow:hidden;
    width: 980px;
}
.bottom_cotanct ul li {
    float:left;
    width: 290px;
    margin-right: 20px;
}
.bottom_cotanct ul li img {
    width: 100%;
}
.bottom_cotanct ul li:nth-of-type(3) {
    margin-right: 0;
}
.bottom_cotanct ul li a {
    display:block;
    background: #f60;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
    position:relative;
}
.bottom_cotanct ul li:nth-of-type(1) {
    margin-top: 8px;
    width: 340px;
    margin-right: 40px;
	text-align:right;
}
.bottom_cotanct ul li:nth-of-type(1) span {
    /* text-align: right; */
    font-family: 'メイリオ';
    font-size: 12px;
}
.bottom_cotanct ul li a:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    content: '';
}
.bottom_cotanct ul li a:hover {
	transition: .3s;
	opacity: .7;
}


/*service*/
.service .mainImg {
    display: block;
    height: 300px;
	background-image:url(../images/service/service_img01.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}


.service .mainImg_inner {
    height: auto;
    padding-top: 20px;
}
.service div#content {
    margin-top: 0;
    width: auto;
}
#onePage.service #main {
    width: auto;
    margin: 0 auto;
    float: none;
}
.service div#content {
    margin-top: 0;
    width: auto;
}
.service_local_nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
    height: 80px;
    /* overflow: hidden; */
    /*margin-bottom: 60px;*/
}
.service_local_nav li {
    float: left;
    display:table;
    width: 245px;
    box-sizing:border-box;
    border-left:1px solid #ccc;
}
.service_local_nav li:last-child {
    border-right:1px solid #ccc;
}
.service_local_nav ul {
    overflow: hidden;
    width: 980px;
    margin: 0 auto;
}
.service_local_nav li a {
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-decoration:none;
    font-size: 16px;
    color: #785023;
    font-weight:bold;
    display:table-cell;
    vertical-align:middle;
    height:80px;
	  position:relative;
}
/* 250106 サイト改修 */
/* .service_local_nav li a:before {
	display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #785023;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    content: '';
} */
.service_local_nav li a:hover:before {
	transiton: .3s;
    border-color: #fff;
}
.service_local_nav li.current a:before {
    border-color: transparent !important;
}


.service_local_nav li.current a {
    background: #785023;
    color: #fff;
}
.service_local_nav li a:hover {
    transition: .3s;
    background: #785023;
    color: #fff;
}
.under_section {
    width: 980px;
    margin: 0 auto 80px;
    text-align: left;
}
.under_section .figure {
    display: block;
    margin: 0 auto;
    width: 80%;
}
h2.under_h2 {
	background-image:url(../images/common/h2_img.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 32px;
	font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h2.under_h2 span {
    font-size: 20px;
    display: block;
    clear: both;
    text-align: left;
    margin: 0 0 0 0;
}
.service_reason_box .txt {
    margin: 0px 40px 0 0;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    /* text-decoration: none; */
    font-size: 16px;
    color: #785023;
    padding: 30px;
    background-image: url(../images/service/service_img07.png),url(../images/service/service_img08.png);
    background-repeat: no-repeat;
    background-position: left top, bottom right;
    /* font-weight: bold; */
    width: 400px;
    float: left;
}
.service_reason_box .img {
    float: left;
	width: 480px;
    overflow: hidden;
}
.service_reason_box {
    margin: 40px 0;
}
.service_local_nav.bottom {
    width: 980px;
    margin: 0 auto 80px;
}
.imgL img {
    float: left;
    margin-right: 40px;
    overflow: hidden;
}

/*column*/
.column .mainImg {
    display: block;
    height: 200px;
	background:url(../images/column/column_img01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.column .mainImg img {
    position: absolute;
    left: 0;
    top: 70px;
}
.column .navigation {
    display: block;
}
.column div#content {
    text-align: left;
}
.column .navigation {
    display: block;
}
.column div#content {
    text-align: left;
}
.imgR {
    overflow: hidden;
}
.imgR .img {
    float:right;
    margin: 0 0 0 40px;
}
.imgR .txt {
overflow: hidden;
}
h3.under_h3 {
    color:#785023;
    font-size: 24px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-bottom: 20px;
    position:relative;
    background: #f6f6f6;
    padding: 8px 20px 8px 25px;
    font-weight: bold;
}
h3.under_h3:before {
    content: '';
    border-top: 1px solid #785023;
    width: 15px;
    position:absolute;
    left: 0;
    top: 26px;
}
@media all and (-ms-high-contrast:none){
    h3.under_h3:before {
        top: 32px;
    }
}
.column .under_section p {
    line-height: 1.8;
}
.column .under_section {
    margin: 0 auto 60px;
}
.column_lib {
    background: #eff2fa;
    padding: 30px;
    margin-bottom: 80px;
}
.column_lib h3 {
    color: #785023;
    font-size: 20px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-bottom: 10px;
}
.column_lib ol {
    padding-left: 40px;
}
.column_lib ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}



ul.column_banner {
    /* overflow: hidden; */
}
ul.column_banner li {
    float: left;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    width: 470px;
    box-sizing: border-box;
    border: 2px solid #785023;
    margin-right: 40px;
    margin-bottom: 20px;
    position: relative;
    min-height: 195px;
    cursor: pointer;
}
ul.column_banner li:nth-child(2n) {
    margin-right: 0;
}
/*ul.column_banner li + li {
	margin-left: 40px;
}*/
ul.column_banner .btn {
    background: #ccc;
    border-radius: 3px;
    padding: 4px;
    color: #fff;
    width: 190px;
    text-align: center;
    position:relative;
    background: #ff6600;
	}
ul.column_banner .btn:after {
    display: inline-block;
    position:absolute;
    right: 10px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #fff;
    content: '';
}
li.column_dl {
    position: relative;
}
li.column_dl .img {
    position: absolute;
    top: 4px;
    left: 55px;
}
li.column_dl .ttl {
    border-bottom: 1px solid #d8d8e6;
    padding: 8px 20px 8px 250px;
    font-size: 14px;
    /* font-weight: bold; */
    margin-bottom: 0 !important;
}
li.column_dl .ttl2 {
    color: #785023;
    padding: 8px 0 8px 250px;
    font-size: 22px;
    line-height: 1.2;
}
li.column_dl .btn {
    /* padding: 0 0 0 250px; */
    margin: 15px 0 0 250px;
}
li.column_pre {
	background: url(../images/column/column_img07.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	position: relative;
}
li.column_pre img {
    position: absolute;
    left: 10px;
    top: 25px;
}
li.column_pre .ttl2 {
    padding: 30px 0 0 250px;
    font-size: 22px;
    line-height: 1.2;
    color: #785023;
}
li.column_pre .btn {
    position: absolute;
    right: 20px;
    bottom: 12px;
}
li.column_pre .ttl2 {
    color: #785023;
    padding: 30px 0 50px 250px;
    font-size: 22px;
    line-height: 1.2;
}
li.column_pre .btn {
    position: absolute;
    right: 20px;
    bottom: 12px;
}
ul.column_banner li:hover {
    opacity: .7;
    transition: .3s;
}
ul.column_banner .btn a {
	text-decoration: none;
	color: #fff;
}
.column_author {
    background: #f6f6f6;
    padding: 30px;
    margin: 60px auto 80px auto;
    overflow: hidden;
}
.column_author .img {
    float:left;
    margin-right: 30px;
}
.column_author .txt {
    overflow:hidden;
}
.column_author p.name {
    font-size: 16px;
    margin-bottom: 10px;
   font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.column_author p.name strong {
    font-size: 20px;
}
.column_author p.name span {
    font-size: 12px;
    color: #785023;
}
.relate_column {
    overflow:hidden;
}
.relate_column li form {
    cursor: pointer;
    display: block;
}
.relate_column li form:hover {
    opacity: 0.7;
}
.relate_column li {
    float: left;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.columnmenulist li:nth-of-type(3n),
.relate_column .detailcolumn li:nth-of-type(3n),
.columnindex .relate_column li:nth-of-type(3n) {
    margin-right:0;
}
.relate_column li dl {
    overflow:hidden;
    /*display:table;*/
    width:100%;
}
.relate_column li dl dt {
    /*display:table-cell;
    min-width: 80px;
    min-height: 80px;*/
    position: relative;
    overflow: hidden;
    float: left;
    width: 80px;
    height: 74px;
    background-size: cover !important;
}
.relate_column li dl dt img {
    position:absolute;
    max-height:100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.relate_column li dl dd {
    /*display:table-cell;
    width: 200px;*/
    min-height: 74px;
    width: 220px;
    box-sizing:border-box;
    padding: 10px 20px 10px 10px;
    background: #f6f6f6;
	/*position:relative;*/
    float: right;
}
/* 250106 サイト改修 */
/* .relate_column li dl dd:after {
position: absolute;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #232471;
    content: '';
    right: 3px;
    top: 50%;
    margin-top: -4px;
} */
.relate_column li dl dd a {
    font-size: 13px;
    text-decoration: none;
    display: block;
}
body.column .relate_column li dl dd a {
    font-size: 14px;
}
ul.column_cat_menu li {
    display:table;
    float:left;
}
ul.column_cat_menu li a {
    display:table-cell;
    text-decoration:none;
    background: #785023;
    color: #fff;
    text-align:center;
    padding: 20px;
    vertical-align:middle;
    font-size: 18px;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position:relative;
    border: 1px solid #785023;
}
ul.column_cat_menu li a span {
    display:block;
    font-size: 12px;
}
ul.column_cat_menu li a:after {
    position:absolute;
    display: inline-block;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    border-color: #fff;
    content: '';
	top: 50%;
    margin-top: -5px;
}
ul.column_cat_menu li a:hover {
    transition: .3s;
    background: #fff;
    color: #785023;
    border: 1px solid #785023;
}
ul.column_cat_menu li a:hover:after {
    right: 10px;
    border-color: #785023;
}
.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    display: none;
}
.ticker ul li span {
    display: inline-block;
    margin-right: 10px;
}
p#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
}
p#pagetop a {
	display:block;
	background: #666;
	position: relative;
    width: 50px;
    height: 50px;
}
p#pagetop a:hover {
    background: #785023;
    transition: .3s;
    opacity: 0.7;
}
p#pagetop a:before {
    display: block;
    top: 20px;
    right:16px;
    position:absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    vertical-align: middle;
    border-color: #fff;
    content: '';
}

.cateBox {
}
.cateBox .cateItem {
    float: left;
    width: 470px;
}
.cateBox .cateItem + .cateItem {
    float: right;
}
.cateBox .cateItem li {
    width: 100%;
}

body.column.usefulPage .relate_column .newBox {
    width: 1020px;
}
.relate_column .newBox li dl dt {
    display: block;
    width: 100%;
    height: inherit;
}
.relate_column .newBox li dl dt img {
    position: static;
    transform: inherit;
    width: 100%;
}
.relate_column .newBox li dl dd {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    min-height: inherit;
}
.usefulPage .relate_column .newBox li dl dd {
    text-align: center;
    padding: 10px;
}

@media all and (-ms-high-contrast: none){
	h3.under_h3 {
	    padding: 15px 20px 15px 25px;
	    }
	.relate_column li dl dt img {
		max-height:none;
	}
	.service_local_nav li a:before {
		margin-top: 20px;
	}
}


.seachBox {
    padding: 15px;
    background: #E4DCD3;
    margin-bottom: 30px;
}
.seachBox .seachHead {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}
.seachBox .seachInner {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}
.seachBox .seachInner .seachttl {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    background: #785023;
    color: #FFF;
    border-left: 5px solid #E4DCD3;
    border-right: 15px solid #E4DCD3;
}
.seachBox .seachInner ul {
    display: table-cell;
    width: 800px;
}
.seachBox .seachInner li {
    float: left;
    width: 192px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 5px 0 3px 0;
}
.seachBox .seachInner li:nth-child(4n) {
    margin-right: 0;
}
.seachBox .seachInner li input {
    margin-right: 3px;
}

.under_section video {
    max-width: 600px;
}

.flowBox {
}
.flowBox dl {
    width: 100%;
    position: relative;
    display: table;
}
.flowBox dl + dl {
    margin-top: 15px;
}
.flowBox dl:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -15px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 15px solid #785023;
}
.flowBox dl:last-child:before {
    display: none;
}
.flowBox dt {
    width: 200px;
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    background: #785023;
}
.flowBox dd {
    display: table-cell;
    width: 780px;
    padding: 20px;
    vertical-align: middle;
    box-sizing: border-box;
}

.copy p,
p.copy {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.voicelist {
}
.voicelist li {
    float: left;
    padding: 10px 10px 10px 30px;
    margin: 0 5px 10px 5px;
    border-bottom: 1px dotted #CCC;
    width: calc(50% - 50px);
    position: relative;
}
.voicelist li:before {
    position: absolute;
    display: inline-block;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #785023;
    border-right: 2px solid #785023;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    border-color: #785023;
    content: '';
    top: 18px;
}

p + .philosophyList,
.philosophyList + h3,
.imgR + h3 {
    margin-top: 30px;
}

.counterlist {
    counter-reset: section;
}
.counterlist li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCC;
}
.counterlist li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: -2px;
    background: #785023;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px;
}

.companyAc {
    margin-top: 50px;
}
.companyAc dt {
    margin-bottom: 10px;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
    font-size: 18px;
    background: #785023;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.companyAc dt:hover {
    opacity: 0.7;
}
.companyAc dt:before {
    position: absolute;
    display: inline-block;
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    border-color: #FFF;
    content: '';
    top: 18px;
}
/*.companyAc dt:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #FFF;
    top: 12px;
    left: 20px;
}
.companyAc dt:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #FFF;
    top: 22px;
    left: 11px;
}*/
.companyAc dd {
    display: none;
    padding: 15px 15px 25px 15px;
}
.companyAc dd.open {
    display: block;
}
.companyAc dd + dt {
    margin-top: 10px;
}
.companyAc dd .fright {
    margin: 0 0 0 20px;
}

.talentList {
}
.talentList li {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
    background: #f6f6f6;
    display: table;
}
.talentList li:nth-child(3n) {
    margin-right: 0;
}
.talentList li a {
    /*display: block;*/
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.talentList li a:hover {
    /*opacity: 0.7;*/
    color: #FFF;
    background: #785023;
}
.talentList li a:before {
    position: absolute;
    display: inline-block;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #785023;
    border-right: 1px solid #785023;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    border-color: #785023;
    content: '';
    top: 50%;
    margin-top: -4px;
}
.talentList li a:hover:before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-color: #FFF;
}

@media all and (-ms-high-contrast:none){
    .talentList li {
        min-height: 68px;
    }
    .talentList li a {
        padding-left: 25px;
        background: url("../images/common/listar.png") no-repeat 10px center;
        background-size: 7px 12px;
    }
    .talentList li a:hover {
        background: #785023 url("../images/common/listar2.png") no-repeat 10px center;
        background-size: 7px 12px;
    }
    .talentList li a:before {
        display: none;
    }
}

.ppinfo {
    text-align: right;
    margin-bottom: 20px;
}
.ppArea div + h3,
.ppArea ul + h3,
.ppArea p + h3 {
    margin-top: 30px;
}
.column #main .under_section .imgR p + p,
.sec06 .voicebox p + p {
    margin-top: 1em;
}
.ttl {
    font-weight: bold;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
}
#privacy .inner {
    margin-left: 1em;
}
#privacy .inner ul {
    margin-left: 1em;
    margin-bottom: 2em;
}
.formError {
    color: red;
}
.thanksmessage p.center + p.center {
    margin-bottom: 50px;
}

input.formbtn01 {
    background: url(../images/download/form01_off.png) no-repeat 0 0 !important;
    width: 360px !important;
    height: 73px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -5000px;
    overflow: hidden;
}
input.formbtn01:hover {
    background: url(../images/download/form01_on.png) no-repeat 0 0 !important;
}
input.formbtn02 {
    background: url(../images/download/form02_off.png) no-repeat 0 0 !important;
    width: 360px !important;
    height: 73px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -5000px;
    overflow: hidden;
}
input.formbtn02:hover {
    background: url(../images/download/form02_on.png) no-repeat 0 0 !important;
}
.address_label {
    display: inline-block;
    width: 100px;
}
.column.usefulPage .mainImg {
    background: url(../images/backnumber/main_back_download.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.column.contactPage .mainImg {
    background: url(../images/mv_form.png) no-repeat right 0 !important;
    background-size: cover !important;
}
.talentbloomingPage .mainImg {
    background: url(../images/mv_talentblooming.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.introductionPage .mainImg {
    background: url(../images/mv_introduction.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.trialPage .mainImg,
.salesPage .mainImg,
.creditPage .mainImg,
.leaderPage .mainImg {
    height: 200px;
    display: block;
}
.trialPage .mainImg {
    background: url(../images/mv_trial.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.salesPage .mainImg {
    background: url(../images/mv_sales.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.creditPage .mainImg {
    background: url(../images/mv_credit.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.leaderPage .mainImg {
    background: url(../images/mv_leader.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.consultantsPage .mainImg {
    background: url(../images/mv_consultants.png) no-repeat center 0 !important;
    background-size: cover !important;
}
.column .mainImg.companyPage,
.companyPage .mainImg.privacyPage,
.corporatePage .mainImg.privacyPage,
.column.contactPage .mainImg {
    background: url(../images/main_back_consulting.png) no-repeat 0 0;
    background-size: cover !important;
}
.column .mainImg.companyPage .mainImg_inner,
.companyPage .mainImg.privacyPage .mainImg_inner,
.corporatePage .mainImg.privacyPage .mainImg_inner {
    height: 145px;
}
.dlicon {
    position: absolute;
    top: 15px;
    left: -50px;
    z-index: 50;
}
.usefulbtn {
    background: none;
    border: none;
    height: 0px;
    width: 100%;
    text-indent: -500px;
    overflow: hidden;
}
.imgR.imgleft .txt + .img,
.imgR.imgright .txt + .img,
.imgR.imgcenter .img {
    display: none;
}
form.imgright {
    padding: 0 0 20px 40px;
    background: #FFF;
    float:right;
}
.imgR.imgright .img {
    padding: 0 0 20px 40px;
    background: #FFF;
}
form.imgleft {
    padding: 0 0 20px 40px;
    background: #FFF;
    float:left;
}
.imgR.imgleft .img {
    float: left;
    padding: 0 40px 20px 0;
    background: #FFF;
}
form.imgleft img,
form.imgright img,
.imgR.imgleft .img img,
.imgR.imgright .img img {
    max-width: 420px;
}
.imgR.imgcenter .txt + .img {
    display: block;
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
}
.imgR.imgcenter .txt + .img img {
    max-width: 960px;
}
.column .imgR.imgleft .txt,
.column .imgR.imgright .txt,
.column .imgR.imgcenter .txt {
    overflow: initial;
}

.columnlistUI ol {
    counter-reset: section;
}
.columnlistUI ol li {
    position: relative;
    padding-left: 25px;
    /*padding-top: 5px;*/
}
.columnlistUI ol li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 10px;
    padding: 2px 7px;
    background: #785023;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
}
.columnlistUI ul {
    padding: 15px;
    background: #FFF3F3;
    margin-bottom: 1em;
}
.columnlistUI ul li {
    /*padding-left: 1em;
    text-indent: -1em;*/
}

.columnlistUI ul li + li,
.columnlistUI ol li + li {
    margin-top: 10px;
}
.columnlistUI p + ul,
.columnlistUI ul + p,
.columnlistUI ol + p {
    margin-top: 1em;
}
.consultants_height .consultants_height_inner {
    max-height: 114px;
    overflow: hidden;
    display: inline-block;
}

body.usefulPage .relate_column .newBox li dl dt img {
    max-height: 173px;
}

#pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 75px;
    height: 75px;
    z-index: 10000;
}
#pagetop a {
    background: #785023;
    display: inline-block;
    padding: 20px;
}
#pagetop a:hover {
    opacity: 0.7;
    transition: .3s;
}
#pagetop a span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px 10px;
    border-color: transparent transparent #FFF transparent;
}

.tel_c {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 40px;
}
.tel_c span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}


.foot-action {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 100;
}
.footer_contact_in {
    width: 100%;
    max-width: 820px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    text-align: center;
}

.footer_contact_in .footer_contact_left {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    width: 200px;
    float: left;
    background: url(../images/index/fa00.png) no-repeat 0 26px;
    background-size: 30px;
    padding-left: 40px;
}
.footer_contact_in .footer_contact_left span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.footer_contact_in ul {
    width: 580px;
    text-align: center;
    display: inline-block;
    float: right;
}
.footer_contact_in ul li {
    display: inline-block;
    width: 45%;
}
.footer_contact_in ul li + li {
    margin-left: 2%;
}
.footer_contact_in ul li a {
    text-decoration: none;
    background: #FF6600;
    color: #FFF;
    font-weight: normal;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.footer_contact_in ul li a:hover {
    opacity: 0.7;
}
.footer_contact_in ul li:first-child a {
    padding-left: 30px;
    background: #FF6600 url(../images/index/fa02.png) no-repeat 20px center;
}
.footer_contact_in ul li:last-child a {
    padding-left: 20px;
    background: #FF6600 url(../images/index/fa01.png) no-repeat 20% center;
}

.ver2 .footer_contact_in {
    max-width: 690px;
}
.ver2 .footer_contact_in .footer_contact_left {
    width: 320px;
}
.ver2 .footer_contact_in .footer_contact_left strong {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}
.ver2 .footer_contact_in ul {
    float: none;
    width: 330px;
}
.ver2 .footer_contact_in ul li {
    width: 270px;
}
.is-fixed {
    -webkit-animation-name: 'is-fixed';
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    visibility: hidden;
}

#globalNav li ul {
    display: none;
    position: absolute;
    top: 60px;
    left: -208px;
    height: 61px !important;
    width: 980px;
    z-index: 100;
}
#globalNav li ul:hover {
    display: block;
}
#globalNav li ul li {
    padding-top: 1px;
}

.intItem + .intItem {
    margin-top: 15px;
}

.ankeTable {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    width: 100%;
}
.ankeTable th,
.ankeTable td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 5px;
}
.ankeTable th {
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #785023;
}
.ankeTable th.item {
    text-align: left;
    background: #f6f6f6;
    color: #785023;
    padding: 5px 10px;
}
.ankeTable td {
    text-align: left;
    padding: 5px 10px;
}
.ankeTable td + td {
    text-align: center;
    width: 50px;
    padding: 5px;
}

#search_box {
    clear: both;
    float: right;
    width: 350px;
    margin-top: 10px;
}
#search_box .gsc-control-cse {
    padding: 0;
}
#search_box .gsc-control-cse input#gsc-i-id1 {
    background: none !important;
}
#search_box .gsc-control-cse input#gsc-i-id1::placeholder {
    color: #FFF !important;
}

#search_box ::-webkit-input-placeholder {
  color: #FFF;
}
::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #FFF;
}

.gs-title { /* カスタム検索のページ名を左寄せに */
    text-align: left;
}
.companyAc dd p + p {
    margin-top: 1em;
}
.service_under_main {
    padding-top: 60px !important;
}
body.consultantsPage .under_section .cf .fltL a:hover {
    opacity: 0.7;
    transition: .3s;
}


form.center,
form.imgright,
form.imgleft {
    cursor: pointer;
}
form.center input,
form.imgright input,
form.imgleft input {
	display:none;
}
form.imgright,
form.imgleft {
    max-width: 420px;
}
form.center:hover,
form.imgright:hover,
form.imgleft:hover {
    opacity: 0.7;
}

/*190711--------------------------------------------------------*/
#DoorPage #main {
    width: 100%;
    text-align: center;
    height: 100vh;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#DoorPage .main_middle {
    width: 100%;
    height: 62vh;
    box-sizing: border-box;
    background: url(../images/index/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#DoorPage ul {
    width: 100%;
    height: 38vh;
    overflow: hidden;
}
#DoorPage ul li {
    float:left;
    width: 50%;
    position:relative;
}
#DoorPage ul li img {
    position:absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%);
	z-index: 2;
}
#DoorPage ul li {
    height: 38vh;
    box-sizing: border-box;
	position: relative;
}
#DoorPage ul li a {
    text-decoration:none;
	font-size: 3.5vh;
    line-height: 1.4;
    font-weight:bold;
	width: 100%;
    height: 38vh;
    box-sizing: border-box;
	display: block;
    position: relative;
    overflow: hidden;
}
#DoorPage ul li a:after {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#DoorPage ul li a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
body#DoorPage {
    border-top: none;
}
#DoorPage ul li:nth-of-type(1) a {
    border: 16px solid #292971;
}
#DoorPage ul li:nth-of-type(2) a {
    border: 16px solid #785023;
}
#DoorPage ul li:nth-of-type(1) a:after {
    background-image:url(../images/index/menu_bg01.png);
}
#DoorPage ul li:nth-of-type(2) a:after {
    background-image:url(../images/index/menu_bg02.png);
}
#DoorPage ul li a span{
    font-weight:normal;
    display:block;
    font-size: 30px;
    margin-bottom: 20px;
    font-family:"Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#DoorPage ul li:nth-of-type(1) a span{
    color: #b3aad3;
}
#DoorPage ul li:nth-of-type(2) a span{
    color: #d3b492;
}
body#DoorPage h1 {
    color: #292971;
    font-size: 40px;
    font-weight: normal;
    margin: 30px auto 40px;
    padding-right: 0.5em;
	font-size: 4.2vh;
    margin: 2.8vh auto 3.7vh;
}
body#DoorPage .main_middle {
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
#DoorPage .main_middle_inner {
    position: absolute;
    left: 50%;
    top: 50%;
	width: 90%;
    box-sizing: border-box;
    transform: translate(-50%, -60%);
}
#DoorPage .list_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
	z-index: 2;
	width: 80%;
}
#DoorPage ul li div.bg:after {
    content: '';
    display: block;
    background: url(../images/index/overlay.png) repeat;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}

@media all and (min-width: 768px) and (max-width: 1260px) {
	#DoorPage #main {
		min-width: 1000px;
	}
}
@media all and (max-width: 767px) {
	#DoorPage ul li {
		float:none;
		height:20vh;
		width: 100%;
	}
	#DoorPage ul li a {
		height: 20vh;
	}
	#DoorPage ul {
		height: 48vh;
	}
	#DoorPage ul li {
		float:none;
		height:24vh;
		width: 100%;
	}
	#DoorPage ul li a {
		height: 24vh;
	}
	body#DoorPage .main_middle {
		height: 52vh;
	}
	#DoorPage ul li a {
		font-size: 2.5vh;
	}
	#DoorPage ul li a span {
		font-size: 1.5vh;
		margin-bottom: 0.5vh;
	}
	#DoorPage ul li img {
		width: 3vh;
	}
	#DoorPage .main_middle_inner {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 98%;
		text-shadow: 0 0 5px rgba(255,255,255,1);
	}
	body#DoorPage .main_middle .logo img {
		width: 12vh;
	}
	body#DoorPage h1 {
		font-size: 4vh;
	}
	body#DoorPage p {
		font-size: 2.5vh;
	}
}
.service .under_h4 span, .heading01 span {
    display: block;
    padding: 1px 0 1px 10px;
    background: url(../images/common/bg_border_heading.png) 0 1px no-repeat;
    font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
}
.diagnosis .mainImg {
  height:200px;
    display: block;
    background-image: url(../images/service/diagnosis_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.diagnosis .under_section .imgR .txt div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    flex-pack: justify;
}
.diagnosis .under_section .imgR .txt div img {
    display: block;
    width: 25%;
}
.diagnosis .list dl {
    margin-left: 30px;
}
.diagnosis .list dl:nth-of-type(2), .diagnosis .list dl:nth-of-type(3) {
    margin-top: 20px;
}
.diagnosis .list dl dt {
    font-size: 18px;
font-weight: bold;

}
.diagnosis .list dl dd {
    display: list-item;
    list-style: disc;
    margin-left: 45px;
}
.diagnosis .under_section .col2_img {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    flex-pack: justify;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
}
.diagnosis .under_section dl img {
    display: block;
    width: 80%;
}
.diagnosis .under_section .col2_img img {
    width: 50%;
}
.diagnosis .sec06 .voicebox {
  height:160px;
}
.diagnosis .voicebox ul li, .grbox ul li {
  text-indent:0;
  padding-left: 0;
}
.diagnosis .list dl .figure {
    margin: 0;
}
.diagnosis .list dl:nth-of-type(3) dt {
    font-size: 16px;
    font-weight: 300;
}
.introductionPage .imgR {
  margin-bottom:70px;
}
@-moz-document url-prefix() {
  .diagnosis .under_section .imgR .txt div img{
    width:100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .diagnosis .under_section .imgR .txt div img{
    width:700px;
    height:200px;
  }
}


.bibnrarea {
  display: flex;
  align-content: space-between;
  position: absolute;
  width: 500px;
  box-sizing: border-box;
  padding: 15px;
  background: #CCC;
  top: calc(50% - 125px);
  left: calc(50% - 710px);
}
.bibnrarea_thum {
}
.bibnrarea_thum img {
  max-width: 100%;
  width: 160px;
  transform: rotate(-10deg);
  margin-left: -20px;
  padding-right: 20px;
  margin-top: -20px;
}
.bibnrarea_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex: 1;
}
.bibnrarea_btn .aformlink:after {
  right: 5px !important;
}
.bibnrarea_block01 {
  color: #FFF;
  position: relative;
  background: #252969;
  text-align: left;
  font-size: 25px;
  padding: 12px 15px;
  line-height: 1.2;
}
.bibnrarea_block01 a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1vw;
  background: linear-gradient(45deg,transparent 0%,transparent 20%,#dc2c37 10%,#dc2c37 100%);
  padding: 5px 10px 5px 50px;
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bibnrarea_block01 a:after {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*margin-right: 5px;*/
    vertical-align: middle;
    border-color: #fff;
    /*position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;*/
    content: '';
}
.bibnrarea_block02 {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.bibnrarea_block02-item {
  flex: 1;
}
.bibnrarea_block02-item a {
  min-width: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #111;
  font-size: 80%;
  text-align: left;
  line-height: 1.4;
  padding: 12px 20px;
}
.bibnrarea_block03 {
}
.bibnrarea_block03 a {
  min-width: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 90%;
}

.topmvLayout {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  box-sizing: border-box;
  padding: 0 30px;
}
.topmvLayout .bibnrarea {
  position: static;
}
.topmvLayout .bibnrarea + a + a,
.topmvLayout .bibnrarea + a {
  margin: 0 !important;
  transition: .3s;
}
.topmvLayout .bibnrarea + a + a:hover,
.topmvLayout .bibnrarea + a:hover {
  opacity: 0.7;
}

.aformlink {
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 290px;
  transition: .3s;
  text-align: center;
  box-sizing: border-box;
}
.aformlink:hover {
  color: #FFF;
  opacity: 0.7;
}
.aformlink:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: '';
}

.archivercolumn_link {
  margin-top: 50px;
  text-align: center;
}
.archivercolumn_link a {
  font-size: 20px;
  min-width: 80%;
  font-weight: bold;
  font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

ul.footer-arcive-column {
  display: flex;
  justify-content: center;
  gap: 40px;
}
ul.footer-arcive-column li {
  float: none;
  margin: 0 !important;
}

body.column .relate_column li dd {
    text-align: center;
}

.topmvLayout > * {
    max-width: 33vw;
}

.mvbook {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: center;
}
.mvbook .mvbook_inner {
  position: relative;
}
.mvbook + a + a img,
.mvbook + a img,
.mvbook .mvbook_inner img {
  max-width: 100%;
}
.mvbook .mvbook_inner img.book-btn-img {
  position: absolute;
  top: -20px;
  left: 0;
}
.mvbook .mvbook_inner a {
  position: absolute;
  transition: .3s;
}
.mvbook .mvbook_inner a:hover {
  opacity: 0.7;
}
.mvbook .mvbook_inner a.book-btn-btn01 {
  top: 15px;
  right: 15px;
}
.mvbook .mvbook_inner a.book-btn-btn02 {
    top: 121px;
    right: 197px;
}
.mvbook .mvbook_inner a.book-btn-btn03 {
    top: 121px;
    right: 15px;
}
.mvbook .mvbook_inner a.book-btn-btn04 {
  bottom: 15px;
  right: 15px;
}
@media all and (max-width: 1400px) {
  /*.mvbook {
    width: 30vw;
  }
  .mvbook + a + a,
  .mvbook + a {
    width: 20vw;
  }*/
  .mvbook .mvbook_inner img.book-btn-img {
    top: -10px;
    left: 0;
    max-width: 35.2%;
  }
  .mvbook .mvbook_inner a.book-btn-btn01 {
    top: 0.8vw;
    right: 0.8vw;
    max-width: 60%;
  }
  .mvbook .mvbook_inner a.book-btn-btn02 {
    top: 42.8%;
    right: 31.0%;
    max-width: 29%;
  }
  .mvbook .mvbook_inner a.book-btn-btn03 {
    top: 42.8%;
    right: 0.8vw;
    max-width: 29%;
  }
  .mvbook .mvbook_inner a.book-btn-btn04 {
    bottom: 0.8vw;
    right: 0.8vw;
    max-width: 60%;
  }
}

/* 250106 サイト改修 */
.index_copy.top-page_copy {
  top: 33%;
}
.topmvLayout {
  flex-wrap: wrap;
  width: 1200px;
  max-width: 95%;
  margin-inline: auto;
  padding: 0;
  gap: 30px 1.1vw;
}
.topmvLayout.top-page_mvLayout {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.topmvLayout__container {
  width: calc((100% - (1.1vw * 3)) / 4);
  position: relative;
  overflow: hidden;
}
.topmvLayout__inner {
  position: absolute;
  top: 15px;
  left: 1.1458333vw;
  text-align: left;
}
.topmvLayout__inner--flex {
  display: flex;
  gap: 24px;
}
.topmvLayout__link {
  display: block;
  scale: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.topmvLayout__link:hover {
  scale: 1.04;
}
.topmvLayout__bg {
  -o-object-fit: cover;
  width: clamp(282px, 14.7vw, 282px);
  min-height: 112px;
      object-fit: cover;
}
.topmvLayout__ttl {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Serif JP";
}
.topmvLayout__ttl--en {
  display: block;
  color: #b9b9b9;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  font-family: "Noto Sans JP";
}
.topmvLayout__ttl span {
  font-size: 20px;
}
.topmvLayout__img {
  width: 99px;
  margin-top: -10px;
}
.topmvLayout__img img {
  -o-object-fit: cover;
  width: 80%;
      object-fit: cover;
}
.topmvLayout__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 20px;
  background-color: #222222;
  color: #fefeff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
}

.manager-ability__ttl {
  color: #d3d3d3;
  font-style: italic;
  font-size: 71.71px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-ability__ttl--large {
  font-size: 107px;
}
.manager-ability__img {
  width: 979px;
  margin: 0;
}
.manager-ability__img img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}
.manager-ability__content {
  position: relative;
}
.manager-ability__list {
  display: flex;
  position: absolute;
  align-items: center;
  gap: 24px;
}
.manager-ability__list dt {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-ability__list dd {
  font-weight: bold;
}
.manager-ability__list--01 {
  top: 56px;
  left: 180px;
}
.manager-ability__list--01 dd {
  margin-top: -40px;
  margin-left: 62px;
  font-weight: normal;
}
.manager-ability__list--02 {
  top: calc(50% + 5px);
  left: 160px;
  transform: translateY(-50%);
}
.manager-ability__list--02 dd {
  margin-top: -20px;
  margin-left: 80px;
}
.manager-ability__list--03 {
  top: 280px;
  left: 190px;
}
.manager-ability__list--03 dd {
  margin-top: -20px;
  margin-left: 200px;
}
.manager-ability__list-txt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.manager-ability__list-txt--num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #785023;
  color: #fff;
  font-size: 16px;
}
.manager-ability__list-txt--blue {
  margin-left: 5px;
  color: #785023;
  font-weight: bold;
  font-size: 16px;
}
.manager-ability__list-txt--black {
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
.manager-ability__list-txt--black::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "：";
}
.manager-ability__list-txt + .manager-ability__list-txt {
  margin-top: 5px;
}
.manager-ability__txt {
  margin-top: 44px;
  color: #000000;
  font-size: 16px;
  line-height: 1.813;
  font-family: "Noto Sans JP";
}

.manager-cost__inner {
  width: 100%;
}
.manager-cost__head-ttl {
  padding: 30px 0;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-cost__head-ttl .arrow-triangle {
  position: relative;
  padding-left: 50px;
}
.manager-cost__head-ttl .arrow-triangle::before, .manager-cost__head-ttl .arrow-triangle::after {
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #7f5b31;
  border-style: solid;
  content: "";
}
.manager-cost__head-ttl .arrow-triangle::before {
  left: 20px;
}
.manager-cost__head-ttl .arrow-triangle::after {
  left: 30px;
}
.manager-cost__body-ttl {
  margin-top: 50px;
  color: #785023;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.manager-cost__body-txt {
  margin-top: 28px;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}

.salesPage .mainImg.service_program_mainImg {
  background: url(../images/service/program/program_mv.png) no-repeat center 0 !important;
  background-size: cover !important;
}

.leaderPage .mainImg.service-manager_mainImg {
  background: url(../images/service/leader/mv.png) no-repeat center 0 !important;
  background-size: cover !important;
}

.service-about__img {
  position: relative;
  width: 100%;
}
.service-about__img img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}
.service-about__ttl {
  color: #764f22;
  font-weight: bold;
  font-size: 30.67px;
  font-family: "Noto Serif JP";
}
.service-about__ttl span {
  display: block;
}
.service-about__ttl--01 {
  position: absolute;
  top: 52px;
  left: 178px;
}
.service-about__ttl--02 {
  position: absolute;
  top: 124px;
  left: 220px;
}
.service-about__ttl--03 {
  position: absolute;
  top: 194px;
  left: 440px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--01 {
  position: absolute;
  top: 66px;
  left: 230px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--02 {
  position: absolute;
  top: 135px;
  left: 230px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--03 {
  position: absolute;
  top: 204px;
  left: 340px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--04 {
  position: absolute;
  top: 275px;
  left: 140px;
}
.service-about__sub-ttl {
  color: #7f5b31;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.service-about__concept {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #7f5b31;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.service-about__txt {
  margin-top: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  text-align: center;
}

.sec01_main_img {
  width: 100%;
}
.sec01_main_img img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}

.service_sec01 h3 {
  color: #7f5b31;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.service_sec01 h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #7f5b31;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.service_sec01 p {
  margin-top: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  text-align: center;
}

.sec01-case__item {
  margin-top: 52px;
  padding-bottom: 40px;
  background-color: #fdf9f3;
}
.sec01-case__item + .sec01-case__item {
  margin-top: 40px;
}
.sec01-case__item-inner {
  display: flex;
  justify-content: space-between;
  padding-left: 38px;
}
.sec01-case__item-inner p {
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: left;
}
.sec01-case__item-inner h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed #7f5b31;
  color: #7f5b31;
  font-weight: bold;
  font-size: 50px;
  font-family: "Noto Serif JP";
}
.sec01-case__item-inner h3.mt-20 {
  margin-top: 20px;
}
.sec01-case__item-inner h3.mt-10 {
  margin-top: 10px;
}
.sec01-case__item-inner h3 .pl-40 {
  padding-left: 40px;
}
.sec01-case__item-inner h3 .pl-20 {
  padding-left: 20px;
}
.sec01-case__item-inner h3.flex {
  display: flex;
  align-items: center;
  gap: 90px;
}
.sec01-case__item-inner h3 .color-black {
  color: #000000;
  font-weight: 900;
  font-size: 20px;
}
.sec01-case__item-inner h3 .color-black.pr-10 {
  padding-right: 10px;
}
.sec01-case__item-inner h3 .color-black.pr-20 {
  padding-right: 20px;
}
.sec01-case__item-inner h3 .color-black.pr-80 {
  padding-right: 80px;
}
.sec01-case__item-inner h3 .color-black.pr-60 {
  padding-right: 60px;
}
.sec01-case__item-inner h3 .color-black.flex {
  display: flex;
  flex-direction: column;
}
.sec01-case__item-inner h3 .color-black .small-text {
  font-weight: 500;
  font-size: 14px;
}
.sec01-case__item-inner h3 .small-text {
  font-size: 30px;
}
.sec01-case__item-inner h3 .small-text--more {
  font-size: 24px;
}
.sec01-case__item-inner h3 .previous-data {
  font-size: 36px;
}
.sec01-case__item-inner h3 .previous-data .small-text {
  font-size: 20px;
}
.sec01-case__item-inner h3 .arrow-triangle {
  position: relative;
}
.sec01-case__item-inner h3 .arrow-triangle::before, .sec01-case__item-inner h3 .arrow-triangle::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #7f5b31;
  border-style: solid;
  content: "";
}
.sec01-case__item-inner h3 .arrow-triangle::before {
  left: 53px;
}
.sec01-case__item-inner h3 .arrow-triangle::after {
  left: 63px;
}
.sec01-case__item-inner h3 .arrow-triangle--02::before {
  left: 30px;
}
.sec01-case__item-inner h3 .arrow-triangle--02::after {
  left: 40px;
}
.sec01-case__item-inner h3 .arrow-triangle--03::before {
  top: 10px;
  left: 126px;
}
.sec01-case__item-inner h3 .arrow-triangle--03::after {
  top: 10px;
  left: 136px;
}
.sec01-case__num {
  display: inline-block;
  padding: 6px 20px 12px;
  background-color: #7f5b31;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
  font-style: italic;
}
.sec01-case__num--large {
  padding-left: 0.2em;
  font-style: italic;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.sec01-case__img {
  width: 42.4489795918%;
}
.sec01-case__img img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}

.service-voice__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 25px;
}
.service-voice__item {
  width: calc((100% - 50px) / 3);
}
.service-voice__type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  background-color: #7f5b31;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Serif JP";
}
.service-voice__intro {
  position: relative;
  width: 100%;
}
.service-voice__intro.mt-10 {
  margin-top: 10px;
}
.service-voice__intro figure {
  width: 100%;
  margin: 0;
}
.service-voice__intro figure img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}
.service-voice__ttl {
  position: absolute;
  top: 35%;
  right: 60px;
  color: #7f5b31;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Serif JP";
}
.service-voice__ttl--long-txt {
  right: 20px;
}
.service-voice__txt {
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

.negotiation-feature__content + .negotiation-feature__content {
  margin-top: 50px;
}
.negotiation-feature__ttl {
  color: #777777;
  font-weight: 900;
  font-size: 31.42px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
}
.negotiation-feature__ttl--large {
  font-size: 47.12px;
}
.negotiation-feature__list {
  display: flex;
  margin-top: -10px;
  gap: 25px;
}
.negotiation-feature__item {
  position: relative;
  width: calc((100% - 50px) / 3);
  margin-top: 24px;
}
.negotiation-feature__item::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 55%;
  right: -15px;
  width: 15px;
  height: 27px;
  background-color: #dddddd;
  content: "";
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__item.negotiation-feature__item--blue::after {
  background-color: #ae967b;
}
.negotiation-feature__item:last-of-type::after {
  display: none;
}
.negotiation-feature__grid {
  grid-column-gap: 25px;
  grid-row-gap: 0;
  display: grid;
  grid-template-rows: 30px repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.negotiation-feature__grid-item--middle-single-column {
  grid-area: 2/2/5/3;
}
.negotiation-feature__grid-item--arrow-right {
  position: relative;
}
.negotiation-feature__grid-item--arrow-right::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 27px;
  transform: translateY(-50%);
  background-color: #dddddd;
  content: "";
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__grid-item--arrow-left {
  position: relative;
}
.negotiation-feature__grid-item--arrow-left::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 15px;
  height: 27px;
  transform: translateY(-50%);
  background-color: #ae967b;
  content: "";
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__head {
  padding: 4px 0 6px;
  background-color: #7f5b31;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.negotiation-feature__txt {
  margin-top: 10px;
  padding: 30px 0;
  border: 1px solid #dddddd;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.negotiation-feature__txt.negotiation-feature__txt--border-blue {
  border: 1px solid #ae967b;
}
.negotiation-feature__txt .bg-gray {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
  background-color: #dddddd;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Sans JP";
}
.negotiation-feature__txt .bg-gray.pr-10 {
  padding-right: 10px;
}
.negotiation-feature__txt--bg-gray {
  background-color: #f4f4f4;
}
.negotiation-feature__txt--bg-blue {
  background-color: #fdf9f3;
}
.negotiation-feature__txt--bg-blue.negotiation-feature__txt--fit-height {
  min-height: 80px;
}
.negotiation-feature__txt--bg-white {
  background-color: #fff;
}
.negotiation-feature__txt--bg-white.negotiation-feature__txt--fit-height {
  min-height: 80px;
}
.negotiation-feature__txt--fit-height {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 384px;
}
.negotiation-feature__txt .mt-20 {
  margin-top: 20px;
}

.negotiation-bnr__wrapper {
  background-color: #272969;
}
.negotiation-bnr__link {
  display: block;
  display: flex;
  height: 220px;
  padding: 0 42px;
  gap: 70px;
  scale: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.negotiation-bnr__link:hover {
  scale: 1.04;
}
.negotiation-bnr__inner {
  position: relative;
}
.negotiation-bnr__img {
  position: relative;
  top: -44px;
  width: 320px;
  margin: 0;
}
.negotiation-bnr__img img {
  -o-object-fit: cover;
  width: 100%;
      object-fit: cover;
}
.negotiation-bnr__icon {
  display: flex;
  position: absolute;
  right: -10px;
  bottom: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #d7083b;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 0.821;
  font-family: "Noto Sans JP";
}
.negotiation-bnr__icon--small {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.negotiation-bnr__ttl {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Serif JP";
}
.negotiation-bnr__ttl--small {
  font-size: 24px;
}
.negotiation-bnr__btn {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 16px 45px;
  background-color: #ff6600;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-decoration: none;
}
.negotiation-bnr__btn::before, .negotiation-bnr__btn::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 18px;
  width: 8px;
  height: 1px;
  transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  content: "";
}
.negotiation-bnr__btn::before {
  transform: rotate(45deg);
}
.negotiation-bnr__btn::after {
  transform: rotate(-45deg);
}
.negotiation-bnr.manager-bnr .negotiation-bnr__link {
  padding: 0 10px;
  gap: 40px;
}
.negotiation-bnr.manager-bnr .negotiation-bnr__ttl {
  font-size: 33px;
}
.negotiation-bnr.manager-bnr .negotiation-bnr__img {
  width: 266px;
}

.negotiation-table {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.negotiation-table tr {
  width: 100%;
}
.negotiation-table tr.h-40 td {
  padding: 7px;
}
.negotiation-table td, .negotiation-table th {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  text-align: center;
}
.negotiation-table th {
  width: 141px;
  padding: 23.3px 0;
  background: #785023;
  color: #fff;
  font-weight: bold;
}
.negotiation-table th.service-table__wide--problem {
  width: 437px;
}
.negotiation-table th.service-table__wide--curriculum {
  width: 562px;
}
.negotiation-table th.service-table__wide--equal {
  width: 50%;
}
.negotiation-table th.service-table__wide--manager-training {
  width: 195.07px;
}
.negotiation-table th.service-table__wide--manager-training-more {
  width: 454px;
}
.negotiation-table th.service-table__wide--manager-training-less {
  width: 70px;
}
.negotiation-table th.service-table__row-short {
  padding: 0;
}
.negotiation-table th.bg-light-blue {
  background-color: #93734f;
}
.negotiation-table th.bg-light-blue--more {
  background-color: #8b6238;
}
.negotiation-table th.bg-dark-gray {
  background-color: #535353;
}
.negotiation-table th.bg-dark-gray--h37 {
  padding: 5.5px 0;
}
.negotiation-table td {
  padding: 13px 0;
  font-weight: 500;
}
.negotiation-table td.bg-light-blue {
  padding: 0;
  background-color: #93734f;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-dark-blue {
  background-color: #8b6238;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-dark-blue--more {
  background-color: #785023;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-gray {
  background-color: #f4f4f4;
  font-weight: bold;
}
.negotiation-table td.bg-gray span {
  display: block;
  margin-top: -5px;
}
.negotiation-table td.text-align--left {
  padding-left: 20px;
  text-align: left;
}
.negotiation-table td.wide-equal--half {
  width: 245px;
}
.negotiation-table td.wide-equal--thirds {
  width: 160px;
}
.negotiation-table td.check-box {
  position: relative;
  padding: 7px 0 7px 54px;
}
.negotiation-table td.check-box::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  transform: translateY(-50%);
  border: 1px solid #8c8c8c;
  box-shadow: 1px 1px 1px #dddddd;
  content: "";
}
.negotiation-table__sup {
  margin-top: 22px;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}

.service-results__img img {
  scale: 1;
  transition: scale 0.3s;
}
.service-results .area-link:hover {
  opacity: 1;
}
.service-results .area-link:hover .service-results__img {
  overflow: hidden;
}
.service-results .area-link:hover .service-results__img img {
  scale: 1.1;
}
.service-results.relate_column li dl dd:after {
  display: none;
}
/*250701改修 名言に学ぶ */
.p-quotes h2.under_h2 span {
  text-align: right;
}
.p-quotes .under_section.columnlistUI {
  margin-bottom: 20px;
}
.p-quotes .columnlistUI ul {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.p-quotes .columnlistUI ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.p-quotes .columnlistUI ol li {
  padding-left: 30px;
}
.p-quotes .under_section.columnlistUI .under_h3 {
  background: none;
  font-size: 20px;
}
.p-quotes_related li.column_dl .ttl {
  border: none;
}
.p-quotes_related li.column_dl .img.p-quotes__img img {
  width: 70%;
  position: relative;
  top: 0.5rem;
  left: -5rem;
  z-index: -1;
  transition: scale 0.3s;
}
.p-quotes_related ul.column_banner li:hover {
  opacity: 1;
  transition: 0.3s;
}
.p-quotes_related ul.column_banner li:hover .img.p-quotes__img img {
  scale: 1.05;
  transition: scale 0.3s;
}


.p-quotes_related ul.column_banner li.column_dl .ttl2 {
  font-size: 19px;
}