@charset "UTF-8";


main {
    padding-top: 14px;
    background: #fff;
    color: #000;
}

main p {
    margin: 0;
}

.cat_attention {
    padding-bottom: 70px;
}

/* -----------------------------------------------
category_title
----------------------------------------------- */
.category_title .text_wrap h2 {
    font-weight: bold;
    line-height: 1.47;
}

.category_title .text_wrap h2 span {
    display: block;
    color: #009CD0;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.category_title .text_wrap p {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .category_title {
        margin-top: 11px;
    }

    .category_title .text_wrap {
        margin-top: 10px;
    }

    .category_title .text_wrap h2 {
        font-size: 3.4rem;
    }

    .category_title .text_wrap h2 span {
        margin-top: 7px;
        font-size: 1.6rem;
    }

    .category_title .text_wrap p {
        font-size: 1.4rem;
        line-height: 1.85;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .category_title {
        position: relative;
        width: 100%;
        height: 450px;
        margin-top: 10px;
    }

    .category_title .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 65.15%;
        height: 100%;
        overflow: hidden;
    }
    
    .category_title img {
        height: 100%;
        border-radius: 8px 0 0 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        max-width: none;
    }
    
    .category_title .inner_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    /* デザイン通りの場合 */
    /* .category_title .text_wrap {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 96px;
    }

    .category_title .text_wrap p {
        position: absolute;
        bottom: -1px;
        padding: 30px 68px 30px 0;
        background: #FFFFFF;
        border-radius: 0 8px 0 0;
    } */

    /* テキストをひとまとめにする場合 */
    .category_title .inner_wrap {
        height: auto;
    }

    .category_title .text_wrap {
        display: inline-block;
        padding: 30px 50px 30px 0;
        background: rgba(255,255,255,.9);
        border-radius: 0 8px 8px 0;
        /* width: 568px; */
    }

    .category_title .text_wrap p {
        margin-top: 50px;
    }

    .category_title .text_wrap h2 {
        font-size: 48px;
    }

    .category_title .text_wrap h2 span {
        margin-top: 9px;
        font-size: 20px;
    }

    .category_title .text_wrap p {
        font-size: 16px;
        line-height: 2;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .category_title .text_wrap {
        width: 568px;
    }
}

/* @media screen and (min-width: 1366px) {
    .category_title {
        padding-top: 23.4%;
        height: 0;
    }

    .category_title img {
        width: 100%;
        height: auto;
    }
} */

/* -----------------------------------------------
cat_section
----------------------------------------------- */
.cat_section .head_wrap {
    display: none;
}

.cat-list_att p {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 767px) {
    .cat_section {
        margin-top: 42px;
    }

    .cat-list_att {
        margin-top: 30px;
    }

    .cat-list_att p {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .cat_section {
        margin-top: 120px;
    }

    .cat_section .cat_column.col4_wrap a.width_3col {
        width: 31.6%;
        margin-right: 2.5%;
    }
    
    .cat_section .cat_column.col4_wrap .width_3col + a:not(.width_3col) {
        margin-right: 2.66%;
    }

    .cat_section .margin_0 {
        margin-right: 0!important;
    }

    .cat_section .cat_column.col4_wrap .width_2col {
        width: 48.66%;
        margin-right: 2.66%;
    }

    .cat_section .cat_column.col4_wrap .width_3col + a:not(.width_3col) {
        margin-right: 2.66%;
    }

    .cat-list_att {
        margin-top: 50px;
    }

    .cat-list_att p {
        font-size: 16px;
    }
}

/* -----------------------------------------------
rec-serv
----------------------------------------------- */
@media screen and (max-width: 767px) {
    .rec-serv {
        margin-top: 102px;
    }
}

@media screen and (min-width: 768px) {
    .rec-serv {
        margin-top: 114px;
    }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
.contact_wrap {
    position: relative;
    z-index: 1;
}

.contact_wrap::after {
    width: 0;
    height: 0;
    background: none;
}

.contact_wrap .link a span {
    color: #009CD0;
}
  
@media screen and (max-width: 767px) {
    .contact_wrap {
      padding-bottom: 140px;
      margin-top: 126px;
    }
  
    .contact_wrap::after {
      width: 0;
      height: 0;
      background: none;
    }
}
  
@media screen and (min-width: 768px) {
    .contact_wrap {
        padding-bottom: 200px;
        margin-top: 162px;
    }
  
    .contact_wrap::after {
        width: 0;
        height: 0;
        background: none;
    }

    .contact_wrap .con_fx {
        margin-top: 35px;
    }
}



@media screen and (min-width: 1366px) {
    .contact_wrap {
        padding-bottom: 200px;
        padding-top: 0;
    }

    .contact_wrap::after {
        width: 0;
        height: 0;
        background: none;
    }

    .contact_wrap div.head_wrap {
        position: static;
        transform: none;
    }

    .contact_wrap .content > p {
        position: static;
    }

    .contact_wrap .con_fx {
        position: static;
        transform: none;
    }

    .contact_wrap .link {
        position: static;
        transform: none;
    }
}