@charset "UTF-8";

.sec-mv{
    width: 100%;
    height: 500px;
    background: url(../img/top/img_main.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.sec-mv .inner{
    margin-top: 60px;
}
.sec-mv .stl{
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.sec-mv .ttl{
    font-size: 50px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.4em;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}

.sec-service{
    padding: 120px 0;
    overflow-x: hidden;
}
.sec-service .ttlbox{
    margin-bottom: 80px;
}
.sec-service .inner .box{
    width: 32%;
    height: 260px;
    position: relative;
}
.sec-service .inner .box:after{
    content: "";
    border: 20px solid transparent;
    border-top: 20px solid #276dd2;
    position: absolute;
    right: -28px;
    bottom: 0;
    transform-origin: right bottom;
    transform: rotate(-45deg);
}
.sec-service .inner .box > div{
    width: 100%;
}
.sec-service .inner .box .ico{
    width: 65px;
    height: 65px;
    border: 1px solid #276dd2;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin-left: auto;
    margin-right: auto;
}
.sec-service .inner .box:hover .ico img{
    -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.sec-service .inner .box.box01{
    background: url(../img/top/bg_service01.jpg) no-repeat center center;
    background-size: cover;
}
.sec-service .inner .box.box02{
    background: url(../img/top/bg_service02.jpg) no-repeat center center;
    background-size: cover;
}
.sec-service .inner .box.box03{
    background: url(../img/top/bg_service03.jpg) no-repeat center center;
    background-size: cover;
}
.sec-service .inner .box .ttl{
    font-size: 28px;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.2em;
    margin: 30px 0 10px;
}
.sec-service .inner .box .en{
    font-size: 14px;
    color: #fff;
    font-family: 'Sen', sans-serif;
    font-weight: bold;
}

.sec-about a{
    display: block;
    background: url(../img/top/bg_about.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 110px;
}
.sec-about a .ttl{
    font-size: 28px;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.4em;
    margin: 25px 0 5px;
}
.sec-about a .en{
    font-size: 15px;
    color: #fff;
    font-family: 'Sen', sans-serif;
    font-weight: bold;
}

.btn-contact{
    margin-top: 80px;
    margin-bottom: 80px;
}

.sec-news{
    padding: 120px 0 100px;
    background: #f5f5f5;
}
.sec-news .inner .single-thumb-container{
    width: 32%;
}
.sec-news .inner .single-thumb-image .icon{
    height: 134px;
}
.sec-news .inner .single-thumb-image .icon span{
    padding-top: 28px;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background: rgba(0,161,177,0.64);
    background: -webkit-linear-gradient(left, rgba(0,161,177,0.64) 0%, rgba(0,62,210,0.64) 100%);
    background: linear-gradient(left, rgba(0,161,177,0.64) 0%, rgba(0,62,210,0.64) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,161,177,0.64)', endColorstr='rgba(0,62,210,0.64)',GradientType=1 );
}
.sec-news .inner .ttl{
    font-size: 16px;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    letter-spacing: 2px;
    margin: 20px 0 5px;
}
.sec-news .inner .date{
    font-size: 13px;
    font-family: 'Sen', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
}
.sec-news .inner .cat{
    display: inline-block;
}
.sec-news .inner .cat a{
    font-size: 13px;
    color: #274dd2 !important;
    font-family: 'Sen', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 5px;
}
.sec-news .inner .more{
    font-size: 15px;
    color: #3fa8f4 !important;
    font-family: 'Sen', sans-serif;
    display: block;
    max-width: 200px;
    margin: 35px auto 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #3fa8f4;
    padding: 15px 0;
}


@media only screen and (max-width: 767px) {
    .sec-mv{
        background: url(../img/top/img_main_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .sec-mv .inner{
        margin-top: 0;
    }
    .sec-mv .stl{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .sec-mv .ttl{
        font-size: 36px;
        letter-spacing: 1px;
    }
    
    .sec-service{
        padding: 100px 0;
    }
    .sec-service .ttlbox{
        margin-bottom: 65px;
    }
    .sec-service .inner {
        max-width: 414px;
        margin: 0 auto;
    }
    .sec-service .inner .box{
        width: 100%;
        height: 225px;
        margin-bottom: 55px;
    }
    .sec-service .inner .box:last-child{
        margin-bottom: 0;
    }
    .sec-service .inner .box .ttl{
        font-size: 25px;
        margin: 25px 0 10px;
    }
    .sec-service .inner .box .en{
        font-size: 16px;
    }
    
    .sec-about a{
        display: block;
        background: url(../img/top/bg_about_sp.jpg) no-repeat center center;
        background-size: cover;
        padding: 90px 0 130px;
    }
    .sec-about a .ttl{
        font-size: 25px;
    }
    .sec-about a .en{
        font-size: 16px;
    }
    
    .btn-contact{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .sec-news{
        padding: 100px 0 60px;
    }
    .sec-news .inner .single-thumb-container{
        margin-bottom: 25px;
        width: 100%;
    }
    .sec-news .inner .single-thumb-container:last-child{
        margin-bottom: 0;
    }
    .sec-news .inner .single-thumb-image{
        width: 100%;
    }
    .sec-news .inner .ttl{
        letter-spacing: 1px;
    }
    .sec-news .inner .date{
        font-size: 14px;
    }
    .sec-news .inner .cat a{
        font-size: 14px;
    }
    .sec-news .inner .more{
        font-size: 16px;
        margin: 23px auto 0;
    }
}