/*-------色str-------*/


/*青*/




/*-------色end-------*/

@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	-webkit-text-size-adjust: none;
	min-width: 1040px;
	height: 100%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 90%;
	color: #111;
	letter-spacing: 1.5px;
	line-height: 1.8;
	background: #fff;
}
a:visited {
	text-decoration: none;
}

/* LAYOUT
---------------------- */
#page {
	width: auto;
	margin: 0 auto;
}

/* header */
#header {
	min-width: 1020px;
	padding: 5px 0;
	position: -webkit-sticky;
	position:sticky;
	top:0;
	background:#fff;
	border-bottom:1px solid #ccc;
	z-index:100;
}
#header .header {
	width: 1020px;
	margin: 0 auto;
}
#header .header:after {
	content:" ";
	display:table;
	clear:both;
}
#header .header .head-logo {
	width:30.5%;
	float:left;
}
#header .header .head-logo img {
	width:100%;
	display:block;
}
#sp_navi {
	display:none;
}

/* navigation */
#gnavi {
	width:68%;
	float:right;
}
#gnavi > ul {
	padding-top:15px;
	text-align:right;
}
#gnavi > ul > li {
	display:inline-block;
	margin-right:15px;
	position:relative;
}
#gnavi > ul > li:last-child {
	margin-right:0;
}
#gnavi > ul > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 0.8rem;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #000;
	padding: 8px 5px;
	box-sizing: border-box;
	z-index:1;
}
#gnavi > ul > li > a:hover {
	color:#004e9c;
}
#gnavi > ul > li > a:hover:before {
	position: absolute;
	content: " ";
	width: 80%;
	height: 2px;
	background: #004e9c;
	left: 50%;
	bottom:5px;
	z-index:-1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gnavi + #visual {
	border-bottom: 0px;
}

/* #visual */
#visual {
	height:600px;
	overflow:hidden;
	position:relative;
}
#visual .visual {
	position:absolute;
	width:1600px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#visual .visual img {
	width:100%;
	display:block;
	position:absolute;
	top: -120px;
	left:0;
}

/* スライダー用str 使わない場合は消す */

#visual .slick-list {
	overflow: inherit;
}
.visual ul li:focus {
	outline: none;
}
.arrow {
	position: relative;
}

/* スライダー用end */

#contents {
	overflow:hidden;
}

/*カラー*/

article > section:nth-child(odd) {
	background:#efefef;
}
article > section.message_section,
article > section.thanks_section {
	background:#fff;
}


/* footer */
.footer {
	min-width: 1020px;
	color:#000;
	text-align:center;
}
.footer .footer_inner {
	padding: 10px 0px 40px;
}
.footer_logo {
	margin-bottom:10px;
}
.footer_address {
	font-size:0.75rem;
}
.footer_tel {
	font-size:0.75rem;
}
.footer_tel .tel a {
	color:#000;
}
.sns_icon {
	width:1020px;
	margin:0 auto 20px;
	text-align:right;
}
.sns_icon li {
	display:inline-block;
	margin-right:10px;
}
.sns_icon li:last-child {
	margin-right:0;
}
.sns_icon li:hover {
	opacity:0.8;
}
.copy {
	font-size: 0.7rem;
	text-align: center;
	padding: 15px 0;
	background:#efefef;
	border-top:1px solid #fff;
	color:#000;
}
.copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
.copy a {
	color:#000;
	text-decoration: none;
}

/* 戻る */
.return {
	background:#004e9c;
	text-align:center;
	line-height:0;
}
.return a img {
	margin:0 auto;
}


/* -------------------
汎用指定 */

.only_pc {
	display: block;
}
.only_sp {
	display: none;
}
.tel a {
	color:#000;
	text-decoration:none;
	cursor:inherit;
	pointer-events:none;
}
.fade_hover a {
	transition:0.8s;
}
.fade_hover a:hover {
		opacity:0.7;
}
.btn_base {
	width:60%;
	margin:0 auto;
}
.btn_base a {
	color:#fff;
	display:block;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	background:#247231;
}
.btn_base a:hover {
	background:#6fba2c;
}
#contents article > section:nth-last-child(1) {
	padding-bottom:150px;
}


/*.title_position*/

.title_position {
	width:1020px;
	margin:0 auto;
}
article > section:nth-child(odd) .title_position {
	text-align:right;
}
article > section:nth-child(even) h1:before {
	right:0;
}

#contents .contents_header {
	padding: 45px 0 40px;
    background: #fff;
}
#contents .contents_header .head_inner > .title {
	color: #333;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}


