/*
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;
  font-family: 'Kosugi', sans-serif;
}
img{
  height: auto;}

.center {
  text-align: center;
}

.leftcol {
  float: left;
  width: 40%;
  border-right: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: bold;
  padding-right: 10%
}

.rightcol {
float: right;
  width: 39%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: right;
  font-weight: bold;
  padding-left: 10%
}

.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: 240%;
}

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

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 105px;
}
.toppage_header_wrap header{
	border-bottom: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);
}

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

.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 #289af0;
}



#logo {
  position: absolute;
  left: 0px;
  top: 10px;
}

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


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

#cover {
  height: 100vh;
  background-image: url("images/main2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover #slide {
  width: 900px;
  height: 300px;
  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: 1140px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 347px;
  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: 1320px;
  margin: 30px auto;
}

aside {
  float: right;
  width: 300px;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  float: left;
  width: 800px;
}
.page_article {
  float: left;
  width: 800px;
}
article section {
  margin-bottom: 40px;
}

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;
}
.index_archive_link a {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 800px ;
  float: none !important;
  margin: 0 auto;
}


.no_side{}
.no_side article{
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}

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

/*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: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  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;
}

.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 5px 5px 0;
  vertical-align: top;
  width: 372px;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 130px;
  height: 120px;
  margin-right: 10px;
}
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list li .single_catch a img{
  width: 130px;
  height: 120px;

}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 231px;
}
.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:1140px;
  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%;
float: left;
width: 200px;
overflow: hidden;
}
.rpwe-time {
  color: #bbb;
  font-size: 11px;
  display: block !important;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



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

/*  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;
}

/*ここから2.0*/
.page_haeder{
	height: 395px;
	background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
}
.page_haeder h1{
	color: #fff;
  padding-top: 142px;
  margin: 0;
  font-family: 游明朝;
  text-align: center;
  border-bottom: 1px solid;
}
.page_haeder h4{
	font-size: 11px;
text-align: center;
color: #fff;
margin: 0;
font-family: 'Orbitron', sans-serif;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 820px;
	float: none;
}
.contact_page h2{
  border-bottom: 1px solid #ccc;
  border-left: 10px solid #274a78;
  padding-left: 14px;
	}
.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: 1000px;
	float: none;
}
.company_page h2 {
	color: #00398b;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
}
.company_page table{
	width: 47%;
	float:left;
	}
.company_page table tr{}
.company_page table tr th{
background: #00398b;
color: #fff;
height: 80px;
width: 200px;
border-bottom: 1px solid;
}
.company_page table tr td{
	padding-left: 31px;
border-bottom: 1px solid #ccc;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.sp_only{
	display:none !important;
	}
#menu-item-36{
background: #274a78;
}
#menu-item-36 a{
	color: #fff !important;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #274a78;
	/*text-shadow: 1px 2px 3px #808080*/
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #274a78;
	/*text-shadow: 1px 2px 3px #808080*/
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #00337b
	}
.toppage_header_wrap nav a:hover{
	color: #289af0;
  text-shadow: none;
	}

.toppage_header_wrap .menu{
	background: linear-gradient(135deg, rgba(0, 110, 176, 0.7) 0%, rgba(0, 51, 123, 0.1) 70%);
	}
.myfixed .menu{
	background:none;
	}
	

.triple_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
	}
.triple_con{
	width: 1250px;
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: 31%;
float: left;
margin-right: 3.2%;
border: #ddd 1px solid;
box-shadow: 4px 6px 30px rgba(0,0,0,0.2);
margin-bottom: 60px;
}
.triple_div_last{
margin-right: 0 !important;
float: right !important;
}
.triple_div img{
	width: 100%;
height: auto;
}
.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: 5px;
}
.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{
padding-top: 40px;
padding-bottom: 40px;
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
background-attachment: fixed;
}
.process_con{
	width: 1250px;
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: 60%;
float: left;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #fff;
padding: 20px;
  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;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 50px;
margin-bottom: 0;
}
.process_div a{}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: 600px;
width: 450px;
	}
