@charset "utf-8";

/* main visual */
.main_slider {
    position:relative;
}
.main_slider .slider_img {
    width:100%;
}
.main_slider .slider_img a {
    display:block;
}
.main_slider .slider_img span {
    display:block;
    width:100%;
    height:420px;
    background-position:center top;
    background-repeat: no-repeat;
    background-size:cover;
}
.main_slider .slide_control {
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    font-size:0;
}
.main_slider .slick-dots li {
    display:inline-block;
    vertical-align: middle;
}
.main_slider .slick-dots li + li {
    margin-left:11px;
}
.main_slider .slick-dots li button {
    width:13px;
    height:13px;
    background-color:rgba(255,255,255,.7);
    border-radius:50%;
    text-indent:-9999px;
}
.main_slider .slick-dots li.slick-active button {
    background-color:#ff9e3f;
}
.main_slider .slide_control .dots {
    display:inline-block;
    vertical-align:middle;
}
.main_slider .slide_control .pause_btn {
    display:inline-block;
    width:9px;
    height:13px;
    margin-left:10px;
    background:url('../img/btn/btn_pause.png') center no-repeat;
    vertical-align:middle;
}


/* category_sec */

.category_sec {
    background-color:#f8f8f8;
}
.category_sec .inner_wrap {
    background-color:#fff;
}
.category_sec .inner {
    position:relative;
    height:142px;
}
.category_sec .slick-slider {
    padding-bottom:7px;
    overflow:hidden;
}
.category_sec .slick-list {
    overflow: visible !important;
}
.category_sec li {
    position:relative;
    height:140px;
    border:1px solid #ebebeb;
}
.category_sec li button {
    display:block;
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.category_sec li button img {
    margin:0 auto;
}
.category_sec li button img.img_on {
    display:none;
}
.category_sec li button p {
    margin-top:15px;
    font-size:15px;
    font-weight:500;
    color:#777777;
    line-height:1.2;
}
.category_sec li.active {
    background-color:#ff9e3f;
    border-color:#ff9e3f;
}
.category_sec li.active:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-5px;
    left:50%;
    transform:translateX(-50%) rotate(135deg);
    width:10px;
    height:10px;
    background-color:#ff9e3f;
}
.category_sec li.active button p {
    color:#ffffff;
}
.category_sec li.active .img_off {
    display:none;
}
.category_sec li.active .img_on {
    display:block;
}
.category_sec .prev_btn,
.category_sec .next_btn {
    position:absolute;
    top:50%;
    width:22px;
    height:22px;
    background:url('../img/main/ico_prd_arrow.png') center no-repeat;
}
.category_sec .prev_btn {
    transform:translateY(-50%);
    left:-34px;
}
.category_sec .next_btn {
    transform:translateY(-50%) rotate(180deg);
    right:-34px;
}

/* prd_sec */
.prd_sec {
    padding:47px 0 49px;
    background-color:#f8f8f8;
}
.prd_sec ul {
    font-size:0;
}
.prd_sec ul li {
    display:inline-block;
    width:calc(33.33% - 33px);
    margin-right:49px;
    margin-bottom:23px;
}
.prd_sec ul li:nth-child(3n+0) {
    margin-right:0;
}
.prd_sec ul li a {
    display:block;
}
.prd_sec ul li .img_box {
    display:block;
    padding-top:68.66%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition:all .2s;
}
.prd_sec ul li .txt {
    margin-top:15px;
    font-size:18px;
    font-weight:700;
    text-align:center;
    transition:all .2s;
}
.prd_sec ul li:hover .img_box {
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition:all .2s;
}
.prd_sec ul li:hover .txt {
    color:#ff9e3f;
    transition:all .2s;
}

