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

.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%;
	font-size: 16px;
}

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

.header_wrap{
  
}

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

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

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

/* サブメニューリンク色
　========================================================================== */
.menu li a::after {
  background-color: #d70c18;
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}

/*  hoverしたときのafterの動き。アニメーションの始点は左端  */
.menu li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

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




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

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


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

#cover {
  background-image: url("images/main_img.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 950px;
}

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

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

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

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

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

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

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

#content {
  width: 1140px;
  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 #b0ca71;
  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 {
  border-bottom: 1px solid;
  border-radius: 0px;
  padding: 3.0rem 0rem;
}

.news-list li .date {
  background: no-repeat;
  color: #f56a3f;
  font-size: 18px;
  margin-right: 3rem;
  font-weight: bold;
}
/*
.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;
  font-size: 16px;
}
.news-list li .cate {
	font-size: 12px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #b0ca71;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 70px;
	text-align: center;
}
.news_left {
	float: left;
	width: 25%;
}
.news_content .news-list_wrap h2 span {
	color: #f56a3f;
	font-size: 30px;
}
.news_content .news-list {
	width: 70%;
	border-top: 1px solid;
	float: right;
}
/*Top-Button
  ========================================================================== */

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

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

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

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

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

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

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

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

.blog-footer {
  padding: 5px;
}


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

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

}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 231px;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

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

.widget {
  padding-right:0px;
}

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

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

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

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

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

.widget table {
  border-collapse:collapse;
}

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

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

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


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
font-weight: bold;
line-height: 160%;
float: left;
width: 200px;
overflow: hidden;
}
.rpwe-time {
  color: #bbb;
  font-size: 11px;
  display: block !important;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



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

/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;overflow: hidden;}
.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:#b0ca71; }
.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, #b0ca71 0%, #b0ca71 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;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 820px;
	float: none;
}

.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;
	float: none;
}
.sub_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #f56a3f;
	padding-left: 14px;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #f56a3f;
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: #f56a3f;
}
#menu-item-36 a{
	color: #fff !important;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #000;
	text-shadow: 1px 2px 3px #ffffff;
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #000;
	text-shadow: 1px 2px 3px #ffffff;
	}
.toppage_header_wrap nav a{
	color: #000;
	/*text-shadow: 1px 2px 3px #ffffff;*/
	}
.toppage_header_wrap nav a:hover{
	color: #000;
	/*text-shadow: 1px 2px 3px #ffffff;*/
	}
	

.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.1);
margin-bottom: 60px;
background:#fff;
}
.triple_div_last{
margin-right: 0 !important;
float: right !important;
}
.triple_div img{
	width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
}
.triple_div_txt h3{
	color: #f56a3f;
font-size: 27px;
  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: -46px;
	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{
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: #b0ca71;
}
.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;
border-radius: 20px;
	}
.faq_wrap{
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
}
.faq_con{
	width: 1250px;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{

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

}
.faq_div p{
	padding-left: 51px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  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;
	background: #f56a3f;
}
.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: 30px;
}

/*eng_title spanのグラデーション
.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;
	}*/
	
.eng_title span{	
color: #d70c18;
  font-size: 15px;
  font-family: 'Zen Maru Gothic',sans-serif;
}
.contact_div .eng_title{}
.contact_div .eng_title span{
	color:#b0ca71;
	}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

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

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

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

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

.movie_wrap{
	clear:both;
	padding-top:40px;
	padding-bottom:30px;
	}
.movie_con{
	width:1250px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}
.youtube_img{
width: 400px;
height: 250px;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position: relative;
display: block;
width: 400px;
text-decoration: none;
margin-right: 24px;
float: left;
}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.movie_last{
	float:right !important;
	margin-right:0 !important;
	}
.lineQR_info{}
.lineQR{
	width: 33%;
	}
.wrapfixed .toppage_header_wrap nav a{
	color:#000;
	text-shadow: none;
	}
.wrapfixed .toppage_header_wrap .header_tel_wrap h2 {
	color:#000;
	text-shadow: none;
}

.wrapfixed .toppage_header_wrap .header_tel_wrap p {
	color:#000;
	text-shadow: none;
}
.sub-menu a{
	color:#000 !important;
	text-shadow:none !important;
	}
	
.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: 225px;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 30px;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	}
.contact_submin_wrap{
	width: 480px;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}

