@charset "UTF-8";

/*----------------------
Common
----------------------*/
[v-cloak] {
	/* display: none; */
	text-indent: -9999px
}
#sideNavi {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/*----------------------
MainVisual
----------------------*/
.main-visual-sub {
	min-height: 200px;
	background: url(/common/img/service/mv.png) no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	min-width: 1130px;
}
.main-visual-sub .inner {
	position: relative;
}
.main-visual-sub .ttl-type02 {
	margin-top: 53px;
}
.main-visual-sub p {
	font-size: 16px;
	line-height: calc(24/16);
	width: 100%;
	font-weight: bold;
	letter-spacing: -1px;
}
.main-visual-sub .img-right {
	position: absolute;
	z-index: 2;
	right: 70px;
	bottom: 0;
}
@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
	.main-visual-sub .img-right {
		bottom: -54px;
	}
}

/*----------------------
Consultant
----------------------*/
#consultantIndex {
	margin-bottom: 20px;
}

#consultantIndex h2 {
	background: url(/img/index/check_ico.png) no-repeat left 1px;
	padding: 0 0 15px 23px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
#consultantIndex .consultantWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#consultantIndex .consultant {
	width: 48%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#consultantIndex .consultant a {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all .2s ease;
	position: relative;
}
#consultantIndex .consultant a::before {
	content: "";
	width: 107px;
	height: 18px;
	background: url(/about/img/consultant/bg_consultant-logo.gif) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}
#consultantIndex .consultant a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #2cbc4b;
	border-right: 2px solid #2cbc4b;
	transform: rotate(45deg);
	position: absolute;
	top: 49%;
	right: 19px;
}
#consultantIndex .consultant a:hover {
	box-shadow: 0 0 7px rgb(0,0,0,.2);
	-ms-box-shadow: 0 0 7px rgb(0,0,0,.2);
}
#consultantIndex .consultant .consultantInner {
	padding: 20px 20px;
}
#consultantIndex .consultant .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 86px;
	margin-bottom: 13px;
}
#consultantIndex .consultant .ttl .pct {
	width: 80px;
	margin-right: 20px;
}
#consultantIndex .consultant .ttl .name {
	width: calc(100% - 80px);
	position: relative;
}
#consultantIndex .consultant .ttl .name img {
	position: absolute;
	top: 20px;
	/*right: 109px;*/
	bottom: 0;
	left: 0;
	margin: auto;
}
#consultantIndex .consultant .ttl .name p {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #06adec;
	font-size: 23px;
}
#consultantIndex .consultant .txt {
	font-size: 15px;
	line-height: 1.6;
}

/*----------------------
Sidebar
----------------------*/
#consultantNav{
	width: 100%;
	margin-bottom: 30px;
}
#consultantNav dt a {
	display: block;
	height: 35px;
	line-height: 37px;
	background: #2cbc4b;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding-right: 10px;
	position: relative;
	transition: all .2s ease;
	text-decoration: none;
}
#consultantNav dt a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	right: 15px;
}
#consultantNav dt a:hover {
	opacity: .7;
	text-decoration: none;
}
#consultantNav ul{
	vertical-align: top;
	text-align: center;
}
#consultantNav li a{
	display: block;
	line-height: 1.2;
}

/*----------------------
SearchSomeJobs
----------------------*/
.search-some-jobs {
	margin-top: 50px;
	border: 2px solid #2cbc4b;
	border-radius: 5px;
	margin-bottom: 2px;
}
.search-some-jobs .ttl-jobs {
	padding: 9px 15px;
	background: #2cbc4b;
	letter-spacing: -1px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.search-some-jobs .box-job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #e0f7e5;
	padding: 15px 13px 0 25px;
}
.search-some-jobs .box-job .box-text p {
	font-weight: 700;
	color: #2cbc4b;
	letter-spacing: 3px;
	margin-bottom: -4px;
	font-size: 18px;
}
.search-some-jobs .box-job .box-text h3 {
	color: #2cbc4b;
	font-weight: 700;
	font-size: 46px;
}
.search-some-jobs .box-job .box-text h3 span {
	margin-left: -11px;
	font-size: 22px;
}
.search-some-jobs .box-job .box-img {
	margin-top: -54px;
	margin-left: auto;
}
.search-some-jobs .content-job {
	padding: 20px 24px;
}
.search-some-jobs .ttl-jobs2 {
	color: #2cbc4b;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 8px;
	font-size: 18px;
}
.search-some-jobs .ttl-jobs2 span {
	position: relative;
	display: inline-block;
}
.search-some-jobs .ttl-jobs2 span::after,
.search-some-jobs .ttl-jobs2 span::before {
	content: "";
	width: 10px;
	height: 30px;
	position: absolute;
}
.search-some-jobs .ttl-jobs2 span::before {
	background: url(/common/img/search/before-icon.png) no-repeat;
	left: -18px;
	top: 1px;
}
.search-some-jobs .ttl-jobs2 span::after {
	background: url(/common/img/search/after-icon.png) no-repeat;
	right: -10px;
	top: 2px;
}
.search-some-jobs .desc-job {
	color: #333;
	font-weight: 500;
	line-height: 1.57;
	font-size: 14px;
}
.desc-job02 {
	color: #333;
	font-weight: 500;
	line-height: 2;
	letter-spacing: -.5px;
	font-size: 13px;
	margin-bottom: 50px;
}

