/*
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: "Noto Sans JP", sans-serif;
  background: #f9f8f4;
}
h1{
  font-size: 25px;
  margin-top: 0px;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
}

.rightcol {
  float: right;
}

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

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

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

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

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

.header_wrap{
  
}

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

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

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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


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

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

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

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

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

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

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

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

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

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

aside section {
  margin-bottom: 20px;
}

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

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

article h2 {
  color: #000000;
}

article h3 {
  color: #888;
}

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


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

.center{
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 23px;
  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 0px 10px 0;
  vertical-align: top;
  width: 95%;
  border: 1px solid #ccc;
  padding: 2%;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 25%;
  margin-right: 2%;
  height: auto;
}

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

.widget {
  padding-right:0px;
}

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

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

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

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

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

.widget table {
  border-collapse:collapse;
}

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

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

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


/*recent postプラグイン*/

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



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

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

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

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

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

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

.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
  width:100% !important;
}

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

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #333;
    color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float: left;
}
/*ここから2.0*/
.page_haeder{
	height: 80px;
	background: linear-gradient(135deg, #b0ca71 0%, #b0ca71 70%);
}
.page_haeder h1{
	color: #fff;
padding-top: 19px;
margin: 0;
font-family: 游明朝;
text-align: center;
font-size: 16px;
}
.page_haeder h4{
	font-size: 10px;
text-align: center;
color: #fff;
margin: 0;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.sub_page h2,.footer_access h2{
  border-bottom: 1px solid #ccc;
  border-left: 10px solid #f56a3f;
  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: 90%;
	float: none;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #f56a3f;
color: #fff;
height: 60px;
width: 29%;
border-bottom: 1px solid;
font-size: 14px;
}
.company_page table tr td{
	padding-left: 6%;
border-bottom: 1px solid #ccc;
line-height: 117%;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
	display: none;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.pc_only{
	display:none !important;
	}
#menu-item-36{
background: #274a78;
}
#menu-item-36 a{
	color: #fff;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

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

}
.triple_div img{
	width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
}
.triple_div_txt h3{
	color: #f56a3f;
  font-size: 23px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
	font-family: 游明朝;
	font-size: 99px;
	margin-top: -76px;
	margin-left: 12px;
	margin-bottom: 0;
	line-height: 70px;
}
.triple_div_txt .point span {
	color: #b0ca71;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 99px;
	line-height: 70px;
	text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
}
.process_wrap{
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 50px;
}
.process_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
}
.process_con h2 span{}
.process_div_wrap{
width: 100%;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

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

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

}
.faq_div p{
	padding-left: 7px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
}
.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: center;
margin-top: 0px;
margin-bottom: 15px;
}
/*グラデーション文字
.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: 35px;
font-weight: nomal;
letter-spacing: 1px;
font-family: 'Cinzel', serif;
	}*/
.eng_title span{
color: #d70c18;
  font-size: 12px;
}

.contact_div .eng_title{}
.contact_div .eng_title span{}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

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

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

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

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

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

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

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

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


.contact_comfirm_page{}
.contact_comfirm_page article{
	margin: 0 auto;
  display: block;
  float: none;
  }
.contact_comfirm_page p{
	 margin-bottom:0;
	 }
.contact_comfirm_page h4{
	margin-top:0;
	}
.contact_comfirm_page .return_btn{
	width: 47%;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 3%;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	width: 47% !important;
  float: right;
	}
.contact_submin_wrap{
	width: 100%;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}
	
.custom_post01_wrap{
	padding-top: 30px;
  padding-bottom: 30px;
  }	
.custom_post01 .h2_title{
	text-align: center;
	margin-bottom: 30px;
	}
.customs_div{
	width:33.3%;
	float:left;
	list-style: none;
	margin-bottom: 30px;
	}
.custom_post01 .customs_wrap .customs_div img{
	margin: 0 auto;
  display: block;
  width:100%;
  height:auto;
  }
.custom_post01 .customs_wrap .customs_div .txt{

  }
.custom_post01 .customs_wrap .customs_div .txt h2{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 15px;
  }
.custom_post01 .customs_wrap .customs_div .txt p{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	display: none;
	}
