/*-------色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: url(img/blue/page-background.jpg);
}
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: url(img/blue/page-background.jpg);
}
a:visited {
	text-decoration: none;
}

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

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

/* navigation */
#gnavi {
	width:60%;
	float:left;
}
#gnavi > ul {
	text-align:center;
	margin-bottom:5px;
}
#gnavi > ul > li {
	display:inline-block;
	margin-right:18px;
	position:relative;
}
#gnavi > ul > li:after {
	position:absolute;
	content:"　";
	width:6px;
	height:6px;
	background:#c9caca;
	top:50%;
	right:-15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#gnavi > ul > li:last-child:after {
	content:none;
}
#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.75rem;
	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: 1px;
	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;
}

/*.sns_icon*/

.sns_icon {
	width:10%;
	float:left;
	position:relative;
	top:3px;
	text-align:right;
}
.sns_icon li {
	width:24%;
	display:inline-block;
	margin-right:5px;
}
#gnavi > ul.sns_icon li:after {
	content:none;
}
.sns_icon li:last-child {
	margin-right:0;
}
.sns_icon li img {
	width:100%;
	display:block;
}
.sns_icon li:hover {
	opacity:0.8;
}

/* visual */

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

.visual_img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.visual_img img {
	width:100%;
	display:block;
}

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

#visual_slider li img {
	width:100%;
	display:block;
}
#visual .slick-list {
	overflow: inherit;
}
.visual ul li:focus {
	outline: none;
}
.arrow {
	position: relative;
}

/* スライダー用end */

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

/* footer */
.footer {
	min-width: 1020px;
	background: #004e9c;
	color:#ffffff;
}
.footer .footer_inner {
	width:1020px;
	margin:0 auto;
	padding: 45px 0px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	width:415px;
	margin-right:70px;
}
.footer_logo img {
	width:100%;
	display:block;
}
.footer_address {
	font-size:0.75rem;
}
.footer_tel {
	font-size:0.75rem;
}
.footer_tel .tel a {
	color:#ffffff;
}
.copy {
	font-size: 0.7rem;
	text-align: center;
	padding: 12px 0;
	background:#000;
	color:#fff;
}
.copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
.copy a {
	color:#fff;
	text-decoration: none;
}

/* 戻る */
.return {
	text-align:right;
	width:1020px;
	margin:0 auto;
	position:relative;
	line-height:0;
}
.return a {
	text-decoration: none;
	position:absolute;
	display:block;
	right:0;
	bottom:-40px;
}
.return a img {
	display:block;
}


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

.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 .color_d {
	background:#000;
	color:#fff;
}
#contents .color_r {
	background:#d80c18;
	color:#fff;
}
#contents .color_y {
	background:#fdd000;
	color:#fff;
}
#contents .color_y {
	background:#004e9c;
	color:#fff;
}
#contents .color_b {
	background:#004e9c;
	color:#fff;
}
.color_d .tel a, .color_r .tel a, .color_y .tel a, .color_y .tel a, .color_b .tel a {
	color:#fff;
}
#contents article > section:nth-last-child(1) {
	padding-bottom:150px;
}
article > section {
	position:relative;
}
article > section:before {
	position:absolute;
	content:"　";
	width:100%;
	height:10px;
	background:url(img/blue/background-ptn.png);
	left:0;
	bottom:0;
}


/* .news */

.news {
	padding:50px 0 70px;
}
.news_inner {
	width:1020px;
	margin:0 auto;
	padding:30px;
	background:#fff;
	box-sizing:border-box;
	display:table;
}
.news_title {
	width:20%;
	font-size:1.1rem;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #c9caca;
	display:table-cell;
}
.news_list {
	width:80%;
	padding:20px 0 20px 50px;
	display:table-cell;
}
.news_list li {
	margin-bottom:20px;
}
.news_list li:last-child {
	margin-bottom:0;
}
.news_list li:after {
	content:" ";
	display:table;
	clear:both;
}
.news_date {
	width:20%;
	color:#004e9c;
	font-weight:bold;
	float:left;
}
.news_msg {	
	width:80%;
	float:right;
}

