@charset "UTF-8";
/* CSS Document */


/*----main visual----*/
.mv{
    background: url(/top/img/mv_bk-min.jpg);
    background-size: cover;
    background-position: center;
}
.mv_inner{
    max-width: 970px;
    margin: 0 auto;
    padding: 180px 0 170px;
}
.mv_inner h1{
    font-size: 240%;
    color: #ffffff;
    text-shadow:0px 0px 3px #000000,0px 0px 30px #000000;
    line-height: 170%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mv_inner p{
    font-size: 400%;
    color: #7bb37b;
    text-shadow:#ffffff 1px 1px 0, #ffffff -1px -1px 0,/*右下、左上*/
        #ffffff -1px 1px 0, #ffffff 1px -1px 0,/*右上、左下*/
        #ffffff 0px 1px 0, #ffffff  0-1px 0,/*右、左*/
        #ffffff -1px 0 0, #ffffff 1px 0 0;/*上、下*/
    margin: 20px 0 50px;
	font-weight: bold;
}
.mv_inner div a{
    display: inline-block;
    color: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
    z-index: 1;
    background: #7bb37b;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.2rem;
	font-weight: bold;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 2px #7bb37b;
}


.mv_inner div a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #467a46;
  transition: all 0.3s ease;
}
.mv_inner div a:hover {
  color: #fff;
}
.mv_inner div a:hover:after {
  left: 0;
  width: 100%;
}
.mv_inner div a:active {
  top: 2px;
}

/*----service----*/
.serbice_area{
    padding: 40px 0;
    max-width: 970px;
    margin: 0 auto;
}
h2{
    font-size: 200%;
    color: #7bb37b;
    margin: 0 auto;
    max-width: 970px;
    text-align: center;
    margin-bottom: 30px;
}
h2 span{
    position: relative;
    padding: 20px;
}
h2 span:after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: #7bb37b;
    position: absolute;
    bottom: 10px;
    left: 25%;
}
.serbice_area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.serbice_area ul li{
    width: 27%;
    padding: 2% 3% 20px;
    border-right: 1px dotted #7bb37b;
}
.serbice_area ul li:nth-child(1),.serbice_area ul li:nth-child(2),.serbice_area ul li:nth-child(3){
    border-bottom: 1px dotted #7bb37b;
}
.serbice_area ul li.bd_r_none{
    border-right:none;
}
.serbice_area ul li h3{
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin: 10px;
}
.serbice_area ul li p{
    margin: 10px;
    line-height: 1.4;
}
.serbice_area ul li figure img{
    width: 100%;
}
.serbice_area ul li div{
    text-align: center;
}
.serbice_area ul li div a{
    color: #7bb37b;
    text-decoration: none;
}
.serbice_area ul li div a:hover{
    opacity: 0.7;
}

/*----about----*/
.about_area{
    background: url(/top/img/about_bk-min.jpg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding-bottom: 29px;
}
.about_area h2{
    color: #ffffff;
    padding-top: 50px;
    text-shadow:0px 0px 3px #000000;
}
.about_area h2 span:after{
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #000000;
}
.about_area p.info_text{
    max-width: 700px;
    margin: 60px auto;
    text-shadow:0px 0px 3px #000000;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}
.about_area p.info_text span{
    display: block;
    text-align: right;
}
.about_area ul{
    max-width: 970px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.about_area ul li{
    width: 20%;
    padding: 1%;
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0.3);
}
.about_area ul li figure{
    height: 110px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.about_area ul li p{
    font-size: 92%;
    line-height: 1.4;
}



/*----media----*/
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    .mv_inner{
       padding: 90px 10px 60px;
    }
    .mv_inner h1{
        font-size: 150%;
		margin-bottom: 30px
    }
    .mv_inner p{
        font-size: 320%;
		margin-bottom: 30px;
    }
	.mv_inner div{
		text-align: center;
	}
	.mv_inner div a{
    border-radius: 100px;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 2px #7bb37b;
    padding: 8px 40px;
    display: block;
    margin: 40px 40px 0;
		font-size: 1rem;
	}
    .serbice_area ul li{
        width: 43.5%;
        border: none;
    }
    .serbice_area ul li:nth-child(1), .serbice_area ul li:nth-child(2), .serbice_area ul li:nth-child(3){
        border: none;
    }
    .serbice_area ul li:nth-child(1), .serbice_area ul li:nth-child(2), .serbice_area ul li:nth-child(3), .serbice_area ul li:nth-child(4){
    border-bottom: 1px dotted #7bb37b;
    }
    .serbice_area ul li:nth-child(1), .serbice_area ul li:nth-child(3), .serbice_area ul li:nth-child(5){
    border-right: 1px dotted #7bb37b;
    }
    .about_area p.info_text{
        margin: 60px 15px;
    }
    .about_area ul li{
        width: 45%;
        margin-bottom: 10px;
    }
    .about_area ul li figure{
        height: auto;
    }
    .about_area ul li figure img{
        width: 50%;
        margin: 10px auto;
    }
    .about_area ul li:nth-child(2) figure img,.about_area ul li:nth-child(3) figure img{
        width: 37%;
    }
}