.faq_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
}
.faq_con{
	width: 1250px;
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: 1000px;
margin: 0 auto;
display: block;
}
.faq_div h3{
  padding: 13px 50px 13px;
  border-radius: 8px;
  background-color: #efefef;
  margin: 0;
    margin-bottom: 0px;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;

}
.faq_div p{
	padding-left: 51px;
	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-family: 游明朝;*/
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 0;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	background-image: url("images/bg-cover.png");
	background-position: top center;
	
	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;
}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 游明朝;
font-size: 40px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
text-align: left;
  color: #289af0;
  font-size: 15px;
  font-family: 'Orbitron', sans-serif;
  position: relative;
  padding-left: 20px;
}
.eng_title::before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 15px;
	background: #289af0;
}
/*.eng_title span{
background: linear-gradient(to right, #000080 0%, #937b50 100%);
  background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 50px;
font-weight: nomal;
letter-spacing: 1px;
font-family: 'Cinzel', serif;
	}*/
.contact_div .eng_title{
	width: 86px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 30px;
  }
.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;
}
/*ここまで問い合わせボタン*/

.movie_wrap{
	clear:both;
	padding-top:40px;
	padding-bottom:30px;
	}
.movie_con{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}
.youtube_img{
width: 400px;
height: 250px;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
}
.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;
width: 400px;
text-decoration: none;
margin-right: 24px;
float: left;
}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.movie_last{
	float:right !important;
	margin-right:0 !important;
	}
.lineQR_info{}
.lineQR{
	width: 33%;
	}
.wrapfixed .toppage_header_wrap nav a{
	color:#000;
	text-shadow: none;
	}
.wrapfixed .toppage_header_wrap .header_tel_wrap h2 {
	color:#000;
	text-shadow: none;
}

.wrapfixed .toppage_header_wrap .header_tel_wrap p {
	color:#000;
	text-shadow: none;
}
.sub-menu a{
	color:#000 !important;
	text-shadow:none !important;
	}
/*ここまで2.0*/

.f_con_right img{
	width:100%;
	}
.contents_01wrap{
	clear: both;
  padding-top: 150px;
  padding-bottom: 0px;
  overflow: hidden;
	}
.contents_01{
	width: 80%;
	margin:0 auto;
	display:block;
	/*overflow:hidden;*/
	border-bottom: solid 1px #eee;
	padding-bottom: 140px;
	height:440px;
	}
.contents_02wrap{
	clear:both;
	padding-top: 100px;
  padding-bottom: 100px;
	overflow:hidden;
	background-color: #e8e5de;
	}
.contents_02{
	width: 1120px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
	}
.contents_03wrap{
	clear:both;
	padding-top:50px;
	padding-bottom:100px;

	}
