@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/

#main_area{
	position: relative;
}
.main_sld{
	line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}
.main_sld img{
	width: 100%;
}
.main_sld{
  opacity: 0;
  transition: opacity .3s linear;
}
.main_sld.slick-initialized{
  opacity: 1;
}
.main_ttl{ 
	position: absolute;
	width: 40%;
	max-width: 550px;
	 top: 50%;
    left: 18%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_ttl h2{
	margin-bottom: 30px;
}
.main_ttl h3{
	font-size: 187%;
	font-weight: 700;
	margin-bottom: 20px;
}
.main_ttl p{
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 88%;
}

@media screen and (max-width: 1200px){	

}
@media screen and (max-width: 1000px){	
.main_ttl h3{
	font-size: 138%;
}	
}
@media screen and (max-width: 768px){	
.main_ttl_sp{ 
	position: absolute;
	width: 50%;
	max-width: 550px;
    top: 30%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}	
.main_ttl{ 
	position: relative;
	width: 100%;
	max-width: 100%;
	 top: auto;
    left: auto;
    transform: none;
    -webkit-transform:none;
    -ms-transform: none;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	padding: 20px 15px;
}
.main_ttl h2{
	display: none;
}
.main_ttl h3{
	display: none;
}
.main_ttl p{
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
}
}
@media screen and (max-width: 550px){
	.main_ttl_sp{ 
	width: 55%;
	left: 5%;
}
}
/*	トップ　お知らせ固定	*/
#top_news_fix{
	padding: 20px 20px;
	max-width: 700px;
	margin: 0 auto;
}
#top_news_fix .news_list .item:first-child {
    border-top: none;
}
#top_news_fix .news_list .item:first-child {
    border-bottom: none;
}
@media screen and (max-width: 768px){	

#top_news_fix{
	padding: 10px 20px;
}
	}
/*	これ全部通建！？	*/
#whats a.whats_img{
	display: block;
	padding: 60px 15px 200px;
	text-align: center;
	background-image: url("../images/index/bg_whats.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#whats a.whats_img::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(251, 237, 33, 1);
	opacity : 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#whats a.whats_img:hover::after{
	opacity : 0.48;
}
#whats h2 span{
	display: block;
}
#whats p{
	line-height: 2;
}
@media screen and (max-width: 768px){
#whats a.whats_img{
	display: block;
	padding: 60px 15px 60px;
	text-align: center;
	background-image: url("../images/index/bg_whats_sp.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}	
	.whats_area{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
		padding: 20px 15px;
		text-align: center;
	}
		.whats_area a{
		display: block;
	}	
	.whats_area p{
		font-size: 75%;
		color: #FFFFFF;
	}	
}
@media screen and (max-width:550px) {

}

/*	トップ　社員紹介	*/
#top_person{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	position: relative;
	z-index: 1;
}
#top_person::before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/index/bg_person.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
#top_person::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_circle.svg");
	background-repeat: no-repeat;
	background-position: -10% 150%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#top_person h2{
	color: #FFFFFF;
	margin-bottom: 40px;
}
#top_person h2 span{
	display: block;
}
.slid_wrap{
	margin-bottom: 60px;
}
.news_slid{
	width: 100%;
}
.news_slid .slick-slide {
margin: 0 10px;	
}

