/*
Theme Name:True_light
Author: 松本譲
Description: オリジナルテーマ
Version: 1.0
*/
/* Base
   ========================================================================== */

body {
  font-family: "メイリオ",meiryo,sans-serif;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin:0;
}
h1{
  font-size: 25px;
  margin-top: 0px;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
}

.rightcol {
  float: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

a {
  color: #000000;
  /*text-decoration: none;*/
  outline: none;
}

a:hover {
  color: #00A2D9;
  text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 200%;
}

/* Header
   ========================================================================== */

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 112px;
  display: none;
}

/* サブメニュードロップダウンメニュー親デザイン
　========================================================================== */

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu {
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.menu::after {
  content: "";
  display: table;
  clear: both;
}

/* サブメニュードロップダウン
  ========================================================================== */

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

/* サブメニュー下矢印
  ========================================================================== */
li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* サブメニューリンク色
　========================================================================== */

.menu li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.menu li a:hover {
  color: #000;
}

.menu li ul li a {
  background: #ffffff;
}

.menu li ul li a:hover {
  color: #000000;
  background: #eeeeee;
}

.menu li:hover > a {
    /*background: rgb(242, 105, 100);*/
}
li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.sub-menu li a{
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.menu li:hover > a {
    border-bottom: 4px solid #aaaaaa;
}



#logo {
  position: absolute;
  left: 0px;
}
#logo a img{
  display: block;
}

nav {
  width: 800px;
  margin: auto;
  bottom: 0px;
}


/* Cover
   ========================================================================== */

#cover {
  height: auto;
  background-image: url("images/bg-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover #slide {
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer
   ========================================================================== */
footer{
  clear: both;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
}
footer h2{
  font-size: 18px;
  margin-top: 0;
}
.footer_inner{
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.f_con_right{
  margin-right: 0;
}
#contact {
  padding: 30px 0;
  text-align: center;
  background-image: url("images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #ffbe00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ccc;
  background-color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 90%;
margin: 0 auto;
}
.page article img{
	width:100%;
	height:auto;
	}
.post article img{
	width:100%;
	height:auto;
	}
aside {
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  float: none;
  width: 100%;
}

article section {
  margin-bottom: 40px;
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

article h2 {
  color: #000000;
}

article h3 {
  color: #888;
}

.headline1{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 0px 0;
  margin: 0;
  display: inline-block;
}
.news-list_wrap{
  position:relative;
  margin-bottom: 25px;
}
.index_archive_link a {
  position: absolute;
  right: 5%;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 100%;
  float: none !important;
}

.center{
  text-align: center;
}

article img{
	max-width: 100%;
	height: auto;
}

/*サイドバーなし会社概要固定ページ
　========================================================================== */	
.company tbody{}
.company tbody tr{

}
.company tbody th{
padding: 5px 10px 5px 5px;
display: block;
background-color: #f2f2f2;
text-align: left;
font-size: 12px;
	}
.company tbody td{
	padding: 12px 10px 10px 0px;
	display:block;
	}
.company iframe{
	width:100%;
	height: 300px;
	}

/*Top-News
　========================================================================== */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 6px;
  background: #f2f2f2;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: none;
  color: #999;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: none;
  width: 70px;
  text-align: center;
}
/*
.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}
*/
.news-list li a {
  width: 500px;
  display: inline-block;
  padding: 7px 0;
}

/*Top-Button
  ========================================================================== */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/*Blog
  ========================================================================== */

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 20px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}


.post-list{
  list-style: none;
padding: 0;}

.post-list li{
  display: inline-block;
  margin: 0 0px 10px 0;
  vertical-align: top;
  width: 95%;
  border: 1px solid #ccc;
  padding: 2%;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 25%;
  margin-right: 2%;
  height: auto;
}

.single_catch a img{
  width: 100%;
  display: block;
  height: auto;
} 
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 73%;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:20px;
}

.widget ul li a {
  color:#333333;
  text-decoration: none;
}

.widget ul li a:hover{
  text-decoration: underline;
}

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}
.breadcrumbs {
  width:100%;
  margin:10px auto;
}

/*不採用recent postプラグイン*/
.rpwwt-post-title{
font-size: 14px;
font-weight: bold;
line-height: 160%;}
.rpwwt-post-date{
font-weight: normal;
font-size: 11px;
display: block;
color: #999;
}
.rpwwt-widget ul li {
border-bottom: 1px dotted #aaa;
}


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
	font-weight: bold;
	line-height: 160%;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



/* サイドバープラグイン
　========================================================================== */