.contents_03{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.contents_04wrap {
	clear: both;
	padding-top: 110px;
	padding-bottom: 115px;
	overflow: hidden;
	background: #00337b;
	background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
	clip-path: polygon(0 77px, 100% 0, 100% calc(94% - 7px), -2px 100%);
	z-index: 1;
  position: relative;
}
.contents_04{
	width:920px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.con4_div_r{
	float: right !important;
  margin-top: 120px;
	}
.contents_05wrap{
	clear:both;
	padding-top: 100px;
	padding-bottom:100px;
	overflow:hidden;
    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: -85px;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.contents_05_wrapper{
	width:1250px;
	overflow:hidden;
	margin: 0 auto;
	}
.contents_05{
	display: block;
  overflow: hidden;
  width: 710px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  float: right;
  padding: 55px 90px 0;
	}
.contents_06wrap{
	clear:both;
	padding-top: 100px;
	padding-bottom:50px;
	overflow:hidden;
	}
.contents_06{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding-top: 70px;
	border-top: solid 1px #eee;
	}
.con1_img{
float: left;
  max-width: 550px;
  height: auto;
  position: relative;
  z-index: -100;
  width: 40%;
  margin-left: 5%;
  }
.contents_01 .txt{
width: 45%;
  float: right;
  margin-top: 37px;
  margin-right: 5%;
  position: relative;
	}
.contents_01 .txt h4{}
.contents_01 .txt h2{
	font-size: 3.0vw;
	}
.contents_01 .txt p{}

.contents_02 h4{}
.contents_02 h2{}
.contents_02 .setsumei{}
.con2_div_wrap{}
.con2_div{
width: 533px;
  height: 137px;
  border-top: solid 1px #eee;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
	}
.con2_div img{
	width: 240px;
  height: 135px;
  float: left;
  transition: 0.3s ease-in-out;
  }
.con2_div img:hover{
	opacity:0.7;
	margin-top: -10px;}
.con2_div .txt{
	width: 245px;
  float: right;
  }
.con2_div .txt h3{
	color:#000;
	}
.con2_div .txt h3 span{
	border-bottom:1px solid #000;
	float: left;
	}
.con2_div .txt p{
	line-height: 170%;
	clear:both;
	}
.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: 10%;
  padding-right: 10%;
  overflow: hidden;
  }
.con3_div_wrap{
	position: relative;
  background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
  width: 24.9%;
  height: 370px;
  float: left;
  overflow: hidden;
	}
.con3_div_wrap img{
	position:absolute;
	width:312px;
	height:370px;
	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: 22px;
  color: #fff;
  font-weight: initial;
  margin-top: 107px;
  margin-bottom: 0;
  }
 .con3_div h2 span{
	 border-bottom:1px solid #fff;
	 padding-bottom: 9px;}
.con3_div h4{
font-family: 'Orbitron', sans-serif;
  color: #fff;
  font-size: 12px;
  height: 22px;
  margin-top: 7px;
  line-height: 133%;
  }
.con3_div p{
	color: #fff;
  line-height: 188%;
  margin-top: 50px;
	}
.contents_05 img{
	float: right;
  width: 310px;
  height: auto;
  margin-top: 0px;
	}
.contents_05 .txt{
	float: left;
  width: 400px;
  margin-top: 40px;
  }
.contents_05 .txt h2{
	font-size: 2.0vw;
	}
.contents_05 .txt h4{}
.contents_05 .txt p{}
.contents_05 .txt a{
float: left;
  margin-right: 5%;
  text-decoration: none;
  margin-bottom: 40px;
  }
.contents_05 .txt a span{
	font-size: 1vw;
	}

.contents_06 a {
	width: 66%;
	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: 57px;
  margin-top: 30px;
  }
.contents_06 a h2{
	color: #fff;
	padding-bottom:10px;
	margin-bottom:0;
}
.contents_06 a h2 span{
	border-bottom: 2px solid #fff;
  padding-bottom: 10px;
	}
.contents_06 a img{
	width: 350px;
  height: 170px;
  }
.contents_06 a h4{
	margin-top: 7px;
  font-family: 'Orbitron', sans-serif;
  text-align: right;
	}
.contents_06 .eng_title{
	width: 86px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
  }
.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: 30px;
}
.contents_04 .h2_title{
	text-align:center;
	color:#fff;
	}
.con4_div{
	width: 400px;
  overflow: hidden;
  float: left;
  padding-bottom: 80px;
  }
.con4_div img{
	width: 400px;
  height: 400px;
  border-radius: 200px;
  transition: 0.3s ease-in-out;
  }
.con4_div img:hover{
	border-radius: 100px;
	}
.con4_div .txt{}
.con4_div .txt .syokusyu span{
	border: 1px solid #fff;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  color:#fff;
  }
.con4_div .txt h2{
	color: #fff;
  border-bottom: 1px solid #289af0;
  padding-bottom: 15px;
	}
.con4_div .txt .name{
	color: #fff;
	}
.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: 50%;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
	}
