html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    letter-spacing: 0.1em;
}
ul,li{
    list-style: none;
}
img{
    width:100%;
}
a{
    text-decoration: none;
    color:#555;
}
p{
    line-height:1.5;
}

/* ===================================

margin

=================================== */

.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top:50px;
}
.mt-60{
    margin-top:60px;
}
.mt-70{
    margin-top:70px;
}
.mt-80{
    margin-top:80px;
}
.mt-90{
    margin-top:90px;
}
.mt-100{
    margin-top:100px;
}

.mb-10{
    margin-bottom:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}
.mb-60{
    margin-bottom:60px;
}
.mb-70{
    margin-bottom:70px;
}
.mb-80{
    margin-bottom:80px;
}
.mb-90{
    margin-bottom:90px;
}
.mb-100{
    margin-bottom:100px;
}

/* ===================================

padding

=================================== */

.pt-10{
    padding-top:10px;
}
.pt-20{
    padding-top:20px;
}
.pt-30{
    padding-top:30px;
}
.pt-40{
    padding-top:40px;
}
.pt-50{
    padding-top:50px;
}
.pt-60{
    padding-top:60px;
}
.pt-70{
    padding-top:70px;
}
.pt-80{
    padding-top:80px;
}
.pt-90{
    padding-top:90px;
}
.pt-100{
    padding-top:100px;
}

.pb-10{
    padding-bottom:10px;
}
.pb-20{
    padding-bottom:20px;
}
.pb-30{
    padding-bottom:30px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom:50px;
}
.pb-60{
    padding-bottom:60px;
}
.pb-70{
    padding-bottom:70px;
}
.pb-80{
    padding-bottom:80px;
}
.pb-90{
    padding-bottom:90px;
}
.pb-100{
    padding-bottom:100px;
}

.wrap{
    max-width:1100px;
    overflow:hidden;
    margin:0 auto;
}

