/*
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: #160e36;
  margin:0;
  font-family: 'Kosugi', sans-serif;
  background: #f9f8f4;
}

.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;
  text-shadow:
    1px  0   #f9f8f4,
   -1px  0   #f9f8f4,
    0   1px  #f9f8f4,
    0  -1px  #f9f8f4;
}

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



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

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


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

#cover {

  
  /*スライダー
  background-image: url("images/main2.png");
  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;*/
}

#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 !important;
  margin-top: 0 !important;
  font-family: 'Kosugi', sans-serif !important;
}
.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: #223670;
  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 #223670;
  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: #ffffff;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #223670;
  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;
	width: auto;
}

/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #3a75bb 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:#223670; 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:#D0A900; }
.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: 200px;
	background: linear-gradient(135deg, #223670 0%, #00337b 70%);
}
.page_haeder h1{
	color: #fff;
padding-top: 72px;
margin: 0;
font-family: 游明朝;
text-align: center;
}
.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;
  margin-top: 40px;
	}
.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: #000;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #223670;
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: #223670;
}
#menu-item-36 a{
	color: #fff !important;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #223670;
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #223670;
	}
.toppage_header_wrap nav a{
	color: #333;
	/*text-shadow: 1px 2px 3px #808080;*/
	font-family: 'Zen Maru Gothic', sans-serif;
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
	}
	

.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{
	text-align: center;
	}
.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: 'Zen Maru Gothic', sans-serif;
	font-size: 32px;
	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-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{
text-align: left;
  color: #D0A900;
  font-size: 15px;
  font-family: 'Orbitron', sans-serif;
  position: relative;
  padding-left: 20px;
  padding: 0;
}
.eng_title::before {
	  content: '';
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #D0A900;
  margin-right: 8px; /* テキストとの間隔 */
  vertical-align: middle;
  position: static;
}
/*.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{
	text-align:center;
  }
.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: 600px;
	}
.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{
	max-width:100%;
	width:auto;
	height:auto;
	}
.contents_01wrap{
	clear: both;
  padding-top: 100px;
  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:50px;
	padding-bottom:50px;
	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;
	overflow:hidden;
	}
.contents_03{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.contents_04wrap {
	clear: both;
	padding-top: 110px;
	padding-bottom: 115px;
	overflow: hidden;
	background: #00337b;
	background: linear-gradient(135deg, #223670 0%, #052993 50%, #1f2f54 70%, #fff 85%, #dcd3af 90%);
	clip-path: polygon(0 77px, 100% 0, 100% calc(94% - 7px), -2px 100%);
}
.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: 50px;
	padding-bottom:50px;
	overflow:hidden;
	}
.contents_05{
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding-bottom: 50px;
	}
.contents_06wrap{
	clear:both;
	padding-top:0px;
	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: 460px;
  height: auto;
  position: relative;
  z-index: -100;
  width: 40%;
  margin-left: 5%;
  }
.contents_01 .txt{
width: 48%;
  float: right;
  margin-top: 37px;
  margin-right: 5%;
  position: relative;
	}
.contents_01 .txt h4{}
.contents_01 .txt h2{
	font-size: 2.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: 80%;
  border-right: 1px solid #fff;
  float: left;
  height: 370px;
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;
  }
.con3_div_wrap{
	position: relative;
  background: rgba(5,41,147,0.9);
  width: 24%;
  height: 370px;
  float: left;
  overflow: hidden;
  margin-right: 0.2%;
	}
.con3_div_wrap img{
	position:absolute;
	height:370px;
	left: 0;
	top:0;
	opacity: 0.4;
	transition: 0.3s ease-in-out;
	 width: auto;             /* 幅は自動で比率維持 */
  object-fit: cover; 
	}
.con3_div_wrap img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.con3_div h2{
	font-size: 26px;
  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: 35%;
  height: auto;
  margin-top: 60px;
  margin-right: 10%;
	}
.contents_05 .txt{
	float: left;
  width: 30%;
  margin-left: 10%;
  }
.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: #223670;
	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:#223670;
	 
	 }
.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;
  color: #D0A900;
	}
.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{	
text-align: center;
}
.contents_04 .h2_title{
	text-align:center;
	color:#fff;
	}