.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 45px 0 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	padding-top: 12px;
	padding-bottom: 12px;
}
a .btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
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: 26px;
  border-bottom: 1px solid #ddd;
}
.sub_page article {
  margin: 0 auto;
  display: block;
  width: 1000px;
  float: none;
}

.staff_con3_div .fancybox-youtube {
  position: relative;
  display: block;
  width: 400px;
  height:auto;
  text-decoration: none;
  float:none;
}
.staff_con3_div{
	width: 400px;
  float: left;
  margin-left: 60px;
  position:relative;
  }
.staff_con3_div a{}
.staff_con3_div a img{}
.staff_con3_div h3{
	color: #00398b;
  margin-bottom: 0;
  }
.staff_con3_div p{}
.play_btn{
	position: absolute;
  left: 150px;
  top: 80px;
	}
.staff_con1{
	margin-bottom:80px;}
	
.visit_con1{
	margin-bottom:80px;
	}
.visit_con2{
	margin-bottom:80px;
	clear:both;
	}
.environment_con1{
margin-bottom: 60px;
  overflow: hidden;
	}
.environment_con1_div{
	width: 480px;
	float:left;
	}
.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: 140% !important;
  max-width: 846px;
  z-index: -1;
  left: -217px;
  top: 105px;
  }
 .h1_top{
	 line-height: 240%;
	 font-size:15px;
	 font-weight:normal;
	 margin:0;
	 }
.header_txt_wrap{
width: 1110px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  }
.header_txt{
width: 650px;
  padding-top: 45vh;
  margin-left: -46px;
	}
.main_h2{
color: #fff;
  text-shadow: 4px 5px 4px #289af0;
  font-size: 56px;
  margin-bottom: 0;
  font-family: 'Orbitron', sans-serif;
  font-weight: normal;
  line-height:100%;
  }
.main_h2_2{
color: #fff;
  /*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;
}
.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;
  }
 .fixed_wrap02{
		position: fixed;
  right: -50px;
  bottom: 150px;
  }
 .fixed_wrap03{
		position: fixed;
  right: -50px;
  bottom: 100px;
  }
.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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
.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{
	width: 1000px;
  float: none;
  margin: 0 auto;
  }
 .recruit_syousai_page article{
	width: 100%;
  }
.recruit_syousai_page h2 {
	color: #00398b;
	font-size: 26px;
	border-bottom: 1px solid #ddd;
}
.recruit_syousai_page table{
	margin-bottom: 50px;
	}
.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: 130px;
  }
.recruit_syousai_page table tr td{
	padding: 10px;
	border: 1px solid #e6e6e6;
	}
.rec_con1{
	margin-bottom:50px;
	}
.rec_con2{}
.sub_img_header{
	height: 330px;
  background-image: url("images/rec01_head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .sub_img_header02{
	height: 330px;
  background-image: url("images/rec02_head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .sub_img_header03{
	height: 330px;
  background-image: url("images/rec03_head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .sub_img_header04{
	height: 330px;
  background-image: url("images/rec04_head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
.sub_img_header_con{
	width:1000px;
	margin:0 auto;
	display:block;
	}
.sub_img_header_con h2{
	color: #00398b;
  font-size: 26px;
  padding-top: 110px;
  }
 .sub_img_header_con h2 span{
	 border-bottom:1px solid #00398b;
	 padding-bottom: 14px;
	 }
.sub_img_header_con h4{
	color: #289af0;
  font-size: 15px;
  font-family: 'Orbitron', sans-serif;
  }
  
 
 
/*ここから202311分*/
.jigyou_con01{
	overflow: hidden;
  padding-bottom: 30px;
  }
.jigyou_con01 .txt{
	width:50%;
	float:left;
	}
.jigyou_con01 .txt a{
	text-decoration:none;
	}
.jigyou_con01 .txt h2{
	font-size: 20px;
	color:#000;}
.jigyou_con01 .txt h3{
	font-size: 32px;
  margin-top: 0;
  color: #00398b;
  }
.jigyou_con01 img{
float: right;
  width: 370px;
  margin-top: 30px;
	}
.jigyou_con02{
	clear:both;
	}
.jigyou_con03{
	padding-bottom: 100px;
	}
.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: 30px;
  background: #006eb0;
    background-color: rgb(0, 110, 176);
  color: #fff;
  padding: 27px 73px;
  border-radius: 38px;
  margin-bottom: ;

  }
.jigyou_con02 .jigyou_div{
	border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 30px;
  clear: both;
  padding-top: 30px;
  }
.jigyou_con02 .jigyou_div .txt{
	width: 40%;
  float: left;
  }
.jigyou_con02 .jigyou_div .txt h2{}
.jigyou_con02 .jigyou_div .txt h3{
	color: #000;
  font-size: 25px;
  }
.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: 20px;
  text-align: center;
  }