/*.concept*/

.concept {
	overflow:hidden;
	position:relative;
	z-index:1;
}
.concept:before {
	content:none;
}
.concept_img img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:-1;
}
.concept_inner {
	width:1020px;
	margin:0 auto;
	background:rgba(0,0,0,0.5);
	box-sizing:border-box;
	padding:70px 100px 90px;
}
.concept_title {
	font-size:1.1rem;
	font-weight:normal;
	text-align:center;
	padding:70px 0;
	text-shadow:0.3px 0.3px #000;
	color:#ffffff;
	background:url(img/blue/section-title-img.png) no-repeat center center / 200px;
	margin-bottom:45px;
}
#contents .concept_catch {
	font-size:1.7rem;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	color:#95abbd;
	text-align:center;
	margin-bottom:30px;
	line-height:1.4;
}
.concept_main_msg {
	color:#c9caca;
	text-align:center;
	line-height:2.2;
}

/*.service*/

.service {
	padding:90px 0;
}
.service_title {
	font-size:1.1rem;
	font-weight:normal;
	text-align:center;
	padding:70px 0;
	text-shadow:0.3px 0.3px #000;
	color:#ffffff;
	background:url(img/blue/section-title-img.png) no-repeat center center / 200px;
	margin-bottom:45px;
}
.service_inner {
	width:900px;
	margin:0 auto;
}
.service_set {
	width:100%;
	min-height:300px;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.service_set:nth-child(3n) {
	margin-bottom:0;
}
.service_img {
	position:absolute;
	width:550px;
	overflow:hidden;
}
.service_set:nth-child(odd) .service_img  {
	left:0;
}
.service_set:nth-child(even) .service_img  {
	right:0;
}
.service_img span {
	height:300px;
	display:block;
	overflow:hidden;
	position:relative;
}
.service_img span img {
	display:block;
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.service_msg {
	width:400px;
	color:#000;
	margin:0 auto;
	border:1px solid #000;
	background:#000;
	box-sizing:border-box;
	position:absolute;
	padding:70px 50px 58px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service_set:nth-child(odd) .service_msg  {
	right:0;
}
.service_set:nth-child(even) .service_msg  {
	left:0;
}
.service_set_title {
	font-size:1.3rem;
	font-weight:normal;
	position:relative;
	padding-bottom:12px;
	color:#fff;
	border-bottom:2px solid #004e9c;
	margin-bottom:20px;
	line-height:1.5;
}
.service_text {
	font-size:0.85rem;
	line-height:1.5;
	color:#fff;
}


/*.dual_protection*/

.dual_protection {
	padding:50px 0 90px;
	position:relative;
}
.dual_protection:after {
	position:absolute;
	content:"　";
	width:100%;
	height:10px;
	background:url(img/blue/background-ptn.png);
	left:0;
	bottom:0;
}
.dual_protection_inner {
	width:1020px;
	margin:0 auto 50px;
	display:flex;
}
.dual_protection_inner:after {
	content:" ";
	display:table;
	clear:both;
}

/*.company*/

.company {
	width:50%;
	float:left;
	padding:20px 50px 20px 0;
	border-right:1px solid #c9caca;
	box-sizing:border-box;
}
.company_title {
	font-size:1.05rem;
	font-weight:normal;
	text-align:center;
	padding:50px 0;
	text-shadow:0.3px 0.3px #000;
	color:#ffffff;
	background:url(img/blue/section-title-img.png) no-repeat center center / 160px;
	margin-bottom:45px;
}
.company_inner {
	width:100%;
}
.company_table {
	font-size:0.9rem;
	line-height:1.4;
}
.company_table dl:after {
	content:" ";
	display:table;
	clear:both;
}
.company_table dt {
	color:#004e9c;
	text-shadow:0.3px 0.3px 0 #004e9c;
	padding:25px 20px 0 20px;
	margin-bottom:5px;
}
.company_table dt:nth-child(1) {
	border-top:1px solid #9fa0a0;
}
.company_table dd {
	border-bottom:1px solid #9fa0a0;
	padding:0 20px 25px 20px;
}
#contents .company_table dd p:last-child {
	margin-bottom:0;
}
.company_table span.map_jump {
	position: relative;
	top: -10px;
}
.company_table span.map_jump a {
	font-size: 0.8rem;
	color: #fff;
	background:#004e9c;
	padding: 2px 14px 2px 6px;
	position:relative;
	text-decoration: none;
	display: inline-block;
}
.company_table span.map_jump a:after {
	position:absolute;
	content:"　";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	right:5px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.company_table span.map_jump a:hover {
	opacity:0.8;
}

/* mailform */

.mailform {
	width:50%;
	padding:20px 0 20px 50px;
	float:right;
	border-left:1px solid #fff;
	box-sizing:border-box;
}
.mailform_title {
	font-size:1.05rem;
	font-weight:normal;
	text-align:center;
	padding:50px 0;
	text-shadow:0.3px 0.3px #000;
	color:#ffffff;
	background:url(img/blue/section-title-img.png) no-repeat center center / 160px;
	margin-bottom:45px;
}
.mailform_inner {
	width:100%;
}
.inquiry_inset {
	padding:0;
}
.inquiry_inset_title {
	color:#000;
	font-size:1.1rem;
	border-bottom:2px solid #9fa0a0;
	margin-bottom:15px;
}
#contents .important_list {
	margin-bottom:35px;
}
.important_list li {
	text-indent: -14px;
	font-size:0.8rem;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-left: 14px;
}
.important_list li.color_red {
	color:#c6252d;
}
.mailform span.required, .mailform span.any {
	font-size: 0.75rem;
	padding: 5px 6px;
	color: #fff;
	margin-right:10px;
	line-height:1;
}
.mailform span.required {
	background:#c8161d;
}
.mailform span.any {
	background:#9fa0a0;
}
.mailform table {
	width: 100%;
	font-size:0.9rem;
	margin: 5px auto 25px;
	border-collapse: collapse;
}
.mailform th, .mailform td {
	font-weight: normal;
	color: #111;
	width:100%;
	display:block;
	box-sizing:border-box;
}
.mailform th {
	position: relative;
	padding:20px 0 5px 0;
}
.mailform table tr:nth-child(1) th {
	padding-top:0;
}
.mailform td {
	color: #bcbcbc;
}
.mailform input, .mailform textarea {
	width: 100%;
	font-size: 0.95rem;
	color: #000;
	padding: 12px;
	box-sizing:border-box;
	background:#c2d5e9;
	border:1px solid #9fa0a0;
}
.mailform input:valid, .mailform textarea:valid {
	background: #fff;
}
.mailform input:focus, .mailform textarea:focus {
	outline:none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
::-webkit-input-placeholder {
	color: #7e9ebe;
}
::-moz-placeholder {
	color: #7e9ebe;
}
:-ms-input-placeholder {
	color: #7e9ebe;
}
.mailform label {
	cursor: pointer;
	padding: 2px 0;
}
#contents .btn_top_msg {
	font-size:0.75rem;
	text-align:center;
	padding-top:20px;
	margin-bottom:0;
}
.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;
	padding: 12px 30px;
	border: 0px;
	background:#004e9c;
}
.send_btn:before {
	position: absolute;
    content: "　";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.send_btn:hover {
	opacity:0.8;
}
.submit_btn {
	width: 90%;
}
.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_escription {
	margin-bottom:40px;
}
.privacy_escription .title {
	font-size:1.0rem;
	border-bottom:2px solid #004e9c;
	margin-bottom:10px;
}
.privacy_block {
	height:150px;
	font-size:0.8rem;
    overflow-y: auto;
	background:#fff;
	padding:20px 50px;
	box-sizing:border-box;
}
.privacy_block_title {
	font-size:1.0rem;
	margin-bottom:15px;
	border-bottom:2px solid #004e9c;
}
.privacy_set {
	margin-bottom:25px;
}
.privacy_set_title {
	font-size:0.9rem;
	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: #dfb34c;
}
.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 0;
}
.send_section_title {
	font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #fff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.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;
}


/*.price*/

.price {
	padding:80px 0;
}
.price_title {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #ffffff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.price_inner {
	width:1020px;
	margin:0 auto;
}
.price_list:after {
	content:" ";
	display:table;
	clear:both;
}
.price_list li {
	width:45%;
	float:left;
	border-bottom:2px solid #004e9c;
	box-sizing:border-box;
	padding:18px 20px 8px;
	margin:0 10% 0 0;
}
.price_list li:nth-child(2n) {
	margin-right:0;
}
.price_name {
	width:100%;
	text-align:left;
}
.price_value {
	width:100%;
	text-align:right;
}


/*.exit_concept*/

.exit_concept {
	padding:80px 0;
}
.exit_concept_title {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #ffffff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.exit_concept_inner {
	width:1020px;
	margin:0 auto;
}
#contents .exit_concept_catch {
    font-size: 1.7rem;
    font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	color:#95abbd;
    margin-bottom: 50px;
	text-align:center;
    line-height: 1.4;
}
.exit_concept_msg {
	line-height:2;
}


