@charset "utf-8";
.bg_blue{
	background: #d1dee1;
}


.scrollBox01 {
	overflow: auto;
}

@media screen and (max-width: 767px) {
.scrollBox01 {
	overflow: auto;
}
}
.blog_area_top_01 {
	background-color: #fff;
	border: 1px solid #bbbbbb;
	padding: 15px;
	max-height: 240px;
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
.blog_area_top_01 {
	max-height: 200px;
	margin-bottom: 20px;
	padding: 15px;
}
}
.blog_area_top_02 {
	background-color: #fff;
	border: 1px solid #bbbbbb;
	padding: 30px;
	max-height: 350px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.blog_area_top_02 {
	max-height: 200px;
	margin-bottom: 30px;
	padding: 15px;
}
}
.bg_top01 {
	background: url(../img/top/bg_leaf.webp) center top no-repeat #EAF9D9;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg_top02 {
	background: url(../img/top/bg_01.webp) left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg_top03 {
	background: url(../img/top/bg_03.webp) right top no-repeat #fff;
	padding: 60px 0 0;
	-webkit-background-size: auto;
	background-size: auto;
}
.bg_content {
	background: url(../img/common/bg_ptn_01.png) repeat left top;
}

@media screen and (max-width: 767px) {

.top_u_txt {
	padding-bottom: 20px;
	height: auto;
}
}
.bg_top_white {
	position: absolute;
	left: 0;
	bottom: 60px;
	max-width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 30px;
}
.bg_top_white_1 {
	background: rgba(255,255,255,1);
	padding: 60px 20px;
}

@media screen and (max-width: 767px) {
.bg_top_white {
	padding: 15px;
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
}
}
/*slider css　トップスライダー
-------------------------------------*/
.wideslider_outer {
	position: relative;
	min-height: 370px;
}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width : 767px ) {
.wideslider_outer {
	position: relative;
	min-height: auto;
}
.wideslider_outer .slide_txt {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	margin: 0;
}
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(../img/top/arrow_l.png) no-repeat 95% center;
}
.slider_next {
	background: #fff url(../img/top/arrow_r.png) no-repeat 5% center;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
.topslider_outer {
	position: relative;
}
/*bxslider css
-------------------------------------*/
/*bxslider css
-------------------------------------*/

.topslider_outer {
	position: relative;
}
.slide figure img {
    padding-right: 10px;
}
@media screen and (max-width : 767px ) {
.slide figure img {
	margin: 0 auto;
}
}
/**/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}


/*tuiki
----------------------------------*/
.slider_txt01{
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	/*text-shadow:2px 2px 5px rgba(0,0,0,0.6);*/
	letter-spacing: 2.5px;
	position: relative;
}
@media screen and (max-width : 767px ) {
.slider_txt01{
	font-size: 1.8rem;
	letter-spacing: 1.5px;
}
}
.slider_txt01::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	background: #fff;
	width: 100px;
	height: 1px;
}
@media screen and (max-width : 767px ) {
.slider_txt01::before{
	bottom: -5px;
	width: 60px;
}
}



.slider_txt02{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
/*	text-shadow:2px 2px 5px rgba(0,0,0,0.6);
*/	letter-spacing: 1.5px;
	line-height: 2;
}
@media screen and (max-width : 767px ) {
.slider_txt02{
	font-size: 1.2rem;
	/*text-shadow:2px 2px 5px rgba(0,0,0,0.4);*/
	letter-spacing: 0;
}
}

.slider_txt03{
	font-size: 3rem;
	font-weight: bold;
	color: #111;
	  text-shadow: 1px 1px 0 #f4f5f5,
               -1px 1px 0 #f4f5f5,
               1px -1px 0 #f4f5f5,
               -1px -1px 0 #f4f5f5;
	letter-spacing: 2.5px;
	position: relative;
}
@media screen and (max-width : 767px ) {
.slider_txt03{
	font-size: 1.8rem;
	/*text-shadow:2px 2px 5px rgba(255,255,255,255.4);*/
	letter-spacing: 1.5px;
}
}
.slider_txt03::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	background: #111;
	width: 100px;
	height: 1px;
}
@media screen and (max-width : 767px ) {
.slider_txt03::before{
	bottom: -5px;
	width: 60px;
}
}
.slider_txt04{
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
	line-height: 2;
	letter-spacing: 2px;
	  text-shadow: 1px 1px 0 #f4f5f5,
               -1px 1px 0 #f4f5f5,
               1px -1px 0 #f4f5f5,
               -1px -1px 0 #f4f5f5;
}



@media screen and (max-width : 767px ) {
.slider_txt04{
	font-size: 1.2rem;
	/*text-shadow:2px 2px 5px rgba(255,255,255,255.4);*/
	letter-spacing: 0;
}
}

.bg_black{
	background: #161862;
	padding: 20px 0;
	line-height: 1;
}
@media screen and (max-width : 767px ) {
.bg_black{
	padding: 20px 10px;
}
}

.box_news > .left_area{
	float: left;
	width: 12%;
	background: #46952F;
	color: #fff;
	padding: 10px;
	font-size: 2rem;
	text-align: center;border-radius: 10px;
	margin: 45px 0;
}
.box_news > .right_area{
	float: right;
	width: 85%;
}
@media screen and (max-width : 767px ) {
	.box_news > .left_area{
	font-size: 1.8rem;
	float: none;
	width: 100%;
		margin: auto;
		margin-bottom: 20px;
}
.box_news > .right_area{
	float: none;
	width: 100%;
}
}
.area_news {
}
@media screen and (max-width : 767px ) {
.area_news {
}
}
.area_news .left_area{
	float: left;
	width: 1000px;
}