.news_slid{

}
.news_slid .slick-prev {
    left: -50px;
}
.news_slid .slick-next {
    right: -50px;
}
.news_slid .slick-prev:before, .news_slid .slick-next:before {
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news_slid .slick-prev:before {
    content:url("../images/arrow_prev.svg");

}
.news_slid .slick-next:before {
       content:url("../images/arrow_next.svg");
	background-size: 100%;

}
.news_slid .slick-prev, .news_slid .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
	bottom: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
@media screen and (max-width: 1000px){
.news_slid .slick-prev, .news_slid .slick-next {
	bottom: -10%;
}	
.news_slid .slick-prev {
    left: 20%;
}
.news_slid .slick-next {
    right: 20%;
}
.news_slid .slick-prev, .news_slid .slick-next {
    width: 80px;
    height: 15px;
}
.slid_wrap{
	margin-bottom: 100px;
}
.news_slid .slick-prev:before {
    content:url("../images/arrow_prev_sp.svg");

}
.news_slid .slick-next:before {
       content:url("../images/arrow_next_sp.svg");

}	
}
@media screen and (max-width: 767px){
#top_person{
	background-image: none;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 50%;
    background-position: bottom center;
	position: relative;
}
#top_person::before{
	background-image: url("../images/index/bg_person_sp.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
#top_person::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_wave.svg");
	background-repeat: no-repeat;
	background-position: center 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}	
#top_person h2{
	color: #000000;
	margin-bottom: 40px;
}
#top_person h2 span{
	display: block;
	color: #006837;
}	
}
@media screen and (max-width: 550px){

}
/* トップ　Movie */
#top_movie{
	background :rgba(251,237,33,0.60);
	position: relative;
	padding: 60px 0 60px 0;
	z-index: 1;
}
#top_movie h2 span{
color: #006837;
	margin-right: 20px;
}
#top_movie::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
}
.youtube {
	position: relative;
	width: 100%;
	max-width: 960px;
	padding-top: 56.25%;
	margin: 0 auto 20px auto;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (max-width: 767px){
#top_movie{
	padding: 40px 0 60px 0;
	z-index: 1;
}	
#top_movie h2 span{
	display: block;
	margin-right: 20px;
}	
#top_movie::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle_sp.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
}
}
@media screen and (max-width: 550px){

}
/* トップ　about */
#top_about{
	background-image: none;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 65%;
    background-position: bottom center;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
#top_about::before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/index/bg_about.png");
	background-repeat: no-repeat;
	background-position: 80% 70% ;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#top_about::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_wave.svg");
	background-repeat: no-repeat;
	background-position: left 95%;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}	
#top_about h3{
	margin-bottom: 40px;
}
#top_about h2{
	color: #FFFFFF;
	text-align: left;
}
@media screen and (max-width: 767px){
#top_about{
	text-align: center;
	padding-bottom: 60px;
}
#top_about::before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/index/bg_about.png");
	background-repeat: no-repeat;
	background-position: 90% 90%;
    position: absolute;
    background-size: 30%;
	left: 0;
	top: 0;
	z-index: -1;
}	
#top_about::after{
	content: none;
}	
#top_about h3{
	margin-bottom: 40px;
}
#top_about h2{
	color: #FFFFFF;
	text-align: center;
	padding-top: 40px;
}
	#top_about h2 span{
	display: block;
		margin-bottom: 10px;
}
}
@media screen and (max-width: 550px){

}

/* トップ　recruit*/
#top_workstyle{
	background-image: none;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 65%;
    background-position: bottom center;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	text-align: center;
}
#top_workstyle::before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/index/bg_work.png");
	background-repeat: no-repeat;
	background-position: center 80%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}	

#top_workstyle h2{
	color: #FFFFFF;
	margin-bottom: 40px;

}
#top_workstyle h2 span{
	display: block;
	margin-bottom: 10px;

}

@media screen and (max-width: 767px){
#top_workstyle::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg_work.png);
    background-repeat: no-repeat;
    background-position: center 70%;
    position: absolute;
    background-size: 90%;
    left: 0;
    top: 0;
    z-index: -1;
}
}
@media screen and (max-width: 550px){

}