/*.exit_service*/

.exit_service {
	padding:80px 0;
}
.exit_service_title {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #ffffff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.exit_service_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.exit_service_set {
	width:45%;
	box-sizing:border-box;
	margin:0 10% 50px 0;
}
.exit_service_set:nth-child(2n) {
	margin-right:0;
}
.exit_service_set_title {
	font-size:1.3rem;
	font-weight:normal;
	position:relative;
	padding:0 0 15px 10px;
	color:#004e9c;
	border-bottom:2px solid #004e9c;
	margin-bottom:20px;
	line-height:1;
}
.exit_service_text {
	font-size:0.8rem;
	padding:0 10px;
	line-height:1.5;
}

/*.works*/

.works {
	padding:80px 0 30px;
}
.works_title {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #ffffff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.works_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.works_list {
	width:100%;
}
.works_list li {
	width:30%;
	float:left;
	background:#ccc;
	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%);
}


/*.recruit*/

.recruit {
	padding:90px 0;
}
.recruit_title {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding: 70px 0;
    text-shadow: 0.3px 0.3px #000;
    color: #ffffff;
    background: url(img/blue/section-title-img.png) no-repeat center center / 200px;
    margin-bottom: 45px;
}
.recruit_title span {
	color:#dfb34c;
	font-size:40%;
	display:block;
	padding-top:10px;
}
.recruit_inner {
	width:1020px;
	margin:0 auto;
}
.recruit_table {
	width: 85%;
	margin: 0 auto;
}
.recruit_table th, .recruit_table td {
	font-size:0.9rem;
	font-weight: normal;
	padding: 30px 15px;
	border-top:1px solid #9fa0a0;
	border-bottom:1px solid #9fa0a0;
}
.recruit_table tr:last-child th, .recruit_table tr:last-child td {
	padding-bottom:30px;
}
.recruit_table th {
	color: #004e9c;
    text-shadow: 0.3px 0.3px 0 #004e9c;
	text-align: center;
	width: 22%;
	position:relative;
}
.recruit_table th:after {
	position:absolute;
	content:"　";
	width:1px;
	height:60%;
	background:#c9caca;
	box-shadow:1px 0 0 #fff;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recruit_table td {
	padding-left: 70px;
}
#contents .recruit_table td p:last-child {
	margin-bottom:0;
}