/* customer_sec */
.customer_sec {
    padding:58px 0 53px;
}
.customer_sec .box01 {
    float:left;
    width:627px;
    padding-left:6px;
    box-sizing:border-box;
}
.customer_sec .box02 {
    float:right;
    width:calc(100% - 672px);
    margin-left:45px;
}
.customer_sec .tab {
    float:left;
}
.customer_sec .tab button {
    display:inline-block;
    font-size:24px;
    color:#414d58;
}
.customer_sec .tab button.active {
    font-weight:700;
}
.customer_sec .top {
    padding-bottom:18px;
}
.customer_sec .top .title {
    float:left;
    font-size:24px;
    font-weight:700;
    color:#414d58;
    line-height:35px;
}
.customer_sec .top .check {
    float:left;
    margin-left:32px;
    font-size:14px;
    color:#7c7c7c;
    line-height:35px;
}
.customer_sec .top .more {
    float:right;
    padding-right:24px;
    line-height:35px;
    background:url('../img/main/ico_more.png') right center no-repeat;
}
.customer_sec .box01 .cont {
    padding:15px 10px;
    box-sizing:border-box;
    border-top:2px solid #414d58;
}
.customer_sec .box01 .cont ul {
    display:none;
}
.customer_sec .box01 .cont ul.active {
    display:block;
}
.customer_sec .box01 .cont a {
    display:block;
    line-height:2.5;
}
.customer_sec .box01 .cont a:after {
    content:'';
    display:block;
    clear:both;
}
.customer_sec .box01 .cont .ttl {
    float:left;
    width:calc(100% - 85px);
    color:#292929;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.customer_sec .box01 .cont .date {
    float:right;
    width:75px;
    color:#777777;
}
.customer_sec .box02 .cont {
    border-top:2px solid #5ac2d8;
}
.customer_sec .box02 .s_box {
    float:left;
    width:calc(50% + 1px);
    height:175px;
    margin-left:-1px;
    margin-top:-1px;
    padding:45px 24px 26px;
    border:1px solid #e3e2e2;
    box-sizing:border-box;
}
.customer_sec .s_box.s01 {
    background:url('../img/main/ico_service01.png') right 21px bottom 21px no-repeat;
}
.customer_sec .s_box.s02 {
    background:url('../img/main/ico_service02.png') right 20px bottom 22px no-repeat;
}
.customer_sec .s_box.s03 {
    background:url('../img/main/ico_service03.png') right 22px bottom 24px no-repeat;
}
.customer_sec .s_box.s04 {
    padding:21px 0;
    background:url('../img/main/service_box_bg.jpg') center no-repeat;
    background-size:cover;
    text-align:center;
}
.customer_sec .s_box .name {
    position:relative;
    font-weight:700;
    color:#272828;
}
.customer_sec .s_box .name:before {
    content:'';
    display:block;
    position: absolute;
    left:0;
    top:-15px;
    width:11px;
    height:2px;
    background-color:#5cc2d7;
}
.customer_sec .s_box .name + p {
    height:55px;
    margin-top:10px;
    font-size: 14px;
    color:#797878;
    line-height:1.4;
}
.customer_sec .s_box .link {
    display:inline-block;
    padding-right:16px;
    margin-top:10px;
    font-size:12px;
    font-weight:100;
    color:#787777;
    letter-spacing:-0.025em;
    background:url('../img/main/ico_service_link.png') right bottom no-repeat;
}
.customer_sec .s_box .link span {
    position:relative;
}
.customer_sec .s_box .link span:after {
    content:'';
    display:block;
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    border-bottom:1px solid #787777;
}
.customer_sec .s_box .info_box {
    margin:10px 0;
    padding-left: 70px;
    text-align: left;
}
.customer_sec .s_box .col_box + .col_box {
    margin-top:8px;
}
.customer_sec .s_box .info_box em {
    display:inline-block;
    width:40px;
    margin-right:5px;
    font-size:15px;
    color:#5ac2d8;
    letter-spacing: 0;
    line-height:18px;
    text-align:center;
    background-color:#fff;
    border-radius:3px;
}
.customer_sec .s_box .info_box em + span {
    display:inline-block;
    color:#ffffff;
}
.customer_sec .s_box .webhard {
    display:inline-block;
    width:160px;
    line-height:36px;
    border-radius:18px;
    text-align: center;
    background-color:#ffffff;
}
.customer_sec .s_box .webhard span {
    display:inline-block;
    padding-right:24px;
    font-size:14px;
    color:#4d4d4d;
    background:url('../img/main/service_box_arrow.png') right center no-repeat;
}

/* info_sec */
.info_sec {
    padding:51px 0 47px;
    background-color:#f8f8f8;
}
.info_sec .inner {
    font-size:0;
}
.info_sec .info01, .info_sec .info02 {
    float:left;
    width:50%;
}
.info_sec .info01 {
    padding-left:72px;
    box-sizing:border-box;
}
.info_sec .info02 {
    padding-left:95px;
    box-sizing:border-box;
}
.info_sec .img_box {
    display:inline-block;
    width:120px;
    vertical-align:middle;
}
.info_sec .txt_box {
    display:inline-block;
    width:calc(100% - 120px);
    padding-left:28px;
    box-sizing:border-box;
    vertical-align:middle;
}
.info_sec .txt_box .title {
    font-size:18px;
    font-weight:700;
    color:#282929;
}
.info_sec .txt_box span {
    display:block;
    line-height:1.6;
}
.info_sec .txt_box .big_info {
    margin-bottom:2px;
    font-size:28px;
    font-weight:700;
    letter-spacing:-0.01em;
}
.info_sec .info01 .txt_box .big_info {
    color:#24b0cd;
}
.info_sec .info02 .txt_box .big_info {
    color:#fdb713;
}
.info_sec .txt_box .small_info {
    font-size:16px;
    font-weight:700;
    color:#545454;
    letter-spacing:-0.01em;
}
.info_sec .txt_box .small_info strong {
    font-size:16px;
    font-weight:500;
    color:#545454;
}


/* responsive */
@media screen and (max-width:1180px) {
    .customer_sec .box01 {
        width:50%;
    }
    .customer_sec .box02 {
        width: calc(50% - 30px);
        margin-left: 30px;
    }
    .customer_sec .box02 .s_box {
        height:200px;
    }
    .customer_sec .s_box br {
        display:none;
    }
    .customer_sec .s_box .name + p {
        height:auto;
    }
}