/* トップ　message*/
#top_message{
	text-align: center;
	background-image: url("../images/index/bg_topmessage.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#top_message h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 150%;
	line-height: 1.5;
}
@media screen and (max-width: 767px){
#top_message {
    text-align: center;
    background-image: url(../images/index/bg_topmessage.png);
    background-repeat: no-repeat;
    background-position: right;
}	
#top_message h2{
	font-size: 115%;
}
}
/* トップ　recruit */
#top_recruit{
	text-align: center;
}
#top_recruit  a img{
	width: 100%;
}
#top_recruit  a h2{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	padding: 20px 20px;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: 700;
}
#top_recruit  a h2::after{
	content: url("../images/ico_recruit.svg");
	margin-left: 10px;
}
@media screen and (max-width: 767px){

}

/* トップ　news */
#top_news{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	z-index: 1;
	position: relative;
	
}
#top_news::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_circle.svg");
	background-repeat: no-repeat;
	background-position: 150% 120%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#top_news h2{
	color: #FFFFFF;
}
#top_news h2 span{
	margin-right: 10px;
}
#top_news .news_list {
	margin-bottom: 40px;
}
#top_news .news_list .item {
  border-bottom: 1px solid #FFFFFF;
}
#top_news .news_list .item:first-child {
  border-top: 1px solid #FFFFFF;
}
#top_news .news_list .item .date {
  color: #FFFFFF;
}
#top_news .news_list .item .title a{
   color: #FFFFFF;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 767px){

}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/

.ttl{
	font-size: 187%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.ttl span{
	font-size: 120px;
	font-family: 'Comforter', cursive;
}
.base_list li{
	margin-bottom: 30px;
}
.base_list li:last-child{
	margin-bottom: 0;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
.acd_ttl{
    line-height: 1.5;
    font-size: 150%;
    font-weight: 700;
    position: relative;
    margin-top: 0;
	padding: 15px 60px;
	border-bottom: 2px solid #006837;
	border-top: 2px solid #006837;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.acd_ttl.item__link::before{
content: "";
	width: 40px;
	height: 40px;
	background:url("../images/ico_acd_cls.png") no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.acd_ttl.item__link.on::before{
	background:url("../images/ico_acd_opn.png") no-repeat center;
}
.acd_box{
	padding-top: 30px;
}
.submenu{
	display: none;
}
@media screen and (max-width: 768px){
.ttl{
	font-size: 113%;

}
.ttl span{
	font-size: 50px;
}
.acd_ttl{
    font-size: 113%;
	padding: 15px 40px;
}
.acd_ttl.item__link::before,.acd_ttl.item__link.on::before{
content: "";
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: 100%;
}	
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_ttl{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	padding: 40px 20px;
}
#sub_ttl h2{
	color: #FFFFFF;
	font-size: 187%;
	text-align: center;
}
#sub_img{
	
}
#sub_img h2 span{
	font-family: 'Comforter', cursive;
	vertical-align: middle;
	font-size: 400%;
	letter-spacing: 0.05em;
}

#sub_img.subimg_news{
	width: 100%;
	height: 400px;
	background-image: url("../images/page/subimg_news.jpg");
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 95px;
}
#sub_img.subimg_news::after{
	content: "";
	width: 100%;
	height: 95px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	position: absolute;
	left: 0;
	bottom: -95px;
}
#sub_img.subimg_news h2{
	color: #FFFFFF;
	font-size: 187%;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
}
#sub_img.subimg_news h2 span{
	margin-right: 20px;
}

