@charset "UTF-8";
@import url("grid.css");

img {
max-width:100%;
height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #e60011;
    text-decoration: underline;
}
a:hover { 
    color: #999;
}
a img:hover{opacity:0.6;}

/*ヘッダー
-------------------------------------*/
.header {
display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
position: fixed;

}
.header-box {
margin-left: auto;
margin-top: 8px;
}
.contact-button {
padding: 1rem;
border: 2px solid #000;
}
nav ul {
display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
margin: 1rem 0 0 0;
}
nav li {
flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding:10px;
    color:#000;
}
nav a:hover {
}
nav a {
    padding: 0.5rem;
}
.logo{margin-left:10px;max-width:150px;}

.banner_area .span-4{text-align:center;}
.banner_area{padding-bottom:40px;}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}
header{
position: fixed;
width: 100%;
display: block;
z-index: 100;
background:#fff;
}
.banner_area .span-8 img{width:92%;}

#navi {
    display: block !important;
    width: 60%;
    margin: 20px 0 20px auto;
    font-size:14px;
    font-weight:bold;

}
.sp{display:none;}
a[href^="tel:"] {
    pointer-events: none;
}
}

@media screen and (max-width: 767px){
.sp{display:inline-block;}
.pc{display:none;}

section{
padding-top:0 !important;
margin-top:0 !important;
margin-bottom:0 !important;
}
nav li a {
    font-size:18px;
}

.header h1{margin-bottom:0;}

.header {
flex-direction: column;
    margin-bottom: 10px;
    z-index:100;
    background:#fff;
}
.logo img{width:120px;}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
flex-direction: column;
}
.header li {
padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: fixed;
    top: 10px;
    right: 12px;
    z-index:100;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
    background:#dadada;
    position:fixed;
    z-index: 90;
    width: 100%;
    margin-top:60px;
}
}
.b_boder{border-bottom:1px solid #dadada;}

/*メイン画像
-------------------------------------*/
.mainimg{position:relative;padding-top:80px;max-width: 1200px;margin:0 auto;}
.mainimg .text_area{position:absolute;top:30%;left:2%;}
.mainimg .text_area h2{border:none;font-size:3em;padding-left:0;}

.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
h1{padding-left:10px;margin-top:40px;}
h1 span{font-size:14px;display:block;font-weight:normal;padding-left:10px;}
main {
    margin: 5rem 0 0 0;
}
section {
margin: 5rem 0;
padding: 3rem 0;
}
.gray-back {
background-color: #f4f4f4;
}
.banner_area .col{float:none !important}


h2{border-left:4px solid #e60011;padding-left:10px;}
.inpage_c h2{margin-bottom:30px;}
.inpage_c h3{margin-bottom:30px;}
.inpage_c h4{border-bottom: 2px #e60011 solid;margin-bottom:20px;}
.inpage_c .span-8{padding:0 20px;}
.inpage_c .cont{padding:0 20px;}
.inpage_c img{max-width:96%;margin:0 2%;}
.inpage_c .row{margin-bottom:40px;}

.blackspot_list{margin:30px 0 30px 1.5em;
list-style: outside;
}

.flow_list {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    width: 880px;
    margin: 0 auto;
}
.flow_list li {
    display: inline-table;
    width: 800px;
}
.flow_list li .text {
    border-radius: 10px;
    padding: 10px;
    background-color: #c90000;
    color: #FFFFFF;
}
.flow_list li .text p.title {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.flow_list li .text p.description {
    border-radius: 4px;
    padding: 10px;
    background-color: #ffffff;
    color: #252525;
}





.read{margin:50px 20px;}
p.note_h2{font-size:14px;padding-left:14px;margin-bottom:40px;}

.works h3{padding:10px 20px 0 20px;font-weight:normal;font-size: 2rem;}
.works p{padding:0 20px;}
.works h3 span{display:block;font-size:14px;}
.works img{border-left:1px solid #dadada !important;border-bottom:1px solid #dadada !important;border-top:1px solid #dadada !important;}
.works img.last{border-right:1px solid #dadada !important;}


a.btn{margin:50px auto;background:url(../img/icon_btn.png) no-repeat left center;padding: 10px 0 10px 45px;display: inline-block;color:#000;text-decoration:none;}
a.btn:hover{opacity:0.6;}
.service{}
.service h3 {
  position: relative;
  display: block;
  color:#e60011;
  margin-left:1px;
  margin-top:50px;
}
.service h3 span{background:#fff;z-index:10;position: relative;padding-left:5px;padding-right:10px;}
.service h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: dotted 3px #e60011;
  right: 0;
}


.service h4{color:#fff;font-weight:bold;font-size:24px;}
.service p{font-weight:bold;font-size:18px;}
.service .col{display:table-cell;}
.service .col img{margin-bottom:10px;}
.service .col a:hover{opacity:0.6;}
.service .col a img:hover{opacity:1;}
.service .col a{text-decoration:none;background:#efefef;color:#454545;padding:10px;margin:2%;}
.service .col a img{margin-bottom:0;vertical-align: middle;}
.service .col a p{margin-top:4%;}


.news .cat{color:#fff;background:#e60011;font-size:14px;padding:5px 10px;}
.news .date{margin-left:20px;}
.news{margin:30px 20px;}
.news h4{margin-top:20px;font-weight:bold;}
.news h4 a{color:#000;text-decoration:none;}
.news h4 a:hover{color:#a0a0a0;text-decoration:underline;}
.news a{display:inline-block;}
.news_area .gray-back{padding:50px;}


.contact-back{background:#ffdfdf url(../img/bg_cont.png);padding-bottom:40px;background-size: contain;}
.contact-back .span-8{padding: 0 20px;}

.btn_contact{width:80%;background:#e60011 url(../img/icon_cont.png) no-repeat  95% center;padding:20px;text-decoration:none; color:#fff;font-weight:bold;margin:0 auto 50px auto;text-align:center;font-size:18px;}
.btn_contact:hover{color:#fff;opacity:0.6}

.note_kome{font-size:12px;margin-top:0;margin-bottom:0;text-indent:-1em;padding-left:1em;}

.picture_list li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.object {
    width: 240px;
    padding: 19px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #cc3333;
    border-radius: 5px;
    margin: 0 auto;
}

.work_area_cm{background:#efefef;padding-top:30px;padding-bottom:30px;}
.pText {
    margin-bottom: 18px;
    padding: 20px 18px 23px;
    position: relative;
    color: #252525;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    background-color: #FFF;
    }

dt{font-weight:bold;}
dd{margin-bottom:20px;}
.company_map_text dt{float:left;}
.company_map_text dd{float:left;}
ul.sitemap li{list-style:none;}



h2.entry-title {
    font-size: 24px;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
    width: auto;
    text-align: left;
    padding: 20px;
    background: #eeeeee;
    border-left:none;
    position: relative;
    margin-top:0 !important;
}
h2.entry-title::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 15px;
    border-top: 15px solid #eeeeee;
    width: 0;
    height: 0;
}
.entry-footer{background:none;margin-top:30px;}

.aligncenter {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    display: block;
margin-right: auto !important;
margin-left: auto !important;

}


/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
text-align: center;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
padding-bottom:80px;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}
footer h3{margin-left:10px;}
footer ul{list-style:none;}
footer ul li{margin-left:30px;}
footer ul a{display:inline-block;font-size:16px;color:#000;text-decoration:none;}
footer ul a:hover{display:inline-block;font-size:16px;text-decoration:underline;}
.note{font-size:12px;margin-bottom:20px;}
.list_banner li{text-align:center;margin-left:0 !important;}
.list_banner{padding-right:10px;padding-left:10px;}
.decimal_list li {
    list-style-type: decimal;
}
.red {
    color: #cc3333;
}
.marketing_important {
    font-weight: bold;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
border: 1px solid #ccc;
text-align: center;
padding: 2rem 0;
}
.table {
margin: 4rem 0;
}
.table th {
width: 250px;
}

.pc_tel{font-size:24px;font-weight:bold;text-align:center;padding-top:5px;}
.pc_tel span{font-size:13px;display: block;}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: right;
    padding: 1rem 0;
    color: #000;
    text-decoration: none;
    font-size:12px;
    margin-top:10px;
    padding-right:10px;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

.inmenu a{
background: #e60011 url(../img/icon_cont.png) no-repeat 95% center;
padding: 10px;
color: #fff;
font-weight: bold;
margin:1% ;
text-align: center;
display: inline-block;
padding-right: 30px;
border-radius:10px;
}


.inpage_c{padding-top:100px;}


@media screen and (min-width: 768px) and (max-width: 999px){
.btn_contact{font-size:14px;}
.service h4{font-size:18px;}
.service p{font-size:12px;}
.service img{width:80px;}
.service .col a p{font-size:14px;margin-top:4%;}
.no_tab{display:none;}
.service .col{padding:0;}
.nopad{display:none;}
nav ul{margin-right:20px;}
#navi{margin-bottom:10px;margin-top:10px;}
footer .logo{margin-top:15px;}
.inpage_c .span-8{padding-top:0;}


}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 767px){

/*ヘッダー
-------------------------------------*/
.header-box {
display: none;
}
.b_boder_sp{border-bottom:1px solid #dadada;}

p{margin:5px;}

.mainimg{margin-bottom:40px;}
.mainimg .text_area{position: initial;}
.works .col{padding-bottom:30px;}

.inpage_c{padding-top:80px;}
.inpage_c main h2{font-size:18px;}
.inpage_c main h3{font-size:18px;}
.inpage_c main h4{font-size:16px;}
.inpage_c .span-4.imgarea{text-align:center;padding:10px;}
.inpage_c main h1{padding-left:20px;}
.inpage_c main h1 span{padding-left:0;}

.span-12.mt50 h3{font-size:20px;}
.service{background-size:cover;}
.service .col{padding:10px;border-left:0;}
.service .col img{}
.service .col a p{margin-top:4%;margin-bottom:0;}



.picture_list li{padding:0;}
.object{padding:2px;margin:3px auto;}
.picture_list li{margin:0;}
.flow_list li{width:100%;}
.flow_list li .text p.title{font-size:16px;}
.flow_list li .arrow img{width:40px;}
.flow_list,#conts .flow_list li{width:98%;margin:0 auto;}
.comUlList ul{margin:0;}
.comUlList li{width:80px;margin: 16px 76px 0 0;}
.comUlList li .arrow{top:25px;}
table, td, th{font-size:13px;}


ul.sitemap{margin-top:50px;}



th{font-size:13px;}
.formTableContainer input, textarea {
    width: 90% !important;
}
.RulesArea textarea {
    font-size: 11px;
}


.btn_contact{margin:15px auto;display:block;}

.service h4{font-size:18px;}
.service p{font-size:14px;}

.news h4{font-size:18px;}
.news_area .gray-back{padding:10px;}
.service h3{font-size:16px;}
.service h3::after{bottom: 0;
    top: auto;}
.service h3 span{background:none;}
.service .col a{padding:0;margin:auto;}
.picture_list li{
width:49%;
padding:0;
}
.service .row .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
.service .row .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
.service .row .row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
  }

.object {
    width: 96%;
    padding: 2%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #cc3333;
    border-radius: 5px;
    margin: 5px auto;
}



footer ul a{font-size:12px;}
footer h3{font-size:18px;}
footer .row{display:block;}
footer .footer_bottom .span-2,footer .footer_bottom .span-8{width:50%;float:left;}
footer .footer_bottom .span-8 .copyright{margin-top:0;}
footer {
padding-bottom:200px;
}
footer h3{margin-top:30px;margin-bottom:10px !important;}

#pagetop{bottom:90px;}
.contact-back{background:#ffdfdf ;}
/*お問い合わせ
-------------------------------------*/
.table th {
width: 100%;
display: block;
}
.table td {
display: block;
}

.tab_item {
font-size:14px !important;
width:auto !important;padding:0 20px !important;
}

.inmenu {padding-bottom:50px;}

.tabs{width:94%  !important;margin:3% !important;}



.blog_area .span-4 img{margin-bottom:30px;}


}






/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  margin: 30px auto;
  margin-top: 50px;

  }
  

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #909090;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin:0 2%;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px;
  clear: both;
  overflow: hidden;
  background:#f4f4f4;
}

.tab_content a{display: inline-block;margin:10px;color:#000;}
.tab_content a:hover{color:#a0a0a0;}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#system:checked ~ #system_content,
#kinou:checked ~ #kinou_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background:#f4f4f4;
  color: #000;
}

.contact-back .row{margin-bottom:0 !important;
}





/*uiux
-------------------------------------*/
.h1_area_uiux{
background:#ffdfdf;
}

.h1_area_uiux .btn_contact{margin-top:100px;}
.h1_area_uiux .read{margin-bottom:0;}
.dounyuu_area,
.h1_area_uiux .container {
background:#ffdfdf;
padding:50px 0;
}
.dounyuu.row{margin-bottom:0;}
.h2_center{text-align:center;margin:50px auto 20px auto;border:none;padding-left:0;}
.ui_top_li ul{width:80%;margin:50px auto;}
.ui_top_li ul li{font-size:18px;list-style-position: outside;margin-left:1em;}
.ux-arrow{background:#ffdfdf;padding:40px 0;position: relative;}
.ux-arrow::before {
  content: "";
  position: absolute;
  top: 100%;
  right:50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffdfdf;
  z-index: 10;
}
.ux-arrow h2{text-align:center;margin:0 auto;border:none;}
.ux-arrow h2 span{display:block;font-size:24px;font-weight:normal;margin-bottom:10px;}

.uiux_cont{text-align:center;background:#f4f4f4;}
.uiux_cont .container {
background:#f4f4f4;
padding:30px 0;
}
.uiux_cont .container .row .col{
padding:20px 0;

}
.uiux_cont .container .btn_contact{
width:300px;
margin:20px auto;
}

.dounyuu_area .container{
background:#fff;
padding:40px;
margin-top:50px;
margin-bottom:40px;
width: calc(100% - 40px);
}
.dounyuu .col.span-5{padding:10px;}

.uiux_cont .container h4{border:none;}
.uiux_cont .container .row{margin-bottom:0;}
.step_area{border-left: 4px solid #e60011;padding-left:50px;margin:auto 15%;}
.ux-step{padding:20px 0;margin-bottom:30px;}
.ux-step h3 span{display:block; color:#e60011;}
.ux-arrow h2{padding:0 10px;}


@media screen and (max-width: 767px) {
.h2_center{font-size:24px;}
.h1_area_uiux .btn_contact{margin-top:40px;}
.dounyuu_area .container {
  background: #fff;
  padding: 20px;
  margin: 20px;
}
.step_area{margin:20px;padding-left:20px;}
.step_area h3{font-size:22px;margin-bottom:20px;}
.h1_area_uiux .container{padding:20px 0;}
.read{margin:20px;}
.ux-arrow h2 span{font-size:18px;}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
.step_area{margin:20px;padding-left:20px;}
.dounyuu_area .container {
  padding: 20px;
  margin: 20px;
}



}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:0 !important;}




@media screen and (min-width: 999px{
.service .col a p{margin-top:6% !important;}
}





.inpage_c h2.hukidashi {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: black;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.inpage_c h2.hukidashi:before,
.inpage_c h2.hukidashi:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.inpage_c h2.hukidashi:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

.inpage_c h2.hukidashi:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