.con4_div{
	width: 400px;
  overflow: hidden;
  float: left;
  padding-bottom: 80px;
  }
.con4_div img{
	width: 330px;
  height: 330px;
  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: 10px 30px 10px 30px;
  border-radius: 20px;
  color:#fff;
  }
.con4_div .txt h2{
	color: #fff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 200%;
	}
.con4_div .txt .name{
	color: #fff;
	}
.con4_div .txt .name span{
	color: #ffffff;
	}
.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: #223670;
	border: 1px solid #223670;
	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: #223670;
}
a .btn_03:hover:before {
  border-top: 2px solid #223670;
  border-right: 2px solid #223670;
}

/*ボタンここまで*/


.sub_page h2 {
  color: #000;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-bottom: 10px;
  border-left: 10px solid #223670;
  padding-left: 14px;
}
.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{

  }
.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;}
.staff_con1 img{
	width: 400px;
  height: 400px;
  float: left;
  margin-bottom: 50px;
  margin-top: 40px;
  box-shadow: #223670 44px -30px;
	}
.staff_con1 .txt{
	float: right;
  width: 410px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 90px;
	}
.staff_con1 .txt h2{
	font-size: 21px;
	}
.staff_con1 .txt h3{
	font-size: 19px;
	border: none;
	}
.staff_con1 .txt p{
	margin-bottom: 10px;
	}
.staff_con1 h2{
	clear:both;
	}
.staff_con1 h3{
	color: #D0A900;
  font-size: 22px;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  }

	
.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: auto;
  }
.environment_con1_div h3{
	color: #223670;
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  }
.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: -165px;
  top: 105px;
  }
 .h1_top{
	 line-height: 240%;
	 font-size:15px;
	 font-weight:normal;
	 margin:0;
	 }
.header_txt_wrap{
  margin: 0 auto;
  }

.header_co {
	color: #223670;
	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;
}
.cover_back{
	}
.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 #eb6877;
	background: #fff;
	}
.rec05_con2 .rec05_div{
	border-left: 7px solid #D0A900;
	background: #fff;
	}
.rec05_con3 .rec05_div{
	border-left: 7px solid #ffa500;
	background: #fff;
	}
.rec05_con4 .rec05_div{
	border-left: 7px solid #289af0;
	background: #fff;
	}

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

  
.recruit_syousai_page{
	width: 1000px;
  float: none;
  margin: 0 auto;
  }
 .recruit_syousai_page article{
	width: 100%;
  }
.recruit_syousai_page h2 {
	border-bottom: 1px solid #ccc;
  border-left: 10px solid #223670;
  padding-left: 14px;
}
.recruit_syousai_page table{
	margin-bottom: 50px;
	background: #fff;
	}
.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/single_back.jpg");
  background-size: contain;
  background-position: 77%;
  background-repeat: no-repeat;
  background-color: #e8e5de;
  }
 .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: #3a75bb;
  font-size: 26px;
  padding-top: 110px;
  }
 .sub_img_header_con h2 span{
	 border-bottom:1px solid #3a75bb;
	 padding-bottom: 14px;
	 }
.sub_img_header_con h4{
	color: #223670;
  font-size: 15px;
  font-family: 'Orbitron', sans-serif;
  }
  
 
 
/*ここから202311分*/
.jigyou_con01{
  padding-bottom: 60px;
  position: relative;
  height: 580px;
  }
.jigyou_con01 .txt{
	color: #fff;
  background: rgba(5,41,147,0.7);
  margin-left: -90px;
  padding: 50px 77px;
  position: absolute;
  right: 1px;
  top: 70px;
  width: 575px;
	}
.jigyou_con01 .txt a{
	text-decoration:none;
	}
.jigyou_con01 .txt h2{
	font-size: 30px;
  margin-bottom: 25px;
  font-family: 'Zen Maru Gothic', sans-serif;
  color:#fff;
  }
.jigyou_con01 .txt h3{
	font-size: 32px;
  margin-top: 0;
  color: #00398b;
  }
.jigyou_con01 img{
	width:800px;
	height:auto;
	}
.jigyou_con01 h1{
	font-size: 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
	}
