@charset "utf-8";



.subTitWrapper{
    height: 300px;
    background: url(../images/pages/sub_tit_bg_01.jpg)no-repeat center right #dc0012;
    background-size: auto 100%;
    position: relative;
}

.flow .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_flow.jpg);
}

.faq .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_faq.jpg);
}

.about .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_about.png);
}

.strength .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_strength.jpg);
}

.recruit .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_recruit.jpg);
}

.single .subTitWrapper,
.archive .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_blog.jpg);
}

.single-works .subTitWrapper,
.post-type-archive-works .subTitWrapper,
.tax-works_cat .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_works.jpg);
}

.contact .subTitWrapper,
.thanks .subTitWrapper{
    background-image: url(../images/pages/sub_tit_bg_contact.jpg);
}

.privacypolicy .subTitWrapper,
.page404 .subTitWrapper{
    background-image: none;
}

.subTitWrapper .inner{
    display: flex;
    align-items: center;
    height: 100%;
}

.subTitWrapper .container > span{
    display: block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.subTitWrapper .container .subTit{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-top: .5em;
}

.breadcrumbs{
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 1em;
    position: relative;
    z-index: 1;
}

.breadcrumbs .inner > span{
    display: inline-block;
    margin-bottom: .25em;
}

.breadcrumbs span a{
    transition: all .1s;
}

.breadcrumbs span a:hover{
    color: #dc0012;
}

.breadcrumbs span.separate{
    display: inline-block;
    margin: 0 .25em;
    color: #dc0012;
}

/* .breadcrumbs span a.home::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #35006C;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: -2px;
} */

.mainWrapper{
    padding-top: 100px;
}

.pt{
    padding-top: 100px;
}

.pb{
    padding-bottom: 120px;
}

.bt{
    border-top: 1px solid #eee;
    /* background: linear-gradient(#f4f1f7, #fff)no-repeat center top;
    background-size: 100% 200px; */
}

#sub .bgOn{
    background-color: #F0F4EF;
}

#sub main section:last-child{
    padding-bottom: 120px;
}

.inner{
    max-width: 1200px;
}

.inner.w1100{
    max-width: 1100px;
}

.inner.w1000{
    max-width: 1000px;
}

.inner.w900{
    max-width: 900px;
}

.inner.w800{
    max-width: 800px;
}

section .h_basic{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1em;
    position: relative;
    margin-bottom: 1.5em;
}

section .h_basic::before{
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 8px;
    background-color: #dc0012;
    transform: skew(-20deg, 0deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

section .h_basic br{
    display: none;
}

section .h_dot{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 1.25em;
    margin: 3em 0 .75em;
    position: relative;
}

section .h_dot::before{
    content: '';
    display: inline-block;
    width: .75em;
    height: .75em;
    background-color: #dc0012;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .4em;
}

section .h_band{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .75em 1em;
    background-color: #f2f2f2;
    border-left: 8px solid #dc0012;
    margin: 3em 0 .75em;
}

.h_basic + .h_band{
    margin-top: 0;
}

section .h_circle{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 1.25em;
    margin: 2em 0 1em;
    position: relative;
}

section .h_circle::before{
    content: '';
    display: inline-block;
    width: .65em;
    height: .65em;
    border: 3px solid #e5bc53;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .4em;
}

section .h_org{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #dba312;
    margin: 2em 0 .5em;
}

section .h_dotted{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: .15em;
    border-bottom: 2px dotted #00437c;
    margin: 2em 0 .5em;
}

section .secTopTxt{
    text-align: center;
}

.mainWrapper section .inner > p{
    margin-bottom: 1.25em;
}











.brSp{
    display: none;
}



/* 以下投稿用 */

.postCat span{
    display: inline-block;
    text-align: center;
    width: 5em;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: .35em .5em;
}

.postCat span.news{
    background-color: #56ac46;
}

.postCat span.blog{
    background-color: #e066a7;
}

.postTit{
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .025em;
    margin: .25em 0 .5em;
}

.postDate{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.postBody{
    margin-top: 50px;
}

.postBody p{
    min-height: 1em;
    margin-bottom: 1.25em;
}

.postBody h2{
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .25em .75em .5em;
    border-left: 8px solid #dc0012;
    border-bottom: 2px solid #dc0012;
    margin: 3em 0 1em;
}

.postBody h2:first-child{
    margin-top: 0;
}

.postBody h3{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: .25em;
    border-bottom: 1px dashed #dc0012;
    margin: 2em 0 .5em;
}

.postBody h4{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 1.5em 0 .5em;
}

.postBody ul,
.postBody ol{
    padding-left: 20px;
    margin: 30px 0;
}

.postBody ul li,
.postBody ol li{
    padding-left: 1.25em;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.postBody ol li{
    counter-increment: number 1;
}

.postBody ul li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #dc0012;
    position: absolute;
    left: .6em;
    top: .7em;
}

.postBody ol li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.postBody ul li span,
.postBody ol li span{
    display: block;
    font-weight: 700;
}

.postBody img{
    width: auto;
    max-width: 100%;
}

.single .moreBtn{
    margin-top: 80px;
}

#sub .pagination{
    text-align: center;
    margin-top: 50px;
}

#sub .pagination .page_num{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
}

#sub .pagination .pager{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    padding: .75em;
    border: 1px solid #E8EEE5;
    border-radius: 2px;
    margin: 0 .15em .5em;
}