.area_news .right_area{
	float: right;
	width: 105px;
}
@media screen and (max-width : 767px ) {
.area_news .left_area{
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

.area_news .right_area{
	float: none;
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
}
}
.area_news .right_area a{
	color: #fff;
}
.area_news ul,.area_news ul > li{
	width: 100% !important;
}
.area_news ul > li dl{
	border-bottom:1px solid #46952F;
	margin-bottom:15px;
	padding-bottom:15px;
}
.area_news ul > li:last-child dl{
	border-bottom:none;
	margin-bottom:0px;
}
.area_news ul > li dt{
	float: left;
	width: 15%;
	font-size: 1.6rem;color: #46952F;
}
@media screen and (max-width : 767px ) {
.area_news ul > li dt{
	float: none;
	width: 100%;
	font-size: 1.4rem;
}
}
.area_news ul > li dd{
	float: left;
	width: 85%;
	font-size: 1.6rem;
}
@media screen and (max-width : 767px ) {
.area_news ul > li dd{
	width: 100%;
	float:none;
	font-size: 1.4rem;
	font-weight: bold;
}
}

.voice_area{
	border: #FF8484 4px solid;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
}
@media screen and (max-width : 767px ) {
.voice_area{
	width: 100%;
}
}
.voice_area .left_area{
	float: left;
	width: 20%;
}
.voice_area .right_area{
	float: right;
	width: 75%;
}
@media screen and (max-width : 767px ) {
.voice_area .left_area{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.voice_area .right_area{
	float: none;
	width: 100%;
}
}


/*************************
パララックス
*************************/
.parallax{
	height:540px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
@media screen and (max-width : 767px ) {
	.parallax{
	height:480px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-size: cover;	
	}

}
.box_01{
	padding:95px 0;
	}
@media screen and (max-width : 767px ) {
.box_01{
	padding:20% 10px;
	}
}

.parallax_img_1{
	background-image:url( ../img/top/bg_01.jpg);	
}
@media screen and (max-width : 767px ) {
.parallax_img_1{
    background-position: right bottom;
}
}



.parallax_img_2{
	background-image:url( ../img/top/bg_02.jpg);	
	}
@media screen and (max-width : 767px ) {
.parallax_img_2{
    background-position: center bottom;
}
}

.parallax_img_3{
	background-image:url( ../img/top/bg_03.webp);	
	height:500px;
	}

#jquery-cycle > li{background-color: #161862 !important;}


/*---------------------------*/

.list_01 >li{
	border: #46952F 4px solid;
	background: #EAF9D9;
	border-radius: 10px;
	padding: 15px;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
@media screen and (max-width : 767px ) {
.list_01 >li{
	padding: 10px;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
}
.list_01 >li:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width : 767px ) {
.list_01 >li:nth-child(3n){
	margin-right: 2%;
}
.list_01 >li:nth-child(2n){
	margin-right: 0;
}
}
.list_01 li .left_area{
	float: left;
	width: 35%;
}
@media screen and (max-width : 767px ) {
	.list_01 li .left_area{
	float:none;
	width:100%;
		text-align: center;
}
}
.list_01 li .right_area{
	float: left;
	width: 65%;
	text-align: center;
	font-size: 3rem;
	line-height: 1.1;
	font-weight: bold;
	padding: 15px 0;
	box-sizing: border-box;
}
@media screen and (max-width : 767px ) {
.list_01 li .right_area{
	float: none;
	width: 100%;
	font-size: 2.0rem;
	padding: 15px 0;
}
}

.box_01_ttl{
	background: #46952F;
	border-radius:10px 10px 0 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
}
@media screen and (max-width : 767px ) {
.box_01_ttl{
	font-size: 2rem;
}
}
.box_01{
	border: #46952F 3px solid;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.list_item{
	 display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.list_item > li{
	text-align: center;
	flex-basis:31%;
	padding: 30px;
	box-sizing: border-box;
	margin: 1%;
	background: #FFF9EF;
	border: #643700 3px solid;
	border-radius: 10px;
}
@media screen and (max-width : 767px ) {
.list_item > li{
	flex-basis:48%;
	padding: 10px;
	margin: 1%;
}
.list_item > li:last-child{
	flex-basis:98%;
	margin: 0;
	margin: 1%;
}	
}



.ttl_voice{
	border-bottom: #FF8484 2px dotted;
	padding-bottom: 15px;
	font-size: 2.4rem;
	color: #FF8484;
	line-height: 1.1;
}
@media screen and (max-width : 767px ) {
.ttl_voice{
	font-size: 1.8rem;
}
}
.ttl_voice p:first-child{
	float: left;
	width:80%;
}
@media screen and (max-width : 767px ) {
	.ttl_voice p:first-child{
	width:100%;
		margin-bottom: 5px;
}
}
.ttl_voice p:nth-child(2){
	float: right;
	width:10%;
	font-size: 1.8rem;
}
.ttl_voice p:nth-child(3){
	float: right;
	font-size: 1.8rem;
	width:10%;
}
@media screen and (max-width : 767px ) {
	.ttl_voice p:nth-child(2){
	width:20%;
	font-size: 1.4rem;
}
.ttl_voice p:nth-child(3){
	float: right;
	font-size: 1.4rem;
	width:15%;
}
}