@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.ttl-num{font-family: 'Open Sans';display: inline-block;margin-bottom: -5px;line-height: 40px;}
/*----------------------------------------------------

◆　index 企業情報トップページ

----------------------------------------------------*/
#service_mv{background: url(../images/top_our.jpg)0 0 no-repeat;background-size: cover;}
#ttl_service{background: url(../images/ttl_service.png)0 0 no-repeat;background-size: contain;}

section#index-top-ctn{padding: 100px 0;}
@media (max-width: 768px){section#index-top-ctn{padding: 50px 0;}}

.flex2-ctn{width:95%;max-width:1100px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;} 
.flex2-box{
	width: calc(100% / 2 - 10px);
	height: 250px;
	box-sizing:border-box;
	margin-bottom: 20px;
	transition: all .2s ease-out;
}
@media (max-width: 768px){
  .flex2-ctn{display: block;}
}

.box-inner{overflow: hidden;border: 1px solid #ccc;border-radius: 10px;}
@media (max-width: 768px){.box-inner{margin-bottom: 20px;}}
.inner-img{position:relative;overflow: hidden;height: 190px;width:100%;background: #fff;}
.inner-img:after{
  position:absolute;
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .2s ease-out;
    }
.inner-img-01:after{background: url(../images/service_ctn_01.jpg) no-repeat center center;background-size: cover;}
.inner-img-02:after{background: url(../images/service_ctn_02.jpg) no-repeat center center;background-size: cover;}
.inner-img-03:after{background: url(../images/service_ctn_03.jpg) no-repeat center center;background-size: cover;}
.inner-img-04:after{background: url(../images/service_ctn_04.jpg) no-repeat center center;background-size: cover;}

.flex2-box:hover .inner-img:after{transform:scale(1.2);border-radius: 20px;}
.inner-txt{height: 60px;background: #fff;}
@media (max-width: 768px){.inner-txt{height: 52px;}}

/*変化時間*/
.flex2-box,.flex2-box:hover,
.inner-img,.flex2-box:hover .inner-img,
.inner-txt,.flex2-box:hover .inner-txt
{transition: all .2s ease-out;}


.top_btn_wide {
    margin: 0;
    border: 0;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 60px;
    color: #eee;
}
.btn_slide_in_wide {overflow: hidden;}
.btn_slide_in_wide div {
    position: absolute;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 17px 10px 10px 15px;
}
@media (max-width: 768px){.btn_slide_in_wide div{padding: 15px 10px 10px 10px;}}

.btn_slide_in_wide div:nth-child(1) {color: #333;background: #fff;}
.btn_slide_in_wide div:nth-child(2) {background: #eee;transition: left 0.2s ease;left: -100%;}
.btn_slide_in_wide div:nth-child(3) {color: #333;transition: opacity 0.3s ease;opacity: 0;}
.btn_slide_in_wide div:nth-child(1) p{color: #333;font-weight: bold;font-size: 20px;}
.btn_slide_in_wide div:nth-child(3) p{color:#004ea2;font-weight: bold;font-size: 20px;}
.btn_slide_in_wide div:nth-child(1) p:after,.btn_slide_in_wide div:nth-child(3) p:after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 1px 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media (max-width: 768px) {
  .btn_slide_in_wide div:nth-child(1) p{color: #333;font-weight: bold;font-size: 17px;}
  .btn_slide_in_wide div:nth-child(3) p{color:#004ea2;font-weight: bold;font-size: 16px;}
}

.flex2-box:hover .btn_slide_in_wide div:nth-child(2) {left: 0px;transition: left 0.3s ease;}
.flex2-box:hover .btn_slide_in_wide div:nth-child(3) {opacity: 1;transition: opacity 0.3s ease;}

#gourmet-icon div:nth-child(1) p:before,#gourmet-icon div:nth-child(3) p:before,
#environment-icon div:nth-child(1) p:before,#environment-icon div:nth-child(3) p:before,
#sales-icon div:nth-child(1) p:before,#sales-icon div:nth-child(3) p:before,
#consulting-icon div:nth-child(1) p:before,#consulting-icon div:nth-child(3) p:before{
  content:'';
  height: 32px;
  width: 32px;
  margin-right: 10px;
  margin-top: -7px;
  vertical-align: middle;
  display:inline-block;
  background: contain;
  }
@media (max-width: 768px) {
  #gourmet-icon div:nth-child(1) p:before,#gourmet-icon div:nth-child(3) p:before,
  #environment-icon div:nth-child(1) p:before,#environment-icon div:nth-child(3) p:before,
  #sales-icon div:nth-child(1) p:before,#sales-icon div:nth-child(3) p:before,
  #consulting-icon div:nth-child(1) p:before,#consulting-icon div:nth-child(3) p:before{
    height: 26px;
    width: 26px;
  }
}

#gourmet-icon div:nth-child(1) p:before{background:url(../images/icon_gourmet.svg);} 
#gourmet-icon div:nth-child(3) p:before{background:url(../images/icon_gourmet2.svg);} 
#environment-icon div:nth-child(1) p:before{background:url(../images/icon_cost.svg);} 
#environment-icon div:nth-child(3) p:before{background:url(../images/icon_cost2.svg);} 
#sales-icon div:nth-child(1) p:before{background:url(../images/icon_salesman.svg);} 
#sales-icon div:nth-child(3) p:before{background:url(../images/icon_salesman2.svg);} 
#consulting-icon div:nth-child(1) p:before{background:url(../images/icon_consult.svg);} 
#consulting-icon div:nth-child(3) p:before{background:url(../images/icon_consult2.svg);} 

#gourmet{margin-top: 90px;}

.gourmet_txt_box{width:50%;max-width: 600px;position: absolute;top:40px;background:#fff;box-sizing: border-box;padding: 40px;min-height: 340px;}
.gourmet_txt_box h3{font-size:26px; color: #222;font-weight: bold;}
.gourmet_txt_box h3 span{}
.gourmet_txt_box ul{font-size: 17px;margin-top: 10px;}
.gourmet_txt_box ul li{margin-top: 1px;}
.gourmet_txt_box p{margin-top:10px;font-size: 13px;}
span.sub{display: block;font-size: 14px;margin-left: 10px;}
.posi_l{left:0; }
.posi_r{right: 0;}
@media (max-width: 768px) {
  .gourmet_txt_box h3{font-size:24px; color: #004ea2;font-weight: bold;}
  .gourmet_txt_box{width:90%;margin:0 auto;padding:20px;position: relative;margin-top: -120px;}
  .gourmet_txt_box ul{font-size: 15px;}
}

section#relationship{padding: 80px 0 100px;}
.relate-img{width: 900px;margin:0 auto;}
.relate-img img{width: 900px;margin:0 auto;}
.relate-img-sp{display: none;}

@media (max-width: 768px) {
  section#relationship{padding: 40px 0 30px;}
  .relate-img{display: none;}
  .relate-img-sp{display: block;width: 95%;margin:0 auto;}
  .relate-img-sp img{width: 100%;margin:0 auto;}
}

.relate_list{width:98%;max-width:1100px; margin:0 auto;list-style: none;text-align: center;font-size: 18px;}
.relate_list{display: flex;justify-content: space-between;}
.relate_list li{width:calc(100% / 4 - 5px);box-sizing: border-box;border:1px solid #333;padding:14px 0;}


.cont_mask_slide{
  width: 1500px;
    height: 470px;
    background: #004ea2;
    position:absolute;
    top:0;
    left:0;
}
.mask_box{
    max-width: 650px;
    width:60%;
    overflow: hidden;
    position: relative;
}
@media (max-width: 768px) {.mask_box{width:100%;padding-right: 0px;}}




.tri-under{position: relative;z-index: 2;}
.costcut-ctn{width: 98%;max-width:1200px; margin: 0 auto;margin-bottom: 150px;position: relative;}
#costcut-ctn-last{margin-bottom: 0px;}
.costcut-txt{font-size: 15px;}
.eng_division{margin-top: -5px;font-size: 13px;letter-spacing: 0.1rem; color: #222;}
.consul_ttl_icon{float:left;width: 48px;margin-right:10px;margin-top: 2px; }
.consul_ttl_txt{float:left;}

.consult_img_box{width: 100%;max-width:650px;height: 450px;background: #eee;}
#consult_img_01{background: url(../images/consult_img_01.jpg)center center;background-size: cover;height: 420px;}
#consult_img_02{background: url(../images/consult_img_02.jpg);background-size: cover;height: 420px;}
#consult_img_03{background: url(../images/consult_img_03.jpg);background-size: cover;height: 420px;}
#consult_img_04{background: url(../images/consult_img_04.jpg);background-size: cover;height: 420px;}
#consult_img_05{background: url(../images/consult_img_05.jpg);background-size: cover;height: 420px;}
#consult_img_06{background: url(../images/consult_img_06.jpg);background-size: cover;height: 420px;}
#consult_img_07{background: url(../images/consult_img_07.jpg);background-size: cover;height: 420px;}
#consult_img_08{background: url(../images/consult_img_08.jpg);background-size: cover;height: 420px;}
@media (max-width: 768px) {
  .costcut-ctn{margin-bottom: 50px;}
  .consult_img_box{width: 100%;max-width:650px;height: 300px;background: #eee;}
  #consult_img_01{background: url(../images/consult_img_01.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_02{background: url(../images/consult_img_02.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_03{background: url(../images/consult_img_03.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_04{background: url(../images/consult_img_04.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_05{background: url(../images/consult_img_05.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_06{background: url(../images/consult_img_06.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_07{background: url(../images/consult_img_07.jpg)center center;background-size: cover;height: 300px;}
  #consult_img_08{background: url(../images/consult_img_08.jpg)center center;background-size: cover;height: 300px;}
  .eng_division{margin-top: -2px;font-size: 11px;letter-spacing: 0.05rem; color: #004ea2;}
}

.costcut_txt_box{width:50%;max-width: 600px;position: absolute;top:40px;background:#fff;box-sizing: border-box;padding: 40px;min-height: 340px;}
.costcut_txt_box h3{font-size: 33px;font-weight: bold;color: #004ea2;line-height: 30px;}
.costcut_txt_box h4{font-size: 19px;font-weight: bold;color: #252525;line-height: 24px;}
.costcut_txt_box p{margin-top:10px;font-size: 13px;}
#txt-box-elec{top:25px;}
#txt-box-aqua{top:25px;}

#print-ttl:before{content: '';display: inline-block;background: url(../images/icon_print.svg)no-repeat;height: 36px;width: 36px;margin-right: 5px;margin-bottom: -5px;}
#elec-ttl:before{content: '';display: inline-block;background: url(../images/icon_elec.svg)no-repeat;height: 38px;width: 38px;margin-right: 5px;margin-bottom: 10px;}
#led-ttl:before{content: '';display: inline-block;background: url(../images/icon_led.svg)no-repeat;height: 36px;width: 36px;margin-right: 5px;margin-bottom: -5px;}
#aqua-ttl:before{content: '';display: inline-block;background: url(../images/icon_aqua.svg)no-repeat;height: 36px;width: 36px;margin-right: 5px;margin-bottom: -5px;}
#server-ttl:before{content: '';display: inline-block;background: url(../images/icon_server.svg)no-repeat;height: 36px;width: 36px;margin-right: 5px;margin-bottom: -5px;}

@media (max-width: 768px) {
  #txt-box-elec{top:0px;}
  #txt-box-aqua{top:0px;}
  .costcut_txt_box{width:95%;margin:0 auto;padding:20px;position: relative;margin-top: -20px;top:0px;box-sizing:border-box;}
  .costcut_txt_box ul{font-size: 15px;}
  .costcut_txt_box h3{font-size: 22px;font-weight: bold;color: #004ea2;line-height: 22px;}
  .costcut_txt_box h4{font-size: 17px;font-weight: bold;color: #252525;line-height: 22px;}
  h3 img{width: 100%;}
  #print-ttl:before{display: none;}
  #elec-ttl:before{display: none;}
  #led-ttl:before{display: none;}
  #aqua-ttl:before{display: none;}
  #server-ttl:before{display: none;}
  #print-ttl img{width: 88%;}
}

h2{text-align: center;font-size: 36px;font-weight: bold;color:#252525;}
@media (max-width: 768px) {h2{font-size: 24px;}}
.cost-sol-num{text-align: center;margin: 0 auto;margin-bottom: 40px;background: #252525;color:#fff;width: 220px;font-size: 12px;padding: 3px 0;letter-spacing: 0.05rem;}
@media (max-width: 768px) {.cost-sol-num{margin-bottom: 20px;}}

ul.link-box4{width: 98%;max-width: 1000px;margin:0 auto;margin-top: 20px;}
ul.link-box4{display: flex;justify-content: space-between;flex-wrap: wrap;text-align:center; }
ul.link-box4 li{width: calc(100% / 4 - 5px);box-sizing: border-box;padding:0px 0;}
ul.link-box4 li:hover{width: calc(100% / 4 - 5px);box-sizing: border-box;padding:2px 15px;}
li .link-box-inner{padding:10px 0;border:1px solid #004ea2;background:#004ea2;color:#fff;}
ul.link-box4 li:hover .link-box-inner{padding:8px 0;background:#fff;font-weight:bold;color:#004ea2;letter-spacing: 0.1rem;border-radius: 10px;}

.tri-under{position: relative;z-index: 2;}
.consult_ctn{width: 98%;max-width:1100px; margin: 0 auto;margin-bottom: 120px;position: relative;}
.consult_ctn:last-child{margin-bottom: 30px;}
.eng_division{margin-top: -5px;font-size: 13px;letter-spacing: 0.1rem; color: #222;}
.consul_ttl_icon{float:left;width: 48px;margin-right:10px;margin-top: 2px; }
.consul_ttl_txt{float:left;}

.cost-line{height: 1px;width: 100%;background: #252525;margin: 13px 0;}
@media (max-width: 768px) {.consult_ctn{width: 100%;margin-bottom: 60px;}}

/*----------------------------------------------------

◆　Sales 営業コンサルティング

----------------------------------------------------*/
.box_line_right{position: absolute;width: 10px;height:50%;background:#004ea2;left:-5px;top:25%;}
.contents-wrapper{margin-bottom: 90px;}
@media (max-width: 768px) {
  .box_line_right{width: 8px;}
  .contents-wrapper{margin-bottom: 50px;}
}


.service_head{max-width: 800px;width: 90%;margin:0 auto;margin-top: 80px;}
.service_head h2{text-align: center;font-size: 36px;margin-bottom: 16px;}
.service_img{height: 280px;background:url(../images/service_head.jpg)0 0 no-repeat;background-size: cover; }
.service_txt{margin-top: 20px;}
@media (max-width: 768px) {
  .service_head{max-width: 800px;width: 90%;margin:0 auto;margin-top: 40px;}
  .service_head h2{text-align: center;font-size: 24px;margin-bottom: 16px;}
  .service_img{height: 180px;margin-top: 10px;}
}