#npcatch li {
  margin: 0;
  overflow: hidden;
  clear: both;
  vertical-align: top;
  border-bottom: 1px dotted #aaa;
}

#npcatch .title {
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}

#npcatch .title .date{
  font-weight: normal;
  font-size: 11px;
  display: block;
  color: #999;
}

/*パンくずプラグイン
　========================================================================== */
.breadcrumbs {
  color: #aaa;
  font-size: 12px;
  width: 95%;
  padding: 0 2.5% 0;
  margin: 0 auto;
  display: block;
}
.breadcrumbs a{
  color: #888;
  text-decoration: underline;
}
.breadcrumbs a:hover{
  color: #00A2D9;
}
.breadcrumbs span{
  margin-right: 5px;
}

/*スマホメニュープラグイン
　========================================================================== */
#mg-wprm-wrap ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
div.wprm-overlay {
    background: rgba(255,255,255,0.5)!important;
}
/*スマホメニューバーの背景色*/
#wprmenu_bar {
    background: rgba(255,255,255,0.5)!important;
}

#wprmenu_menu_ul {
    padding: 0 0 0px;
    margin: 0;
    overflow: visible !important;
}
/*スマホメニュー3本線の色*/
.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
	background: #000 !important;;
}
/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#00337b; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#289af0; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #333;
    color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float: left;
}
/*ここから2.0*/
.page_haeder{
	height: 100px;
  background: linear-gradient(135deg, #115fc5 0%, #00337b 70%);
  margin-bottom: 30px;
}
.page_haeder h1{
	color: #fff;
  padding-top: 19px;
  margin: 0;
  font-family: 游明朝;
  text-align: center;
  font-size: 3.3vw;
  border-bottom: 1px solid;
}
.page_haeder h4{
	font-size: 10px;
text-align: center;
color: #fff;
margin: 0;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.contact_page h2{
color: #00398b;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
	}
.contact_tel{
	font-size: 32px;
margin-bottom: 0;
font-weight: bold;
}
.contact_time{}
.footer_content ul{
	  padding-left: 13px;
	  }
.footer_content ul li{
	line-height: 170%;
border-bottom: 1px solid #ccc;
padding-top: 10px;
	}
.footer_content ul li a{
	text-decoration: none;
	}
.header_tel_wrap {
	width: 300px;
	color: #000;
	position: absolute;
	right: 1px;
	top: 11px;
}
.header_tel_wrap h2 {
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 33px;
	line-height: 25px;
}
.header_tel_wrap h2 span {
	font-size: 16px;
}
.header_tel_wrap p {
	text-align: right;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
	color: #555;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.company_page h2 {
color: #00398b;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #274a78;
color: #fff;
height: 60px;
width: 29%;
border-bottom: 1px solid;
font-size: 14px;
}
.company_page table tr td{
	padding-left: 6%;
border-bottom: 1px solid #ccc;
line-height: 117%;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
	display: none;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.pc_only{
	display:none !important;
	}
#menu-item-36{
background: #274a78;
}
#menu-item-36 a{
	color: #fff;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

.triple_wrap{
clear: both;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
margin-top: 0px;
display: block;
padding-top: 20px;
	}
.triple_con{
	width: 100%;
margin: 0 auto;
display: block;
}
.triple_con h2{
	text-align: center;
margin-top: 0px;}
.triple_con h4{
}
.triple_con h4 span{
}
.triple_con h2 span{}
.triple_div{
	width: 100%;
border: #ddd 1px solid;
box-shadow: 4px 6px 30px rgba(0,0,0,0.2);
margin-bottom: 30px;
}
.triple_div_last{

}
.triple_div img{
	width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
}
.triple_div_txt h3{
	color: #000080;
font-size: 22px;
font-family: 游明朝;
margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
	font-family: 游明朝;
	font-size: 99px;
	margin-top: -46px;
	margin-left: 12px;
	margin-bottom: 0;
	line-height: 70px;
}
.triple_div_txt .point span {
	background: linear-gradient(to right, #000080 0%, #937b50 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.process_wrap{
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.process_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
}
.process_con h2 span{}
.process_div_wrap{
width: 100%;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #fff;
padding: 13px;
  padding-left: 20px;
padding-left: 10px;
border-radius: 5px;
padding-left: 25px;
margin-top: 0;
background: linear-gradient(135deg, #00f 0%, #00008b 70%);
background: #000080;
margin-bottom: 10px;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 20px;
margin-bottom: 0;
}
.process_div a{
	display: block;
	}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: 600px;
width: 450px;
	}
.faq_wrap{
	clear:both;
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.faq_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{

}
.faq_con h4 span{
}
.faq_con h2{
	text-align: center;
margin-top: 0px;
}
.faq_con h2 span{}
.faq_div{
	width: 100%;
margin: 0 auto;
display: block;
}
.faq_div h3{
padding: 12px 25px 13px;
border-radius: 8px;
background-color: #efefef;
margin: 0;
  margin-bottom: 0px;
margin-bottom: 0px;
font-size: 17px;
color: #000;
margin-bottom: 10px;

}
.faq_div p{
	padding-left: 7px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	background-image: url("images/bg-cover.png");
	background-position: top center;
	background-size: cover;
}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 游明朝;
font-size: 45px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
padding-left: 14px;
margin-top: 0px;
margin-bottom: 0;
position: relative;
margin-bottom: 10px;
}
.eng_title span{
text-align: left;
  color: #289af0;
  font-size: 12px;
  font-family: 'Orbitron', sans-serif;
	}
.eng_title::before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 15px;
	background: #289af0;
}
.contact_div .eng_title{}
.contact_div .eng_title span{}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

.button19 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 41px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background: rgba(223,241,255,0.6);
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -20px;
}
/*ここまで問い合わせボタン*/

.footer_btn{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	}
.line_ari .sp_tel_btn{
background:rgba(39,74,120,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_mail_btn{
background:rgba(103,157,228,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_line_btn{
background:rgba(0,185,0,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
	}
.line_ari .sp_btn_icon{
width: 25%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_ari .sp_btn_p{
color: #fff;
font-size: 3vw;
margin-top: 14px;
float: left;
margin-left: 6%;
line-height: 123%;
	}
	
.line_nashi .sp_tel_btn{
background:rgba(39,74,120,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}
.line_nashi .sp_mail_btn{
background:rgba(103,157,228,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}

.line_nashi .sp_btn_icon{
width: 19%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_nashi .sp_btn_p{
	color: #fff;
font-size: 3vw;
margin-top: 20px;
float: left;
margin-left: 4%;
	}
.contact_line_btn{
background-color: #00b900;
display: inline-block;
width: 92%;
text-decoration: none;
padding: 4%;
border-radius: 23px;
	}
.contact_line_btn img{
	width: 15% !important;
float: left;
padding-left: 5%;
}
.contact_line_btn p{
	color: #fff;
margin-top: 7px;
margin-bottom: 0px;
padding-left: 5%;
float: left;
font-size: 5vw;
	}
.contact_tel a{
	text-decoration:none;
	}
.f_con_right a{
	text-decoration:none;
	}
.contact_tel span{
	font-size: 20px;
	}

.footer_access{
	width:90%;
	margin:0 auto;
	}
.footer_access iframe{
		width: 100%;
margin-bottom: 20px;
height: 340px;
}
.footer_access h2 {
color: #00398b;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}


.movie_wrap{
	clear:both;
	padding-top:20px;
	padding-bottom:0px;
	}
.movie_con{
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}

.youtube_img{
width: 100%;
height: auto;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
margin: 0 auto;
display: block;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position:relative;
	display: block;
	text-decoration: none !important;
	}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.sp_main{
	width: 100%;
height: auto;
}
/*ここまで2.0*/

.f_con_right img{
	width:100%;
	}
.contents_01wrap{
	clear: both;
  padding-top: 50px;
  padding-bottom: 0px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
	}
.contents_01{
width: 100%;
  margin: 0 auto;
  display: block;
  border-bottom: solid 1px #eee;
  padding-bottom: 40px;
	}
.contents_02wrap{
clear: both;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #e8e5de;
	}
.contents_02{
width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 35px;
  padding-bottom: 20px;
	}
.contents_03wrap{
	clear:both;
	padding-top:50px;
	padding-bottom: 15px;
	overflow:hidden;
	}
.contents_03{
width: 90%;
  margin: 0 auto;
  display: block;
	}
.contents_04wrap {
clear: both;
  padding-top: 55px;
  padding-bottom: 0px;
  overflow: hidden;
  background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
  clip-path: polygon(0 30px, 100% 0, 100% calc(98% - 7px), 0px 100%);
  position: relative;
  z-index: 1;
}
.contents_04{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding-bottom: 60px;
	}
.con4_div_r{
	float: right !important;
  margin-top: 50px;
	}
.contents_05wrap{
	clear: both;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  background-image: url("images/con5_back.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top: -31px;
	}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.contents_05{
	margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 30px 5%;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-top: 50px;
	}
.contents_06wrap{
	clear:both;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
	}
.contents_06{
width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  border-top: solid 1px #eee;
	}
.con1_img{
height: auto;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  }
.contents_01 .txt{
width: 100%;
  margin-top: 20px;
  position: relative;
	}
.contents_01 .txt h4{}
.contents_01 .txt h2{
	}
.contents_01 .txt p{}

.contents_02 h4{}
.contents_02 h2{}
.contents_02 .setsumei{}
.con2_div_wrap{}
.con2_div{
width: 49%;
  border-top: solid 1px #eee;
  padding-top: 20px;
  overflow: hidden;
  float: left;
  height: 230px;
	}
.con2_div img{
width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  }
.con2_div img:hover{
	opacity:0.7;
	margin-top: -10px;}
.con2_div .txt{
width: 100%;
  }
.con2_div .txt h3{
	color:#000;
	font-size: 16px;
	}
.con2_div .txt h3 span{
	border-bottom:1px solid #000;
	float: left;
	}
.con2_div .txt p{
	line-height: 170%;
	clear:both;
	font-size: 13px;
	}
.con2_div a{
	text-decoration:none;
	}
.con2_div_r{
	float: right;}
.con2_div_b{
	border-bottom: solid 1px #eee;}
.contents_03 h2{}
.contents_03 h4{}
.contents_03 .setsumei{}
.contents_03 a{
	
	}
.con3_div{
width: 95%;
  border-right: 1px solid #fff;
  float: left;
  height: 370px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  }
.con3_div_wrap{
position: relative;
  background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
  width: 50%;
height: 205px;
  float: left;
  overflow: hidden;
	}
.con3_div_wrap img{
position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.4;
  transition: 0.3s ease-in-out;
	}
.con3_div_wrap img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.con3_div h2{
font-size: 17px;
  color: #fff;
  font-weight: initial;
  margin-bottom: 0;
  margin-top: 35px;
  }
 .con3_div h2 span{
	 border-bottom:1px solid #fff;
	 padding-bottom: 3px;}
.con3_div h4{
font-family: 'Orbitron', sans-serif;
  color: #fff;
  font-size: 10px;
  height: 22px;
  margin-top: 11px;
  line-height: 133%;
  }
.con3_div p{
color: #fff;
  line-height: 188%;
  margin-top: 21px;
  font-size: 13px;
  line-height: 140%;
	}
.contents_05 img{
width: 40%;
  height: auto;
  margin-top: 0px;
  float: right;
	}
.contents_05 .txt{
width: 60%;
  float: left;
  }
.contents_05 .txt h2{
	font-size: 4.6vw;
	}
.contents_05 .txt h4{}
.contents_05 .txt p{}
.contents_05 .txt a{
float: left;
  margin-right: 5%;
  text-decoration: none;
  margin-bottom: 20px;
  }
.contents_05 .txt a span{
	font-size: 1.9vw;
	}
.contents_05_wrapper{}
.contents_06 a {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	/* border-radius: 60px; */
	color: #fff;
	background: #00337b;
	overflow: hidden;
	/* background: linear-gradient(135deg, #006eb0 0%, #00337b 70%); */
	transition-duration: 0.3s;
	box-shadow: 11px 11px 7px #cdcdcd;
}
.contents_06 a:hover{
	 background:#289af0;
	 
	 }
.contents_06 a .txt{
float: right;
  margin-right: 3%;
  margin-top: 10px;
  }
.contents_06 a h2{
	color: #fff;
	padding-bottom:10px;
	margin-bottom:0;
	font-size: 2.7vw;
}
.contents_06 a h2 span{
	/*border-bottom: 2px solid #fff;*/
  padding-bottom: 10px;
	}
.contents_06 a img{
width: 47%;
  height: auto;
  }
.contents_06 a h4{
margin-top: 7px;
  font-family: 'Orbitron', sans-serif;
  text-align: right;
  font-size: 1.8vw;
	}
.contents_06 .eng_title{
	width: 86px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 15px;
  }
.contents_06 h4{
	text-align:center;
	}
.contents_06 h2{
	text-align:center;
	}
.contents_06 .setsumei{
	text-align:center;
	}
.contents_04 .eng_title{	
width: 120px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 15px;
}
.contents_04 .h2_title{
	text-align:center;
	color:#fff;
	}
.con4_div{
	width: 100%;
  overflow: hidden;
  float: left;
  padding-bottom: 35px;
  }
.con4_div img{
width: 62%;
  height: auto;
  border-radius: 200px;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
  display: block;
  }
.con4_div img:hover{
	border-radius: 100px;
	}
.con4_div .txt{}
.con4_div .txt .syokusyu span{
border: 1px solid #fff;
  text-decoration: none;
  padding: 3px 23px 2px 23px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  }
.con4_div .txt h2{
	color: #fff;
  border-bottom: 1px solid #289af0;
  padding-bottom: 15px;
  font-size: 16px;
	}
.con4_div .txt .name{
	color: #fff;
	font-size: 15px;
	}
.con4_div .txt .name span{
	color: #289af0;
	}
.con4_div .txt .link{
	}
.con4_div .txt .kuwasiku{
	color: #289af0;
	text-decoration: none;
	}
.contents_04 .all_link {
	clear: both;
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 10px 30px 10px 30px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	width: 58%;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	font-size: 3vw;
}
.contents_04 .all_link:hover{
	background-color:#fff;
	color:#00337b;
	}

/*ボタン*/
btn_wrap {
  max-width: 300px;
  margin: 60px auto;
}
/*=============
a.btn_03
=============*/
a .btn_03 {
	display: inline;
	position: relative;
	background: #228bc8;
	border: 1px solid #228bc8;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 46px 0 25px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	padding-top: 6px;
	padding-bottom: 6px;
}
a .btn_03:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}
a .btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a .btn_03:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

/*ボタンここまで*/


.sub_page h2 {
  color: #00398b;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.sub_page article {
  margin: 0 auto;
  display: block;
  width: 100%;
  float: none;
}

.staff_con3_div .fancybox-youtube {
position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: none;
}
.staff_con3_div{
width: 100%;
  position: relative;
  }
.staff_con3_div a{}
.staff_con3_div a img{
	width: 100%;
  height: auto;
  }
.staff_con3_div h3{
	color: #00398b;
  margin-bottom: 0;
  }
.staff_con3_div p{}
.play_btn{
position: absolute;
  left: 39%;
  top: 9vh;
  width: 20% !important;
	}
.staff_con1{
	margin-bottom:30px;}
	
.visit_con1{
	margin-bottom:30px;
	}
.visit_con2{
	margin-bottom:30px;
	}
.environment_con1{
  overflow: hidden;
	}
.environment_con1_div{
width: 100%;
	}
.environment_con1_div_r{
	float:right;
	}
.environment_con1_div img{
	width: 480px;
  height: 250px;
  }
.environment_con1_div h3{
	color: #00398b;
  font-size: 21px;
  margin-bottom: 0;
  }
.environment_con1_div p{}
.environment_con2{
	clear:both;
	}
.environment_con2 h3{
	color: #00398b;
	}
.environment_con2 img{
	width: 1000px;
  height: auto;
  margin-bottom: 30px;
  }
.come_work{
float: none !important;
  height: auto !important;
  position: absolute;
  width: 100% !important;
  max-width: 846px;
  z-index: -1;
  top: 105px;
  }
 .h1_top{
	 line-height: 240%;
	 font-size:15px;
	 font-weight:normal;
	 margin:0;
	 }
.header_txt_wrap{
width: 1070px;
  margin: 0 auto;
  display: none;
  }
.header_txt{
width: 650px;
margin-top: 40vh;
	}
.main_h2{
color: #00337b;
  /*text-shadow: 1px 2px 3px #808080;*/
  font-size: 80px;
  margin-bottom: 0;
  font-family: 'Orbitron', sans-serif;
  font-weight: normal;
  }
.main_h2_2{
color: #000;
  /*text-shadow: 1px 2px 3px #808080;*/
  font-size: 21px;
  font-weight: bold;
  line-height: 180%;
  }
 .header_txt h3{
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
  width: 254px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  }
.header_co {
	color: #00337b;
	font-size: 15px;
	transform: rotate(90deg);
	position: fixed;
	left: -135px;
	bottom: 300px;
	/* color: #ddd; */
	font-size: 13px;
	/* text-shadow: 1px 2px 3px #aaa; */
	font-weight: normal;
	z-index: 100;
	display:none;
}
.fixed_01{

  transition: 0.3s ease-in-out;
  }
.fixed_02{

  transition: 0.3s ease-in-out;
  }
.fixed_03{
  transition: 0.3s ease-in-out;
  }
.fixed_01:hover{
	margin-right:50px;
	position:relative;
	}
.fixed_02:hover{
	margin-right:50px;
	position:relative;
	}
.fixed_03:hover{
	margin-right:50px;
	}
.fixed_wrap01{
		position: fixed;
  right: -50px;
  bottom: 200px;
  display:none;
  }
 .fixed_wrap02{
		position: fixed;
  right: -50px;
  bottom: 150px;
  display:none;
  }
 .fixed_wrap03{
		position: fixed;
  right: -50px;
  bottom: 100px;
  display:none;
  }
.rec05page{}
.rec05page .setsumei{
	margin: 0;
	}

.rec05_con1 h2{}
.rec05_div{
width: 313px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 11px;
  margin-bottom: 20px;
  }
.rec05_div h3{
	text-align: center;
  color: #000;
  border-bottom: 1px dotted #555;
  }
.rec05_div h4{
	text-align: center;
	}
.rec05_con1{
	clear:both;
	overflow: hidden;
	}
.rec05_con2{
	clear:both;
	overflow: hidden;
	}
.rec05_con3{
	clear:both;
	overflow: hidden;
	}
.rec05_con4{
	clear:both;
	overflow: hidden;
	}
.rec05page a{
	text-decoration:none;
	transition: 0.3s ease-in-out;
	}
.rec05_con1 .rec05_div{
	border-left: 7px solid #289af0;
	}
.rec05_con2 .rec05_div{
	border-left: 7px solid #ffa500;
	}
.rec05_con3 .rec05_div{
	border-left: 7px solid #eb6877;
	}
.rec05_con4 .rec05_div{
	border-left: 7px solid #e2c20f;
	}

.rec05_con1 .rec05_div:hover{
	background: #289af0;
  color: #fff;
  }
.rec05_con2 .rec05_div:hover{
	background: #ffa500;
  color: #fff;
  }
.rec05_con3 .rec05_div:hover{
	background: #eb6877;
  color: #fff;
  }
.rec05_con4 .rec05_div:hover{
	background: #e2c20f;
  color: #fff;
  }

.recruit_syousai_page{}
 .recruit_syousai_page section{
	width: 100%;
  padding: 0;
  }
.recruit_syousai_page h2 {
	color: #00398b;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	
}
.recruit_syousai_page table{
	margin-bottom: 30px;
	}
.recruit_syousai_page table tr{
	border: 1px solid #e6e6e6;
	}
.recruit_syousai_page table tr th{
	padding: 10px;
  font-weight: normal;
  background-color: #f6f6f6;
  text-align: left;
  width: 110px;
  }
.recruit_syousai_page table tr td{
	padding: 10px;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	}
.rec_con1{
	margin-bottom:50px;
	}
.rec_con2{}
.enkaku_p{
	font-size:3vw;
	}
	
	
/*ここから202311分*/
.jigyou_con01{
	overflow: hidden;
  padding-bottom: 30px;
  }
.jigyou_con01 .txt{
	width:100%;

	}
.jigyou_con01 .txt a{
	text-decoration:none;
	}
.jigyou_con01 .txt h2{
	font-size: 18px;
	color:#000;}
.jigyou_con01 .txt h3{
	font-size: 20px;
  margin-top: 0;
  color: #00398b;
  }
.jigyou_con01 img{
	width: 70% !important;
  height: auto;
  margin: 0 auto;
  display: block;

	}
.jigyou_con02{
	clear:both;
	}
.jigyou_con03{}
.jigyou_con03 a{
	  text-align: center;
	  margin: 0 auto;
  display: table;
  text-decoration: none;
  padding-bottom: 30px;
  padding-top: 50px;
  }
.jigyou_con03 a span:hover{
	background-color:#228bc8;
	}
 .jigyou_con03 a span{
	font-size: 18px;
  background: #006eb0;
  color: #fff;
  padding: 14px 45px;
  border-radius: 38px;

  }
.jigyou_con02 .jigyou_div{
	border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 30px;
  clear: both;
  padding-top: 10px;
  }
.jigyou_con02 .jigyou_div .txt{
	width: 100%;
  }
.jigyou_con02 .jigyou_div .txt h2{}
.jigyou_con02 .jigyou_div .txt h3{
	color: #000;
  font-size: 20px;
  margin-bottom: 0;
  }
.jigyou_con02 .jigyou_div .txt p{}
.jigyou_con02 .jigyou_div .google_map{
	float: right;
	}
.jigyou_con02 .jigyou_div .google_map iframe{
	width: 550px;
  height: 310px;
  }
.visit_div{
	width: 47%;
  float: left;
  }
.visit_div h2{
	margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  }
.visit_div h3{
	margin-top: 7px;
  text-align: center;
  margin-bottom: 40px;
  color:#000;
  font-size: 12px;
  }
.visit_div img{
	width: 470px;
  height: 300px;
  }
.visit_div_r{
	float: right;
	}
.visit_div_wrap{
	overflow: hidden;
	}

.rinenh3{
	margin-bottom: 0;
  font-size: 18px;
  color: #000;
  text-align:center;
  }
 .rinenh3 span{
	 border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  }
.rinen{
	font-family: 游明朝;
  font-size: 5vw !important;
  border-bottom: none !important;
  margin-top: 8px;
  text-align: center;
  line-height: 180%;
  }
.company_con3{
	margin-bottom:30px;}
	
	
/*20231117*/
.reccon1_wrap{
		height: 600px;
  background-image: url("images/rec01_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  }
.reccon1_wrap02{display: none;}
.reccon1_wrap03{display: none;}
.reccon1_wrap04{display: none;}
.reccon1{
width: 1140px;
  margin: 0 auto;
  display: block;
  }
.reccon2_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	background-color: #e8e5de;
	}
.reccon2{
width: 80%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
	}
.reccon3_wrap{
	padding-top:40px;
	padding-bottom:10px;
	clear:both;	
	background:#00337b;
	}
.reccon3{
	width: 90%;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon4_wrap{
	padding-top:40px;
	padding-bottom:0px;
	clear:both;
	}
.reccon4{
	width:90%;
	display:block;
	margin:0 auto;
	position:relative;
	}
.reccon5_wrap{
	padding-top:40px;
	padding-bottom:0px;
	clear:both;
	background: #fdfaf3;
	}
.reccon5{
	width:90%;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon6_wrap{
	padding-top: 40px;
  clear: both;
  background-color: #e8e5de;
  overflow: hidden;
	}
.reccon6{
width: 80%;
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
	}
.reccon7_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	}
.reccon7{
	width:90%;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon8_wrap{
	clear:both;
	}
.reccon8{
	width:100%;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}	
.recruit_page{}
.recruit_page h2{
	font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  }
  
.reccon3 h2{
	color:#fff;
	}
.reccon3 h3{
	color:#fff;
	}
.reccon3 ul{list-style: none;
  padding: 0;
}
.reccon3 li{
background: #fff;
  margin-bottom: 30px;
  font-size: 3.3vw;
  padding: 10px 5%;
  border-radius: 20px;
  }
.check_img{
width: 6%;
  margin-right: 2%;
  }
.reccon4 ul{list-style: none;}
.reccon4 li{
	background: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  }
.recruit_page .jigyou_div h2{
color: #00398b;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.reccon9_wrap{}
.reccon9_wrap img{
	margin:0 auto;
	display:block;
	width: 50%;
	}
.reccon6 table{
	width: 100%;
	}
.reccon6 table tr{
	border-bottom: 2px dotted #ddd;
  font-size: 17px;
  line-height: 217%;
  }
.reccon6 table tr th{
width: 100%;
  font-weight: normal;
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 15px;
  }
.reccon6 table tr td{
display: block;
  text-align: left;
  font-size: 15px;
  line-height: 165%;
  padding-top: 8px;
  padding-bottom: 17px;
		}
.reccon1 .txt{
color: #fff;
  width: 604px;
  background: rgba(60,145,207,0.5);
  margin-left: -90px;
  padding: 50px 77px;
	}
.reccon1 .txt_wrap{
  padding-top: 130px;
	}
.reccon1 .txt h1{
	font-size: 20px;
	}
.reccon1 .txt h2{
	font-size: 42px;
  margin-bottom: 10px;
  }
.reccon1 .txt p{}
.reccon4 img{
	width: 100%;
  height: auto;
	}
.reccon4 .txt_wrap{
	width: 100%;
  }
.reccon4 .txt_wrap .rec04_div{}
.reccon4 .txt_wrap .rec04_div h3{
	font-size: 20px;
  color: #00398b;  
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  text-align:center;
  margin-top:0;
  
	}
.reccon4 .txt_wrap .rec04_div h3 span{
	background: linear-gradient(transparent 65%, #289af0) !important;
	padding-bottom: 5px;
	}
.reccon4 .txt_wrap .rec04_div h4{
text-align: center;
  color: #289af0;
  font-size: 30px;
  margin: 0;
    margin-right: 0px;
  font-style: italic;
  margin-right: 12px;
  }
.reccon4 .txt_wrap .rec04_div p{
  margin-bottom: 40px;
  }
  
.reccon5 .faq_div .image_div{
width: 35%;
  margin: 0 auto;
  }
.reccon5 .faq_div .image_div img{
	width:100%;
	border-radius: 20px;
	}
.reccon5 .faq_div .image_div h4{
	margin-top: 5px;
  text-align: center;
  margin-bottom: 5px;
  }
.reccon5 .faq_div .txt{

  }
.reccon5 .faq_div{
	clear: both;
  width: 100%;
  overflow: hidden;
	}
.reccon8 img{
float: left;
  width: 33.3%;
  height: auto;
	}
.rec6_img_wrap img{
	float: left;
  width: 33.3%;
	}
.rec6_img_wrap{
	width: 100%;
	margin:0 auto;
	margin-bottom: 0px;
  overflow: hidden;
	}
.w50{
	width:50% !important;}
.w33{
	width:33.3% !important;}
.img_wrap1320{
	width: 100%;
overflow: hidden;
	}
.img_wrap1320 img{
	float:left;
	width:33.3%;
	}
.company_head_wrap{
	position:relative;
	margin-bottom: 22px;
	}
.company_head_wrap img{
	width:100%;
	}
.company_head_wrap .txt{
color: #fff;
  background: rgba(60,145,207,0.5);
  padding: 5% 5%;
  width: 87%;
  margin-top: -22px;
  position: relative;
  margin-left: 6%;
  }
.company_head_wrap .txt h2{
color: #fff;
  font-size: 4.7vw;
  margin-bottom: 9px;
  font-family: 游明朝;
  }
.company_head_wrap .txt h3{
text-align: right;
  font-size: 4vw;
  margin-top: 0;
  }
.company_head_wrap .txt h3 span{
	font-size: 3vw;
  margin-right: 16px;
  }
.btm_margin{
	margin-bottom: 20px;
	}
.rec_txt{
color: #fff;
  background: rgba(60,145,207,0.5);
  padding: 7% 7% 3%;
  width: 86%;
  margin-top: -22px;
  position: relative;
  }
.rec_txt h1{font-size: 16px;}
.rec_txt h2{font-size: 20px;}
.rec_txt p{}
.rec_contact_wrap{
	width:90%;
	margin:0 auto;
	}
.rec_contact .setsumei{
	color:#289af0;
	font-weight:bold;
}
.single_sasie{
	float:left;
	width:50%;
	}
.single_sasie_wrap{
	width:100%;
	overflow:hidden;
	}
	
.reccon11_wrap{

}
.reccon10_wrap{}
.reccon10{
	width:90%;
	margin:0 auto;
	}
.rec6_ceoname{
	text-align: right;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
	}
.rec6_ceoname span{
	font-size:14px;
	margin-right: 20px;
	}
	
	
.rec6_h1{
	font-size: 7vw !important;
	}
.rec6_origin01_wrap{	
	background-color: #e8e5de;
	padding-top: 40px;
  padding-bottom: 50px;
  clear: both;
}
.rec6_origin01{
	width: 90%;
  margin: 0 auto;
  overflow: hidden;
  }
.rec6_origin01 h4{}
.rec6_origin01 h2{}
.rec6_origin01 img{
	margin:0 auto;
	display:block;
	margin-bottom:50px;
	width:90%;
	height:auto;
	}
.rec6_origin01 .txt{
	background: #289af0;
  border-radius: 15px;
  padding: 35px;
  }
.rec6_origin01 .txt h3{
	color: #fff;
  text-align: center;
  font-size: 20px;
  }
.rec6_origin01 .txt p{
	color: #fff;
  text-align: center;
  margin: 0;
  }
.rec6_origin02_wrap{
	background: #fdfaf3;
  padding-top: 50px;
  padding-bottom: 50px;
  }
.rec6_origin02{
	width:90%;
	margin:0 auto;
	}
.rec6_origin02 h4{}
.rec6_origin02 h2{}
.rec6_origin02 img{
	display:block;
	margin:0 auto;
	width:90%;
	height:auto;
	}
.company_con1 img{
	margin-bottom:30px;
	}
.con3_top img{
	margin:0 auto;
	display:block;
	width:60%;
	}
.page_haeder_innner {
	width: 75%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.page_haeder .txt {
	float: left;
	padding-top: 10px;
	width: 55%;
}
.page_haeder img {
	width: 37%;
  position: absolute;
  bottom: 0px;
}
.con5_a{
	clear: both;
	}
.con5_a a{
	line-height: 300%;
	text-decoration: none;
	}

/*ここからキラミラ求人*/
.kiramira_youkou{
	clear: both;
  border: 2px solid #00398b;
  border-radius: 5px;
  padding: 20px 5%;
  margin-top: 30px;
  margin-bottom: 30px;
	}
.kiramira_setsumei{
	margin-bottom:20px;
	}
.kiramira_a{
	background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-bottom:30px;
  display: inline-block;
  text-decoration: none;
  }
.kira_img_wrap{
	width:100%;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:30px;
	}
.kira_img_wrap img{
	width:33.3% !important;
	float:left;
	height:auto;
	}
/*ここまでキラミラ求人*/