.custom_post01_wrap{
	padding-top: 70px;
  padding-bottom: 70px;
  }
.custom_post01{}
.custom_post01 .eng_title{}
.custom_post01 .h2_title{
	text-align: center;
	margin-bottom: 100px;
	}
.custom_post01 .customs_wrap{}
.custom_post01 .customs_wrap .customs_div{
	list-style:none;
	}
.customs_wrap_cover{
	width:1140px;
	}
.slick-list {
	overflow: visible !important;
}
.custom_post01 .customs_wrap .customs_div img{
	margin: 0 auto;
  display: block;
  }
.custom_post01 .customs_wrap .customs_div .txt{
	width: 300px;
  margin: 0 auto;
  }
.custom_post01 .customs_wrap .customs_div .txt h2{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  }
.custom_post01 .customs_wrap .customs_div .txt p{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

.custom_other_link{
color: #fff;
  background: #d70c18;
  padding: 30px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  clear: both;
  width: 360px;
  margin: 0 auto;
  text-align: center;
  margin-top:50px;
  
}
.custom_other_link:hover{
	text-decoration:none;
	opacity:0.7;
	color:#fff;	
	}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/*青ボタン*/
.blue_btn {
  display: inline-block;
  width: 250px;
  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: 100px 0 60px;
	}
.contents_01{
	display:block;
	}
.contents_02wrap{
	clear:both;
	padding:60px 0 100px;
	}
.contents_02{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.contents_03wrap{
	clear:both;
	padding:100px 0 60px;
	background: #b0ca71;
	}
.contents_03{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_04wrap{
	clear:both;
	padding: 0px 0 60px;
	}
.contents_04{
	width:1250px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_05wrap{
	clear:both;
	padding:60px 0;
	}
.contents_05{
	width:1250px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.contents_06wrap{
	clear:both;
	padding:60px 0;
	}
.contents_06{
	width:1250px;
	margin:0 auto;
	display:block;
	}
.contents_07wrap{
	clear:both;
	padding:60px 0;
	}
.contents_07{
	width:1250px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	}
.h2_title {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.1vw;
	font-weight: bold;
	clear: both;
}
.contents_02 img{
	float: right;
  width: 500px;
  height: auto;
  border-radius: 20px;
  }
.contents_02 .txt{
	width: 600px;
  float: left;
  }
.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: 30px;
  padding: 10px;
    padding-left: 10px;
  padding-left: 100px;
  border-radius: 30px;
  }
.contents_03 ul img{
	width: 35px;
  margin-top: 5px;
  margin-right: 9px;
  }
.contents_04 img{
	margin: 0 auto;
  display: block;
  width: 260px;
  }
.contents_04 h2{
	text-align:center;
	font-size:40px;
	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{
	float: right;
  width: 500px;
  height: auto;
  margin-top: 100px;
  border-radius: 20px;
  }
.contents_06 .txt{
	width: 600px;
  float: left;
  }
.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: 30px 45px;
  margin-bottom: 70px;
  margin-top: 50px;
  }
.contents_06 .txt ul li{
	line-height: 260%;
  border-bottom: 1px dotted #000;
  }
.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: 700px;
  float: right;
  }
.con5_div{
	background: url(images/dot_img.png) repeat-y 39px top;
	}
.con5_div_last{
	background:none;
	}
.con5_div h3{
	background: #b0ca71;
  color: #fff;
  padding: 20px 35px;
  font-size: 22px;
  border-radius: 40px;
  margin-top: 0;
  }
.con5_div h3 span{
	color: #65ab31;
  margin-right: 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
  }
.con5_div p{
	padding-left: 80px;
	margin: 0;
	  padding-bottom: 30px;
	}
.contents_05 img{
	width: 450px;
  float: left;
  margin-top: 100px;
  height: auto;
  border-radius: 20px;
  }
.contents_07 img{
	border-radius: 20px;
	width:600px;
	float:right;
	height:auto;
	}
.contents_07 .txt{
	width: 600px;
  float: left;
  }
.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: 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: #f56a3f;
	text-decoration:none;
}
.btn_03_a{
	text-decoration:none;
	}
.btn_03_a:hover{
	text-decoration:none;
	}
.contents_01 .txt {
	width: 36%;
	float: left;
	margin-left: 7%;
	margin-top: 100px;
}
.contents_01 img {
	width: 52%;
	float: right;
}
.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: 80px;
}
.ceo {
	width: 450px;
	height: 598px;
	float: right;
	margin-top: 100px;
}
.company_con2_2 .txt {
	width: 700px;
	float: left;
}
.company_con2_2 .txt h2 {
	font-size: 40px;
	border-left: none;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.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;
}
.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: 100px;
}
.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: 33px;
	color: #000;
	margin-top: 70px;
}
.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: 760px;
}
.company_page {
	width: 1250px !important;
}
.company_con3 iframe{
	width:1250px;
	}