#sub_img.subimg_person{
	width: 100%;
	height: 470px;
	background-image: url("../images/page/subimg_person.png");
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 95px;
}
#sub_img.subimg_person h2{
	color: #FFFFFF;
	font-size: 187%;
	padding: 60px 20px 0 20px;
	text-align: center;
}
#sub_img.subimg_person h2 span{
	display: block;
}
.person_3{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#sub_img.subimg_person2 img{
	width: 100%;
}
#sub_img.subimg_workstyle{
	width: 100%;
	height: 400px;
	background-image: url("../images/page/subimg_workstyle.png");
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 95px;
	z-index: 1;
}
#sub_img.subimg_workstyle::after{
	content: "";
	width: 100%;
	height:  calc(100% + 95px);
	background: url("../images/bg_circle.svg") no-repeat;
	background-position: 150% 80%;
	position: absolute;
	left: 0;
	bottom: -95px;
	z-index: -1;
}
#sub_img.subimg_workstyle::before{
	content: "";
	width: 100%;
	height: 95px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	position: absolute;
	left: 0;
	bottom: -95px;
	z-index: -1;
}
#sub_img.subimg_workstyle h2{
	color: #FFFFFF;
	font-size: 187%;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
}
#sub_img.subimg_adoption{
	position: relative;
	z-index: -1;
}
#sub_img.subimg_adoption img{
	width: 100%;
}
#sub_img.subimg_adoption::before{
	content: "";
	width: 100%;
	height:  100%;
	background: url("../images/bg_circle.svg") no-repeat;
	background-position: 150% 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#sub_img.subimg_adoption h2{
	color: #FFFFFF;
	font-size: 187%;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	text-align: center;
	height: 95px;
	line-height: 95px;
}
#sub_img.subimg_aboutus{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	text-align: center;
	padding-bottom: 95px;
	position: relative;
	z-index: -1;
}
#sub_img.subimg_aboutus::before{
	content: "";
	width: 100%;
	height:  calc(100% + 80px);
	background: url("../images/bg_circle-y.svg") no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: -80px;
	z-index: 1;
}
#sub_img.subimg_aboutus h2{
	color: #FFFFFF;
	font-size: 187%;
	line-height: 1;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
	text-align: center;
}
#sub_img.subimg_all{
	position: relative;
}
#sub_img.subimg_all img{
	width: 100%;
}
#sub_img.subimg_all h2{
	font-size: 187%;
	font-weight: 700;
	text-align: right;
	width: 90%;
	position: absolute;
	left: 0;
	top: 30%;
}
#sub_img.subimg_all h2 span{
	font-size: 120px;
	display: block;
}
@media screen and (max-width: 1300px){
#sub_img.subimg_all h2 span{
	font-size: 100px;
}
#sub_img.subimg_all h2{
	font-size: 150%;

}	
}
@media screen and (max-width: 991px){
#sub_img.subimg_all h2 span{
	font-size: 80px;
}
}
@media screen and (max-width: 768px){
#sub_ttl{
	padding: 30px 20px;
}
#sub_ttl h2{
	font-size: 113%;
}	
#sub_img h2 span{
	font-size: 250%;
}
#sub_img.subimg_news{
	width: 100%;
	height: 150px;
	margin-bottom: 0;
}
#sub_img.subimg_news::after{
	content: none;
}
#sub_img.subimg_news h2{
	font-size: 113%;
}
	#sub_img.subimg_person{
	width: 100%;
	height: 350px;
	background-image: url("../images/page/subimg_workstyle_sp.png");
	margin-bottom: 130px;
}
.person_3{
	width: 90%;
    bottom: -130px;
}
#sub_img.subimg_workstyle{
	width: 100%;
	height: 150px;
	margin-bottom: 60px;
}
#sub_img.subimg_workstyle::after{
	content: none;
}	
#sub_img.subimg_workstyle::before{
	content: "";
	width: 100%;
	height: 60px;
	bottom: -60px;
}
#sub_img.subimg_workstyle h2{
	font-size: 113%;
}
#sub_img.subimg_adoption::before{
content: none;
}
#sub_img.subimg_adoption h2{
	font-size: 113%;
	height: 60px;
	line-height: 60px;
}
#sub_img.subimg_aboutus{
	padding-bottom: 60px;
}
#sub_img.subimg_aboutus::before{
	content: "";
	width: 100%;
	height:  calc(100% + 60px);
	background: url("../images/bg_circle-y.svg") no-repeat;
	background-position: center bottom;
	background-size: 150%;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 1;
}
#sub_img.subimg_aboutus h2{
	font-size: 113%;
}	

