@charset "UTF-8";

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background-color: #fff;
    }

a {
    text-decoration: none;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.title {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.subtitle {
    color: #0071bc;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 559px){
    .wrapper {
        width: 500px;
    }
}


/**********　　　　ヘッダー(PC)　　　　**********/

header {
    height: 80px;
    display: flex;
    align-items: center;
    a:link      {color: #212121;}
    a:visited   {color: #333;}
    a:hover     {color: #888;}
    a:active    {color: #aaa;}
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navi {
    display: flex;
}

header .navi li {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
}

/**********　　　　ヘッダー(SP)　　　　**********/

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

    header{
        height: 100px;
    }

    header .wrapper {
        display: block;
        align-items: center;
        margin-left: 20px;
    }

    header .navi li {
        padding-right: 15px;
        font-size: 12px;
        margin-top: 10px;
    }
}


/**********　　　　メインビジュアル(PC)　　　　**********/

#main-visual {
    background-image: url(images/mv.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 500px;
}

.mv-text {
    margin-left: 70px;
    padding-top: 80px;
    color: #fff;
}

.mv-text h1 {
    font-size: 70px;
    margin-bottom: 50px;
}

.mv-text p {
    font-size: 24px;
    margin-bottom: 90px;
    line-height: 1.5;
}

.btn1 {
    width: 250px;
    font-size: 24px;
    color: #fff;
    display: block;
    font-size: 24px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
  
.btn1:hover {
    background-color: #fff;
    border: 2px solid #0071bc;
    color: #0071bc;
}

/**********　　　　メインビジュアル(SP)　　　　**********/

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

    #main-visual {
        background-size: cover;
        height: 400px;
    }

    .mv-text {
        margin-left: 40px;
        padding-top: 60px;
    }

    .mv-text h1 {
        font-size: 35px;
    }

    .mv-text p {
        font-size: 18px;
    }

    .mv-text a {
        font-size: 18px;
        padding: 10px 30px 10px 30px;
    }

    .btn1 {
        width: 130px;
        font-size: 20px;
    }
}

/**********　　　　サービス内容(PC)　　　　**********/

#service {
    margin-top: 60px;
}

#service .content-area {
    margin-bottom: 60px;
}

.content-area {
    display: flex;
    justify-content: space-around;
}

.service-content {
    margin-top: 40px;
    width: 300px;
    border: solid 2px #43bcff;
    border-radius: 5px;
    padding: 30px 0;
}

.service-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 30px;
}

.service-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 30px 0 30px;
}


/**********　　　　サービス内容(SP)　　　　**********/

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

        #service .content-area {
            margin-bottom: 60px;
        }

        .content-area {
            display: block;
            justify-items: center;
        }
    }


/**********　　　　お客様の声(PC)　　　　**********/

#voice {
    background-color: #f0f0f0;
}

#voice .title {
    padding-top: 60px;
}

#voice .subtitle {
    padding-bottom: 60px;
}

.voice-content  {
    width: 310px;
}

.voice-content img {
    padding-bottom: 20px;
}

.voice-content h4 {
    padding-bottom: 20px;
    font-size: 16px;
}

.voice-content p {
    padding-bottom: 90px;
    font-size: 14px;
    line-height: 1.5;
}

/**********　　　　お客様の声(SP)　　　　**********/


/**********　　　　インフォ(PC)　　　　**********/

#info {
    background-image: url(images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
}

#info .content-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.office-content img {
    width: 25px;
    padding-right: 5px;
}

.office {
    width: 135px;
    text-align: center;
    border: solid 2px #0071bc;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tel {
    font-size: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.access {
    font-size: 14px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.info-content {
    margin-left: 30px;
}

.info-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-box img {
    width: 18px;
    padding-left: 20px;
}

.btn2 {
    font-size: 24px;
    position: relative;
    display: block;
    width: 350px;
    height: 80px;
    line-height: 78px;
    font-size: 24px;
    text-decoration: none;
    border: 2px solid #0071bc;
    color: #000;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .btn2:hover {
    color: #000;
  }
  
  .btn2::after,
  .btn2::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .btn2:hover::after {
    top: 0;
    left: 0;
    background-color: #fff;
  }
  
  .btn2::after {
    top: 0;
    left: -200px;
    width: 100%;
    height: 100%;
  }

/**********　　　　インフォ(SP)　　　　**********/

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

    #info {
        height: 500px;
        background-size: cover;
        background-position: 35% top;
    }

    #info .content-area {
        padding-top: 30px;
    }

    .office-content {
        margin-bottom: 30px;
    }

    .office {
        margin: 0 auto 15px;
    }

    .tel {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .access {
        text-align: center;
    }

    .office-content img {
        width: 20px;
    }

    .info-content p {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 30px;
    }
    
    .btn2 {
        font-size: 20px;
        width: 280px;
        height: 60px;
    }

    .btn-box img {
        width: 15px;
        padding-left: 20px;
    }
}

/**********　　　　フッター(PC)　　　　**********/

    footer {
        background-color: #1b5d88;
        height: 80px;
        display: flex;
        align-items: center;
    }

    footer .wrapper {
        display: flex;
        justify-content: right;
    }

 /**********　　　　フッター(SP)　　　　**********/

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

    footer .wrapper {
        margin-right: 20px;
    }
 }


   
    