.use_con01wrap{
	padding:100px 0;
	clear:both;
	}
.use_con01{
	width: 1250px;
  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: 18px;
  }
.tb_01 td{
	border: 1px solid #ccc;
  padding: 20px 20px;
  background: #fff;
  font-size: 16px;
  }
.tb_02 tr{}
.tb_02 th{
	background: #b0ca71;
  color: #fff;
  height: 60px;
  font-size: 18px;
  width: 120px;
  }
.tb_02 td{
	border: 1px solid #ccc;
  padding: 20px 20px;
  background: #fff;
  font-size: 16px;
  }
.use_con02wrap{
	padding:0px 0;
	clear:both;
	}
.use_con01_div{
	width: 600px;
  float: left;
  }
.use_con01_div_r{
	width: 630px;
  float: right;
  }
.use_con02{
	width: 1250px;
  margin: 0 auto;
  overflow: hidden;
  }
.use_con02 h2{}
.use_con02 h4{
	text-align:left;
	}
.use_con02 ul{
	font-size: 20px;
  background: #fff;
  padding: 20px 60px;
  }
.use_con02 ul li{
	line-height: 230%;
	color:#b0ca71;
	}
.use_con02 ul li span{
	color: #000;
	}
.use_con02 .txt{
	width: 60%;
  float: left;
  }
.use_con02 h3{
	color: #f56a3f;
  font-size: 25px;
	}
.use_con02 img{
	float: right;
  width: 400px;
  height: auto;
  }
.use_con03wrap{
	padding:100px 0 100px;
	clear:both;
	}
.use_con03{
	width: 1250px;
  margin: 0 auto;
  }
.use_con03 h4{
	text-align:left;
	}
.use_con03 p{}
.use_con03 a{
	margin-right: 30px;
	}
.bold {
  font-weight: bold;
}

.company_con5{}
.company_con5 h2{}
.company_con5 .life_step{
	width: 550px;
  height: auto;
  float: left;
  margin-top: 100px;
  }
.company_con5 .txt{
	width: 600px;
  float: right;
  margin-top: 50px;
  }
.company_con5 .txt h3{
	color: #000;
  font-size: 25px;
  }
.company_con5 .txt p{}
.company_con5 .txt .link{
	background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  }
.company_con5 .txt .link_txt{
	float: right;
  width: 260px;
	}
.company_con5 .txt .link_txt h3{
	}
.company_con5 .txt .link img{
	width: 200px;
  height: auto;
  float: left;
  margin-top: 30px;
  }
.company_con5 .txt .link_txt a{}

.group_homes_archive{
	padding: 50px 0;
	}
.homes_list{
	width: 1250px;
  margin: 0 auto;
  }
.homes_list_div{}
.home-item{
	margin-bottom: 100px;
	}
.home-item .txt{
	width:50%;
	float:left;
	}
.home-map{
	width: 45%;
  float: right;
  margin-top: 60px;
  }
.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: 6px 20px;
  border-radius: 40px;
  font-size: 16px;
  }
.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: 6px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight:bold;
  margin-right: 15px;
  }
.home-status-icons .available{
	color:#4169e1;
	}
.home-status-icons .full{
	color:#c71585;
	}
.support-features{
	color:#f56a3f;
	padding: 0;
	}
.support-features li{
	font-size: 18px;
  margin-bottom: 8px;
  display: inline list-item;
  margin-right: 13px;
	}
.support-features li span{
	color:#000;
	}
.home-map iframe{
	height: 730px;
	}
.new_open_message{
	background: #f56a3f;
  color: #fff;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 16px;
  }
.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;
  }
.h2_map{
	font-size: 25px;
	}
	
/*ここからオリジナルフォーム　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*/