#sub .pagination a.pager{
    transition: all .3s;
}

#sub .pagination a.pager:hover{
    background-color: #E8EEE5;
}

#sub .pagination .current{
    background-color: #E8EEE5;
}

#sub .pagination .prev,
#sub .pagination .next,
#sub .pagination .first,
#sub .pagination .last{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: .75em;
    border: 1px solid #E8EEE5;
    border-radius: 2px;
    margin: 0 .15em .5em;
    transition: all .3s;
}

#sub .pagination .prev:hover,
#sub .pagination .next:hover,
#sub .pagination .first:hover,
#sub .pagination .last:hover{
    background-color: #E8EEE5;
}



/* ------------------------------------------------------- service 看板の種類一覧 */
.serviceListBlock{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.serviceListBlock:last-of-type{
    margin: 0;
}

.serviceListBlock .txtContents{
    width: 40%;
}

.serviceListBlock .images{
    width: 56%;
}

section .serviceListBlock .txtContents .h_dot{
    margin-top: 0;
}

.serviceListBlock .images ul{
    display: flex;
    justify-content: space-between;
}

.serviceListBlock .images ul li{
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
}



/* ------------------------------------------------------- works 業種別実績 */
.searchContents{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.searchContents.filter{
    margin-bottom: 20px;
}

.searchContents h4{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 1em;
    cursor: pointer;
    position: relative;
    transition: all .2s;
}

.searchContents h4:hover{
    background-color: #f9e9ea;
}

.searchContents h4::before,
.searchContents h4::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    transition: all .2s;
}

.searchContents h4::before{
    top:48%;
    right: 25px;
    transform: rotate(0deg);
}

.searchContents h4::after{
    top:48%;
    right: 25px;
    transform: rotate(90deg);
}

.searchContents h4.close::before{
    transform: rotate(45deg);
}

.searchContents h4.close::after{
    transform: rotate(-45deg);
}

.searchContents h4 span::before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/pages/icon_search.png")no-repeat center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.searchContents .box{
    display: none;
    padding: 40px;
    border-top: 1px dashed #ccc;
}

.searchContents.tag ul li{
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 2em 1.5em 0;
}

.worksList{
    margin-top: 50px;
}

.worksList ul{
    display: flex;
    flex-wrap: wrap;
}

.worksList ul li{
    width: 31.25%;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 0 3.125% 6% 0;
}

.worksList ul li:nth-child(3n){
    margin-right: 0;
}

.worksList ul li a{
    display: block;
}

.worksList ul li a figure{
    overflow: hidden;
    position: relative;
}

.worksList ul li a figure::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 1;
}

.worksList ul li a figure::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e00012;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.worksList ul li a figure img{
    aspect-ratio: 640 / 420;
    object-fit: cover;
    transition: all .2s;
}

.worksList ul li a:hover figure img{
    transform: scale(1.1);
}

