.sa {
	opacity: 0;
	transition: all .5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	color: #42210b;
	font-family: "Noto Sans JP"; 
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
}
body {
	font-size: 1.6rem;/* 16px */
	line-height : 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
div {
	position: relative;
}
fieldset, img {
	border: 0
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*link*/

a {
	color: #1C264A;
	text-decoration: none;
}
a:link {
	color: #1C264A;
	text-decoration: none;
}
a:visited {
	color: #1C264A;
	text-decoration: none;
}
a:hover {
	color: #f5ba04;
	text-decoration: none;
}
a.white {
	color: #ffffff;
	text-decoration: none;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: yellow;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-top: 0px;
	transition: .3s;
}
img {
	border-style: none;
	z-index: 0;
	vertical-align: bottom;
}
/*font*/

.f10 {
	font-size: 1.0rem;
	line-height : 1.6;
}
.f12 {
	font-size: 1.2rem;/* 12px */
	line-height : 1.6;
}
.f23 {
	font-size: 2.3rem;/* 30px */
	line-height : 1.3;
}
.f25 {
	font-size: 2.5rem;/* 30px */
	line-height : 1.3;
}
.f30 {
	font-size: 3.0rem;/* 30px */
	line-height : 1.3;
}
.f40 {
	font-size: 4.0rem;/* 40px */
	line-height : 1.2;
}
/*txt*/
.bb {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.sp_left {
	text-align: left;
}
/*padding*/

.pdg10t {
	padding-top: 10px;
}
.pdg20t {
	padding-top: 20px;
}
.pdg10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdg20tb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdg20rl {
	padding-left: 20px;
	padding-right: 20px;
}
.pdg20b {
	padding-bottom: 20px;
}
.pdg10b {
	padding-bottom: 10px;
}
/*color*/

.white {
	color: #fff;
}
.yellow {
	color: #5B9B39;
}
.under {
	background: linear-gradient(transparent 70%, #ede845 70%);
}
/* mainv */

.mainv {
	position: relative;
	margin-top: 80px;
}
.mainv img {
	width: 100%;
}
/* mainv */
.scroll-bgf {
	padding: 2em 0 0;
}
.scroll-bg {
	padding: 2em 0;
}
.scroll-bg3 {
	padding: 2em 0;
}
.scroll-bgf .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.scroll-bg .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.scroll-bg3 .scroll-bg-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.scroll-bg .scroll-bg-content p {
}
.bg-img01 {
	background-image: url(f_bg.png);
	background-size: cover;
	background-position: center top;
}
.bg-img02 {
	background-image: url(joinus_bg.jpg);
	background-size: cover;
	background-position: center top;
}
.bg-color00 {
	background-color: #fff;
}
.bg-color01 {
	background-color: #F5F4EE;
}
.bg-color02 {
	background-color: #F0B604;
}
.bg-color03 {
	background-image: url(bg02.png);
}
.abs_comp_list {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.abs_comp_list li {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #ccc;
}
.abs_comp_list li dt {
	float: left;
	width: 30%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #F0B604;
	font-weight: bold;
}
.abs_comp_list li dd {
	float: left;
	text-align: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#map_canvas {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}
.table_2 {
	margin-bottom: 30px;
}
.table_2 li {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.table_3 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px -1% 0px;
	justify-content: space-around;
}
.table_3 li {
	flex: 0 1 48%;
	justify-content: center;
	margin: 0 1% 10px;
	padding: 0;
}
.table_3 li img {
	width: 100%;
	height: auto;
}
.table_4 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 5px;
	justify-content: center;
}
.table_4 li {
	flex: 0 1 44%;
	justify-content: center;
	margin: 0 1% 20px;
	padding: 0;
	text-align: left;
	line-height : 1.4;
}
.table_4 li img {
	height: auto;
	width: 100%;
}
.table_4t {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 15px;
	justify-content: center;
}
.table_4t li {
	flex: 0 1 44%;
	justify-content: center;
	margin: 0 1% 5px;
	padding: 0;
	text-align: left;
	line-height : 1.4;
}
.table_4t li img {
	height: auto;
	width: 100%;
}
.table_4s {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 5px;
	justify-content: center;
}
.table_4s li {
	flex: 0 1 44%;
	justify-content: center;
	margin: 0 1% 20px;
	padding: 0;
	text-align: left;
	line-height : 1.4;
}
.table_4s li img {
	height: auto;
	width: 100%;
}




.t_concept {
	margin-top: 1em;
}
.t_concept__img {
	padding: 0em 0em;
}
.t_concept__txt {
	padding: 1em;
	text-align: left;
}
.t_staff {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.news_wrap {
	background-color: #fff;
	padding: 10px;
	text-align: left;
}
.t_news_title {
	padding-top: 5px;
	font-weight: bold;
}
.cr {
	padding-top: 10px;
	margin-top: 10px;
	font-size: 1.2rem;
}
.title01 {
	padding: 20px 0px 10px;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: left;
}
.title02 {
	padding: 10px 0px 5px;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: left;
}
.joinus_point {
	width: 100%;
	margin-bottom: 30px;
}
.joinus_point li {
	width: 80%;
	margin: auto;
	margin-top: 70px;
	background: rgba(255,255,255,.9);
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	position: relative;
}
.joinus_point_ap {
	position: absolute;
	top: -50px;
}
.joinus_point2 {
	width: 80%;
	margin: auto;
	background-color: #b5cf33;
	border-radius: 5px 5px 5px 5px;
	padding: 40px 20px 20px;
	;
	color: #fff;
	text-align: left;
	position: relative;
}
.joinus_point2_ap {
	position: absolute;
	top: -20px;
}
.hs_recruit_list {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.hs_recruit_list_img {
	padding-bottom: 20px;
}
.hs_recruit_list_img img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 10px 10px;
}
.hs_recruit_list_txt {
	text-align: left;
}
.hs_recruit_list_txt_x{	overflow: hidden;
	position: relative;
	zoom:1;}
.hs_recruit_txt01 {
	background-color: #5B9B39;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height : 2.8rem;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-radius: 8px;
	float: left;
	margin-bottom: 4px;
}
.hs_recruit_txt02 {
	font-size: 2.5rem;
	padding-bottom: 2px;
	border-bottom: 2px solid #5B9B39;
	margin-bottom: 10px;
}
.hs_recruit_table {
	margin-bottom: 10px;
	border-bottom: 1px dotted #c4c4c4;
}
.hs_recruit_table_title {
	color: #5B9B39;
	font-weight: bold;
}
.hs_recruit_table_txt {
	padding-bottom: 5px;
}
.recruite_img {
}
.recruite_img li {
	margin-bottom: 10px;
}
.recruite_list {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.recruite_list li {
	width: 100%;
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dotted #ccc;
}
.recruite_list li dt {
	float: left;
	width: 30%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #5B9B39;
	font-weight: bold;
}
.recruite_list li dd {
	float: left;
	text-align: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hs_staff_list {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.hs_staff_list_img {
	padding-bottom: 10px;
}
.hs_staff_list_img img {
	width: 100%;
	height: auto;
}
.hs_staff_list_txt {
	text-align: left;
}
.hs_staff_txt01 {
	font-size: 3.5rem;
	line-height : 1.5;
	letter-spacing: 1px;
}
.hs_staff_txt02 {
	font-size: 2.2rem;
	letter-spacing: 1px;
	padding-bottom: 5px;
	color: #5B9B39;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
}
.hs_staff_txt03 {
	font-size: 2.2rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.hs_staff_list2 {
	margin-bottom: 30px;
}
.hs_staff_list2_img {
	padding-bottom: 10px;
}
.hs_staff_list2_txt {
	text-align: left;
}
.staff_txt {
	font-size: 2.2rem;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	font-weight: bold;
}
.hs_staff_table {
	margin-bottom: 10px;
	border-bottom: 1px dotted #c4c4c4;
}
.hs_staff_table_title {
	color: #5B9B39;
	font-weight: bold;
}
.hs_staff_table_txt {
	padding-bottom: 5px;
}
.table_s4 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -1% 5px;
	justify-content: center;
}
.table_s4 li {
	flex: 0 1 44%;
	justify-content: center;
	margin: 0 1% 20px;
	padding: 0;
	text-align: left;
	line-height : 1.4;
}
.table_s4 li img {
	height: auto;
	width: 100%;
}


/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
body {
	min-width: 1200px;
	font-size: 1.6rem;
	line-height : 1.7;
}
.w900 {
	max-width: 900px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.demo a {
	position: absolute;
	bottom: 30px;
	left: 48%;
}
.br-sp {
	display: block;
}
.br-pc {
	display: none;
}
.sp_left {
	text-align: center;
}
.pdg20b {
	padding-bottom: 30px;
}
.scroll-bgf {
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
.scroll-bg {
	padding-top: 4em;
	padding-right: 0;
	padding-bottom: 4em;
	padding-left: 0;
}
.scroll-bg3 {
	padding: 2em 0;
}
.bg-color01 {
	background-size: 10%;
}
.bg-color03 {
	background-size: 10%;
}
.mainv {
	margin-top: 100px;
}
.abs_comp_list {
	width: 80%;
	margin-bottom: 100px;
}
.abs_comp_list li dt {
	width: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.abs_comp_list li dd {
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#map_canvas {
	margin-top: 50px;
	height: 500px;
}
#page-top {
	position: fixed;
	bottom: 150px;
	right: 20px;
	z-index: 9999;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	background: #F0B604;
	color: #fff;
}
.table_2 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px -1% 35px;
	justify-content: center;
	align-items: center;
}
.table_2 li {
	flex: 0 1 45%;
	justify-content: center;
	margin: 0px 1% 10px;
	padding: 0;
}
.table_2.reverse {
	flex-direction: row-reverse;
}
.table_3 {
	justify-content: center;
	margin-top: 0px;
}
.table_3 li {
	flex: 0 1 31%;
	justify-content: center;
	margin: 30px 1% 00px;
	padding: 0;
}
.table_4 {
}
.table_4 li {
	flex: 0 1 23%;
	justify-content: center;
	margin: 20px 1% 10px;
	padding: 0;
}
.table_4t {
	margin: 30px 50px;
}
.table_4t li {
	flex: 0 1 23%;
	justify-content: center;
	margin: 20px 5px 10px;
	padding: 0;
}
.table_4s {
}
.table_4s li {
	flex: 0 1 23%;
	justify-content: center;
	margin: 20px 1% 10px;
	padding: 0;
}

.t_concept {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	align-items: center;
}
.t_concept__img {
	width: 55%;
}
.t_concept__txt {
	width: 40%;
	padding: 0 20px;
}
.t_concept.reverse {
	flex-direction: row-reverse;
}
.t_joinus_ap {
	position: absolute;
	top: 520px;
	right: -100px;
}
.news_wrap {
	padding: 20px;
}
.t_news_title {
	padding-top: 10px;
}
.title01 {
	padding: 20px 0px 10px;
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
}
.joinus_point {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 30px -1% 35px;
	justify-content: center;
	align-items: center;
}
.joinus_point li {
	flex: 0 1 27%;
	justify-content: center;
	margin: 30px 1% 00px;
	padding: 20px;
}
.joinus_point_ap {
	top: -50px;
	left: 50px;
}
.title02 {
	padding: 20px 0px 10px;
	font-weight: bold;
	font-size: 2.5rem;
}
.hs_recruit_txt01 {
	font-size: 1.4rem;
}
.hs_recruit_txt02 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.hs_recruit_table {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}
.hs_recruit_table_title {
	width: 12%;
	padding: 0px 10px 0 0;
}
.hs_recruit_table_txt {
	width: 88%;
}
.hs_recruit_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}
.hs_recruit_list_img {
	width: 30%;
	padding: 0px 30px 0 0;
}
.hs_recruit_list_txt {
	width: 70%;
}
.recruite_img {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px -1% 35px;
	justify-content: center;
	align-items: center;
}
.recruite_img li {
	flex: 0 1 46%;
	justify-content: space-between;
	margin: 0px 2% 0px;
	padding: 0px;
}
.recruite_list {
	width: 100%;
	margin-top: 40px;
}
.recruite_list li dt {
	width: 15%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.recruite_list li dd {
	width: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hs_staff_list .reverse {
	flex-direction: row-reverse;
}
.hs_staff_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
	align-items: center;
}
.hs_staff_list_img {
	width: 60%;
	padding: 0px 50px 0 0;
}
.hs_staff_list_txt {
	width: 40%;
	border-left: 10px solid #5B9B39;
	padding-left: 20px;
	padding: 20px;
}
.hs_staff_txt01 {
	font-size: 5.5rem;
}
.hs_staff_txt02 {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
.hs_staff_txt03 {
	padding-bottom: 20px;
}
.hs_staff_list2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
	align-items: center;
}
.hs_staff_list2_img {
	width: 60%;
	padding: 0px 50px 0 0;
}
.hs_staff_list2_txt {
	width: 40%;
}
.staff_txt {
	font-size: 2.5rem;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 15px;
	font-weight: bold;
}
.hs_staff_table {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}
.hs_staff_table_title {
	width: 25%;
	padding: 0px 10px 0 0;
}
.hs_staff_table_txt {
	width: 75%;
}
}
/* お問合せ*/ 
.contact {
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 900px;
	margin-top: 100px;
}
.contact_in {
	width: 95%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.addtoany_shortcode {
	margin-bottom: 0px;
}
.mw_wp_form_g-standard .action-buttons {
	text-align: center;
}
.mw_wp_form_g-standard .action-buttons input {
	font-size: 18px;
}
.mw_wp_form_g-standard table td {
	padding: 16px;
}
.mw_wp_form_g-standard select {
	padding: 6px !important;
	border-radius: 6%;
}
.mvwp1 {
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
.mvwp1 a{
	text-decoration: underline;
}

.mvwp2 {
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
/***************/
.blog_pager1 {
	width: 100%;
	margin-bottom: 0px;
	height: 50px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	height: 0px;
	padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #41210A;
	border-color: #41210A;
}
.wp-pagenavi span.current {
	color: #FFF;
	background-color: #41210A;
	border-color: #41210A;
	font-weight: bold;
}
.img100 img{
	width: 100%;
	height: auto;
}
.table_s4 {
}
.table_s4 li {
	flex: 0 1 23%;
	justify-content: center;
	margin: 20px 1% 10px;
	padding: 0;
}
/************/

.title_a1 {
	font-weight: bold;
	font-size: 2.0rem;
	display: inline-block;
}
.ta31 {
	padding-left: 50px;
	background-image: url(ta31.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:contain; 
}
.top_txt{
	text-align: left;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
.title_a1 {
	font-weight: bold;
	font-size: 2.4rem;
	display: inline-block;
	letter-spacing: 0.2rem;
}
.ta31 {
	padding-left: 50px;
	background-image: url(ta31.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.top_txt{text-align: center;}

}
