@charset "UTF-8";

/* 
------------------------------------*/
.columnLayout .h2_wrap h2::after {
    content: "COLUMN";
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/
.columnAllLayout h4 {
    padding-left: 30px;
    position: relative;
    color: #604C3F;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 40px;
}
.columnAllLayout h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    border-radius: 20px;
    background-color: #EE5324;
}
.columnAllLayout .ancker_box a, .columnAllLayout .ancker_box span {
    display: block;
    border-radius: 100px;
}
.columnAllLayout .ancker_box ul {
    gap: 10px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.columnAllLayout .ancker_box ul > li {
    width: calc((100% - 15px) / 2);
}
.columnAllLayout .ancker_box a {
    border: 10px solid #FFBDA8;
    width: calc(100% - 20px);
}
.columnAllLayout .ancker_box span {
    text-align: center;
    padding: 5px 0;
    border: 3px solid #EE5324;
    transition: all 0.3s;
    width: calc(100% - 6px);
    font-weight: 500;
}
.columnAllLayout .ancker_box a:hover span {
    background-color: #EE5324;
    color: #fff;
}
.columnAllLayout .works_li .btn01 {
    top: 0;
    border: none;
    margin-left: 0;
    max-width: 200px;
    padding: 10px 0;
    font-size: 1rem;
}
.columnAllLayout .works_li .btn01 span {
    padding-right: 30px;
}
.columnAllLayout .works_li .btn01 span::before, .columnAllLayout .works_li .btn01::after {
    content: none;
}
.columnAllLayout .works_li .btn01 span::after {
    color: #fff;
}
.columnAllLayout .works_li .btn01:hover span::after {
    right: -10px;
}
.columnAllLayout .works_li > li {
    border-radius: 20px;
    border: 2px solid #707070;
    overflow: hidden;
}
.columnAllLayout .works_li .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
}
.columnAllLayout .works_li > li > div {
    padding: 20px 20px 30px;
}
.columnAllLayout .cat_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.columnAllLayout .cat_li > li {
    padding: 5px 0;
    border-radius: 50px;
    color: #D6471B;
    border: 1px solid #D6471B;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
}
.columnAllLayout .ttl {
    margin: 20px 0;
    color: #C77A4A;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
}
.columnAllLayout .works_li .work_t {
    display: none;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .columnAllLayout .cat_li > li:not(:last-child) {
                    margin-bottom: 0;
                }
                .columnAllLayout .works_li {
                    justify-content: flex-start;
                    gap: 40px 30px;
                }
                .columnAllLayout .works_li > li {
                    width: calc((100% - 75px) / 3 );
                }
                .columnAllLayout .works_li > li {
                    margin-right: 0;
                }
                .columnAllLayout h4 {
                    font-size: 2.4rem;
                }
                .columnAllLayout .ancker_box ul {
                    justify-content: flex-start;
                    gap: 15px 20px;
                }
                .columnAllLayout .ancker_box ul > li {
                    width: calc((100% - 40px) / 3);
                }
                .columnAllLayout .cat_li {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 10px;
                }
                .columnAllLayout .cat_li > li {
                    width: calc(50% - 12px);
                }
                .columnAllLayout .works_li .work_t {
                    display: block;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .columnAllLayout .ancker_box ul > li {
                    width: 22%;
                }
                .columnAllLayout .ancker_box span {
                    padding: 20px 0;
                }
            }




/* columnSingleLayout
------------------------------------*/
.columnSingleLayout .feature_box {
    margin-top: 60px;
}
.columnSingleLayout .feature_box h1 {
    padding-bottom: 15px;
    border-bottom: 5px solid #EE5324;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
.columnSingleLayout .feature_box h2 {
    background-color: #EE5324;
    padding: 5px;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
}
.columnSingleLayout .feature_box h3 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #604C3F;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.columnSingleLayout .feature_box h3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #EE5324;
    border-radius: 20px;
    left: 0;
    top: 0;
}
.columnSingleLayout .feature_box h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #EE5324;
    margin-bottom: 20px;
}
.columnSingleLayout .feature_box h5 {
    color: #EE5324;
    border: 1px solid #EE5324;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: inline-block;
}
.columnSingleLayout .feature_box h6 {
    color: #604C3F;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.columnSingleLayout .feature_box ul > li, .columnSingleLayout .feature_box ol > li {
    margin-left: 25px;
    color: #EE5324;
}
.columnSingleLayout .feature_box ul > li {
    list-style-type: disc;
}
.columnSingleLayout .feature_box p:not(:last-of-type), .columnSingleLayout .feature_box ul:not(:last-of-type),
.columnSingleLayout .feature_box ol:not(:last-of-type) {
    margin-bottom: 30px;
}
.columnSingleLayout #c01 .inner {
    padding: 40px 20px;
    width: calc(96% - 50px);
    border: 5px solid #EE5324;
    border-radius: 20px;
}
.columnSingleLayout .flex_box01 time {
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.4rem;
    display: block;
}
.columnSingleLayout .flex_box01 h3 {
    color: #EE5324;
    margin-bottom: 40px;
    text-align: left;
}
.columnSingleLayout .cat_li li {
    padding: 15px 20px;
    border-radius: 50px;
    background-color: #F7D203;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.columnSingleLayout .cat_li li:not(:last-child) {
    margin-bottom: 15px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .columnSingleLayout .feature_box h1 {
                    font-size: 2rem;
                    padding-bottom: 10px;
                }
                .columnSingleLayout .feature_box h2 {
                    font-size: 1.8rem;
                }
                .columnSingleLayout .feature_box h3, .columnSingleLayout .feature_box h4 {
                    font-size: 1.6rem;
                }
                .columnSingleLayout .feature_box h5 {
                    font-size: 1.4rem;
                }
                .columnSingleLayout .feature_box h6 {
                    font-size: 1.2rem;
                }
                .columnSingleLayout .table_box th {
                    width: 30%;
                }
                .columnSingleLayout .table_box td {
                    width: 70%;
                }
                .columnSingleLayout #c01 .inner {
                    padding: 60px;
                    width: calc(96% - 130px);
                    border-radius: 30px;
                    max-width: 1170px;
                }
                .columnSingleLayout .flex_box01 h3 {
                    font-size: 2rem;
                }
                .columnSingleLayout .cat_li {
                    gap: 10px 20px;
                }
                .columnSingleLayout .cat_li li {
                    width: calc(48% - 40px);
                }
                .columnSingleLayout .cat_li li:not(:last-child) {
                    margin-bottom: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/
.columnSingleLayout #c02 {
    padding-top: 0;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }