@charset "utf-8";
/* ==================================================
		
		コンサルタントの声 PC

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

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.voice
-------------------------------------------------- */
.main .recruit .voice {
 width: 904px;
 margin: 0 auto;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.main .recruit .voice > ul {
 font-size: 14px;
 color: #555555;
 width: 50%;
 margin-top: -30px;
} 
.main .recruit .voice .left {
 margin-right: 24px;
}
.main .recruit .voice > ul > li {
 padding-top: 30px;
} 
.main .recruit .voice > ul > li > h3 {
	border-left: 5px solid #407eb5;
	padding: 1px 0 2px 20px;
	font-size: 19px;
	color: #407eb5;
	margin-bottom: 22px;
} 
.main .recruit .voice > ul > li .img, 
.main .recruit .voice > ul > li .txt {
 padding-bottom: 20px;
} 
.main .recruit .voice > ul > li .img a:hover {
 opacity: 0.6;
 transition: opacity 0.5s;
} 
.main .recruit .voice > ul > li ul li {
 text-indent: -14px;
 margin-left: 14px;
}
.main .recruit .voice > ul > li ul li::before {
 content: "・";
}
.main .recruit .voice > ul > li ul li a:link, 
.main .recruit .voice > ul > li ul li a:visited {
 text-decoration: underline;
 font-weight: bold;
 color: #555555;
}
.main .recruit .voice > ul > li ul li a:hover {
 text-decoration: none;
}
.main .recruit .voice > ul > li ul .nolink {
 opacity: 0.7;
}
.main .recruit .voice > ul > li .section-inner {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.main .recruit .voice > ul > li .section-inner .img {
 padding-left: 25px;
}
/*	.banner
-------------------------------------------------- */ 
.main .recruit .voice > ul > li .banner {
 margin-top: -9px;
}
.main .recruit .voice > ul > li .banner .banner-inner {
 border: 2px solid #eaeaea;
 background: #fbfbfb;
 margin-top: 13px;
}
.main .recruit .voice > ul > li .banner .banner-inner a {
 padding: 19px 1px 0 26px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.main .recruit .voice > ul > li .banner .banner-inner a:link, 
.main .recruit .voice > ul > li .banner .banner-inner a:visited {
 text-decoration: none; 
 color: #555555;
}
.main .recruit .voice > ul > li .banner .banner-inner a:hover {
 opacity: 0.6;
 transition: opacity 0.5s;
}
.main .recruit .voice > ul > li .banner .banner-inner a h4 {
	font-size: 19px;
	color: #407eb5;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.35;
	margin-bottom: 8px;
}
.main .recruit .voice > ul > li .banner .banner-inner a .txt {
 line-height: 1.45;
 padding-bottom: 0;
}
.main .recruit .voice > ul > li .banner .banner-inner a .img {
 padding-bottom: 0;
 margin-top: -12px;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .recruit section {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.main .recruit section:first-child {
	margin-top: -15px;
}
.main .recruit section .section-inner {
	width: 904px;
}
.main .recruit section .section-inner h3 {
	  color: #407eb5;
  font-size: 35px;
  margin-bottom: 20px;
}
.main .recruit section .section-inner h4 {
 border-left: 5px solid #407eb5;
 padding: 1px 0 2px 20px;
 font-size: 30px;
 color: #407eb5;
 width: calc(904px - 24px);
 margin: 0 auto 22px;
}
.main .recruit section .section-inner > p {
	font-size: 14px;
	color: #555555;
	margin-top: 15px;
}
.main .recruit section .section-inner .section-box {
	float: right;
	margin: 0 0 0 25px;
	width: 298px;
}
.main .recruit section .section-inner .section-box > dl {
	background: #057db7;
	color: #fff;
	font-size: 14px;
	padding: 18px 20px;
}
.main .recruit section .section-inner .section-box > dl > dt {
	font-weight: bold;
	margin-bottom: 2px;
}
.main .recruit .line2 .section-inner .section-box {
	float: none;
	margin: -10px 0 0 0;
	width: 904px;
	overflow: hidden;
}
.main .recruit .line2 .section-inner .section-box > p {
	font-size: 14px;
	color: #555555;
	margin-top: 15px;
	/* float: right; */
	/* width: calc(100% - 267px ); */
}
.main .recruit .line2 .section-inner .section-box > .img {
	float: left;
	margin: 20px 25px 10px 0;
	width: 242px;
}
}

/* ==================================================
		
		コンサルタントの声 SP

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

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.voice
-------------------------------------------------- */
.main .recruit .voice {
 padding: 0 12px;
 margin-top: -20px;
}
.main .recruit .voice > ul > li {
 font-size: 12px;
 color: #555555;
 padding-top: 20px;
} 
.main .recruit .voice > ul > li > h3 {
	border-left: 5px solid #407eb5;
	padding-left: 7px;
	font-size: 17px;
	color: #407eb5;
	margin-bottom: 13px;
} 
.main .recruit .voice > ul > li .img {
 padding-bottom: 10px;
}
.main .recruit .voice > ul > li .img img {
 width: 100%;
} 
.main .recruit .voice > ul > li .img a:hover {
 opacity: 0.6;
 transition: opacity 0.5s;
} 
.main .recruit .voice > ul > li ul li {
 text-indent: -12px;
 margin-left: 12px;
}
.main .recruit .voice > ul > li ul li::before {
 content: "・";
}
.main .recruit .voice > ul > li ul li a:link, 
.main .recruit .voice > ul > li ul li a:visited {
 text-decoration: underline;
 font-weight: bold;
 color: #555555;
}
.main .recruit .voice > ul > li ul li a:hover {
 text-decoration: none;
}
.main .recruit .voice > ul > li ul .nolink {
 opacity: 0.7;
}
.main .recruit .voice > ul > li .section-inner {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.main .recruit .voice > ul > li .section-inner .img {
 width: 50%;
 padding-left: 10px;
}
/*	.banner
-------------------------------------------------- */ 
.main .recruit .voice > ul > li .banner {
 margin-top: 15px;
}
.main .recruit .voice > ul > li .banner .banner-inner {
 border: 2px solid #eaeaea;
 background: #fbfbfb;
 margin-top: 10px;
}
.main .recruit .voice > ul > li .banner .banner-inner a {
 padding: 15px 1px 15px 15px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
 /* align-items: flex-end; */
}
.main .recruit .voice > ul > li .banner .banner-inner a:link, 
.main .recruit .voice > ul > li .banner .banner-inner a:visited {
 text-decoration: none; 
 color: #555555;
}
.main .recruit .voice > ul > li .banner .banner-inner a:hover {
 opacity: 0.6;
 transition: opacity 0.5s;
}
.main .recruit .voice > ul > li .banner .banner-inner a h4 {
	font-size: 17px;
	color: #407eb5;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 8px;
}
.main .recruit .voice > ul > li .banner .banner-inner a .txt {
 line-height: 1.45;
 padding-bottom: 0;
}
.main .recruit .voice > ul > li .banner .banner-inner a .img {
 padding-bottom: 0;
 margin-bottom: -15px;
}
/* --------------------------------------------------
		section
-------------------------------------------------- */
.main .recruit section {
 margin-top: 20px;	
}
.main .recruit section:first-child {
	margin-top: 0;
}
.main .recruit section .section-inner {
	margin: 0 12px;
	overflow: hidden;
}

.main .recruit section .section-inner h3 {
 color: #407eb5;
 font-size: 18px;
 margin-bottom: 10px;
}
.main .recruit section .section-inner h4 {
	border-left: 5px solid #407eb5;
	padding-left: 7px;
	font-size: 17px;
	color: #407eb5;
	margin-bottom: 6px;
}
.main .recruit section .section-inner > p, 
.main .recruit .line2 .section-inner .section-box > p {
	font-size: 12px;
	color: #555555;
	margin-top: 10px;
}
.main .recruit section .section-inner .section-box {
	float: right;
	width: 47%;
	margin: 6px 0 0 10px;
}
.main .recruit section .section-inner .section-box > dl {
	background: #057db7;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
.main .recruit section .section-inner .section-box > dl > dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.main .recruit .line2 .section-inner .section-box {
	float: none;
	width: 100%;
	margin: 0;
}
.main .recruit .line2 .section-inner .section-box > .img {
	float: left;
	width: 47%;
	margin: 0 15px 0 0;
}
.main .recruit .line2 .section-inner .section-box > .img > img {
	width: 100%;
}
}