.jigyou_con01 h2{}
.jigyou_con02{
	clear:both;
	}

.jigyou_con03 a{
	  text-align: center;
	  margin: 0 auto;
  display: table;
  text-decoration: none;
  padding-bottom: 70px;
  padding-top: 80px;
  }
.jigyou_con03 a span:hover{
	background-color:#D0A900;
	}
 .jigyou_con03 a span{
	 font-size: 32px;
  background: #223670;
  color: #fff;
  padding: 25px 140px;
  border-radius: 38px;

  }
.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: 20px;
  font-size: 24px;
  text-align: center;
  color: #223670;
  }
.visit_div h3{
	margin-top: 7px;
  margin-bottom: 40px;
  color:#000;
  font-weight: normal;
  font-size: 16px;
  }
.visit_div img{
	width: 470px;
  height: auto;
  }
.visit_div_r{
	float: right;
	}
.visit_div_wrap{
	overflow: hidden;
  margin-bottom: 60px;
  }

.rinenh3{
	margin-bottom: 0;
  font-size: 23px;
  color: #000;
  text-align:center;
  margin-top: 80px;
  font-family: 游明朝 !important;
  }
 .rinenh3 span{
	 border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  }
.rinen{
	font-family: 游明朝 !important;
  font-size: 39px !important;
  border-bottom: none !important;
  margin-top:0;
  text-align:center;
  margin-bottom: 20px;
  color:#3a75bb !important;
  line-height: 200%;
  }
.company_con3{
	margin-bottom:50px;
	clear:both;
	}
	
	
	