.worksList ul li a .txtContents{
    padding: 20px;
}

.worksList ul li a .txtContents .head{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

.worksList ul li a .txtContents .head .cat{
    display: flex;
    flex-wrap: wrap;
}

.worksList ul li a .txtContents .head .cat span{
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #dc0012;
    padding: .25em .75em;
    border: 1px solid #dc0012;
    border-radius: 50px;
    margin: 0 5px 5px 0;
}

.worksList ul li a .txtContents .head p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: .25em 0 .5em;
}

.worksList ul li a .txtContents .foot{
    display: flex;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 2em .5em 0;
}

.worksList ul li a .txtContents .foot span{
    color: #888;
}

.worksList ul li a .txtContents .foot p{
    flex: 1;
    display: inline-block;
    font-size: 100%;
    line-height: 1.5;
}












.worksHead{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.worksHead .cat{
    display: flex;
    flex-wrap: wrap;
}

.worksHead .cat span{
    display: inline-block;
    margin: 0 5px 5px 0;
}

.worksHead .cat span a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #dc0012;
    padding: .25em .75em;
    border: 1px solid #dc0012;
    border-radius: 50px;
}

.worksHead .cat span a:hover{
    color: #fff;
    background-color: #dc0012;
}

.worksHead h1{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin: .25em 0 .5em;
}

.worksDetail ul{
    display: flex;
    flex-wrap: wrap;
}

.worksDetail ul li{
    display: flex;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 2em .5em 0;
}

.worksDetail ul li span{
    color: #888;
}

.worksDetail ul li p{
    flex: 1;
    display: inline-block;
    font-size: 100%;
    line-height: 1.5;
}

.works2Col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.works2Col .imgContents{
    width: 53%;
}

.works2Col .txtContents{
    width: 43%;
}

.imgContents figure{
    border: 1px solid #e6e6e6;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
}

.imgContents figure::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/icon_zoom.png) #dc0012;
    background-size: 100%;
    border-radius: 0 0 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.imgContents figure img{
    aspect-ratio: 640 / 420;
    object-fit: cover;
    transition: all .2s;
}

.imgContents figure:hover img{
    transform: scale(1.1);
}

.imgContents .secondaryImgs{
    display: flex;
    flex-wrap: wrap;
}

.imgContents .secondaryImgs li{
    width: 33%;
    margin: .5% .5% 0 0;
}

.imgContents .secondaryImgs li:nth-child(3n){
    margin-right: 0;
}

.works2Col .txtContents p{
    margin-bottom: 1.25em;
}

.sortTit{
    text-align: center;
    font-size: 1.8rem;
}












/* ------------------------------------------------------- flow ご相談から納品までの流れ */
.flowContents > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
}

.flowContents > ul > li:last-child{
    margin: 0;
}

.flowContents > ul > li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-top: 1px solid #dc0012;
    border-right: 1px solid #dc0012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    margin: auto;
}

.flowContents > ul > li:last-child:after{
    content: none;
}

.flowContents ul li .txtContents{
    width: 65%;
}

.flowContents ul li figure{
    width: 31%;
}

.flowContents ul li figure img{
    border-radius: 5px;
}

.flowContents ul li .txtContents .num{
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.flowContents ul li .txtContents .num::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #dc0012;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.flowContents ul li .txtContents .num span{
    font-size: 2.4rem;
    margin-left: .15em;
}

.flowContents ul li .txtContents h4{
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1.25em 0 1em;
}

.flowContents ul li .txtContents .bodyTxt p{
    margin-bottom: 1em;
}

.flowContents ul li .txtContents .bodyTxt p:last-child{
    margin: 0;
}

.flowPointList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flowPointList ul li{
    counter-increment: flowPointListNum 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.5%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 2em;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
}

.flowPointList ul li br{
    display: none;
}

.flowPointList ul li::before{
    content: counter(flowPointListNum);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    background-color: #dc0012;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -.75em;
    margin: auto;
}

.flowPointList > p{
    text-align: center;
    margin-top: 2em;
}

