/*--------------------

目次
    #page-common
    #hero

--------------------*/
.container{
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
  }
@media screen and (max-width: 1280px) {

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

}
@media screen and (max-width: 768px) {
    #work .container,#service .container{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 480px) {
    #work .container,#service .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 375px) {
    #work .container,#service .container{
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 320px) {

}
/*--------------------

    #hero

--------------------*/
#hero{
    background-image: url(../img/page-infomation/1x/hero-100.jpg);
    background-image: image-set(url(../img/page-infomation/1x/hero-100.jpg) 1x, url(../img/page-infomation/2x/hero@2x-100.jpg) 2x);
    background-image: -webkit-image-set(url(../img/page-infomation/1x/hero-100.jpg) 1x, url(../img/page-infomation/2x/hero@2x-100.jpg) 2x);
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hero .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#hero h2{
    color:white;
    font-size: 36px;
}
@media screen and (max-width: 1280px) {

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

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

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

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

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

}
/*--------------------

    #work

--------------------*/
#work{
    padding: 5vw 0 3.5vw;
    text-align: center;
}
#work .title h2 {
    margin-bottom: 2vw;
}
#work p {
    margin-bottom: 2.5vw;
    line-height: 33px;
}

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

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

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

}
@media screen and (max-width: 480px) {
#work p {
    text-align:left;
}
}
@media screen and (max-width: 375px) {

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

}
/*--------------------

    #service

--------------------*/
#service .items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5vw;
}
#service .content01{
    position: relative;
}
#service .content03{
    margin-bottom: 1.5vw;
}
#service .title h2 {
    margin-bottom: 3vw;
}
#service .content{
    padding-bottom: 2vw;
}
#service .content .left{
    width: 400px;
}
#service .content .right{
    max-width: 420px;
}
#service .content .right h3{
    color:#06355F;
    border-bottom:1px solid #808080;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#service .content .right p{
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 3vw;
}
#service .content .right span{
    display: block;
    text-align: right;
}
#service #button{
    display: block;
    width: 100%;
    max-width: 130px;
    height: 30px;
    background: white;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    color:#083367;
    font-size: 10px;
    border: 1px solid #083367;
    position: absolute;
    bottom:0;
    right:0;
  }
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
    #service .content .left{
        padding: 10px;
    }
    #service .content .right{
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    #service .items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 2.5vw;
    }
    #service .content .left{
        width: 100%;
    }
    #service .content .left img{
        margin: 0 auto;
    }
    #service .content .right{
        max-width: 100%;
    }
    #service #button{
        max-width: 250px;
        height: 50px;
        position: static;
        margin: 0 auto;
      }
}
@media screen and (max-width: 480px) {
    #service #button{
        max-width: 200px;
        height: 40px;
      }
}
@media screen and (max-width: 375px) {

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

}