/*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:#223670;
	}
.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;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
  
.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(5,41,147,0.7);
  margin-left: -90px;
  padding: 50px 77px;
	}
.reccon1 .txt_wrap{
  padding-top: 130px;
	}
.reccon1 .txt h1{
	font-size: 20px;
	}
.reccon1 .txt h2{
	font-size: 35px;
  margin-bottom: 25px;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.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%, #d7107d) !important;
	padding-bottom: 5px;
	}
.reccon4 .txt_wrap .rec04_div h4{
display: inline-block;
  color: #1258db;
  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: 30px;
  overflow: hidden;
	}
.reccon4 .eng_title{
	margin-left:77px;}
.reccon4 .setsumei{
	margin-left:77px;
	}
.img_wrap1000{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
.img_wrap1000 img{
	float:left;
	}	
	
.img_wrap1320{
	width: 1320px;
  overflow: hidden;
  margin:0 auto;
  margin-left: -160px;
	}
.img_wrap1320 img{
	float:left;
	}
.company_head_wrap{
	position:relative;
	margin-bottom: 50px;
	}
.company_head_wrap img{
	width: 979px;
  height: auto;
  float: right;
  }
.company_head_wrap .txt{
color: #fff;
  background: rgba(5,41,147,0.7);
  margin-left: -90px;
  padding: 50px 77px;
  position: absolute;
  left: 60px;
  top: 146px;
  width: 500px;
  }
.company_head_wrap .txt h2{
color: #fff;
  font-size: 38px;
  margin-bottom: 9px;
font-family: 游明朝;
border-bottom: 1px solid #ddd;
  }
.company_head_wrap .txt h3{
text-align: right;
  font-size: 26px;
  margin-top: 0;
    font-family: 游明朝;
	margin: 0;
  }
.company_head_wrap .txt h3 span{
	font-size: 20px;
  display: block;
  margin-bottom: 20px;
  }
.btm_margin{
	margin-bottom: 60px;
	}
.contents_06_2{}
.contents_06_2 .title_wrap{
	width: 750px;
  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: 50%;
	}
.con6_div .img_wrap img{
	float: left;
  width: 50%;
	}
.con6_div .txt{
position: absolute;
  top: 33%;
  left: 30%;
	}
.con6_div .txt_wrap{
width: 47%;
  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{color: #D0A900;}
.con6_div .txt a{
	text-decoration:none;
	}
.rec_contact_wrap{
	margin-bottom: 50px;
	}
.rec_contact{
	width: 1000px;
  margin: 0 auto;
  }
.rec_contact h2{
	color: #D0A900;
	font-size: 30px;
	}
.rec_contact .setsumei{
	text-align:center;
	font-size: 24px;
  font-weight: bold;
  background: #223670;
  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: #223670;
  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: 50px;
  }
.rec6_origin02{
	width:1000px;
	margin:0 auto;
	}
.rec6_origin02 h4{}
.rec6_origin02 h2{}
.rec6_origin02 img{
	display:block;
	margin:0 auto;
	}
.company_con3 p{
	margin-bottom: 150px;
	}
	
.cled{
	list-style: decimal;
	margin-bottom: 100px;
	}
.cled li{
	margin-bottom: 22px;
  font-size: 19px;
  font-family: 游明朝;
  font-weight: bold;
	}
.jigyou_con01_wrap{}
.jigyou_con04 h2{
	text-align: center;
  border: none;}
.jigyou_con04 .eng_title{
	text-align: center;
  }
.jigyou_con04_div{
	width: 49.5%;
  float: left;
  border-right: 2px dotted #ccc;
  overflow: hidden;
  margin-bottom: 80px;
  }
.jigyou_con04_div img{
	width: 400px;
  height: 250px;
  margin: 0 auto;
  display: block;
  }
.jigyou_con04_div h3{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  color: #223670;
  }
.jigyou_con04_div h4{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
  }
.jigyou_con04_div p{
  width: 480px;
  margin: 0 auto;
  }
.jigyou_con05_wrap{
	margin: 0 auto;
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 50px;
  }
.jigyou_con05{
	width: 1320px;
  margin: 0 auto;
  overflow:hidden;
  }
.jigyou_con05 img{
	width: 370px;
  height: auto;
  float: left;
  margin-left: 150px;
  margin-top: 30px;
  }
.jigyou_con05 .txt{
	width: 46%;
  float: right;
  }
.jigyou_con05 .txt h4{}
.jigyou_con05 .txt h2{}
.jigyou_con05 .txt p{}
.jigyou_imgs{
	clear: both;
	margin-bottom:30px;
	overflow:hidden;
	}
.jigyou_imgs img{
	float:left;
	}
	
.jigyou_con06_wrap{
	clear: both;
	padding-top: 50px;
	}
.jigyou_con06{}
.jigyou_con06 .eng_title{
	text-align: center;
  }
.jigyou_con06 h2{
	border: none;
	margin-bottom: 60px;
	text-align:center;
	}
.jigyo06_left{
	float: left;
	border-right: 1px dotted;
  width: 49.5%;
	}
.jigyo06_left .txt{
	background: url(images/dot_img.png) repeat-y 40px top;
  padding-bottom: 34px;
  margin-left: 40px;
  }
.jigyo06_left .txt_last{
	background: none;
  padding-bottom: 34px;
  }
.jigyo06_left .txt h3{
	background-color: #223670;
  color: #fff;
  width: 460px;
  font-size: 20px;
  border-radius: 20px;
  padding: 20px 56px 20px 56px;
  margin-bottom: 5px;
  margin-top: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.jigyo06_left .txt h3 span{
	margin-right: 10px;
	}
.jigyo06_left .txt p{
	margin-left: 60px;
  width: 480px;
  line-height: 196%;
  margin-bottom: 0;
  }
.jigyou_con06 img{
	float:right;
	}
.jigyou_con04_div_r{
	border:none;
	}
.jigyou_con07_wrap{
	clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  }
.jigyou_con07{
	width: 1320px;
  margin: 0 auto;
  overflow:hidden;
  }
.jigyou_con07 img{
	width: 512px;
  height: auto;
  float: right;
  margin-right: 90px;
  margin-top: 70px;
  }
.jigyou_con07 .txt{
	width: 46%;
  float:left;
  }
.jigyou_con07 .txt h4{}
.jigyou_con07 .txt h2{}
.jigyou_con07 .txt p{}

.movie_con{
	width: 885px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
  }
.movie_img{
	width:100%;
	height:auto;
	}
.enkaku_p{
	line-height: 80px;
  font-size: 22px;
  }
.ceo_omoi{}


/*フッターカルーセル*/
.jp_slide_img_wrapper {
    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: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}


/*フッターカルーセルここまで*/



