@charset "utf-8";
/*-------------------------------------------
	top main
--------------------------------------------*/
.topmain{
position:relative;
width:100%;
}
.topmain ul{
z-index:-10;
}
.topmain ul li,
.tm_bannerimg{
	position: relative;
	width: 100%;
	height:620px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tm01 {
	background: url(../images/top_main.png);
}
.tm02 {
	background: url(../images/top_main02.png);
}
.tm03 {
	background: url(../images/top_main03.png);
}

.tm_bannerimg{
	background: url(../images/top_banner0314.png) no-repeat center;
	background-size: cover;
	}
.topmain ul li .inner{
	position: relative;
}
.topmain ul li .box{
  position: absolute;
  top:150px;
  left:0;
  width:360px;
  height:280px;
  z-index:10;
}
.topmain ul li.tm01 .box{
  position: absolute;
  top:150px;
  left:50%;
  width:226px;
  height:280px;
  margin-left:-113px;
  z-index:10;
}
.topmain ul li .catch{
  font-weight:bold;
  font-size:2.2em;
  line-height: 1.5;
  color:#59B646;
  margin-bottom:10px;
  text-shadow:2px 2px 10px #FFF,-2px 2px 10px #FFF,2px -2px 10px #FFF,-2px -2px 10px #FFF;
}
.topmain ul li .txt{
  font-size:1.3em;
  text-shadow:2px 2px 10px #FFF,-2px 2px 10px #FFF,2px -2px 10px #FFF,-2px -2px 10px #FFF;
}
.topmain ul li a{
  position: absolute;
  bottom:0;
  display:block;
  width:226px;
  font-size:1.2em;
  color: #fff;
  margin:0 auto;
  padding:10px;
  text-align:center;
  border-radius:50px;
  background: #5AB646;
}

.bx-wrapper .bx-viewport{
  z-index:1;
}
.bx-wrapper .bx-pager {
    bottom: 0 !important;
    z-index: 10;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#45B247 !important;
}

.tm_banner .box{
text-align: center;
}
.tm_banner .box a{
	display: inline-block;
	margin:0 auto 10px;
	padding:10px 30px;
	font-size:1.2em;
	color: #fff;
	background: #5AB646;
}

/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 1300px) {/*950px以下のスタイル*/
.tm_bannerimg{
  height:430px;
}
}
@media (max-width: 950px) {/*950px以下のスタイル*/
.topmain ul li{
  height:400px;
}
.topmain ul li .box{
  top:50px;
  height:280px;
}
.topmain ul li.tm01 .box{
  top:20px;
  left:50%;
}
}
@media (max-width: 860px) {
.tm_bannerimg{
  height:350px;
}
}
@media (max-width: 640px) {
.tm_bannerimg{
  height:300px;
}
.tm_banner .box a{
	font-size:1em;
}
}

@media (max-width: 600px) {/*600px以下のスタイル*/
.topmain ul li{
  height:350px;
}
.topmain ul li .box{
  top:20px;
  height:190px;
}
.topmain ul li.tm01 .box{
	left:50%;
  top:60px;
  margin-left:-75px;
  height:190px;
}

.topmain ul li .catch{
  font-size:1.6em;
  margin-bottom:5px;
}
.topmain ul li .txt{
  font-size:1em;
}
.topmain ul li a{
  width:150px;
  font-size:1em;
  padding:5px 0;
}
}
@media (max-width: 480px) {/*480px以下のスタイル*/

.topmain ul li{
	height:300px;
}
.topmain ul li.tm01 .box{
  top:20px;
}
.tm_bannerimg{
  height:200px;
}

}

/*-------------------------------------------
	top contents
--------------------------------------------*/
#topcontents .inner{
padding:80px 0;
text-align:center;
}

#topcontents h2{
  font-size:2em;
  color:#59B646;
  font-weight:bold;
  padding-bottom:30px;
  background:url(../images/top_mdsline01.png) no-repeat bottom center;
}

@media (max-width: 640px) {/*640px以下のスタイル*/
#topcontents h2{
  font-size:1.8em;
}
}
/*-------------------------------------------
	top main
--------------------------------------------*/
/*-------------------------------------------
	about
--------------------------------------------*/
.tabout{
}
.tabout ul{
}
.tabout li{
  width:32%;
  margin:50px 2% 0 0;
  float:left;
}
.tabout li:last-child{
  margin-right:0;
}
.tabout li h3{
  font-size:1.2em;
  font-weight:bold;
  line-height:1.4;
  margin-top:10px;
}

.tabout_bnr li{
float: left;
width:450px;
padding:10px;
}
.tabout_bnr li div{
background:#fff;
padding:20px 0;
}
.tabout_bnr li a{
display:block;
}
.tabout_bnr li:first-child{
background: url(../images/top_aboutbnr01bg.png);
}
.tabout_bnr li:nth-child(2){
margin-left:50px;
background: url(../images/top_aboutbnr02bg.jpg);
}

