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


/*----main visual----*/
.mv{
    background: url(/service/img/mv_bg-min.jpg);
    background-size: cover;
    background-position: center;
}
.mv h1{
    font-size: 240%;
    text-align: center;
    color: #ffffff;
    text-shadow:0px 0px 9px #000000;
    padding: 200px 0 140px;
}

/*----service----*/
.service{
    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%;
}
.service p{
    margin: 50px auto;
    line-height: 1.8;
    text-align: center;
    font-size: 110%;
}
.service_img{
    width: 60%;
    margin: 0 auto;
}
.service ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;

}
.service ul li{
    width: 16%;
    border-top: 3px solid #7bb37b;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
.service ul li a{
    padding: 10%;
    color: #333333;
    text-decoration: none;
    display: block;
}
.service ul li a:hover{
    color: #7bb37b;
    
}
.service_box01{
    padding-top: 30px;
}
.service_box01 h3,.service_box02 h3{
    border-left: 5px solid #7bb37b;
    border-bottom: 1px solid #7bb37b;
    font-size: 120%;
    padding: 5px 5px 7px 5px;
    font-weight: bold;
}
.service_box01 div{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.service_box01 div p{
    text-align: left;
    margin: 0 0 0 30px;
    font-size: 100%;
}

.service_box02_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_box02{
    width: 47%;
    padding-top: 30px;
}
.service_box02 p{
    text-align: left;
}
.service_box02 figure{
    margin: 20px 0;
    text-align: center;
}
.service_cassette_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_cassette{
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}
.service_cassette figcaption{
    font-weight: bold;
    margin: 5px 0 0;
}
.service_cassette p{
    text-align: left;
    margin: 5px 0;
    line-height: 1.4;
    color: #999999;
    font-size: 90%;
}
.service_cassette .tag{
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 6px 10px 6px 10px;
    font-size: 90%;
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    .mv h1{
        padding: 120px 0 70px;
        font-size: 200%;
    }
    .service p{
        margin: 50px 15px;
    }
    .service ul{
        justify-content: space-around;
    }
    .service ul li{
        width: 45%;
    }
    .service_box01 div{
        display: block;
    }
    .service_box01{
        margin: 0 15px;
    }
    .service_box01 img{
        width: 100%;
    }
    .service_box01 div p,.service_box02 div p{
        margin: 10px 0;
    }
    .service_box02_area{
        margin: 0 15px
    }
    .service_box02{
        width: 100%;
    }
    .service_box02 figure{
        margin: 20px 0 0;
    }
    .service_box02 figure img{
        width: 100%;
    }
    .service_cassette_area{
        justify-content: space-around
    }
    .service_cassette{
        width: 43%;
    }
    .service_cassette p{
        margin: 5px 0;
    }
}