.contents_07wrap{
	padding-bottom: 100px;
  overflow: hidden;
  }
.contents_07{
	width: 1250px;
  margin: 0 auto;
  }
.contents_07 img{
	float: right;
  width: 660px;
  margin-top: 35px;
  }
.contents_07 .txt{
	width: 490px;
  float: left;
  }
.contents_07 .txt h4{}
.contents_07 .txt h2{}
.contents_07 .txt p{
	margin-bottom: 50px;
	}
.contents_07 .txt a{
	text-decoration:none;
	}
	
.fixed_wrap_over{
	z-index: 100;
  position: relative;
	}
.insta_wrap{
	width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 100px;
  }
.insta_wrap img:hover{
	opacity:0.6;}
.insta_wrap h2{
	text-align:center;
	}
.insta_wrap h4{
	display: block;
  margin: 0 auto;
    margin-bottom: 0px;
  width: 136px;
  margin-bottom: 20px;
  }
.insta_left{
  width: 32%;
  box-shadow: 6px 7px 10px rgba(0,0,0,0.1);
  margin:0 auto;
  display:block;
	}
.insta_right{
	float: right;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 17px;
	}

/*ここからSEOリニューアル*/
.contents_08wrap{
	padding: 100px 0 50px;
	display:none;
	}
.contents_08{
	width:1250px;
	overflow:hidden;
	margin: 0 auto;
	}
.contents_08 h2 .page_gentei{
	margin: 0 auto;
  display: block;
	}
.contents_08 a{
	display: contents;
	}
.contents_08 a .oiwai{
	margin:0 auto;
	display:block;
	width: 700px;
  height: 400px;
  border-radius: 20px;
	}
.contents_08 a:hover{
	opacity:0.7;
	}
