@charset "utf-8";

/* ****************************************************
Title: index.css
---------------------------------------------------------------------------- */

/* =============================
 .drawer-nav
==============================*/
.drawer-nav{
    background: #000;
    color: #fff;
}


/* =============================
 .section1
==============================*/
.sec01  {
    padding-top: 100px;
}


.sec01 .txtarea .c1_txt .c1head {
    font-size: 35px;
    font-weight: 700;
}

.sec01 .txtarea .c1_txt p {
    font-size: 18px;
    line-height: 2;
}

.sec01 .txtarea .c1_txt .ltxt{
    font-size: 170%;
}

.sec01 .txtarea .c1_txt .busi{
    width: 50%;
}

.sec01 .txtarea .c1_txt .busi li {
    font-size: 18px;
    margin-bottom: 10px;
}

.sec01 .about {
    background: #f6f6f6;
    padding: 45px 0;
}

.sec01 .about p {
    font-size: 16px;
    line-height: 2;
}

.enname {
    font-family: 'Great Vibes', cursive;
}



@media screen and (max-width: 639px) {
    .sec01{
        padding: 80px 0 0;
    }

    .sec01 .c1head {
        padding: 0 5%;
    }
    .sec01 .txtarea {
    padding: 0 5%;
    box-sizing: border-box;
    }

.sec01 .txtarea .c1_img {
    width: 100%;
}

.sec01 .txtarea .c1_txt .busi{
    width: 100%;
}


}

/* =============================
 .section2 
==============================*/
.sec02  {
    padding-top: 100px;
}

.sec02 .coun_txt {
    width: 60%;
}

.sec02 .cs_img {
    width: 38%;
}

.sec02 .coun_txt .name .enname {
    font-size: 38px;
}

.sec02 .coun_txt .name .janame {
    font-size: 22px;
    padding-left: 30px;
}

.sec02 .coun_txt p {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
}




.sec02 .s_cont{
    background-size: 100%;
    height: 540px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
}

.sec02 .service1 .s_about{
    padding-top: 160px;
}

.sec02 .s_cont .price {
    background: #000;
    padding: 10px 0 15px;
    width: 100%;
}
.sec02 .s_cont .price p {
    color: #fff;
}

.sec02 .s_cont .price .price_num {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: bold;
}

.sec02 .s_cont .price .price_num span {
    font-size: 85%;
    font-weight: normal;
}

.sec02 .s_cont .price .price_atten {
    font-size: 14px;
}


.sec02 .service2 .s_about{
    padding-top: 160px;
}


.sec02 .s_cont .s_about dt {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.1em;
}

.sec02 .s_cont .s_about dd p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

.sec02 .service1{
    background-position: center 90%;
    background-image: url(../img/index/service1.jpg);
}

.sec02 .service2{
    background-position: center 90%;
    background-image: url(../img/index/service2.jpg);
}


@media screen and (max-width: 639px) {
    .sec02 {
        padding: 100px 5% 0 5%;
        box-sizing: border-box;
    }
    .sec02 .s_cont{
        background: none;
        height: inherit;
    }
.sec02 .coun_txt {
    width: 100%;
}

.sec02 .cs_img {
    width: 90%;
    margin: 0 auto 20px;
}

.sec02 .txtarea {
    flex-direction: column-reverse;
}

    .sec02 .s_cont .w1000 .s_about {
        padding-top: 0;
    }

    .sec02 .s_cont .s_about dt {
        font-size: 20px;
        color: #222;
    }
    
    .sec02 .s_cont .s_about dd p {
        color: #222;
        font-size: 16px;
        font-weight: 400;
    }
    .sec02 .s_cont .s_about .job_img {
        margin-bottom: 10px;
    }

}

/* =============================
 .section4 
==============================*/
#pagebody section.sec04 {
    padding-top: 100px;
  }


  #pagebody section.sec04 dl dt {
    font-size: 18px;
  }

  #pagebody section.sec04 dl dd {
    line-height: 1.8;
        font-size: 18px;
  }

@media screen and (max-width: 639px) {
    .sec04 .w1000 {
        padding: 0 2.5%;
        box-sizing: border-box;
    }
}