.flowPointList > p strong{
    background: -webkit-linear-gradient(transparent 65%, #f5e721 65%);
    background: -o-linear-gradient(transparent 65%, #f5e721 65%);
    background: linear-gradient(transparent 65%, #f5e721 65%);
    margin: 0 .15em;
}



/* ------------------------------------------------------- strength アクトサインの強み */
.strengthList ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.strengthList ul li:last-child{
    margin: 0;
}

.strengthList ul li figure{
    width: 47.5%;
}

.strengthList ul li figure img{
    border-radius: 5px;
}

.strengthList ul li:nth-child(2n) figure{
    order: 1;
}

.strengthList ul li .txtContents{
    width: 47.5%;
}

.strengthList ul li .txtContents .num{
    display: inline-block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #dc0012;
    padding-left: 1em;
    position: relative;
}

.strengthList ul li .txtContents .num span{
    font-size: 5rem;
    /* font-weight: 600; */
    color: #dc0012;
    /* -webkit-text-stroke: 1px #dc0012;
    text-stroke: 1px #dc0012; */
    margin-left: .15em;
}

.strengthList ul li .txtContents .num::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 90%;
    background-color: #dc0012;
    transform: skew(-30deg, 0deg);
    position: absolute;
    left: 0;
    top: 0;
}

.strengthList ul li .txtContents h3{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin: .75em 0 1em;
}

/* .strengthList ul li .txtContents h3 span{
    background: linear-gradient(transparent 65%, #f5e721 65%);
} */

.strengthList ul li .txtContents p strong{
    background: linear-gradient(transparent 65%, #f5e721 65%);
}



/* ------------------------------------------------------- faq よくあるご質問 */
.faqContents dl{
    padding: 30px 0 30px 20px;
    border-bottom: 1px dashed #ccc;
}

.faqContents dl:last-child{
    border: none;
}

.faqContents dl dt{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 2em;
    margin-bottom: 1.25em;
    position: relative;
}

.faqContents dl dt span{
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -.3em;
}

.faqContents dl dd{
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 2.25em;
    position: relative;
}

.faqContents dl dd span{
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2em;
    color: #fff;
    background-color: #dc0012;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -.3em;
}

.faqContents p{
    padding-left: 1em;
    margin-bottom: 1em;
}

.faqContents p:last-child{
    margin: 0;
}



/* ------------------------------------------------------- about 会社概要 */
.aboutMessage{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutMessage .txtContents{
    flex: 1;
}

.aboutMessage .txtContents p{
    margin-bottom: 1.25em;
}

.aboutMessage figure{
    width: 240px;
    margin-left: 45px;
}

.aboutMessage figure img{
    border-radius: 5px;
}

.aboutMessage figure figcaption{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: .75em;
}

.philosophyBx{
    padding: 50px 0 55px;
    background-color: #f2f2f2;
    margin-top: 50px;
}

.philosophyBx h3{
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: .75em;
}

.philosophyBx p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
}

.philosophyTxt p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
}

.companyProfile table{
    width: 100%;
}

.companyProfile table th,
.companyProfile table td{
    font-size: 1.6rem;
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
}

.companyProfile table tr:last-child th,
.companyProfile table tr:last-child td{
    border: none;
}







/* ------------------------------------------------------- contact お問い合わせ */
.mainWrapper section .inner > p.contactTopImg{
    margin-bottom: 40px;
}

.contactTopImg img:nth-child(2){
    display: none;
}

.mainWrapper section .inner > p.formTopTxt{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 62px;
    margin: 0;
    position: relative;
}

.formTopTxt::before{
    content: '';
    display: inline-block;
    width: 56px;
    height: 47px;
    background: url("../images/pages/contact_parts_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.formTopTxt strong{
    display: inline-block;
    font-size: 4.2rem;
    font-weight: 700;
}

.formTopTxt span{
    display: inline-block;
}

.contactTel{
    text-align: center;
    padding: 40px;
    background-color: #f5f5f5;
    margin-top: 50px;
}

.contactTel > p{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.contactTel > a{
    display: inline-block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
    margin-top: .25em;
}

.contactTel > a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background: url("../images/icon_tel_w.png")no-repeat center #e00012;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -7px;
}

.contactTel > span{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
}

.contactTopTxt{
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.contactTopTxt p{
    line-height: 1.8;
    margin-bottom: 1em;
}

.contactTopTxt p.flowTxt{
    padding: .25em 1em;
    background-color: #f2f2f2;
    margin-top: 60px;
}

form#mailformpro{
    padding-bottom: 50px;
}

.formTable{
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    /* border-radius: 10px; */
    overflow: hidden;
}

.formTable table{
    width: 100%;
}

.formTable table tr th,
.formTable table tr td{
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2em 1.25em;
    border-bottom: 1px solid #ccc;
}

.formTable table tr:last-child th,
.formTable table tr:last-child td{
    border-bottom: none;
}

.formTable table tr th{
    width: 32%;
    text-align: left;
    /* background-color: #F3F0F0;
    border-right: 1px dotted #ccc; */
}

.formTable table tr td .formBlock{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.formTable table tr td .formBlock:last-child{
    padding: 0;
    border: none;
    margin: 0;
}

.formTable table p{
    font-size: 1.4rem;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password{
    display: block;
    font-size: 1.5rem;
    padding: .5em;
    box-shadow: none;
    background-color: #f2f2f2;
    /* width: 100%; */
    max-width: 100%;
    margin: 0;
}

.must{
    float: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-shadow: none;
    font-size: 1rem;
    margin: -3px 5px 0 0;
    box-shadow: none;
    background-image: none;
}

div.mfp_err{
    font-size: 1.2rem;
    background-position: 0 .5em;
}

form#mailformpro label.mfp_not_checked{
    padding: 3px 5px;
    border: solid 1px #eee;
}

.formNote{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

a.inlineLink,
#form a{
    color: #0090DB;
    text-decoration: underline;
    transition: 0s;
}

a.inlineLink:hover,
#form a:hover{
    opacity: 1;
    text-decoration: none;
	color: #DB0012;
}

form#mailformpro label{
    margin: 3px 0 0;
    white-space: normal;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev{
    font-size: 1.8rem;
    line-height: 1;
    padding: 1em 2em;
    margin-top: 20px;
    transition: all .3s;
}

.mfp_element_submit{
    width: 300px;
    color: #fff;
    background: #C00;
    text-shadow: none;
    border: 1px solid #AC0000;
    border-radius: 10px;
}

.mfp_element_submit:hover,
#mfp_button_send:hover{
    background: #AC0000;
}

#mfp_button_cancel{
    min-width: 200px;
    background: #ccc;
    text-shadow: none;
    border: 1px solid #aaa;
    border-radius: 10px;
}

#mfp_button_cancel:hover{
    background-color: #aaa;
}