.contents_09wrap{
	clear:both;
	padding:60px 0;
	background: linear-gradient(135deg, #1258db 0%, #00337b 70%);
	display:none;
	}
.contents_09{
	width:1250px;
	overflow:hidden;
	margin:0 auto;
	}
.contents_09 h2,.contents_09 p{
	color:#fff;
	}
.con9_top{}
.con9_top h2{
	text-align: center;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
	}
.con9_top p{
	text-align:center;
	}
.con9_mid{}
.con9_mid h2{
	text-align:center;
	margin-bottom: 30px;
	}
.con9_mid h2 span{
	color: #223670;
  background: #fff;
  padding: 20px;}
.con9_mid .img_wrap img{
	width: 500px;
  height: 250px;
  float: left;
  }
.con9_mid .img_wrap{
	display: flex;
  justify-content: center;
  gap: 20px;
	}
.con9_btm{
	display: flex;
  justify-content: center;
  gap: 20px;
  padding: 50px 0 20px;
  }
.con9_btm a{
	text-decoration:none;
	}

.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #223670;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

.button-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 200px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10:hover {
    background-color: #D0A900;
}


@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-11:hover {
    background-color: #ef0070;
}


.button-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #29d629;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

.button-11::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 200px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-11 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-11:hover {
    background-color: #19c619;
}

.contents_11wrap{
	margin-bottom: 100px;
	}
.contents_11{
	width:1000px;
	margin:0 auto;
	}
.contents_10wrap{
	padding:70px 0;
	clear:both;
	}
.contents_10{
	width:1250px;
	margin:0 auto;
	}
.contents_10 h2{
	text-align:center;
	}
.contents_10 h4{
	text-align: center;
	}
.contents_10 p{
	text-align:center;
	}
.con10_div{
	width: 520px;
  background: #fff;
  border-radius: 20px;
  float: left;
  margin-bottom: 50px;
  padding: 30px 40px;
  }
.con10_div p{
	color: #D0A900;
  font-size: 50px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  }
.con10_div .minip{
	font-size: 37px;
	}
.con10_div_r{
	float:right !important;
	}
.con10_div h3{
	background: #D0A900;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  padding: 10px;
  border-radius: 25px;
  margin: 0;
  margin-bottom: 20px;
  color: #555;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.con10_div h3 span{
	color: #ffffff;
	}
.con10_div img{
	width: 380px;
  height: auto;
  display: block;
  margin: 0 auto;
  }
.contents_10 .jiten{}
.header_txt2{
	display: flex;
  justify-content: center;
  gap: 20px;
  }

.header01img{
	width: 300px;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: -40px;
  }
.header02img{
	width: 200px;
  float: left;}
.header03img{
	width: 200px;
  float: left;
  }
.header04img{
	width: 200px;
  float: left;
  }
.cover_pink{
	
	}
	
.mejiro_wrap{
	padding: 100px 0;
	background: #fff;
	}
.mejiro_con01{
	width: 1250px;
  margin: 0 auto;
  }
.mejiro_con01 .txt{
	width: 35%;
  float: left;
  }
.mejiro_con01 .txt h2{}
.mejiro_con01 .txt h4{
	text-align:left;
	}
.mejiro_con01 .txt p{}
.mejiro_con01 .mejiro01{
	width: 30%;
  float: right;
  border-radius: 20px;
  box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
  }
.mejiro_con01 .mejiro02{
	width: 30%;
  float: right;
  border-radius: 20px;
  box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
  }
.mejiro_con02{
	width: 1250px;
  margin: 0 auto;
  padding-top: 70px;
  }
.mejiro_con02 .img_wrap{
	width: 30%;
  float: left;
  }
.mejiro_con02 .img_wrap img{
	width: 100%;
	box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
	}
.mejiro_con02 .img_wrap h3{
	font-size: 30px;
  text-align: right;
	}
.mejiro_con02 .img_wrap h3 span{
	margin-right: 20px;
  font-size: 20px;
	}
.mejiro_con02 .txt{
	float:right;
	width:60%;
	}
.mejiro_con02 .txt h4{
	text-align:left;
	}
.mejiro_con02 .txt h2{}
.mejiro_con02 .txt p{}

.pt_youkou{
	margin-bottom: 50px;
	}
.pt_youkou h3{
	color: #1258db;
  margin: 40px 0 20px;
  font-size: 24px;
  }
.pt_youkou p{}


/*
.contact_part_time .header_wrap {
	display:none;
}
.contact_part_time .breadcrumbs {
	display:none;
	}

.page-template-page-contact-thanks .jp_slide_img_wrapper {
	display:none;
	}
.page-template-page-contact-thanks footer {
	display:none !important;
	}
.page-template-page-contact-thanks .fixed_wrap_over {
	display:none;
	}
.page-template-page-contact-confirm .jp_slide_img_wrapper {
	display:none;
	}
.page-template-page-contact-confirm footer {
	display:none !important;
	}
.page-template-page-contact-confirm .fixed_wrap_over {
	display:none;
	}
.page-template-page-contact_part_time01 .jp_slide_img_wrapper {
	display:none;
	}
.page-template-page-contact_part_time01 footer {
	display:none !important;
	}
.page-template-page-contact_part_time01 .fixed_wrap_over {
	display:none;
	}
*/
.form_naiyou{
	margin-top: -17px !important;
  font-size: 20px;
	}
.contact_part_time{
	padding-bottom:100px;
	}
.contact_part_time .page_article {
  width: 800px;
  margin: 0 auto;
}
.contact_part_time .contact_comfirm_page h4 {
  margin-top: 0;
}
.contact_part_time .contact_submin_wrap {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
}
.contact_part_time .return_btn {
	width: 225px;
	height: 48px;
	float: left;
	display: block;
	margin-bottom: 25px;
	margin-right: 30px;
}
.contact_part_time .wpcf7-list-item {
display: block !important;
margin-bottom: 20px !important;
}

.contact_part_time .radio_hidden{
  display: none;
}
.contact_part_time .page_article{
	float:none !important;}
	

.part_table{
	width:100%;
	}
.part_table tr{
	border-bottom: 1px solid #ccc;
  height: 70px;
  background: #fff;
  }
.part_table tr th{}
.part_table tr td{}

.con4_div_3{
	margin-top: 40px;
	}
.con4_div_4{
	margin-top: 40px;
	}
	
	
/*ここからS&H*/
.center{
	text-align:center;
	}
.jigyo06_right {
	border: none;
	}
.jigyo06_right .txt h3 {
	background-color: #D0A900 !important;
	}
.m_b0{
	margin-bottom: 0 !important;
	}
.cled li span{
	color: #3a75bb !important;
  font-size: 24px;
  margin-right: 20px;
  }
.company_con3 .vision{
	font-family: 游明朝 !important;
  font-size: 29px !important;
  border-bottom: none !important;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #3a75bb !important;
  line-height: 170%;}
#menu-item-1297{
  background-color: #223670;
}
#menu-item-1297 a{
	color:#fff !important;
	text-shadow: none;
	}