/* .news */

.news {
	padding:60px 0 80px;
}
.news_inner {
	width:1020px;
	margin:0 auto;
	display:table;
}
.news_head {
	width:20%;
	display:table-cell;
	vertical-align:middle;
	border-right:2px solid #bfbfbf;
}
.news_title {
	font-size:2.2rem;
	font-weight:normal;
	text-align:center;
	color:#004e9c;
	line-height:1.4;
	letter-spacing:5px;
}
.news_body {
	width:70%;
	padding:15px 10px 0px 60px;
	display:table-cell;
}
.news_list li {
	margin-bottom:25px;
}
.news_list li:after {
	content:" ";
	display:table;
	clear:both;
}
.news_list li:last-child {
	margin-bottom:0;
}
.news_date {
	width:110px;
	float:left;
}
.news_msg {
	padding-left:180px;
}


/*.concept*/

article > section:nth-child(odd) .concept_img {
	float:left;
}
article > section:nth-child(odd) .concept_msg {
	float:right;
}
.concept {
	padding:30px 0 40px;
	position:relative;
	z-index:1;
}
.concept_inner {
	width:1020px;
	margin:0 auto;
}
.concept_inner:after {
	content:" ";
	display:table;
	clear:both;
}
.concept_msg {
	width:48%;
	float:left;
	padding-top:40px;
	line-height:2;
}
.concept_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:45px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.concept_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.concept_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
#contents .concept_catch {
	font-size:1.5rem;
	color:#000;
	margin-bottom:10px;
	line-height:1.4;
}
.concept_img {
	width:47%;
	float:right;
	overflow:hidden;
	border:2px solid #fff;
	border-radius:50%;
}
.concept_img span {
	padding-top:100%;
	position:relative;
	border-radius:50%;
	overflow:hidden;
	display:block;
}
.concept_img span img {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*.service*/

.service {
	padding:40px 0 90px;
	overflow:hidden;
}
.service_inner {
	width:980px;
	margin:0 auto;
}
.service_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:45px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.service_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.service_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
.service_list:after {
	content:" ";
	display:table;
	clear:both;
}
.service_set {
	width:31%;
	float:left;
	margin-right:3.5%;
}
.service_set:nth-child(3n) {
	margin-right:0;
}
.service_img {
	overflow:hidden;
	border-radius:50%;
	border:1px solid #fff;
	margin-bottom:30px;
}
.service_img span {
	padding-top:100%;
	position:relative;
	border-radius:50%;
	overflow:hidden;
	display:block;
}
.service_img span img {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
    height: 100%;
}
.service_msg {
	text-align:center;
}
.service_set_title {
	font-size:1.7rem;
	padding-bottom:15px;
	color:#000;
	line-height:1;
}
.service_text {
	font-size:0.85rem;
	padding:0 5px;
	line-height:1.5;
}

/*.company*/

.company {
	width:100%;
	padding:70px 0 90px;
}
.company_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:20px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.company_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.company_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
section:nth-child(odd) .company_inner {
	    padding: 0 250px 0 0;
}
.company_inner {
	width:1020px;
	margin:0 auto;
	padding: 0 0 0 250px;
	box-sizing:border-box;
}
.company_table {
	width: 100%;
}
.company_table th, .company_table td {
	font-weight: normal;
	padding:15px;
	font-size:1rem;
	color:#535353;
}
.company_table td span.map_jump {
	position:relative;
	top:-10px;
}
.company_table td span.map_jump a {
	font-size: 0.9rem;
	color: #535353;
	padding: 5px 8px;
	text-decoration: none;
	display: inline-block;
	line-height:1;
}
.company_table td span.map_jump a:hover {
	opacity:0.8;
}
.company_table th {
	width: 23%;
	position:relative;
	border-bottom:1px solid #004e9c;
}
.company_table td {
	font-size:0.95rem;
	padding-left: 40px;
	border-bottom:1px solid #bfbfbf;
	line-height:1.5;
}
#contents .company_table td p:last-child {
	margin-bottom:0;
}

/* mailform */