#mfp_overlay_inner h4{
    text-align: center;
    font-size: 1.6rem;
    margin: 1em 0;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td{
    font-size: 1.4rem;
    padding: 1em;
}

#mfp_button_send{
    min-width: 200px;
    color: #fff;
    background: #C00;
    text-shadow: none;
    border: 1px solid #AC0000;
    border-radius: 10px;
}

.formPrivacyBx{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contactOutroImg img:nth-child(2){
    display: none;
}

.thanksContents{
    text-align: center;
}

.thanksContents h3{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1em;
}

.thanksContents > p{
    line-height: 2;
    margin-bottom: 2em;
}











/* ------------------------------------------------------- tab / sp */
@media(max-width: 820px){
    .subTitWrapper{
        height: 200px;
    }

    .subTitWrapper .container > span{
        font-size: 6.5rem;
    }

    .subTitWrapper .container .subTit{
        font-size: 1.8rem;
    }

    .breadcrumbs{
        font-size: 1.3rem;
    }

    .mainWrapper{
        padding-top: 80px;
    }

    .pt{
        padding-top: 80px;
    }

    .pb{
        padding-bottom: 80px;
    }

    #sub main section:last-child{
        padding-bottom: 100px;
    }

    section .h_basic{
        font-size: 2.8rem;
    }

    section .h_basic::before{
        height: 6px;
    }

    section .h_dot{
        font-size: 2.4rem;
    }

    section .h_dot::before{
        top: .45em;
    }

    .flowContents ul li .txtContents .num{
        font-size: 1.6rem;
    }

    .flowContents ul li .txtContents .num span{
        font-size: 2.2rem;
    }

    .flowContents ul li .txtContents h4{
        font-size: 2.2rem;
    }

    .flowPointList ul li{
        width: 49%;
        font-size: 1.6rem;
        margin-bottom: 4%;
    }

    .flowPointList ul li br{
        display: block;
    }

    .flowPointList > p{
        margin: 0;
    }

    .strengthList ul li .txtContents .num span{
        font-size: 4rem;
    }

    .strengthList ul li .txtContents h3{
        font-size: 2.4rem;
    }

    .aboutMessage figure figcaption{
        font-size: 1.4rem;
    }

    .companyProfile table th,
    .companyProfile table td{
        font-size: 1.5rem;
    }

    .worksDetail ul li{
        font-size: 1.5rem;
    }

    .searchContents h4{
        font-size: 1.6rem;
    }

    .searchContents h4 span::before{
        width: 18px;
        height: 18px;
    }

    .searchContents .box{
        padding: 30px;
    }

    .searchContents.tag ul li{
        margin: 0 1.5em 1em 0;
    }

    .worksList ul li{
        width: 100%;
        margin: 0 0 15px;
    }

    .worksList ul li a{
        display: flex;
        align-items: center;
    }

    .worksList ul li a figure{
        width: 35%;
    }

    .worksList ul li a .txtContents{
        flex: 1;
        width: 100%;
    }

    .worksList ul li a .txtContents .head .cat span{
        font-size: 1rem;
    }

    .worksHead h1{
        font-size: 2.8rem;
    }








}