#sub_img.subimg_all h2{
	font-size: 113%;
	text-align: center;
	width: 100%;
	position: relative;
	left: auto;
	top: auto;
	ackground : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	padding: 30px 15px;
	line-height: 1;
	color: #FFFFFF;
}
#sub_img.subimg_all h2 span{
	font-size: 50px;
	display: block;
	margin-bottom: 5px;
}	
}
@media screen and (max-width: 550px){
		#sub_img.subimg_person{
	width: 100%;
	height: 250px;
	background-image: url("../images/page/subimg_person_sp.png");
	margin-bottom: 100px;
}
.person_3{
	width: 90%;
    bottom: -100px;
}	
}

/*-------------------------------------*/
/*	ABOUT US */
/*-------------------------------------*/
#about01{
	background-image: url("../images/page/bg_about.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.about_box{
	margin-bottom: 80px;
}

.about_box h2{
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5;
}
.about_box h2 span{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	color: #006837;
}
.about_box p{
	line-height: 2;
}
#about02 h3{
	font-size: 150%;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 700;
}
#about02 p{
	line-height: 2;
}
.message_box{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	position: relative;
	padding: 100px 0 40px 0;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.message_box::before{
	content: "";
	width: 100%;
	height: 1000px;
	background-image: url("../images/bg_circle-y.svg");
	background-repeat: no-repeat;
	background-position: 20% top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -20%;

}
.message_box .w750{
	position: relative;
}
.message_box .w750::before{
	content: "";
	width: 107px;
	height: 158px;
	background-image: url("../images/page/about_star01.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -150px;
	top: 30%;
}
.ceo_img{
	position: absolute;
	left: -150px;
}
.ceo_img_tab{
	display: none;
}
#about03 h2{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	padding: 40px 20px 20px 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 224%;
	margin-bottom: 60px;
}
#about03 table,#about03 table td,#about03 table th {
    border-collapse: collapse;
    }
#about03 table td,#about03 table th {
   padding: 1em 1em;
		border:1px solid #000000;
    }
#about03 table th {
	width: 30%;
	background: #D9ECC0;
    }
#about03 table td {
    }

@media screen and (max-width: 991px){	
#about02 h2{
display: none;
}
.message_box .w750::before{
	content: none;

}	
.message_box{
	padding: 40px 0;
}	
.ceo_img_tab{
	display: block;
	margin-bottom: 20px;
}
.ceo_img{
	display: none;
}
	}
@media screen and (max-width: 768px){	
	#about01{
	background-image:none;
}
#about02 h3{
	text-align: center;
	font-size: 138%;
}
#about03 h2{
	font-size: 150%;
}
#about03 table  {
	font-size: 88%;
    }
#about03 table th {
	width: 25%;
    }	
}	
@media screen and (max-width: 550px){
	
}
/*-------------------------------------*/
/*	これ全部通建！？ */
/*-------------------------------------*/
#all{
	background-image: url("../images/page/bg_whats.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 25%;

}

#all h2{
	font-size: 187%;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.5;
}
#all h2 span{
	font-size: 110px;
	display: block;
	margin-bottom: 15px;
	font-family: 'Comforter', cursive;
	line-height: 1;
}
#all ul li{
	margin-bottom: 20px;
}
#all ul li::before{
	margin-bottom: 0;
}
@media screen and (max-width: 768px){	
#all{
	background-image: none;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 152, 68, 1) 0%,rgba(0, 92, 64, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 92, 64, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005C40' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 92, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844',endColorstr='#005C40' , GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 30%;
	background-position: center 20%;

}	
#all h2{
	font-size: 113%;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}
