/*-------色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;
}
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;
}
a:visited {
	text-decoration: none;
}

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

/* header */
#header {
	min-width: 1020px;
	padding: 30px 0 0;
	background:#000;
}
#header .header {
	width: 1020px;
	margin: 0 auto;
}
#header .header .head-logo {
	text-align:center;
	padding-bottom:10px;
}
#sp_navi {
	display:none;
}

/* navigation */
#gnavi {
	min-width: 1040px;
	background:#004e9c;
	position: -webkit-sticky;
	position:sticky;
	padding:10px 0 5px;
	top:0;
	z-index:100;
}
#gnavi > ul {
	text-align:center;
	margin-bottom:5px;
}
#gnavi > ul > li {
	display:inline-block;
	margin-right:15px;
}
#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.7rem;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #fff;
	padding: 8px 5px;
	box-sizing: border-box;
	z-index:1;
}
#gnavi > ul > li > a:hover {
	color: #fff;
}
#gnavi > ul > li > a:hover:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 3px;
	background: #fff;
	left: 0px;
	bottom:0;
	z-index:-1;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#contents {
	background: #fff;
}

/* visual */

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

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

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

/* スライダー用end */


/*section*/

article > section:nth-child(even) {
	background:#000;
	color:#fff;
}
article > section h1 {
	font-size:2.5rem;
	font-weight:normal;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	margin-bottom:60px;
	letter-spacing:0.1px;
	line-height:1;
    color: #000;
    text-shadow: 0.3px 0.3px #000;
}
article > section h1 span {
	font-size:40%;
	display:block;
	padding-top:10px;
	color:#004e9c;
	text-shadow: 0.3px 0.3px #004e9c;
}
article > section:nth-child(even) h1 {
	color:#fff;
}
article > section:nth-child(odd) h1 span {
	color:#95abbd;
	text-shadow: 0.3px 0.3px #95abbd;
}

#inquiry article > section {
	background:#fff;
	color:#000;
}
#inquiry h1 span {
	color:#000;
	text-shadow: 0.3px 0.3px #000;
}

/* footer */
.footer {
	min-width: 1020px;
	background:#313131;
	border-top:2px solid #004e9c;
	color:#fff;
	text-align:center;
}
.footer .footer_inner {
	padding: 45px 0px 10px;
}
.footer_logo {
	margin-bottom:10px;
}
.footer_address {
	font-size:0.75rem;
}
.footer_tel {
	font-size:0.75rem;
}
.footer_tel .tel a {
	color:#fff;
}
.sns_icon {
	text-align:center;
	padding:30px 0 0;
}
.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:#004e9c;
	border-top:1px solid #fff;
	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;
	background:#004e9c;
	right:0;
	bottom:0;
}
.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 article > section:nth-last-child(1) {
	padding-bottom:90px;
}
article > section {
	border-top:1px solid #898989;
}

#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:110px 0;
}
.news_title {
	font-size:2.5rem;
	font-weight:normal;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	margin-bottom:60px;
	letter-spacing:0.1px;
	line-height:1;
}
.news_title span {
	color:#004e9c;
	font-size:40%;
	display:block;
	padding-top:10px;
}
.news_inner {
	width:1020px;
	margin:0 auto;
}
.news_list li {
	border-top-style:solid;
	border-top-width:1px;
	padding:20px 30px;
}
.news_list li:last-child {
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.news_list li:after {
	content:" ";
	display:table;
	clear:both;
}
.news_date {
	width:30%;
	float:left;
}
.news_msg {	
	width:70%;
	float:right;
}

/*.concept*/

.concept {
	position:relative;
	overflow:hidden;
}
.concept_inner {
	display:flex;
	position:relative;
}
.concept_img {
	width:50%;
	position:relative;
}
.concept_img img {
	width:100%;
	position:absolute;
	min-width:880px;
	min-height:100%;
	display:block;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.concept_main {
	width:50%;
	float:right;
	position:relative;
	padding:220px 0 110px;
	background:#000;
	box-sizing:border-box;
}
.concept_main_inner {
	width:510px;
}
.concept_main:before {
	position:absolute;
	content:"　";
	width:130px;
	height:100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(0.30, #000), to(rgba(0,0,0,0)));
	left:-130px;
	top:0;
}
.concept_title {
	position:absolute;
	margin:0 -100px 0 0;
	right:50%;
	top:80px;
	text-align:left;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	z-index:10;
}
#contents .concept_main_catch {
	font-size:1.7rem;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:30px;
	line-height:1.4;
}


/*.service*/

.service {
	padding:90px 0;
}
.service_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.service_set {
	width:30.5%;
	margin:0 4% 20px 0;
}
.service_set:nth-child(3n) {
	margin-right:0;
}
.service_img {
}
.service_img span {
	height:200px;
	position:relative;
	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%);
}
.service_msg {
	width:90%;
	color:#000;
	margin:0 auto;
	border:1px solid #c2c2c2;
	background:#fff;
	box-sizing:border-box;
	position:relative;
	padding:35px 20px 8px;
	top:-15px;
}
.service_set_title {
	font-size:1.6rem;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	position:relative;
	padding-bottom:12px;
	color:#004e9c;
	margin-bottom:15px;
	line-height:1;
}
.service_set_title:after {
	position:absolute;
	content:"　";
	width:60px;
	height:2px;
	background:#004e9c;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_text {
	font-size:0.95rem;
	line-height:1.5;
}


/*.company*/

.company {
	padding:90px 0;
}
.company_inner {
	width:1020px;
	margin:0 auto;
}
.company_table {
	width: 70%;
	margin: 0 auto;
}
.company_table th, .company_table td {
	font-weight: normal;
	padding: 0 15px 50px;
	font-size:1rem;
}
#contents .company_table td p:last-child {
    margin-bottom:0;
 }                          