/*----------------------
DetailConsultant
----------------------*/
.consultantDetail {
	background: #e0f7e5;
	padding: 50px;
	margin-bottom: 50px;
}
.consultantDetail .consultantDetailInner {
	border: 2px solid #2cbc4b;
	border-radius: 5px;
	padding: 50px;
	background: #fff url(/about/img/consultant/bg_consultant-logo.gif) no-repeat 546px 50px;
}
.consultantDetail .profile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 40px;
}
.consultantDetail .profile dl.txt{
	width: 455px;
}
.consultantDetail .profile dl.txt dt {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.consultantDetail .profile dl.txt dt p {
	color: #06adec;
	font-size: 26px;
}
.consultantDetail .profile dl.txt .ttl {
	width: 145px;
	margin-bottom: 10px;
}

.consultantDetail .profile .pct {
	width: calc(100% - 455px - 20px);
	position: relative;
}
.consultantDetail .profile .pct img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.consultantDetail .profile dl .txt{
	font-size: 16px;
	font-weight: bold;
	color: #064a29;
	line-height: 1.6;
}
.consultantDetail .section_comment h2 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 1;
	padding: 10px 0 10px 28px;
	margin-bottom: 15px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.consultantDetail .section_comment h2::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 16px;
	height: 3px;
	background: #2cbc4b;
}
.consultantDetail .section_comment p {
	font-size: 14px;
	line-height: 1.6;
}
.section_comment {
	overflow: hidden;
	margin-bottom: 40px;
}
.section_comment:last-child {
	margin-bottom: 0;
}
.section_comment .left {
	float:left;
	width:calc(100% - 250px);
}
.section_comment .left_h {
	float:left;
	width: calc(100% - 170px);
}
.section_comment .right {
	float:right;
	margin-left: 10px;
}

/*----------------------
ConsultantVoice
----------------------*/
.consultantVoice{
	position: relative;
	margin-bottom: 50px;
}
.consultantVoice h2{
	width: 100%;
	height: 45px;
	position: relative;
	border: 2px solid #2cbc4b;
	border-radius: 5px;
	padding: 8px 15px;
	margin-bottom: 23px;
}
.consultantVoice h2 img {
	display: none;
}
.consultantVoice h2::before {
	content: "";
	width: 16px;
	height: 3px;
	background: #2cbc4b;
	position: absolute;
	top: 49%;
	left: 20px;
}
.consultantVoice h2::after {
	content: "このアドバイザーの口コミ";
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 28px;
}
.consultantVoice p.number{
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 13px;
}

.consultantVoice .voice{
	padding-bottom: 26px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	overflow: hidden;
}
.consultantVoice .voice .txt{
	float: right;
	width: calc(100% - 80px);
}
.consultantVoice .voice .pct{
	float: left;
	width: 60px;
	text-align: left;
}
.consultantVoice .voice .pct img {
	width: 60px;
}
.consultantVoice .voice .txtInner{
	font-size: 14px;
	line-height: 1.5;
}
.consultantVoice .voice h3{
	line-height: 1;
	margin-bottom: 10px;
	font-size: 12px;
}

#last_area{
	display:none;
	}


/* oi[GA
   --------------------------------------------- */
div.mainBnr01{
	clear: both;
	position: relative;
	width: 687px;
	margin-bottom: 1em;
	background: url(../img/consultant/bg_bnr_main02.gif) repeat-y left top;
}
div.mainBnr01 p.pct{
	margin: 0;
}
div.mainBnr01 p.btn{
	position: absolute;
	top: 89px;
	left: 494px;
}
div.mainBnr01 dl.prInfo{
	background: url(../img/consultant/bg_bnr_main01.gif) no-repeat left bottom;
	padding: 0 15px 15px;
}
div.mainBnr01 dl.prInfo dt{
	font-weight: bold;
	color: #00b2f6;
}


#footer .to_pagetop_wrap {
	bottom: 170px !important;
}
/* SP化対応 2017/06/30
   --------------------------------------------- */
.pc_hidden , .registration-area.last.sp{
	display: none;
}


/* CTA */
.ca-consultation {
	border: 2px solid #2cbc4b;
	border-radius: 5px;
	margin-bottom: 2px;
	background-color: #FFF;
	background-image: url(../img/mv-02.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 17px 31px;
	margin-top: 35px;
	background-size: 23%;
    background-position: 96% 101%;
}
.ca-consultation-title-wrap {
	display: flex;
}
.ca-consultation h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 2px 10px;
	margin-bottom: 15px;
}
.ca-consultation-title-wrap img {
	width: 25px;
	height: 19px;
	margin: 12px -1px 0 1px;
}
.ca-consultation p {
	font-size: 14px;
	line-height: 1.6;
}
.ca-consultation .add-btn .btn {
    line-height: 59px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.ca-consultation .add-btn {
	max-width: 438px;
    margin: 14px 0;
}
.ca-consultation .small {
	font-size: 12px;
	margin-top: 18px;
}