@media(max-width: 670px){
    .subTitWrapper{
        height: 160px;
    }

    .subTitWrapper .container > span{
        font-size: 5rem;
    }

    .subTitWrapper .container .subTit{
        font-size: 1.5rem;
        margin-top: .25em;
    }

    .breadcrumbs{
        font-size: 1.2rem;
    }

    .mainWrapper{
        padding-top: 50px;
    }

    .pt{
        padding-top: 50px;
    }

    .pb{
        padding-bottom: 60px;
    }

    #sub main section:last-child{
        padding-bottom: 80px;
    }

    section .h_basic{
        font-size: 2.2rem;
    }

    section .h_basic br{
        display: block;
    }

    section .h_dot{
        font-size: 2rem;
        padding-left: 1.15em;
        margin-bottom: .5em;
    }

    .serviceListBlock{
        margin-bottom: 60px;
    }

    .serviceListBlock .txtContents{
        width: 100%;
        margin-bottom: 20px;
    }

    .serviceListBlock .images{
        width: 100%;
    }

    .flowContents > ul > li{
        padding: 20px;
    }

    .flowContents ul li .txtContents{
        width: 100%;
    }

    .flowContents ul li figure{
        width: 100%;
        margin-top: 20px;
    }

    .flowContents ul li .txtContents .num{
        font-size: 1.4rem;
    }

    .flowContents ul li .txtContents .num span{
        font-size: 2rem;
    }

    .flowContents ul li .txtContents h4{
        font-size: 2rem;
    }

    .flowPointList ul li{
        width: 100%;
        padding: 1.5em;
        margin-bottom: 25px;
    }

    .flowPointList ul li::before{
        font-size: 2rem;
    }

    .flowPointList > p{
        text-align: left;
    }

    .faqContents dl{
        padding: 30px 0;
    }

    .faqContents dl dt span,
    .faqContents dl dd span{
        font-size: 1.75rem;
        top: -.25em;
    }

    .faqContents p{
        padding-left: .75em;
    }

    .mainWrapper section .inner > p.contactTopImg{
        margin-bottom: 25px;
    }
    
    .contactTopImg img:first-child{
        display: none;
    }
    
    .contactTopImg img:nth-child(2){
        display: block;
    }
    
    .formTopTxt strong{
        font-size: 2.2rem;
    }
    
    .mainWrapper section .inner > p.formTopTxt{
        font-size: 1.4rem;
    }
    
    .contactTel{
        padding: 30px 20px;
        margin-top: 40px;
    }
    
    .contactTel > p{
        font-size: 1.4rem;
    }
    
    .contactTel > a{
        font-size: 4rem;
        margin-top: .25em;
    }

    .contactTel > a::before{
        width: 34px;
        height: 34px;
        margin-right: 5px;
        margin-top: -8px;
    }

    .contactTel > span{
        font-size: 1.3rem;
    }
    
    .contactTopTxt{
        text-align: left;
        padding-top: 30px;
    }
    
    .contactTopTxt p{
        font-size: 1.4rem;
    }
    
    .contactTopTxt p br{
        display: none;
    }
    
    .contactTopTxt p.flowTxt{
        padding: .5em 1em;
        margin-top: 30px;
    }
    
    form#mailformpro{
        padding-bottom: 40px;
    }
    
    .formTable table tr th{
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 1em .5em .25em;
        border-bottom: none;
    }
    
    .formTable table tr td{
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 0 .5em 1em;
    }
    
    .mfp_element_text,
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea,
    .mfp_element_date,
    .mfp_element_password{
        width: 100% !important;
        font-size: 1.4rem;
    }
    
    div.mfp_buttons button{
        font-size: 1.8rem;
    }
    
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td{
        display: block;
        width: 100%;
        font-size: 1.3rem;
        padding: .5em;
    }
    
    table#mfp_confirm_table tr th{
        font-weight: 700;
    }
    
    table#mfp_confirm_table tr td{
        border-top: none;
        padding: 0 .5em .5em 1.5em;
    }
    
    .contactOutroImg img:first-child{
        display: none;
    }
    
    .contactOutroImg img:nth-child(2){
        display: block;
    }
    
    .thanksContents h3{
        font-size: 2rem;
    }

    .postTit{
        font-size: 3rem;
    }

    .postBody h2{
        font-size: 2.2rem;
        padding: .25em .6em .5em;
    }

    .postBody h3{
        font-size: 2rem;
    }

    .postBody h4{
        font-size: 1.8rem;
    }

    .postBody ul,
    .postBody ol{
        padding-left: 10px;
    }

    .strengthList ul li{
        margin-bottom: 60px;
    }

    .strengthList ul li figure{
        width: 100%;
        margin-bottom: 20px;
    }

    .strengthList ul li .txtContents{
        width: 100%;
    }

    .strengthList ul li:nth-child(2n) figure{
        order: inherit;
    }

    .strengthList ul li .txtContents .num{
        font-size: 1.4rem;
    }

    .strengthList ul li .txtContents .num span{
        font-size: 2.4rem;
    }

    .strengthList ul li .txtContents h3{
        font-size: 2rem;
    }

    .aboutMessage .txtContents{
        flex: auto;
    }

    .aboutMessage figure{
        width: 70%;
        margin: 20px auto 0;
    }

    .philosophyBx{
        padding: 30px 30px 35px;
    }

    .philosophyBx h3{
        font-size: 2.2rem;
    }

    .philosophyBx p{
        font-size: 1.6rem;
    }

    .companyProfile table th{
        display: block;
        padding: 1em .5em 0;
        border: none;
    }

    .companyProfile table td{
        display: block;
        padding: .25em .5em 1em 1.25em;
    }

    .worksHead .cat span a{
        font-size: 1rem;
    }

    .worksHead h1{
        font-size: 2.4rem;
    }

    .works2Col{
        margin-top: 20px;
    }

    .works2Col .imgContents{
        width: 100%;
        margin-bottom: 25px;
    }

    .works2Col .txtContents{
        width: 100%;
    }

    .searchContents .box{
        padding: 20px;
    }

    .searchContents.tag ul li{
        font-size: 1.4rem;
    }

    .worksList ul li{
        margin-bottom: 25px;
    }

    .worksList ul li a{
        flex-wrap: wrap;
    }

    .worksList ul li a figure{
        width: 100%;
    }

    .worksList ul li a .txtContents{
        padding: 20px 15px;
    }

    .worksList ul li a .txtContents .head p{
        font-size: 1.8rem;
    }

    .sortTit{
        font-size: 1.6rem;
    }













}




