.mailform {
	padding:60px 0 100px;
}
.mailform_inner {
	width:1020px;
	margin:0 auto;
}
.mailform_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:30px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.mailform_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.mailform_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
#contents .important_list {
	margin-bottom:20px;
}
.important_list li {
	text-indent: -14px;
	font-size:0.9rem;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-left: 14px;
}
.inquiry_inset {
	margin:0 auto 30px;
}
.important_list li.color_red {
	color:#c6252d;
}
.mailform span.required, .mailform span.any {
	font-size: 0.75rem;
	padding: 5px 6px;
	position:absolute;
	color: #fff;
	right:10px;
	top:50%;
	line-height:1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mailform span.required {
	color:#c8161d;
	border:1px solid #c8161d;
}
.mailform span.any {
	color:#9fa0a0;
	border:1px solid #9fa0a0;
}
#contents .mailform table {
	width: 100%;
	font-size:0.9rem;
	margin: 5px auto 25px;
	border-collapse: collapse;
    border-spacing: 0;
}
.mailform th, .mailform td {
	font-weight: normal;
	color: #111;
	padding:20px 0;
	box-sizing:border-box;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	line-height:1;
}
.mailform th {
	width:20%;
	position: relative;
}
.mailform td {
	color: #bcbcbc;
	padding-left:50px;
}
.mailform input, .mailform textarea {
	width: 100%;
	font-size: 0.85rem;
	color: #000;
	padding: 12px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #d0d0d0;
	line-height:1.6;
}
.mailform textarea {
	font-size:1.1rem;
}
.mailform input:focus, .mailform textarea:focus {
	outline:none;
}
.mailform label {
	cursor: pointer;
	padding: 2px 0;
}
#contents .btn_top_msg {
	font-size:0.75rem;
	text-align:center;
	margin-bottom:15px;
}
.send_btn_inner {
	text-align: center;
	padding: 10px 0;
}
.send_btn {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight:bold;
	letter-spacing: 1px;
	cursor: pointer;
	position:relative;
	border-radius:40px;
	padding: 18px 30px;
	border: 0px;
	background:#004e9c;
}
.send_btn:before {
	position: absolute;
    content: "　";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    border-color: transparent transparent transparent #fff;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.send_btn:hover {
	opacity:0.8;
}
.submit_btn {
	width: 45%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
.attent_block {
	width:1020px;
	margin:0 auto;
}
.message_section {
	margin: 0 auto;
	padding: 70px 0 0;
	width: 1020px;
}
.thanks_section {
	padding: 120px 0 0;
}
.thanks_title {
	font-size:1.9rem;
	text-align:center;
	margin-bottom:30px;
}
.thanks_msg {
	font-size:105%;
	text-align:center;
	line-height:2.0;
}
#contents .thanks_msg > p {
	margin-bottom:20px;
}
.privacy_block {
	height:170px;
	font-size:0.95rem;
	background:#fff;
    overflow-y: auto;
	padding:20px 30px;
	margin:0 auto;
	box-sizing:border-box;
}
.privacy_escription {
	margin-bottom:40px;
}
.privacy_escription .title {
	font-size:1.2rem;
	font-weight:normal;
	margin-bottom:10px;
}
.privacy_block_title {
	font-size:1.1rem;
	margin-bottom:15px;
	border-bottom:2px solid #d0d0d0;
}
.privacy_set {
	margin-bottom:25px;
}
.privacy_set_title {
	font-size:0.95rem;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}

/* formmail.cgi */
.send_inner {
	padding: 12px 0 20px;
}
.send_inner .send_step_msg {
	text-align: center;
	font-size: 140%;
	margin-bottom: 15px;
}

.send_guide_msg {
/* formmail.cgi:send base */
	text-align: center;
	color: #444;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #8ccf3f;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
	padding: 17px 0 30px;
}
.send_confirm_table table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.send_confirm_table table th, .send_confirm_table table td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 17px 20px;
	background: #fff;
}
#contents .send_confirm_table table th {
	width: 40%;
	background: #f5f5f5;
}

/* formmail.cgi:send error */
.send_inner .send_error {
	padding: 15px 0 30px;
}
.send_inner .send_error li {
	font-size: 110%;
	padding: 5px 0;
}
.send_inner .send_error li:before {
	content: "\0025cf";
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #C2C2C2;
	margin-right: 8px;
}
.send_inner .send_error li span {
	display: inline-block;
	color: #FF3333;
	margin-right: 5px;
}


/*.send_section*/

.send_section {
	padding:80px 0;
}
.send_section_title {
	font-size:2rem;
	font-weight:normal;
	text-align:center;
	color:#000;
	margin-bottom:40px;
	position:relative;
	line-height:1.4;
	letter-spacing:0.8px;
}
.send_section_inner {
	width:1020px;
	margin:0 auto;
	text-align:center;
}

/*.breadcrumbs*/