.company_table tr:last-child th, .company_table tr:last-child td {
	padding-bottom:30px;
}
.company_table td span.map_jump {
	position: relative;
    top:-3px;
}
.company_table td span.map_jump a {
	font-size: 0.75rem;
	color: #000;
	background:#fff;
	padding: 2px 6px;
	text-decoration: none;
	display: inline-block;
}
.company_table td span.map_jump a:hover {
	background:#004e9c;
}
.company_table th {
	text-align: center;
	width: 28%;
	border-right-width:1px;
	border-right-style:solid;
}
.company_table td {
	padding-left: 70px;
}

/* mailform */

.mailform {
	padding:80px 0;
}
.mailform_inner {
	width:1020px;
	margin:0 auto;
}
.inquiry_inset {
	background:#f1f1f1;
	padding:30px 0;
}
#contents .important_list {
	padding: 5px 0 10px;
	margin-bottom:20px;
}
.important_list li {
	text-indent: -14px;
	color: #5A4727;
	font-size:0.95rem;
	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: 95%;
	padding: 2px 4px;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}
.mailform span.required {
	color: #9B0000;
}
.mailform span.any {
	color:#999;
}
.mailform table {
	width: 100%;
	font-size:0.95rem;
	margin: 5px auto 25px;
	border-collapse: collapse;
}
.mailform th, .mailform td {
	padding: 5px 20px;
	font-weight: normal;
	color: #111;
}
.mailform th {
	position: relative;
	width: 27%;
	padding:15px 20px 5px 95px;
	background:#F2F2F2;
	vertical-align:top;
}
.mailform th span {
	position: absolute;
	left: 15px;
}
.mailform td {
	color: #bcbcbc;
}
.mailform input, .mailform textarea {
	width: 100%;
	font-size: 0.95rem;
	color: #000;
	margin: 2px 0;
	padding: 12px;
	border: 1px solid #e2e2e2;
	box-sizing:border-box;
}
::-webkit-input-placeholder {
	color: #bcbcbc;
}
.mailform label {
	cursor: pointer;
	padding: 2px 0;
}
.send_btn_inner {
	text-align: center;
	padding: 25px 0 10px;
}
.send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: url(img/#004e9c/btn-icon.png) no-repeat right 30px center #004e9c;
}
.send_btn:hover {
	opacity:0.8;
}
.submit_btn {
	width: 50%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
.attent_block {
	padding:40px 20px;
}
.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.2rem;
	border-bottom:1px solid #004e9c;
	margin-bottom:10px;
}
.privacy_block {
	height:180px;
	font-size:0.8rem;
    overflow-y: auto;
	border:1px solid #313131;
	background:#f1f1f1;
	padding:40px 50px;
	box-sizing:border-box;
}
.privacy_block_title {
	font-size:1.0rem;
	text-align:center;
	margin-bottom:20px;
}
.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: #004e9c;
}
.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_inner {
	width:1020px;
	margin:0 auto;
	text-align:center;
}


.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_inner {
	width:1020px;
	margin:0 auto;
}
.price_list:after {
	content:" ";
	display:table;
	clear:both;
}
.price_list li {
	width:45%;
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	box-sizing:border-box;
	padding:18px 30px 8px;
	margin:0 10% 0 0;
}
.price_list li:nth-child(2n) {
	margin-right:0;
}
.price_list li:nth-child(-n+2) {
	border-top-style:solid;
	border-top-width:1px;
}
.price_name {
	width:100%;
	text-align:left;
}
.price_value {
	width:100%;
	text-align:right;
}


/*.exit_concept*/

.exit_concept {
	padding:80px 0;
}
.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;
    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_inner {
	width:1020px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.exit_service_set {
	width:30.5%;
	color:#000;
	border:1px solid #c2c2c2;
	box-sizing:border-box;
	background:#fff;
	padding:35px 20px 8px;
	margin:0 4% 20px 0;
}
.exit_service_set:nth-child(3n) {
	margin-right:0;
}
.exit_service_set_title {
	font-size:1.6rem;
	font-family: "Cinzel", serif, "游明朝体", "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	position:relative;
	padding-bottom:12px;
	color:#004e9c;
	margin-bottom:15px;
	line-height:1;
}
.exit_service_set_title:after {
	position:absolute;
	content:"　";
	width:60px;
	height:2px;
	background:#004e9c;
	left:50%;
	bottom:0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.exit_service_text {
	font-size:0.95rem;
	line-height:1.5;
}

/*.works*/

.works {
	padding:80px 0 30px;
	border-top:1px solid #737373;
}
.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_inner {
	width:1020px;
	margin:0 auto;
}
.recruit_table {
	width: 100%;
	margin: 0 auto;
}
.recruit_table th, .recruit_table td {
	font-weight: normal;
	padding: 0 15px 50px;
	font-size:1rem;
}
.recruit_table tr:last-child th, .recruit_table tr:last-child td {
	padding-bottom:30px;
}
.recruit_table td span.map_jump {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.recruit_table td span.map_jump a {
	font-size: 0.7rem;
	color: #000;
	background:#fff;
	border:1px solid #000;
	padding: 2px 8px;
	text-decoration: none;
	display: inline-block;
}
.recruit_table td span.map_jump a:hover {
	background:#004e9c;
}
.recruit_table th {
	text-align: center;
	width: 25%;
	border-right-width:1px;
	border-right-style:solid;
}
.recruit_table td {
	padding-left: 70px;
}