#all h2 span{
	font-size: 50px;
}
}	
@media screen and (max-width: 550px){
	
}
/*-------------------------------------*/
/*	社員紹介 一覧*/
/*-------------------------------------*/
.person_area{
	background-image: url("../images/page/bg_person.png"),url("../images/bg_wave-g.png");
	background-repeat: repeat-y,no-repeat;
	background-position: top center ,80%;
	background-size: auto,100%;
	padding: 40px 0 40px 0;
}
.person_box{
	max-width: 310px;
	position: relative;
	margin-bottom: 70px;
}
.person_box .person_speck{
	background: #FFFFFF;
	padding: 20px;
	position: absolute;
	position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 95%;
}
.person_speck ul{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.person_speck ul li:first-child{
	width: 30%;
}

.person_speck ul li:last-child{
	width: 70%;
}
.person_speck ul li:last-child p{
	color: #006837;
	line-height: 1.5;
	font-size: 75%;
}
.person_speck ul li:last-child h3{
	margin-bottom: 10px;
	margin-top: 10px;
}
.person_speck ul li span.no{
	font-size: 312%;
	text-align: center;
}
.person_box:hover .person_speck{
	background: #FFFFB2;
}
.person_speck h4{
	font-size: 113%;
		line-height: 1.5;
}
#talk{
	position: relative;
	z-index: 1;
}
#talk::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_circle-g.svg");
	background-repeat: no-repeat;
	background-position: 120% -50px;
	position: absolute;
	left: 0;
	top: 0;
		z-index: -1;
}
@media screen and (max-width: 768px){
.person_area{
	padding: 40px 0 100px 0;
}
.person_box{
	max-width: 310px;
	position: relative;
	margin-bottom: 50px;
}
.person_box .person_speck{
	padding: 15px;
    bottom: -50px;
}
.person_speck ul li:first-child{
	width: 30%;
}

.person_speck ul li:last-child{
	width: 70%;
}
.person_speck ul li:last-child p{
	color: #006837;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 75%;
}
.person_speck ul li:last-child h3{
	margin-bottom: 10px;
	font-size: 88%;
}
.person_speck ul li span.no{
	font-size: 250%;
	text-align: center;
}
.person_speck h4{
	font-size: 100%;
}
#talk::after{
	content: none;
}	
}
/*-------------------------------------*/
/*	社員紹介 詳細*/
/*-------------------------------------*/
.person_dtl{
background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 152, 68, 1) 0%,rgba(0, 89, 64, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 89, 64, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005940' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  border-radius : 0px  / 612px 612px 0px 0px;
  -moz-border-radius : 0px  / 612px 612px 0px 0px;
  -webkit-border-radius : 0px  / 612px 612px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005940',endColorstr='#009844' , GradientType=0);
	position: relative;
	padding: 60px 0 60px 0;
	z-index: 1;
}
.person_dtl::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
}