.visit_div h3{
	margin-top: 7px;
  text-align: center;
  margin-bottom: 40px;
  color:#000;
  }
.visit_div img{
	width: 470px;
  height: 300px;
  }
.visit_div_r{
	float: right;
	}

.rinenh3{
	margin-bottom: 0;
  font-size: 23px;
  color: #000;
  text-align:center;
  margin-top: 80px;
  }
 .rinenh3 span{
	 border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  }
.rinen{
	font-family: 游明朝;
  font-size: 32px !important;
  border-bottom: none !important;
  margin-top:0;
  text-align:center;
  margin-bottom: 90px;
  }
.company_con3{
	margin-bottom:50px;}
	
	
	
/*20231117*/
.reccon1_wrap{
		height: 600px;
  background-image: url("images/rec01_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .reccon1_wrap02{
		height: 600px;
  background-image: url("images/rec02_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .reccon1_wrap03{
		height: 600px;
  background-image: url("images/rec03_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
 .reccon1_wrap04{
		height: 600px;
  background-image: url("images/rec04_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
.reccon1{
width: 1140px;
  margin: 0 auto;
  display: block;
  }
.reccon2_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	background-color: #e8e5de;
	}
.reccon2{
	width:1000px;
	margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
	}
.reccon3_wrap{
	padding-top:40px;
	padding-bottom:50px;
	clear:both;	
	background:#00337b;
	}
.reccon3{
	width:1000px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon4_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	}
.reccon4{
	width:1150px;
	display:block;
	margin:0 auto;
	position:relative;
	}
.reccon5_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	background: #fdfaf3;
	}
.reccon5{
	width:1000px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon6_wrap{
	padding-top: 40px;
  padding-bottom: 30px;
  clear: both;
  background-color: #e8e5de;
  overflow: hidden;
	}
.reccon6{
	width:1000px;
	margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
	}
.reccon7_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	}
.reccon7{
	width:1000px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}
.reccon8_wrap{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
	}
.reccon8{
	width:1320px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	}	
.recruit_page{}
.recruit_page h2{
	font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  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: 30px;
  padding: 10px;
  padding-left: 100px;
  border-radius: 30px;
  }
.check_img{
	width: 35px;
  margin-top: 5px;
  margin-right: 9px;
  }
.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: 26px;
  border-bottom: 1px solid #ddd;
}
.reccon9_wrap{}
.reccon9_wrap img{
	margin:0 auto;
	display:block;
	width: 260px;
	}
.reccon6 table{
	width: 100%;
	}
.reccon6 table tr{
	border-bottom: 2px dotted #ddd;
  font-size: 17px;
  line-height: 217%;
  }
.reccon6 table tr th{
	text-align: left;
  width: 20%;
  font-weight: normal;
  }
.reccon6 table tr td{}
.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: 39px;
  margin-bottom: 10px;
  }
.reccon1 .txt p{}
.reccon4 img{
	margin:0 auto;
	display:block;
	}
.reccon4 .txt_wrap{
	width: 100%;
  }
.reccon4 .txt_wrap .rec04_div{}
.reccon4 .txt_wrap .rec04_div h3{
	font-size: 40px;
  color: #00398b;
  display: contents;
  
  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;
	}
.reccon4 .txt_wrap .rec04_div h3 span{
	background: linear-gradient(transparent 65%, #289af0) !important;
	padding-bottom: 5px;
	}
.reccon4 .txt_wrap .rec04_div h4{
display: inline-block;
  color: #289af0;
  font-size: 48px;
  margin: 0;
    margin-right: 0px;
  font-style: italic;
  margin-right: 12px;
  }
.reccon4 .txt_wrap .rec04_div p{
	padding-left: 64px;
  margin-bottom: 40px;
  }
  
.reccon5 .faq_div .image_div{
	width: 15%;
  float: left;
  }
.reccon5 .faq_div .image_div img{
	width:100%;
	border-radius: 20px;
	}
.reccon5 .faq_div .image_div h4{
	margin-top: 5px;
  text-align: center;
  }
.reccon5 .faq_div .txt{
	float: right;
  width: 80%;
  }
.reccon5 .faq_div{
	clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
	}
.reccon8 img{
	float:left;
	}
.rec6_img_wrap img{
	float:left;
	}
.rec6_img_wrap{
	width:1320px;
	margin:0 auto;
	margin-bottom: 20px;
  overflow: hidden;
	}
.reccon4 .eng_title{
	margin-left:77px;}
.reccon4 .setsumei{
	margin-left:77px;
	}
	
	
	
.img_wrap1320{
	width: 1320px;
  overflow: hidden;
  margin-left: -160px;
	}
.img_wrap1320 img{
	float:left;
	}
.company_head_wrap{
	position:relative;
	margin-bottom: 50px;
	}
.company_head_wrap img{}
.company_head_wrap .txt{
color: #fff;
  background: rgba(60,145,207,0.5);
  margin-left: -90px;
  padding: 50px 77px;
  position: absolute;
  right: 1px;
  top: 146px;
  width: 500px;
  }
.company_head_wrap .txt h2{
color: #fff;
  font-size: 42px;
  margin-bottom: 9px;
  font-family: 游明朝;
  }
.company_head_wrap .txt h3{
text-align: right;
  font-size: 30px;
  margin-top: 0;
  }
.company_head_wrap .txt h3 span{
	font-size: 20px;
  margin-right: 16px;
  }
.btm_margin{
	margin-bottom: 60px;
	}
.contents_06_2{}
.contents_06_2 .title_wrap{
	width: 800px;
  display: block;
  margin: 0 auto;
  }
.contents_06_2 .title_wrap .setsumei{
	text-align:center;
	}
.con6_div{
	clear: both;
  overflow: hidden;
  margin-bottom: 100px;
	}
.con6_div .img_wrap{
	float:left;
	width: 65%;
	}
.con6_div .img_wrap img{
	float: left;
  width: 33.3%;
  transition: 0.3s ease-in-out;
	}
.con6_div .img_wrap img:hover{
	float: left;
  width: 33.3%;
  transform: scale(1.05);
	}
.con6_div .img_wrap a{
	width:100%;
	display:block;
	overflow:hidden;
	}
.con6_div .txt{
position: absolute;
  top: 43%;
  left: 41%;
  transform: translate(-50%, -50%);
	}
.con6_div .txt_wrap{
width: 30%;
  padding-top: 24.6%;
  position: relative;
  height: auto;
  float: left;
  }
.con6_div .txt h2{
	font-size: 2.0vw;
	}
.con6_div .txt h2 span{}
.con6_div .txt h4{}
.con6_div .txt a{
	text-decoration:none;
	}
.rec_contact_wrap{
	margin-bottom: 50px;
	}
.rec_contact{
	width: 1000px;
  margin: 0 auto;
  }
.rec_contact h2{
	color: #00398b;
	}
.rec_contact .setsumei{
	text-align:center;
	font-size: 24px;
  font-weight: bold;
  background: #289af0;
  color: #fff;
  border-radius: 24px;
	}
.rec_contact .wpcf7{
	width:820px;
	margin: 0 auto !important;
	}
.blog_width{
	width:1140px !important;
	}
.single_sasie{
	float:left;
	}
.single_sasie_wrap{
	width:100%;
	overflow:hidden;
	}


.reccon11_wrap{
	height: 600px;
  background-image: url("images/rec06_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-color: #e8e5de;
}
.reccon10_wrap{
	padding-top: 90px;
	}
.reccon10{
	width:1150px;
	margin:0 auto;
	}
.rec6_ceoname{
	text-align: right;
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
	}
.rec6_ceoname span{
	font-size:16px;
	margin-right: 20px;
	}
	
	
.rec6_h1{
	font-size: 38px !important;
	}
.rec6_origin01_wrap{	
	background-color: #e8e5de;
	padding-top: 40px;
  padding-bottom: 50px;
  clear: both;
}
.rec6_origin01{
	width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  }
.rec6_origin01 h4{}
.rec6_origin01 h2{}
.rec6_origin01 img{
	margin:0 auto;
	display:block;
	margin-bottom:50px;
	}
.rec6_origin01 .txt{
	background: #289af0;
  border-radius: 15px;
  padding: 35px;
  }
.rec6_origin01 .txt h3{
	color: #fff;
  text-align: center;
  font-size: 30px;
  }
.rec6_origin01 .txt p{
	color: #fff;
  text-align: center;
  }
.rec6_origin02_wrap{
	background: #fdfaf3;
  padding-top: 50px;
  padding-bottom: 120px;
  }
.rec6_origin02{
	width:1000px;
	margin:0 auto;
	}
.rec6_origin02 h4{}
.rec6_origin02 h2{}
.rec6_origin02 img{
	display:block;
	margin:0 auto;
	}
.company_con1 img{
	float: right;
  width: 45%;}
.company_con1{}

.contents_03 .txt{
	width: 590px;
  float: left;
  margin-left: 150px;
  }
.contents_03 .nk_07{
	width: 340px;
  float: right;
  margin-top: -80px;
  margin-right: 140px;
	}
.clearfix::after{
	   content: "";
	   clear: both;
	   display: block;
	}
.con6_div .nk_09{
	width:100% !important;
	}
.page_haeder_innner {
	width: 700px;
	margin: 0 auto;
}
.page_haeder .txt {
	float: left;
	width: 69%;
}
.page_haeder img {
	float: right;
  width: 30%;
  margin-top: -22px;
}
.contact_div_wrap .contact_div .txt {
	width: 700px;
}
.contact_div_wrap .contact_div img {
	position: absolute;
	right: 91px;
	bottom: -79px;
	width: 340px;
}
.contact_div_wrap .contact_div {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.header_txt_wrap .nk_10{
	position: absolute;
  bottom: 105px;
  height: 90vh;
  left: 550px;
  }

/*ここからキラミラ求人*/
.kiramira_youkou{
	clear: both;
  border: 2px solid #00398b;
  border-radius: 5px;
  padding: 20px 5%;
  margin-top: 50px;
  margin-bottom: 50px;
	}
.kiramira_setsumei{
	margin-bottom:30px;
	}
.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;
  }
.recruit_syousai_page table {
  margin-bottom: 50px;
  width: 100%;
}
.sub_img_header_con h2 span {
	border-bottom: 1px solid #00398b;
	padding-bottom: 14px;
	background-color: #e8e5de;
	padding-top: 10px;
	padding-right: 10px;
}
.kira_img_wrap{
	width:100%;
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:30px;
	}
.kira_img_wrap img{
	width:33.3%;
	float:left;
	height:auto;
	}
 .sub_img_header07{
	height: 330px;
  background-image: url("images/rec07_head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
/*ここまでキラミラ求人*/