.sashie{
	width: 400px;
  height: auto;
  margin-top: 100px;
  margin-right: 40px;
	}
.medical_logo{
	width: 300px !important;
  margin-left: 200px !important;
  margin-top: 70px !important;
  }
.life_logo{
	margin-left: 200px !important;
  margin-top: 120px !important;
  }
.staff_allimg{}
.reccon1_wrap05{
	background-image: url("images/rec01_main.jpg") !important;
	}
.visit_main{
	width: 880px !important;}
	
.rec6_origin02_wrap_com_page{
	background:none !important;
	}
.contents_12wrap{
	background: linear-gradient(135deg, #223670 0%, #00337b 70%);
  padding: 50px;
	}
.contents_12{
	width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
.contents_12 .txt{
	width: 530px;
  float: left;
	}
.contents_12 .txt h4{}
.contents_12 .txt h2{
	color: #fff;
	}
.contents_12 .txt p{
	color: #fff;
	}
.contents_12 .img_wrap{
	width: 680px;
  float: right;
  margin-top: 40px;
	}
.contents_12 .img_wrap img{
	float: left;
  width: 200px;
  margin-right: 40px;
	}
.header04{
	float:right !important;
	margin-right:0 !important;
	}
.recuit_list{
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}
.color_img{
	width:100%;
	height:auto;
	}
.sub_page .sub_page_contents {
	margin: 0 auto;
	display: block;
	width: 1000px;
	float: none;
}
.pawapo02{
	display:block;
	margin:0 auto;
	width: 750px;
	height:auto;
	}
.contents_04 a .btn_03 {
	display: inline;
	position: relative;
	background: #D0A900;
	border: 1px solid #D0A900;
	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;
}

.contents_04 a .btn_03:hover {
  background: #fff;
  color: #223670;
  border: 1px solid #223670;
}
.contents_06_2 h4{
	text-align:center;
	}
	
.company_page {
	width: 1250px !important;
  margin-top: 100px !important;
  margin: 0 auto;
}
.company_con2_2 {
	margin-bottom: 80px;
}
.company_con2_2 .txt {
	width: 700px;
	float: left;
}
.company_con2_2 .txt h2 {
	font-size: 40px;
	border-left: none;
	padding:0;
}
.company_con2_2 .txt h4 {
	line-height: 50%;
	font-size: 15px;
	text-align: right;
	font-weight: normal;
}
.company_con2_2 .txt h3 {
	text-align: right;
	font-size: 40px;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.ceo {
	width: 450px;
	height: 598px;
	float: right;
}
.company_con2_3 img {
	float: left !important;
}
.company_con2_3 .txt {
	float: right !important;
}
.company_con2_3 .txt h4 {
	text-align: left !important;
}
.company_con2_3 .txt h3 {
	text-align: left !important;
}
.company_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #223670;
	padding-left: 14px;
	clear: both;
}
.company_con4 {
	margin-bottom: 100px;
}
.company_con4 h3 {
	text-align: center;
	font-size: 33px;
	color: #000;
	margin-top: 70px;
	font-family: "Noto Sans JP", sans-serif;
}
.company_con4 .value_ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
.company_con4 .value_ul li {
	padding: 25px 0%;
}
.company_con4 .value_ul li p {
	width: 90%;
	margin: 0 auto;
	line-height: 220%;
	font-size: 15px;
	text-align: center;
}
.company_con4 .life_stage {
	display: block;
	margin: 0 auto;
	width: 760px;
}
.enkaku{}
.enkaku img{
	width:100%;
	height:auto;
	}
.company_con1 iframe{
	width:100%;
	}
	
	
/*ここからオリジナルフォーム　https://24auto.biz*/
.form_wrap {
  width: 820px;
  margin: 2em auto;
  font-family: sans-serif;
  background: #fff;
}

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0 !important;
  margin-bottom: 0;
  border: none;
}

.form_wrap th,
.form_wrap td {
  padding: 12px 15px;
  vertical-align: top;
  font-size: 15px;
  text-align: left;
  border: none;
}

.form_wrap th {
  background-color: #f5f5f5;
  width: 220px;
  color: #333;
  font-weight: bold;
}

.form_wrap td {
  background-color: #fafafa;
}

.form_wrap input[type="text"],
.form_wrap textarea {
  width: 95%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form_wrap input[type="radio"] {
  margin-right: 6px;
}

.form_wrap input[type="submit"] {
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.form_wrap input[type="submit"]:hover {
  background-color: #e65a78;
}
.form_wrap table tr td.center{
	text-align:center !important;
	}
/*ここまでオリジナルフォーム　https://24auto.biz*/


#logo img{
	width: 380px;
  height: auto;
  }
.f_con_right img{
	width: 300px;
  height: auto;
  }


.contents_13wrap{
	padding: 50px 0;
  background-image: url("images/main_back.png");
  background-size: auto 820px;
  background-repeat: no-repeat;
  height: 80vh;
  background-size: cover;
  background-position: top center;
  }
.contents_13{
	width: 1200px;
  margin: 0 auto;
  
  margin-top: 16vh;
  }
.con13_maru{
	background-image: url("images/contents_13_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 11vw bottom;
	}
.contents_13 .txt{
  width: 720px;
	}
.main_back02{
	position: absolute;
  right: 15%;
  top: 11px;
  width: 43%;
  z-index:-1;
  }
.main_h2{
color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  }
.main_h2 span{
	background-color: #D0A900;
  padding: 8px 22px;
  border-radius: 35px;
  margin-right: 24px;
  font-size: 12px;
	}
.main_h2_2{
color: #000;
  font-size: 70px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 0;
  font-family: 游明朝;
  margin-bottom: 5px;
  /*text-shadow:2px 2px 4px rgba(0,0,0,0.3);*/
  }
.main_h2_2 span{
	/*background-color: rgba(255,255,255,0.9);*/
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 12px;
  line-height: 100%;
	}
.contents_13 .txt h3{
  text-decoration: none;
  color: #223670;
  font-size: 25px;
  font-weight: bold;
  font-family: 游明朝;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  
  }
.contents_13 .txt p{
	color: #000000;
	/*text-shadow:2px 2px 4px rgba(0,0,0,0.3);*/
	width: 520px;
	}
.contents_13wrap_back {
	background-image: url("images/main2.png");
	background-repeat: repeat-x;
	background-size: 2000px;
	background-position: 0 center;
	animation-name: slide_img;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes slide_img {
	from {
		background-position: 0 center;
	}
	to {
		background-position: -2000px center;
	}
}



.jigyo06_left h4{
	text-align: center;
  font-size: 23px;
	}
	
.contents_14wrap{
	padding: 50px 0;
	overflow: hidden;
	}
.contents_14{
	width: 1320px;
  margin: 0 auto;
  }
.event_head{
	width:100%;
	overflow:hidden;
	}
.event_head h4{}
.event_head h2{
	width: 1053px;
  float: left;
  }
.event_head a{}
.event_head a:hover{
	text-decoration:none;
	}
.event_item{
	width: 300px;
  display: block;
  text-decoration: none;
  box-shadow: 0px 5px 12px rgba(0,0,0,0.1);
  }
.event_item:hover{
	text-decoration:none;
	opacity:0.7;}
.event_thumb img{
	width:300px;
height:200px;
object-fit:cover;
}
.event_content{
	background: #fff;
  padding: 20px 20px 10px;
  }
.event_day{
	}
.event_day span{
	background-color: #D0A900;
  color: #fff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 13px;
	}
.event_title{
	color: #223670;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
	}
.event_excerpt{
	line-height: 150%;
  font-size: 13px;
  color: #000;
  }
.env_h2{
	border:none !important;
	}
.event_item_wrap{
	display: flex;
  flex-wrap: wrap;
  gap: 39px;
  }