.person_dtl .person_speck{
background-color: #FFFFB2;background-image: url("../images/page/persondata_star.png");
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding: 20px 30px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	
}
.person_dtl .person_speck .group{
	font-size: 125%;
	color: #009844;
	line-height: 1.3;
	margin-bottom: 25px;
}
.person_dtl .person_speck .name{
	font-size: 113%;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 25px;
}
.person_dtl .person_speck .name span{
	font-size: 22px;
	color: #009844;
	margin-bottom: 30px;
}
.person_dtl .person_speck .post{
	font-size: 88%;
}
.person_dtl .prof p{
	font-size: 90%;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2.5;
}
.person_txt{
	max-width: 750px;
	margin: 0 auto;
}
.person_txt .txt{
	line-height: 2;
}
/*画像2枚＋テキスト*/
.txt_box01{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.txt_box01 .txt{
	width: 55%;
}
.txt_box01 ul{
	width: 40%;
}
.txt_box01 ul li{
	margin-bottom: 30px;
	text-align: center;
}
.txt_box01 ul li:last-child{
	margin-bottom: 0;
}
/*画像1枚＋テキスト*/
.txt_box02{
	display: flex;
	justify-content: space-between;
}
.txt_box02 .txt{
	width: 55%;
}
.txt_box02 ul{
	width: 40%;
}
.txt_box02 ul li{
	margin-bottom: 30px;
	text-align: center;
}
.txt_box02 ul li:last-child{
	margin-bottom: 0;
}

/*Q&A　2枠*/
.qa01{
	background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 152, 68, 1) 0%,rgba(0, 89, 64, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 152, 68, 1) ),color-stop(1,rgba(0, 89, 64, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009844', endColorstr='#005940' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 152, 68, 1) 0%, rgba(0, 89, 64, 1) 100%);
  border-radius : 0px  / 612px 612px 0px 0px;
  -moz-border-radius : 0px  / 612px 612px 0px 0px;
  -webkit-border-radius : 0px  / 612px 612px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005940',endColorstr='#009844' , GradientType=0);
	position: relative;
	padding: 60px 0 60px 0;
	color: #FFFFFF;
	z-index: 1;
}
.qa01::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
}
.qa01 .midashi01{
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 60px;
}
.qa01 dl,.qa02 dl{
	margin-bottom: 30px;
}
.qa01 dl dt,.qa02 dl dt{
	font-weight: 600;
	font-size: 150%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
	position: relative;
	padding-left: 40px;
}
.qa01 dl dt{
	border-bottom: 2px solid #FFFFFF;

}
.qa02 dl dt{
	border-bottom: 2px solid #000000;

}
.qa01 dl dt::before,.qa02 dl dt::before{
	content: "Q:";
	position: absolute;
	left: 0;
	top: 0;
}
.qa01 dl dd,.qa02 dl dd{
	font-weight: 600;
	font-size: 150%;
	margin-bottom: 30px;
	line-height: 1.5;
	position: relative;
	padding-left: 40px;
}
.qa01 dl dd::before,.qa02 dl dd::before{
	content: "A:";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 768px){
.person_dtl{
	padding: 40px 0 60px 0;
}
.person_dtl::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle_sp.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.person_dtl .person_speck{
background-color: #FFFFB2;background-image: url("../images/page/persondata_star.png");
	background-size: 10%;
	padding: 20px 30px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto 30px auto;
	
}
.person_dtl .person_speck .group{
	font-size: 88%;
}
.person_dtl .person_speck .name{
	font-size: 88%;
}
.person_dtl .person_speck .name span{
	font-size: 18px;
}
.person_dtl .person_speck .post{
	font-size: 75%;
}
.person_dtl .prof{
	max-width: 400px;
	width: 90%;
	margin:  0 auto;
}
.person_dtl .prof p{
	font-size: 88%;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	text-align: center;
}
/*画像2枚＋テキスト*/	
.txt_box01{
	flex-direction: column;
}
.txt_box01 .txt{
	width: 100%;
	margin-bottom: 30px;
}
.txt_box01 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	 gap: 10px 10px;
}
.txt_box01 ul li{
	margin-bottom: 0;
	 width: calc(100% / 2 - 10px);
}
/*画像1枚＋テキスト*/
.txt_box02{
	flex-direction: column;
}
.txt_box02 .txt{
	width: 100%;
}
.txt_box02 ul{
	width: 100%;
	margin-bottom: 30px;
}
/*Q&A　2枠*/
.qa01{
	padding: 40px 0 60px 0;
}
.qa01::after{
	content: "";
	width: 100%;
	height: 80%;
	background-image: url("../images/bg_halfcircle_sp.svg");
}	
.qa01 dl dt,.qa02 dl dt{
	font-size: 113%;
}
.qa01 dl dd,.qa02 dl dd{
	font-size: 113%;
}	
}
@media screen and (max-width: 550px){

}