@media screen and (max-width:850px) {

    .main_slider .slide_control {
        bottom:25px;
        left:25px;
        transform:none;
        z-index:9;
    }
    .main_slider .slick-dots li button {
        width:7px;
        height:7px;
    }
    .main_slider .slick-dots li + li {
        margin-left:6px;
    }
    .main_slider .slide_control .pause_btn {
        display:none;
    }
    .main_slider .slick-slide img {
        width:100%;
    }

    /* category / prd */
    .category_sec, .prd_sec {
        display:none;
    }
    .category_mo {
        margin-top:15px;
    }
    .category_mo li + li {
        margin-top:9px;
    }
    .category_mo li a {
        display:flex;
        align-items: center;
        justify-self: center;
        height:67px;
        border:1px solid #bfbfbf;
        border-radius:3px;
    }
    .category_mo li a img {
        width:34px;
    }
    .category_mo .img_box {
        display:flex;
        align-items: center;
        justify-content: center;
        width:60px;
        height:100%;
        border-right:1px solid #bfbfbf;
        box-sizing:border-box;
    }
    .category_mo .txt_box {
        width:calc(100% - 60px);
        padding-left:11px;
        background:url('../img/ico/ico_category_arrow_mo.png') right 17px center no-repeat;
        background-size:17px;
    }
    .category_mo .txt_box p {
        font-size:15px;
        font-weight: 500;
        color:#777777;
        line-height: 17px;
    }

    /* customer */
    .customer_sec {
        padding:25px 0 45px;
    }
    .customer_sec .box01 {
        float:none;
        width:100%;
        padding-left:0;
    }
    .customer_sec .box02 {
        float:none;
        width:100%;
        margin-top:30px;
        margin-left:0;
    }
    .customer_sec .top {
        display:flex;
        align-items: center;
        padding-bottom:8px;
    }
    .customer_sec .top .check {
        display:none;
    }
    .customer_sec .top .title {
        font-size:16px;
        line-height: 24px;
    }
    .customer_sec .tab {
        margin-right:auto;
    }
    .customer_sec .tab button {
        font-size:16px;
    }
    .customer_sec .top .more {
        margin-left:auto;
        font-size:14px;
        padding-right:12px;
        line-height:1;
        background-size:8px;
    }
    .customer_sec .box01 .cont {
        padding:7px 3px;
        border-width:1px;
    }
    .customer_sec .box01 .cont a {
        line-height:2;
    }
    .customer_sec .box01 .cont .ttl {
        font-size:14px;
    }
    .customer_sec .box01 .cont .date {
        font-size:14px;
        text-align:right;
    }
    .customer_sec .box02 .s_box {
        padding:30px 23px 13px 13px;
    }
    .customer_sec .s_box .name:before {
        top:-5px;
    }
    .customer_sec .s_box .name + p {
        height:80px;
    }
    .customer_sec .box02 .s_box.s04 {
        padding:30px 0;
    }
    .customer_sec .s_box .info_box {
        width:120px;
        margin:15px auto;
        padding-left:0;
    }
    .customer_sec .s_box .webhard {
        width:140px;
        line-height: 32px;
        border-radius:15px;
    }
    .customer_sec .s_box .webhard span {
        font-size:13px;
        vertical-align: top;
    }

    /* info */
    .info_sec {
        padding:0;
    }
    .info_sec .info01,
    .info_sec .info02 {
        float:none;
        display:flex;
        align-items: center;
        width:100%;
        padding:30px 0;
        padding-left:0;
    }
    .info_sec .info01 {
        border-bottom:1px solid rgba(191,191,191,.5);
    }
    .info_sec .img_box {
        width:95px;
        padding-left:15px;
        box-sizing:border-box;
    }
    .info_sec .txt_box {
        width:calc(100% - 95px);
        padding-left:15px;
    }
    .info_sec .txt_box .title {
        font-size:15px;
    }
    .info_sec .txt_box .big_info {
        font-size:22px;
    }
    .info_sec .txt_box .small_info {
        font-size:14px;
    }
    .info_sec .txt_box .small_info strong {
        font-size:14px;
    }


}



@media screen and (max-width:400px) {

    .customer_sec .box02 .s_box br {
        display:none !important;
    }
    .customer_sec .box02 .s_box {
        height:220px;
    }
    .customer_sec .s_box .name + p {
        height:100px;
    }

}

@media screen and (max-width:360px) {

    /* info */
    .info_sec .img_box {
        width:65px;
        padding-left:0;
    }
    .info_sec .txt_box {
        width:calc(100% - 65px);
    }
    .info_sec .txt_box .big_info {
        font-size:20px;
    }
    .info_sec .txt_box .small_info {
        font-size: 12px;
    }
    .info_sec .txt_box .small_info strong {
        font-size:12px;
    }

}