.breadcrumbs {
	padding: 5px 0;
	background: #f1f1f1;
}
.breadcrumbs ul {
	width: 1020px;
	margin: 0 auto;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 0.7rem;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	color: #111;
	display: inline-block;
	margin-right: 4px;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
}


/*.exit_concept*/

.exit_concept {
	padding:60px 0 70px;
}
.exit_concept_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:40px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.exit_concept_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.exit_concept_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
.exit_concept_inner {
	width:1020px;
	margin:0 auto;
}
section:nth-child(odd) .exit_concept_main {
	padding:0 300px 0 0;
}
.exit_concept_main {
	padding:0 0 0 300px;
}
#contents .exit_concept_catch {
	font-size: 1.5rem;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.4;
}
.exit_concept_msg {
    line-height: 2.2;
}


/*.exit_service*/

.exit_service {
	padding:80px 0 60px;
}
.exit_service_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:40px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.exit_service_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.exit_service_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
.exit_service_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.exit_service_set {
	width:46%;
	box-sizing:border-box;
	margin:0 8% 40px 0;
}
.exit_service_set:nth-child(2n) {
	margin-right:0;
}
.exit_service_set_title {
	font-size:1.65rem;
	font-weight:bold;
	position:relative;
	padding:0 5px 15px 5px;
	color:#282834;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom:15px;
	line-height:1;
}
.exit_service_set_title:before {
	position:absolute;
	content:"　";
	width:25%;
	height:1px;
	background:#004e9c;
	left:0;
	bottom:-1px;
}
.exit_service_text {
	padding:0 5px;
	line-height:1.5;
}

/*.price*/

.price {
	padding:80px 0;
}
.price_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:40px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.price_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.price_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
.price_inner {
	width:1020px;
	margin:0 auto;
}
.price_list:after {
	content:" ";
	display:table;
	clear:both;
}
.price_list li {
	width:45%;
	float:left;
	color:#535353;
	border-bottom: 1px solid #bfbfbf;
	box-sizing:border-box;
	padding:18px 20px;
	position:relative;
	margin:0 10% 0 0;
}
.price_list li:before {
	position:absolute;
	content:"　";
	width:35%;
	height:1px;
	background:#004e9c;
	left:0;
	bottom:-1px;
}
.price_list li:nth-child(2n) {
	margin-right:0;
}
.price_name {
	width:100%;
	font-size:1rem;
	font-weight:bold;
	color:#282834;
	text-align:left;
	line-height:1.4;
}
.price_value {
	width:100%;
	text-align:right;
	font-size:1.1rem;
	line-height:1.4;
}
.price_value span {
	font-size:80%;
	font-weight:normal;
	color:#000;
}
#contents .price_outer {
	font-size:0.8rem;
	text-align:right;
	padding-top:20px;
	margin-bottom:0;
}

/*.recruit*/

.recruit {
	padding:90px 0;
}
.recruit_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:10px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.recruit_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.recruit_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
section:nth-child(odd) .recruit_inner {
	padding:0 200px 0 0;
}
.recruit_inner {
	width:1020px;
	margin:0 auto;
	padding:0 0 0 200px;
	box-sizing:border-box;
}
.recruit_table {
	width: 100%;
	margin: 0 auto;
}
.recruit_table th, .recruit_table td {
	font-weight: normal;
	padding: 30px 15px;
	font-size:1rem;
	color:#535353;
}
.recruit_table tr:last-child th, .recruit_table tr:last-child td {
	padding-bottom:30px;
}
.recruit_table th {
	width: 23%;
	position:relative;
	border-bottom:1px solid #004e9c;
}
.recruit_table td {
	font-size:0.95rem;
	padding-left: 40px;
	border-bottom:1px solid #bfbfbf;
	line-height:1.5;
}


/*.works*/

.works {
	padding: 60px 0 80px;
}
.works_title {
	font-size:4.1rem;
	font-weight:normal;
	display:inline-block;
	color:#004e9c;
	position:relative;
	margin-bottom:50px;
	line-height:1.4;
	letter-spacing:0.8px;
}
.works_title:before {
	position:absolute;
	content:"　";
	background:#004e9c;
	width:1000%;
	height:5px;
	bottom:33px;
}
.works_title span {
	font-size:1.0rem;
	color:#535353;
	padding-top:5px;
	text-align:center;
	display:block;
}
.works_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.works_list {
	width:100%;
}
.works_list li {
	width:30%;
	float:left;
	background:#dddddd;
	margin:0 5% 50px 0;
}
.works_list li:nth-child(3n) {
	margin-right:0;
}
.works_list li span {
	padding-top:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.works_list li img {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}