/*-------------------------------------*/
/*	新着記事　詳細	*/
/*-------------------------------------*/
/*　新着　*/
h2.page_ttl{
	font-size: 163%;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.5;
}
#single .date{
	margin-right: 10px;
	color: #666666;
	font-size: 88%;
}
.thumb{
	display: block;
	margin: 0 auto 40px auto;
	text-align: center;
}
/*ページャー*/
#pager{
	margin: 40px 0;
	border-bottom: 2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
}
#pager li.prev{
	width: 50%;
	float: left;
}
#pager li.next{
	width: 50%;
	float: right;
	text-align: right;
}
#pager li a{
	display: block;
	padding: 1em 0;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform:capitalize;
}
#pager li a:hover{
	color:#006837;
}
#pager li.prev a::before{
	content: "\f104";
    font-family: FontAwesome;
	margin-right: 10px;
	color: #000;
}
#pager li.next a::after{
	content: "\f105";
    font-family: FontAwesome;
	margin-left: 10px;
	color: #000;
}
@media screen and (max-width: 768px){
	h2.page_ttl{
	font-size: 150%;
}
}

/*-------------------------------------*/
/*	新着一覧	*/
/*-------------------------------------*/
/*ドロップダウン*/
.archive_cat {
  margin-bottom: 40px;
}
.btn-cat {
  color: #9fa0a0;
  background-color:#F4F3F6;
  border-color: none;
}
.archive_cat .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 1em 0 1em;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 41px;
  height: 41px;
  width: 100%;
  border-radius: 0;
}
.archive_cat .btn::after {
  content: url("../images/page/dropdown.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.archive_cat .dropdown-menu > li > a:hover {
  background: #008AD4;
  color: #FFFFFF;
}
.archive_cat .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border: none !important;
}
.archive_cat .dropdown-menu {
  min-width: 100%;
  box-shadow: none !important;
}
.dropdown-menu > li > a {
  color: #595757;
}
.archive_cat :focus {
  outline: none !important;
  box-shadow: none !important;
}
/*一覧*/
.news_list {
  padding: 0;
}
.news_list li{
	padding-top: 15px;
 
}
.news_list li:nth-child(odd){
	/*background: #F4F3F6;*/
 
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #BFBFBF;
}
.news_list .item:first-child {
  border-top: 1px solid #BFBFBF;
}
.news_list .item .date {
  margin: 0;
  min-width: 120px;
  color: #666;
  padding: 0 15px 0 15px;
}
.news_list .item .category {
  margin: 0;
  min-width: 100px;
  padding: 0 15px 0 0;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 15px 0.5em;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
/* カテゴリーラベル */
.ico_new  {
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  font-size: 75%;
  line-height: 1;
	 background:#006837;
	margin: 5px;
}
.category .ico_new {
	width: 100%;
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 768px){
	  .archive_cat li {
    margin-bottom: 20px;
  }
  .archive_cat li:last-child {
    margin-bottom: 0;
  }
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0.5em;
  }
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	一覧ページナビ	*/
/*-------------------------------------*/
/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 40px auto auto;
	text-align: center;
	font-size: 100%;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.9em 1.2em!important;
	margin: 3px;
	display: inline-block;
	color:#006837!important;
	background:#FFFFFF;
	border: 1px solid #006837;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 100%;
	font-weight: 600;
}
.wp-pagenavi span{
	color:#006837;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.9em 1.2em!important;
	margin: 3px;
	display: inline-block;
	border: 1px solid #006837;
	color:#FFFFFF;
	background:#006837;
	font-size: 100%;
	font-style: italic;
	font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #313131!important;
}
.wp-pagenavi a:hover{
	border: 1px solid #006837;
	color: #FFFFFF!important;
	text-decoration: none!important;
	background:#006837;
	padding: 0.9em 1.2em!important;
}
.wp-pagenavi a:hover span{
	color:#FFFFFF;
}
.wp-pagenavi span {
    border: none!important;
}

.extend{
	padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px){
.previouspostslink,.nextpostslink{
	font-size: 86%;
}
	.wp-pagenavi {
	font-size: 88%;
}
}