.aboutbtn a{
padding-left:30px;
background: url(../images/about_btn.png) no-repeat right top;
background-size: auto 100%;
}
.aboutbtn span{
display: block;
font-weight: 700;
font-size:14px;
font-size:1.4rem;
text-align: left;
}
.aboutbtn span.bfnt{
font-size:26px;
font-size:2.6rem;
}
.tabout_bnr.sec p {
    margin-bottom:0;
	height: 100px;
}

/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 960px) {/*640px以下のスタイル*/

.tabout_bnr li{
float: none;
width:450px;
padding:10px;
margin:0 auto;
}
.tabout_bnr li:nth-child(2){
margin-left:auto;
margin-top:30px;
}
.tabout_bnr.sec p {
    margin-bottom:0;
	height: auto;
}
}/* end 960px */
@media (max-width: 640px) {/*640px以下のスタイル*/
.tabout ul{
  width:100%;
}
.tabout li,
.tabout li:last-child{
  width:auto;
  margin:50px auto 0;
  float:none;
}
.aboutbtn a{
padding:20px 20px;
}
.aboutbtn a span{
position:relative;
display:block;
font-size:0.8em;
}
}/* end 640px */

@media (max-width: 480px) {/*480px以下のスタイル*/
.aboutbtn a{
padding:20px 20px;
}
.tabout_bnr li{
width:100%;
}
}




/*-------------------------------------------
	activity
--------------------------------------------*/
.tactivity{
background:
	url(../images/top_actbg01.png) 0 0  repeat-x,
	url(../images/top_actbg02.png) 0 bottom repeat-x,
	url(../images/top_actbg03.png) left 70px repeat-y,
	url(../images/top_actbg04.png) right 70px repeat-y;
background-color:#E3F4FD;
padding-bottom:50px;
margin:0 auto 60px;
}

.tactivity h2{
  margin-bottom:30px;
}
.tactivity .lead{
  width:100%;
  text-align:left;
  font-size: 1.1em;
}
.tactivity ul{
  width:950px;
}
.tactivity li{
  position:relative;
  width:450px;
  padding:75px 40px 50px;
  margin-top:90px;
  margin-right:50px;
  background:#FFF;
  border-radius:20px;
  text-align: center;
  float:left;
}
.tactivity li:nth-child(even){
  margin-right:0;
}
.tactivity li .num{
  position:absolute;
  top:-45px;
  left:50%;
  margin-left:-55px;
}
.tactivity li .num img{
width:90%;
}

.tactivity li .img img{
width:65%;
}
.tactcap{
  display: table;
  width:100%;
}
.tactivity li h3{
  display: table-cell;
  width:30%;
  font-weight:bold;
  color:#888;
  vertical-align: middle;
}
.tactivity li h4{
  display: table-cell;
  width:70%;
  font-size:1.2em;
  font-weight:bold;
  line-height:1.4;
  margin-top:10px;
  padding-left: 20px;
  text-align: left;
  color:#59B646;
  border-left:1px solid #d5d5d5;
}
.tactivity li a{
  position:absolute;
  bottom:-19px;
  left:50%;
  display:block;
  width:150px;
  font-size:1.06em;
  color: #fff;
  padding:5px;
  text-align:center;
  margin-left:-75px;
  border-radius:50px;
  background: #5AB646;
}
.actindx li .img{
width:100%;
}


/*-------------------- ■ START Media Queries ■ --------------------*/
@media (max-width: 950px) {/*950px以下のスタイル*/

.tactivity ul{
  width:100%;
}
.tactivity li{
  width:47%;
  margin-right:6%;
}
}
@media (max-width: 860px) {/*860px以下のスタイル*/
.tactivity li{
  padding:75px 10px 50px;
  margin-right:30px;
}
.tactivity li h3{
  width:25%;
}
.tactivity li h4{
  width:75%;
}
}
@media (max-width: 768px) {/*768px以下のスタイル*/
.sec .tactivity  li p.num{
margin-bottom: 0;
}
.tactivity li h3{
  display: block;
    width:100%;
}
.tactivity li h4{
  display: block;
    width:100%;
	border:none;
	text-align: center;
	    margin-top: 5px;
}
}
@media (max-width: 640px) {/*640px以下のスタイル*/
.tactivity h2{
  font-size:1.6em;
}

.tactivity li,
.tactivity li:nth-child(even) {
    width: 100%;
    margin: 120px auto 0;
    float: none;
}
.tactcap{
  display: table;
  width:100%;
}
.tactivity li h3{
  display: table-cell;
  width:30%;
}
.tactivity li h4{
  display: table-cell;
  width:70%;
  font-size:1.2em;
  font-weight:bold;
  line-height:1.4;
  margin-top:10px;
  padding-left: 20px;
  text-align: left;
  border-left:1px solid #d5d5d5;
}

}