.custom_other_link {
	color: #fff;
	background: #d70c18;
	padding: 17px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	clear: both;
	width: 36%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	font-size: 1.5vh;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.news_content .news-list li .cate {
	font-size: 10px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #b0ca71;
	color: #fff;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 61px;
	text-align: center;
}
.news_content .news-list li .date {
	background: no-repeat;
	color: #f56a3f;
	font-size: 15px;
	margin-right: 3rem;
	font-weight: bold;
}
.news_content .news-list li {
	background: #f9f8f4;
	border-bottom: 1px solid;
	border-radius: 0px;
	padding: 20px 0rem;
}
.news_content .news-list_wrap h2 span {
	color: #f56a3f;
	font-size: 20px;
}
/*青ボタン*/
.blue_btn {
  display: inline-block;
  width: 170px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #f56a3f;
  background-color: #fff;
  position: relative;
  border: 1px solid #f56a3f;
  transition: color 0.5s ease;
}
.blue_btn:hover {
  color: #fff;
  text-decoration:none;
}
.blue_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.blue_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f56a3f;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}

/*青ボタンここまで*/

/*ここまで2.0*/


.contents_01wrap{
	padding: 50px 0 20px;
	}
.contents_01{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_02wrap{
	clear:both;
	padding: 50px 0 50px;
	}
.contents_02{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_03wrap{
	clear:both;
	padding:50px 0 20px;
	background: #b0ca71;
	}
.contents_03{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_04wrap{
	clear:both;
	padding: 0px 0 0px;
	}
.contents_04{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_05wrap{
	clear:both;
	padding: 60px 0 10px;
	}
.contents_05{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_06wrap{
	clear:both;
	padding: 60px 0 0;
	}
.contents_06{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_07wrap{
	clear:both;
	padding: 60px 0 30px;
	}
.contents_07{
	display: block;
  width: 90%;
  margin: 0 auto;
	}
.h2_title {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 23px;
	font-weight: bold;
	clear: both;
}
.contents_02 img{
	width: 90%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  }
.contents_02 .txt{
  }
.contents_02 .txt h2{}
.contents_02 .txt h4{
	text-align:left;
	}
.contents_02 .txt p{
	margin-bottom: 50px;}
.contents_01 .txt p{
	margin-bottom: 50px;}

.contents_03 h4{
	text-align:center;
	}
.contents_03 h2{
	text-align: center;
  color: #fff;
  }
.contents_03 p{
	text-align: center;
	color: #fff;
	}
.contents_03 ul{
	list-style: none;
  padding: 0;
  }
.contents_03 ul li{
	background: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 10px;
    padding-left: 10px;
  padding-left: 10px;
  padding-left: 3%;
  border-radius: 30px;
  }
.contents_03 ul img{
	width: 15px;
  margin-top: 5px;
  margin-right: 7px;
  }
.contents_04 img{
	margin: 0 auto;
  display: block;
  width: 50%;
  }
.contents_04 h2{
	text-align:center;
	font-size:23px;
	color: #f56a3f;
	
	}
.contents_04 p{
	text-align:center;
	}
.contents_06 .txt h4{
	text-align: left;
	}
.contents_06 .txt h2{}
.contents_06 .txt p{}
.contents_06 img{
	width: 100%;
  height: auto;
  border-radius: 20px;
  }
.contents_06 .txt{
	width: 100%;
  margin-top: 50px;
  }
.contents_06 .txt ul{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #b0ca71;
  background: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: 50px;
  }
.contents_06 .txt ul li{
	line-height: 260%;
  border-bottom: 1px dotted #000;
  font-size: 17px;
  }
.contents_06 .txt ul li span{
	color: #000;
	}
.contents_06 .txt a{}
.contents_05 h4{
	text-align:left;
	}
.contents_05 h2{}
.contents_05 .setsumei{}
.con5_div_wrap{
	width: 100%;
  }
.con5_div{
	background: url(images/dot_img.png) repeat-y 5% top;
	}
.con5_div_last{
	background:none;
	}
.con5_div h3{
	background: #b0ca71;
  color: #fff;
  padding: 10px 5% 20px;
  font-size: 17px;
  border-radius: 20px;
  margin-top: 0;
  text-align: center;
  }
.con5_div h3 span{
	color: #65ab31;
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  }
.con5_div p{
	padding-left: 9%;
	margin: 0;
	  padding-bottom: 30px;
	}
.contents_05 img{
	width: 100%;
  margin-top: 20px;
  height: auto;
  border-radius: 20px;
  }
.contents_07 img{
	border-radius: 20px;
	width:100%;
	height:auto;
	}
.contents_07 .txt{
	width: 100%;
	margin-top: 30px;
  }
.contents_07 .txt h2{}
.contents_07 .txt h4{
	text-align:left;
	}
.contents_07 .txt p{}

a .btn_03 {
	display: inline;
	position: relative;
	background: #f56a3f;
	border: 1px solid #f56a3f;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 13px;
	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: #f56a3f;
	text-decoration:none;
}
.btn_03_a{
	text-decoration:none;
	}
.btn_03_a:hover{
	text-decoration:none;
	}
.contents_01 .txt {
	margin-top: 20px;
}
.contents_01 img {
	width: 100%;
}
.contents_01 h4{
	text-align:left;
	}
.process_div a:hover {
	background: #fff;
	color: #f56a3f;
	text-decoration: none;
	padding: 1px 20px;
	display: inline-block;
	border-radius: 20px;
}
.process_div a {
	background: #f56a3f;
	color: #fff;
	text-decoration: none;
	padding: 1px 20px;
	display: inline-block;
	border-radius: 20px;
}

.company_con2_2 {
	margin-bottom: 50px;
	padding-top: 50px;
}
.ceo {
	width: 70% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.company_con2_2 .txt {
}
.company_con2_2 .txt h2 {
	font-size: 23px;
  border-left: none;
  padding: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.company_con2_2 .txt h4 {
	line-height: 50%;
	font-size: 2.8vw;
	text-align: right;
	font-weight: normal;
}
.company_con2_2 .txt h3 {
	text-align: right;
	font-size: 23px;
	color: #000;
}
.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_con4 {
	margin-bottom: 50px;
}
.company_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #f56a3f;
	padding-left: 14px;
	clear: both;
}
.company_con4 h3 {
	text-align: center;
  font-size: 17px;
  color: #000;
  margin-top: 30px;
}
.company_con4 .value_ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
.company_con4 .value_ul li {
	padding: 25px 0%;
}
.company_con4 .value_ul li h3 {
	font-size: 30px;
	margin-top: 40px;
}
.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: 90%;
}
.company_page {
	width: 100% !important;
}
.company_con3 iframe{
	width:100%;
	}
.use_con01wrap{
	padding: 30px 0 50px;
	clear:both;
	}
.use_con01{
	width: 90%;
  margin: 0 auto;
  }
.use_con01 p{}
.use_con01 h2{
	text-align: center;
	}
.use_con01 h4{}
.tb_01{}
.tb_01 tr{}
.tb_01 th{
	background: #b0ca71;
  color: #fff;
  height: 60px;
  font-size: 15px;
  }
.tb_01 td{
	border: 1px solid #ccc;
  padding: 10px 10px;
  background: #fff;
  font-size: 15px;
  }
.tb_02 tr{}
.tb_02 th{
	background: #b0ca71;
  color: #fff;
  height: 60px;
  font-size: 16px;
  width: 20%;
  }
.tb_02 td{
	border: 1px solid #ccc;
  padding: 10px 10px;
  background: #fff;
  font-size: 15px;
  }
.use_con02wrap{
	padding:0px 0;
	clear:both;
	}
.use_con01_div{
	width: 100%;
  }
.use_con01_div_r{
	width: 100%;
  }
.use_con02{
	width: 90%;
  margin: 0 auto;
  overflow: hidden;
  }
.use_con02 h2{}
.use_con02 h4{
	text-align:left;
	}
.use_con02 ul{
	font-size: 17px;
  background: #fff;
  padding: 20px 10% 8px;
  }
.use_con02 ul li{
	line-height: 180%;
  color: #b0ca71;
  margin-bottom: 20px;
	}
.use_con02 ul li span{
	color: #000;
	}
.use_con02 .txt{
	width: 100%;
  }
.use_con02 h3{
	color: #f56a3f;
  font-size: 23px;
	}
.use_con02 img{
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.use_con03wrap{
	padding: 50px 0 1px;
	clear:both;
	}
.use_con03{
	width: 90%;
  margin: 0 auto;
  }
.use_con03 h4{
	text-align:left;
	}
.use_con03 p{}
.use_con03 a{
	display: block;
  margin-bottom: 50px;
	}
.bold {
  font-weight: bold;
}

.company_con5{}
.company_con5 h2{}
.company_con5 .life_step{
	width: 100%s;
  height: auto;
  margin-top: 30px;
  }
.company_con5 .txt{
	width: 100%;
  margin-top: 30px;
  }
.company_con5 .txt h3{
	color: #000;
  font-size: 20px;
  }
.company_con5 .txt p{}
.company_con5 .txt .link{
	background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  }
.company_con5 .txt .link_txt{
	}
.company_con5 .txt .link_txt h3{
	text-align:center;
	}
.company_con5 .txt .link img{
	width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  }
.company_con5 .txt .link_txt a{
	text-align:center;
	display: block;
	}

.group_homes_archive{
	padding: 20px 0;
	}
.homes_list{
	width: 90%;
  margin: 0 auto;
  }
.homes_list_div{}
.home-item{
	margin-bottom: 70px;
	}
.home-item .txt{
	width:100%;
	}
.home-map{
	width: 100%;
  margin-top: 40px;
  }
.home-table{}
.home-table tr{}
.home-table tr th{
	background: #b0ca71;
  padding: 20px;
  color: #fff;
  }
.home-table td{
	background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  }
.home-type{
	color: #fff;
  padding: 4px 16px;
  border-radius: 40px;
  font-size: 13px;
  }
.home-type{
	margin-right:15px;
	}
.home-status-icons .male{
	background: #4169e1;
	}
.home-status-icons .female{
	background:#c71585;
	}
.home-status-icons .mixed{
	background:#ffa500;
	}
.home-title{
	border-bottom:1px solid #ddd;
	}
.vacancy-status{
	background: #fff;
  padding: 4px 16px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 13px;
  }
.home-status-icons .available{
	color:#4169e1;
	}
.home-status-icons .full{
	color:#c71585;
	}
.support-features{
	color:#f56a3f;
	padding: 0;
	padding-left: 5%;
	}
.support-features li{
	font-size: 14px;
  margin-bottom: 8px;
  margin-right: 13px;
	}
.support-features li span{
	color:#000;
	}
.home-status-icons{}
.home-map iframe{
	height: 350px;
  width: 100%;
	}
.new_open_message{
	background: #f56a3f;
  color: #fff;
  padding: 3px 17px;
  border-radius: 40px;
  font-size: 15px;
  display: table;
  margin-top: 20px;
  }
.main_space_wrap{}
.main_space{}
.main_space .txt{
	width: 42%;
  margin: 0 auto;
  margin-top: 30vh;
  margin-left: 7%;
  position: relative;
  }
.main_space .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.9vw;
  line-height: 180%;
  margin-bottom: 10px;
  }
.main_space .txt p{
	font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 50px;
  text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
	}
.main_space .txt a{}
.u-dotted {
	padding-top: 0.55em;
	background-position: top left 6.05em;
	background-repeat: repeat-x;
	background-size: 1.02em 1.1em;
	background-image: radial-gradient(#dd6b74 10%, transparent 16%);
}
.white_back{
	background: #fff;
  padding: 0 11px 7px;
  }
#wprmenu_bar .bar_logo {
	height: 30px !important;
}
.h2_map{
	font-size: 20px;
	}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/*ここからオリジナルフォーム　https://24auto.biz*/
.form_wrap {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  font-family: sans-serif;
  background: #fafafa;
}

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

.form_wrap th,
.form_wrap td {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}

.form_wrap th {
  background-color:#fafafa;
  color: #333;
  font-weight: bold;
  margin-top: 1px;
  border: none;
}

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

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

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

.form_wrap input[type="submit"] {
  margin: 1.5em auto 0;
  display: block;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 80%;
  max-width: 320px;
  text-align: center;
}

.form_wrap input[type="submit"]:hover {
  background-color: #005f8d;
}

/*ここまでオリジナルフォーム　https://24auto.biz*/