.body{
    letter-spacing: 1px;
    line-height:1;
    color:#555555;
    font-family: 'Montserrat', -apple-system, sans-serif,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

header{
    width:100%;
    height:100px;
    background: #fff;
    position: fixed;
    top:0;
    left:0;
    z-index: 10;
}

header h1{
    width:234px;
    float:left;
    padding:31px 0;
    margin-left:30px;
}

header h1 a{
    display: block;
    height:38px;
}

header h1 img{
    height:100%;
    width:auto;
}

header nav{
    float:right;
    width:800px;
    height:100px;
}

header ul{
    width:100%;
}

header li{
    width:20%;
    text-align: center;
    font-size:14px;
    line-height:100px;
    float:left;
}
header li a{
    color:#555;
}

.main_cont_img{
    background:url(../img/main_bg.jpg) left center no-repeat;
    background-size:cover;
    box-sizing: border-box;
    width:100%;
    min-height: 900px;
    position: relative;
    margin-top:100px;
}

.main_cont_img img{
    position:absolute;
    width:50%;
    left:12.5%;
    top:50%;
    transform:translateY(-50%);
}

.wrap h2{
    font-size:30px;
    font-family: 'Montserrat', -apple-system, sans-serif,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color:#3166ab;
    font-weight:bold;
    text-align: center;
    position: relative;
    margin-top:130px;
}
.wrap h2::after{
    content:"";
    width:1px;
    height:50px;
    position:absolute;
    bottom:90px;
    left:50%;
    transform:translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background:#3166ab;
}

.wrap h2 span{
    display: inline-block;
    width:100%;
    font-size:14px;
    font-weight:normal;
    letter-spacing: 1.5;
}

.service .service-list{
    width:100%;
    overflow: hidden;
}

.service-list li{
    float:left;
}

.service-list li img{
    width:100%;
    height:100%;
}

.service-list p{
    text-align: center;
    padding:15px 0;
    color:#555;
}

/* ===================================

ボタンアクション

=================================== */

.button{
    width: 260px;
    height:64px;
    border:2px solid #3166ab;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    left:50%;
    transform: translateX(-50%);
}

.button a{
    font-family:arial;
    font-size:16px;
    color:#3166ab;
    text-decoration:none;
    line-height:64px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    display: inline-block;
    width:100%;
}

.button:hover a{
    color:#3166ab;
}

.button:hover{
    background:linear-gradient(to right,#28a7e1,#3166ab);
    background:-moz-linear-gradient(to right,#28a7e1,#3166ab);
    background:-webkit-linear-gradient(to right,#28a7e1,#3166ab);
    border:none;
    color:#fff;
    transition: 0.5s;
}
.button:hover > a{
    color:#fff;
}

.reason ul{
    width:850px;
    overflow: hidden;
    margin:0 auto;
}

.reason li{
    width:100%;
    margin-bottom:30px;
    overflow:hidden;
    border-bottom:1px solid #cbcbcb;
}

.reason .reason_num{
    background:#3166ab;
    color:#fff;
    font-size:36px;
    font-weight: bold;
    width:80px;
    height:80px;
    line-height:80px;
    border-radius: 50%;
    text-align: center;
    float:left;
    margin-right:30px;
}

.reason .reason_cont h3{
    color:#3166ab;
    line-height:80px;
    font-size:24px;
    font-weight: bold;
}
.reason .reason_cont p{
    overflow: hidden;
    line-height:1.75;
    margin-bottom: 20px;
}
.btn_box{
    border:1px solid #ab3a31;
    width:40%;
    height:48px;
    text-align: center;
    margin:30px auto 40px;
    box-sizing: border-box;
    border-radius: 4px;
}
.btn_box a{
    color:#ab3a31;
    line-height: 46px;
    display: block;
    text-decoration: none;
}

.btn_box a:hover{
    background:#ab3a31;
    color:#fff;
    transition: 0.5s;
}

.fluid_box{
    width:100vw;
    position: relative;
    left:50%;
    transform: translateX(-50%);
}

.concept{
    background:url(../img/content_bg.jpg) center center no-repeat;
    width:100vw;
    min-height:436px;
    background-size:cover;

}

.concept::before{
position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: -10px;  /* blurの値と同じ値だけマイナス */
}


.concept .wrap h2{
    color:#fff;
}
.concept .wrap h2::after{
    border: 1px solid #fff;
}


.concept_box{
    width:600px;
    min-height:230px;
    padding:30px;
    box-sizing: border-box;
    border:2px solid #fff;
    margin:0 auto;
    color:#fff;
    line-height:1.75;
}
.contact{
    text-align: center;
}

.contact p{
    line-height:1.75;
}

.footer_map{
    width:100%;
    height:500px;
}

footer{
    width:100%;
    height:80px;
    background: #3166ab;
}

footer p{
    text-align: center;
    font-size:12px;
    line-height: 80px;
    color:#fff;
    font-family: 'Montserrat', -apple-system, sans-serif,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.contact .footer_tel{
    background:linear-gradient(to right,#28a7e1,#3166ab);
    background:-moz-linear-gradient(to right,#28a7e1,#3166ab);
    background:-webkit-linear-gradient(to right,#28a7e1,#3166ab);
    display: inline-block;
    box-sizing: border-box;
    padding:16px 32px;
}

.contact .footer_tel span{
    position: relative;
    padding-left:32px;
    letter-spacing: 0.2em;
    font-size:1.4rem;
    color:#fff;
    font-family: 'Montserrat', -apple-system, sans-serif,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height:1.5;
    white-space: nowrap;
}

.contact .footer_tel span:before{
    content:"";
    width:24px;
    height:24px;
    background-size:24px;
    left:0;
    top:0;
    position: absolute;
    display: block;
    background-image:url(../img/icon/tel.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ===================================

メニュー

=================================== */

div.screen{
    width:100px;
    height:100px;
    background:#3166ab;
    position: absolute;
    right:0;
    top:0;
}

div.screen.active{
    width:100vw;
}

div.screen .menu{
    height: 20px;
    position: absolute;
    right: 35px;
    top: 40px;
    width: 30px;
    z-index: 99;
}

.menu_line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu_line_center{
    top: 9px;
}

.menu_line_bottom{
    bottom: 0;
}

.menu_line_top.active{
    top: 8px;
    transform: rotate(45deg);
}

.menu_line_center.active{
    transform:scaleX(0);
}

.menu_line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100vw;
    z-index: 98;
}
.gnav_wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.gnav_menu{
    width:300px;
}

.gnav_menu_item{
    width:100%;
    margin: 10px 0;
}

.gnav_menu_item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    transition: .5s;
    letter-spacing: 1;
}

.gnav_menu_item a:hover{
    color: #666;
}

/* ===================================

project

=================================== */

.wrap .project_ttl{
    background:#3166ab;
    padding:16px 0;
    text-align: center;
    font-size:16px;
    line-height: 1;
    color:#fff;
}

.wrap .project_list{
    overflow:hidden;
}

.wrap .project_list li{
    font-size:14px;
    line-height:2;
    text-align: left;
    float:left;
}

/* ===================================

price

=================================== */

.wrap .h2-content{
    width:80%;
    margin:30px auto;
    line-height: 1.5;
}

.price .titlecatch{
    margin:20px 0;
    line-height:1.5;
}

.price .pricetitle{
    position: relative;
    font-size:20px;
    font-weight: bold;
    padding:16px 8px 16px 0;
    margin-bottom: 20px;
}

.price .pricetitle:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    border-top: 1px solid #333333;
}

.price ul.listtable li{
    border:2px solid #eee;
    padding:20px;
    margin:0 0 30px;
}

.price ul.listtable dt{
    border-bottom:1px solid #eee;
    padding-bottom:14px;
    margin-bottom:16px;
    font-size:20px;
    font-weight: 700;
}

.price ul.listtable dt span{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background: #b70523;
    display: inline-block;
    margin: 0 16px 0 0;
}

.price ul.listtable dd{
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

/* ===================================

company

=================================== */

.company table tr{
    border-bottom:1px solid #eee;
    font-size:16px;
}

.company table th{
    width:20%;
    line-height:1.5;
    padding:20px;
    font-weight: bold;
}

.company table td{
    width:80%;
    padding:20px 0 20px 35px;
}

.down-icon{
    font-size:20px;
}
.company div table{
    width:100%;
}

/* ===================================

form

=================================== */


#mail_form .formTable{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#mail_form .formTable td{
    padding: 31px 0;
}

#mail_form .formTable tr{
    border-bottom: 1px solid #cccccc;
}

#mail_form .formTable th span{
    display: inline-block;
    vertical-align: middle;
    background-color: #fc1b35;
    color: #fff;
    font-size: 10px;
    margin-right: 8px;
    box-sizing: border-box;
    line-height: 1;
    padding: 3px 8px;
    border-radius: 3px;
}

.complete{
    left:0;
    transform: none;
}

.complete .formTable th{
    padding: 31px 0;
    width:30%;
    line-height:1.5;
}

.complete .formTable td{
    padding-left:20px;
    line-height:1.5;
    width:70%;
}

/* ===================================

レスポンシブ

=================================== */

@media screen and (max-width:1024px){
    .main_cont_img{
        min-height:600px;
    }
}


@media screen and (max-width:768px){
    .wrap .h2-content{
        width:100%;
        margin:30px 0;
    }

    br.del_pc{
        display: none;
    }

    .complete .formTable th{
        width:100%;
        display: block;
        padding:31px 0 0;
    }

    .complete .formTable td{
        width:100%;
        display: block;
    }
}

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

    header{
        height:80px;
    }

    header h1{
        width: calc(100% - 80px);
        padding:0;
        margin-left:0;
        display: flex;
        height: 80px;
        justify-content: center;
        align-items: center;
    }

    header h1 a{
        height:35px;
    }

    header img{
        width:60%;
        display: block;
        margin:0 auto;
    }

    div.screen{
        width:80px;
        height:80px;
    }

    div.screen .menu{
        right: 25px;
        top: 30px;
        width: 30px;
    }

    .reason .reason_num{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:18px;
        margin-right: 15px;
    }
    
    .reason .reason_cont h3{
        line-height:40px;
        font-size:20px;
    }

    .main_cont_img{
        min-height:400px;
        margin-top:80px;
    }

    .concept_box{
        width:90%;
        padding:15px;
    }

    .service-list li{
        margin-bottom: 15px;
    }

    .reason ul{
        width:100%;
    }

    .wrap .h2{
        font-size:26px;
    }

    .sp-dis{
        display: none;
    }
}

/* ===================================

バナー

=================================== */

.banner-content{
    padding:80px 0;
    width: 100vw;
    background:#f6f6f6;
}

.banner-block{
    display: flex;
    padding:0 40px;
    align-items: center;
}

.banner-column{
    padding-right:40px;
}

.banner-img{
    min-width:500px;
}

.banner-img img{
    width:100%;
}

.banner-column h3{
    font-size:24px;
    font-weight: 600;
    font-family: 'Montserrat', -apple-system, sans-serif,BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 24px;
    color:#3166ab;
}

.banner-column .banner-link{
    font-weight: 600;
}

@media screen and (max-width:768px){
    .banner-block{
        display: block;
    }

    .banner-column p{
        margin-bottom: 16px;
    }

    .banner-column{
        padding-right: 0;
    }

    .banner-img{
        min-width:auto;
    }
}

/* ===================================

20210426

=================================== */

.pc-dis{
    display: none;
}

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

    .company table th,.company table td{
        width:100%;
        display: block;
    }

    .company table th{
        padding: 20px 20px 10px;
    }

    .company table td{
        padding: 10px 20px 10px;
        font-size:14px;
        line-height:1.5;
    }

    .pc-dis{
        display:block;
    }
}

