<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  各ページ個別css
 *
 */
 
 /*--------------------------------------------------------------------------
   ページ別タイトルスタイルリセット
---------------------------------------------------------------------------*/
 
 #home h2,
.page-reason #Main h2,
.page-factory-sec h2,
.page-technical h2,
.page-tech-lower-sec h2,
.page-tech-lower-sec-perf h2,
.page-voice-sec h2,
.page-faq-sec h2,
.page-consultation h2,
.page-recruit-sec h2,
.page-education-sec h2,
.page-works-sec h2{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#home h2:before,
.page-reason #Main h2:before,
.page-factory-sec h2:before,
.page-technical h2:before,
.page-tech-lower-sec h2:before,
.page-tech-lower-sec-perf h2:before,
.page-voice-sec h2:before,
.page-faq-sec h2:before,
.page-consultation h2:before,
.page-recruit-sec h2:before,
.page-education-sec h2:before,
.page-works-sec h2:before{
    content: none;
}


/*--------------------------------------------------------------------------
   #home トップページ
---------------------------------------------------------------------------*/

/* sec-hagorom
-----------------------------------------------------------------*/
#home .sec-hagoromo{
    position: relative;
    padding: 60px 0 45px;
}
#home .sec-hagoromo:before{
    content: "";
    display: block;
    position: absolute;
    top: 37px;
    right: -120px;
    width: 213px;
    height: 242px;
    background: url(/contents/images/top_hagoromo_bg.png) no-repeat;
}
#home .sec-hagoromo .txt-wrap{
    float: right!important;
    position: relative;
    padding-top: 37px;
    z-index: 1;
}
#home .sec-hagoromo h2{
    margin-bottom: 24px;
}
#home #main .sec-hagoromo .btn{
    margin-top: 20px;
}
/* sec-technical
-----------------------------------------------------------------*/
#home .sec-technical{
    padding: 57px 0;
    /*background: #F6FAF7;*/
}
#home .sec-technical h2{
    margin: 0 0 22px -48px;
}
#home #main .sec-technical .list p{
    font-size: 20px;
    text-align: center;
}
#home .sec-technical .list .item{
    min-height: 358px;
    background: url(/contents/images/top_technical_bg.png) no-repeat 50% 137px;
}
#home .sec-technical .list .item a{
    text-decoration: none;
}
#home .sec-technical .list .item a:hover{
    text-decoration: underline;
}

/* sec-solution
-----------------------------------------------------------------*/
#home .sec-solution{
    padding: 65px 0;
}
#home .sec-solution h2{
    margin: 0 0 23px -48px;
}
#home .sec-solution .list{
    margin: 40px -80px 0 0;
}
#home .sec-solution .list .item{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 266px!important;
    min-height: 320px;
    border: 16px solid #E6E6E6;
    padding: 0 18px;
    margin-right: 80px;
    background: #FFF;
    text-align: center;
}
#home .sec-solution .list .item p{
    margin: 0;
}
#home .sec-solution .list .item img{
    margin: 0 -18px;
}
#home .sec-solution .list .item h3{
    padding-bottom: 8px;
    margin: 16px 0 12px;
    border-bottom: solid 1px #333;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
#home .sec-solution .btn-more{
    margin-top: 20px;
    text-align: right;    
    font-size: 18px;
}
#home .sec-solution .btn-more a{
    text-decoration: none;
    letter-spacing: 0.2em;
}
#home .sec-solution .btn-more a:hover{
    text-decoration: underline;
}

/* sec-consultatio
-----------------------------------------------------------------*/
#home .sec-consultatio{
    text-align: center;
    padding: 45px 0 23px;
    background: url(/contents/images/top_consultation_bg.png) no-repeat 50% 0;
    background-size: cover;
}
#home .sec-consultatio h2{
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 25px;
    padding: 18px 70px 15px;
    background: #FFF;
    font-size: 22px;
    color: #333;
    line-height: 1;
    letter-spacing: 0.1em;
}
#home .sec-consultatio ul,
#home .sec-consultatio .btn-more{
    width: 624px;
    margin: 0 auto;
}
#home .sec-consultatio ul{
    margin-top: 25px;
}
#home .sec-consultatio ul li{
    margin: 8px 0 0;
}
#home .sec-consultatio ul li a{
    display: block;
    position: relative;
    padding: 4px 60px 5px 36px;
    background: url(/contents/images/top_consultation_btn.png) no-repeat 100% .2em;
    border-bottom: solid 1px #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
#home .sec-consultatio ul li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(/contents/images/top_consultation_ico.png) no-repeat;
    width: 25px;
    height: 19px;
}
#home .sec-consultatio ul li a:hover{
    color: #FFF;
}
#home .sec-consultatio .btn-more{
    margin-top: 7px;
    text-align: right;
}
#home .sec-consultatio .btn-more a{
    display: inline-block;
    margin-right: -4px;
}
#home .sec-consultatio .bnr{
    margin-top: 25px;
}

/* sec-bnr-list
-----------------------------------------------------------------*/
#home .sec-bnr-list{
    background: #F6FAF7;
    padding: 80px 0 30px;
    text-align: center;
    letter-spacing: -.4em;
}
#home .sec-bnr-list .item{
    letter-spacing: normal;
    display: inline-block;
    float: none!important;
    width: 316px!important; 
}
#home .sec-bnr-list .item01{
    text-align: left;
}
#home .sec-bnr-list .item02{
    text-align: center;
}
#home .sec-bnr-list .item03{
    text-align: right;
}
#home .sec-bnr-list p{
    margin-bottom: 45px;
}
#home .sec-bnr-list p a{
    display: block;
}

/* sec-news
-----------------------------------------------------------------*/
#home .sec-news{
    padding: 40px 0 110px;
    text-align: center;
}
#home .sec-news h2{
  background: url(/contents/images/top_news_bg_ttl.png) repeat-x 50% 50%;
}
#home .sec-news .news-list{
    margin: 10px auto 0;
    display: inline-block;
    max-width: 960px;
    font-size: 18px;
}
#home .sec-news .news-list a{
    text-decoration: none;
}
#home .sec-news .news-list a:hover{
    text-decoration: underline;
}
#home .sec-news .news-list ul li{
    margin: 25px 0 0;
    text-align: left;
}
#home .sec-news .paging-type01{
    margin-top: 10px;
    text-align: right;
}
#home .sec-news .paging-type01 p{
  display: inline-block;
  padding: 0 30px 0 0;
  background: url(/contents/images/ico_arw04.png) no-repeat 98% .35em;
  font-size: 18px;
}

/* sec-recruit
-----------------------------------------------------------------*/
#home .sec-recruit{
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  padding: 9px;
  border: solid 1px #000;
  background: url(/contents/images/top_recruit_bg.png) no-repeat 98% 91%;
}
#home .sec-recruit p{
    margin: 0;
    line-height: 1.3;
}
#home .sec-recruit .txt-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right!important;
    width: 424px!important;
    padding: 29px 55px 0;
    font-size: 24px;
}
#home .sec-recruit .txt-wrap h2{
    margin-bottom: 15px;
    text-align: center;
}
#home .sec-recruit .txt-wrap ul{
    margin-top: 15px;
}
#home .sec-recruit .txt-wrap ul li{
    font-size: 20px;
    margin-bottom: 10px;
}
#home .sec-recruit .txt-wrap ul li a{
    color: #808080;    
    padding-right: 22px;
    background: url(/contents/images/ico_arw02.png) no-repeat 100% .3em;
    text-decoration: none;
}
#home .sec-recruit .txt-wrap ul li a:hover{
    text-decoration: underline;
}
#home .sec-recruit hr{
    height: 0!important;
    overflow: hidden;
}

/*--------------------------------------------------------------------------
   .page-reason 技術力の理由
---------------------------------------------------------------------------*/

.page-strategic_insight #Main .txt-lead{
    margin-bottom: 60px;
}
.page-strategic_insight #Main .sec{
    margin-top: 40px;
    width: 762px;
}
.page-strategic_insight #Main .sec h2{
    margin: 38px 0 30px;
    font-size: 22px;
    color: #000033;
    font-weight: bold;
    text-align: center;
}
.page-strategic_insight #Main .sec p{
    font-size: 17px;
}


/*--------------------------------------------------------------------------
   .page-technical_fields 技術領域
---------------------------------------------------------------------------*/

.page-technical_fields .p_technical_lower_nav{
    margin: 0;
}
.page-technical_fields #Main .list{
    text-align: center;
    font-size: 15px;
}
#Main h2.technical_title{
    display: inline-block;
    position: relative;
    background: #004EA2;
    color: #FFF;
    margin-top: 100px;
    padding: 9px 38px 7px;
    font-size: 20px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
}
#Main h2.technical_title:before{
    content: "";
    display: block;
    position: absolute;
    background:  url(/contents/images/technical_ttl_bg.png) no-repeat;
    top: 0;
    left: 0;
    width: 18px;
    height: 39px;
}
.page-technical_fields #Main h3{
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 2px #004EA2;   
    margin-bottom: 5px;
    font-size: 26px;
    color: #000033;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
}
.page-technical_fields #Main h3:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004EA2;
}
.page-technical_fields #Main .sec{
    margin-top: 30px;
}
.page-technical_fields #Main .sec .img-box{
    margin-top: 24px;
}
.page-technical_fields #Main .sec .img-box .img{
    width: 231px!important;
    margin-right: 20px;
}
.page-technical_fields #Main .sec .img-box .txt-wrap{
    width: 529px!important;
}
.page-technical_fields #Main .sec .img-box .txt-wrap .more{
    margin-top: 40px;
    text-align: right;
}


/*-------------------------------------------------------------------------------
   sec-technical,.sec-technical-perf 技術領域の下層共通section
--------------------------------------------------------------------------------*/

#Main .page-tech-lower-sec{
    margin-bottom: 70px; 
}
#Main .page-tech-lower-sec .ttl{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 101px;
    margin-bottom: 30px;
    padding: 0 35px;
    background:  url(/contents/images/technical_lower_ttl_bg01.png) repeat-y;   
}
#Main .page-tech-lower-sec .ttl h2{
    display: table-cell;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.5;
}
.page-tech-lower-sec .c_img-list{
    padding: 15px 10px 0;
    background: #eee;
}
#Main .page-tech-lower-sec .list{
    margin: 10px 0 0;
    padding: 40px 10px;
    background: #eee;
    text-align: center;
}
#Main .page-tech-lower-sec .list .txt{
    display: inline-block;
    padding: 3px 20px;
    font-size: 14px;
    border: solid 2px #333;
    background: #FFF;
}
#Main .page-tech-lower-sec .list .txt p{
    margin: 0;
}
#Main .page-tech-lower-sec .list-col04{
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    background: #eee;
}
#Main .page-tech-lower-sec .list-col04 &gt; div{
    display: table-cell;
    float: none!important;
    vertical-align: middle
}
#Main .page-tech-lower-sec .list-col04 &gt; div.ttl-col{
    padding-left: 15px;
}
#Main .page-tech-lower-sec .list-col04 &gt; div &gt; p:first-child{
    margin-bottom: 0!important;
}
#Main .page-tech-lower-sec .list-col04 .txt{
    margin: 5px 0 0 !important;
    font-size: 14px;
    text-align: center;
}
#Main .page-tech-lower-sec .ttl-col h3{
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
#Main .page-tech-lower-sec-perf{
    margin-top: 60px;
}
#Main .page-tech-lower-sec-perf h2{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 258px;
    padding: 18px 10px 34px;
    margin-bottom: 64px;
    background:  url(/contents/images/technical_lower_ttl_bg02.png) no-repeat;   
    text-align: center;
    color: #FFF;
    font-size: 22px;
}
/* table */
#Main .sec-technical-perf .c_tbl-style01 .w01{
    width: 204px;  
}
#Main .sec-technical-perf .c_tbl-style01 .w02{
    width: 225px;  
}

/*-------------------------------------------------------------------------------
   .page-technical-technical01 高周波誘導加熱装置の設計・製作(技術領域の下層)
--------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------
   .page-factory-sec 工場・設備
--------------------------------------------------------------------------------*/
.page-factory-pop{
    margin: 26px 0 33px;
}
.page-factory-sec{
    display: table;
    margin-top: 20px;
    background: #F2F2F2;   
}
.page-factory-sec .cell{
    display: table-cell!important;
    float: none!important;
}
.page-factory-sec .img{
    width: 308px!important;
}
.page-factory-sec .img p{
    margin-bottom: 0!important;
}
.page-factory-sec .txt-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 472px!important;
    vertical-align: middle;
}
.page-factory-sec .txt-wrap._right{
    padding: 0 30px 0 38px;
}
.page-factory-sec .txt-wrap._left{
    padding: 0 38px 0 30px;
}
.page-factory-sec .txt-wrap .txt{
    display: table;
    border-top: solid 14px #004EA2;
    background: #FFF;
    width: 100%;
    height: 212px;
}
.page-factory-sec .txt-wrap .txt p{
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
}
.page-factory-sec .txt-wrap .txt a{
 color: #004EA2;   
}
.page-factory-sec .txt-wrap._right{
    background:  url(/contents/images/factory_box_bg_rt.png) no-repeat 100% 0;   
}
.page-factory-sec .txt-wrap._left{
    background:  url(/contents/images/factory_box_bg_lt.png) no-repeat 0 0;   
}
.page-facilities #Main .contact{
    display: table;
    width: 100%;
    margin-top: 100px;
}
.page-facilities #Main .contact p{
    color: #FFF;
    margin-bottom: 0;
    font-size: 20px;
}
.page-facilities #Main .contact .cell{
    display: table-cell;
    float: none!important;
}
.page-facilities #Main .contact .cell.txt-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    background: url(/contents/images/factory_contact_bg.png) 0 50% no-repeat;
    background-size: cover;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.page-facilities #Main .contact .btn{
    margin-top: 25px;
}
.page-facilities #Main .contact .btn a{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 7px 60px;
    background: #FFF;   	
    color: #004EA2;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
.page-facilities #Main .contact .btn a span{
    padding-left: 20px;
    background: url(/contents/images/ico_arw05.png) no-repeat 0 .3em;   
    background-size: 13px auto;
}


/*-------------------------------------------------------------------------------
   .page-voice-sec お客様の声
--------------------------------------------------------------------------------*/

.page-voice-sec{
    margin-top: 13px;
    padding-left: 78px;
    background:  url(/contents/images/voice_ico.png) no-repeat 0 50%;
}
.page-voice-sec .txt{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border: solid 2px #004EA2;   
}
#Main .page-voice-sec .txt p{
    margin: 0!important;
    min-height: 137px;
    background: url(/contents/images/voice_bg_ttl.png) 0 47px;
    line-height: 2.8;
}


/*-------------------------------------------------------------------------------
   .page-faq-sec よくあるご質問
--------------------------------------------------------------------------------*/

.page-faq-sec{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    background: #0071BC url(/contents/images/faq_bg.png) no-repeat;
}
.page-faq-sec .qMarkText{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 41px;
    margin-bottom: 25px;
    padding: 0 0 0 53px;
    background: url(/contents/images/faq_ico_q.png) no-repeat;
    color: #FFF;
    font-size: 16px;
}
.page-faq-sec .aMarkText{
    padding: 15px;
    background: #FFF;
    font-size: 15px;
}
#Main .page-faq-sec .aMarkText p{
    margin: 0;
}


/*-------------------------------------------------------------------------------
   .page-consultation-sec こんな時にはご相談ください。
--------------------------------------------------------------------------------*/

.page-consultation-sec{
    margin-top: 70px;
    padding-top: 10px;
}
.page-consultation .img-lead{
    margin-top: 64px;
    text-align: center;
}
.page-consultation-sec .ttl{
    position: relative;
    font-size: 22px;
    padding: 0 0 10px 67px;
    background: url(/contents/images/consultation_ico.png) no-repeat;
    border-bottom: solid 3px #004EA2;
}
#Main .page-consultation-sec .ttl p{
    line-height: 40px;
    margin: 0;
}
.page-consultation-sec .ttl:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 84px;
    height: 3px;
    background: #FCEE21;
}
.page-consultation-sec .txt{
    margin-top: 30px;
    padding: 20px;
    background: #F2F2F2;
    font-size: 18px;
}
#Main .page-consultation-sec .txt p{
    margin: 0;
}


/*-------------------------------------------------------------------------------
   page-privacy/page-accessibility 　個人情報について/アクセシビリティについて
--------------------------------------------------------------------------------*/

.page-privacy-sec,
.page-accessibility-sec{
    margin-top: 40px;    
}
.page-privacy-sec ul,
.page-accessibility-sec ul{
    list-style-type: disc;
    padding-left: 1.5em;
}


/*-------------------------------------------------------------------------------
   page-sitemap-sec サイトマップ
--------------------------------------------------------------------------------*/

.page-sitemap-sec ul{
    padding-left: 1.5em;
    list-style-type: disc;
}
.page-sitemap-sec ul li{
    margin-top: 13px;
}
.page-sitemap-sec ul ul{
    margin: 10px 0 20px;
}
.page-sitemap-sec ul li a{
    text-decoration: none;
}
.page-sitemap-sec ul li a:hover{
    text-decoration: underline;
}


/*-------------------------------------------------------------------------------
   page-recruit-sec 採用情報インデックス
--------------------------------------------------------------------------------*/

.page-recruit-sec{
    margin-top: 90px;
}
.page-recruit-sec .sec-ttl{
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.page-recruit-sec .sec-ttl img{
    position: relative;
    z-index: 1;
}
.page-recruit-sec .sec-ttl:before{
    content: "";
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7FA5CF;
}

/*-------------------------------------------------------------------------------
   .page-guideline-nav 採用情報 -- 募集要項
--------------------------------------------------------------------------------*/

.page-guideline-nav{
    margin-bottom: 20px;
}
.page-guideline-nav li{
    display: inline-block;
    padding-right: 16px;
}
.page-guideline-nav li a{
    padding-right: 20px;
    background: url(/contents/images/ico_arw01.png) no-repeat 100% .4em;
    background-size: 15px auto;
}

/* .sec-policy 採用ポリシー
-----------------------------------------------------------------*/
.page-recruit-sec.sec-policy{
    text-align: center;
}
.page-recruit-sec.sec-policy .ttl-sub{
    margin: 62px 0 42px;
    text-align: center;
}
.page-recruit-sec.sec-policy .sec-ttl + .ttl-sub{
    margin-top: 0;
}


/* .sec-ph 理念
-----------------------------------------------------------------*/
.page-recruit-sec.sec-ph .catch{
    padding: 27px 0 10px;
    text-align: center;
    background: url(/contents/images/recruit_ph_bg.png) no-repeat;
}
.page-recruit-sec.sec-ph .catch .ttl{
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 35px;
    margin-bottom: 18px;
    background: #FFF;
}
#Main .page-recruit-sec.sec-ph .catch .ttl p{
    margin: 0;
}
.page-recruit-sec.sec-ph .sec-sub{
    margin-top: 60px;
}
.page-recruit-sec.sec-ph .sec-sub h3{
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: solid 1px #7FA5CF;
    font-size: 21px;
    color: #004EA2;
}
.page-recruit-sec.sec-ph .sec-sub.sec-end{
    text-align: center;
}
.page-recruit-sec.sec-ph .sec-sub .txt-end01{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    border: solid 1px #989898;
    padding: 4px 24px;
}
#Main .page-recruit-sec.sec-ph .sec-sub .txt-end01 p{
    margin: 0;
}
#Main .page-recruit-sec.sec-ph .sec-sub .txt-end-catch p{
    margin: 25px 0 65px;
    font-size: 21px;
    font-weight: bold;
    color: #004EA2;
}
.page-recruit-sec.sec-ph .sec-sub .txt-end02{
    text-align: left;
}


/* .sec-ideal 求める人物
-----------------------------------------------------------------*/
.page-recruit-sec.sec-ideal .sec-ttl{
    margin-bottom: 70px;
}
.page-recruit-sec.sec-ideal .item-list{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 785px;
    margin-top: 42px;
    padding: 0 20px;
    background: url(/contents/images/recruit_ideal_bg_list01.png) no-repeat 50% 0;
}
.page-recruit-sec.sec-ideal .item-list .item{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 55px;
    height: 365px;
    text-align: center;
    font-size: 16px;
}
.page-recruit-sec.sec-ideal .item-list .item .ttl{
    display: table;
    width: 100%;
    background: url(/contents/images/recruit_ideal_bg_list02.png) no-repeat 50% 0;
    height: 117px;
    margin-bottom: 13px;
}
#Main .page-recruit-sec.sec-ideal .item-list .item .ttl p{
    display: table-cell;
    font-size: 22px;
    color: #004EA2;
    vertical-align: middle;
}
#Main .page-recruit-sec.sec-ideal .item-list .item .txt p{
    line-height: 2;
}
.page-recruit-sec.sec-ideal .txt-message{
    margin-top: 70px;
}
.page-recruit-sec.sec-ideal .txt-end-wrap{
    text-align: center;
}
.page-recruit-sec.sec-ideal .txt-end{
    display: inline-block;
    position: relative;
    margin-top: 70px;
    padding: 10px 30px;
}
.page-recruit-sec.sec-ideal .txt-end:before,
.page-recruit-sec.sec-ideal .txt-end:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 78px;
    height: 69px;
    margin-top: -34px;
    background: url(/contents/images/recruit_ideal_bg.png) no-repeat;
}
.page-recruit-sec.sec-ideal .txt-end:before{
    left: 0;
}
.page-recruit-sec.sec-ideal .txt-end:after{
    right: 0;    
}
#Main .page-recruit-sec.sec-ideal .txt-end p{
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #004EA2;
}


/* .sec-staff 先輩紹介
-----------------------------------------------------------------*/

.page-recruit-sec.sec-staff .staff-list-img{
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: -.4em;
}
.page-recruit-sec.sec-staff .staff-list-img li{
    display: inline-block;
    margin: 0 5px;
    letter-spacing: normal;
}
.page-recruit-sec.sec-staff .anchor-nav ul{
    margin-top: 30px;
    letter-spacing: -0.4em;
}
.page-recruit-sec.sec-staff .anchor-nav ul li{
    display: inline-block;
    padding: 0 21px 0 10px;
    margin: 10px 0 0;
    font-size: 15px;
    letter-spacing: normal;
}
.page-recruit-sec.sec-staff .anchor-nav ul li a{
    padding-left: 23px;
    background: url(/contents/images/ico_arw01.png) no-repeat 0 .35em;
    background-size: auto 10px;
    text-decoration: none;
}
.page-recruit-sec.sec-staff .anchor-nav ul li a:hover{
    color: #004EA2;
}
.page-recruit-sec.sec-staff .staff-list{
    width: 798px;
    margin: 70px 0 0 -7px;
    padding-top: 10px;
}
.page-recruit-sec.sec-staff .staff-list &gt; div{
    width: 385px!important;
    margin: 0 7px;
}
#Main .page-recruit-sec.sec-staff .staff-list .name-wrap{
    padding: 0 0 7px 36px;
    background: url(/contents/images/recruit_ico_people.png) no-repeat;
    margin-bottom: 26px;
    border-bottom: dashed #BED2E7 1px;
}
.page-recruit-sec.sec-staff .staff-list .data{
    font-size: 14px;
}
.page-recruit-sec.sec-staff .staff-list .name{
    font-size: 18px;
}
.page-recruit-sec.sec-staff .staff-list .sub{
    padding-left: 4px;
    font-size: 12px;
    vertical-align: bottom;
}
.page-recruit-sec.sec-staff .staff-list .txt{
    position: relative;
    padding: 15px;
    font-size: 14px;
    background: #F2F2F2;
}
.page-recruit-sec.sec-staff .staff-list .txt:before{
    content: "";
    position: absolute;
    top: -18px;
    left: 43px;
    width: 32px;
    height: 18px;
    background: url(/contents/images/recruit_people_bg.png) no-repeat;
}
.page-recruit-sec.sec-staff .staff-list .list{
    margin: 10px 0 0 10px;
}
.page-recruit-sec.sec-staff .staff-list .list li{
    padding-left: 17px;
    background: url(/contents/images/ico_diamond.png) no-repeat 0 .2em;
    font-size: 15px;
}
	

/*-------------------------------------------------------------------------------
   page-education-sec  教育制度・キャリアフロー / 採用情報配下
--------------------------------------------------------------------------------*/

.page-recruit-education .img-main{
    padding-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.page-education-sec{
    margin-top: 60px;
    padding-bottom: 6px;
    border-bottom: solid 2px #7FA5CF;
}
.page-education-sec .sec-ttl{
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.page-education-sec .sec-ttl img{
    position: relative;
    z-index: 1;
}
.page-education-sec .sec-ttl:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 16px;
    height: 2px;
    width: 100%;
    background: #7FA5CF;   
}
.page-education-sec h3{
    display: inline-block;
    margin-top: 30px;
    padding: 13px 14px;
    font-size: 18px;
    color: #FFF;
    background: #004EA2;
}.page-education-sec h4{
    margin: 25px 0 12px;
    font-size: 18px;
    color: #004EA2;
}
#Main .page-education-sec .img-wrap p{
    margin-bottom: 0;
}
#Main .page-education-sec .img-wrap p img{
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.15);
}
.page-education-sec .img-box{
    padding: 15px 0 3px;
    border-bottom: solid 2px #7FA5CF;
}
.page-education-sec .img-box:last-child{
    border-bottom: none;
}
.page-education-sec .img-box h4{
    margin-top: 0;
}
.page-education-sec .img-box .txt-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
    padding-right: 28px;
}
#Main .page-education-sec .img-box .txt-wrap .txt p{
    display: inline;
    border-bottom: dashed 1px #EBEBEB;
    line-height: 2;
}
/* sec個別 */
.page-education-sec.sec03{
    border-bottom: none;
}
.page-education-sec.sec03 h3{
    margin-bottom: 10px;
}


/*-------------------------------------------------------------------------------
   page-works-sec  ソリューション事例
--------------------------------------------------------------------------------*/

.page-works-sec{
    margin-top: 80px;
}
.page-works-sec:first-child{
    margin-top: 0;
}
.page-works-sec .case-ttl{
    position: relative;
    background: #053888;
    padding: 13px 15px;
}
.page-works-sec .case-ttl:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #064EA0;
}
.page-works-sec .case-ttl h2{
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
.page-works-sec h3{
    position: relative;
    margin: 35px 0 15px;
    padding-bottom: 5px;
    border-bottom: solid 2px #7FA5CF;   
    color: #000033;
    font-size: 20px;
    font-weight: bold;
}
.page-works-sec h3:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7FA5CF;
}
.page-works-sec .img-box{
    margin: 25px 0 40px;
}
.page-works-sec .img-box &gt; div{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
}
.page-works-sec table{
    margin: 15px 0 20px; 
    text-align: center;
    border: solid 2px #7E7E98;
}
.page-works-sec table td,
.page-works-sec table td.odd{
    padding: 8px 10px;
    background: #FFF;
    border: solid 2px #7E7E98;
    vertical-align: middle;
}
.page-works-sec table .ttl td{
    padding: 15px 10px;
    background: #F1F1F1;
}


/*-------------------------------------------------------------------------------
   page-company-sec  会社情報例
--------------------------------------------------------------------------------*/

.page-company-sec{
    margin-top: 40px;
    padding-top: 10px;
}

/* 社長挨拶 */
#Main .page-company-sec.sec-greeting p{
    margin-bottom: 1.3em;
}
.page-company-sec.sec-greeting .img-box .txt-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
}
#Main .page-company-sec.sec-greeting .img-box .txt-wrap{
    float: none!important;
    width: auto!important;
    padding: 0;
}
.page-company-sec.sec-greeting .img-box .img{
    float: right!important;
    padding: 0 0 20px 20px;
}
.page-company-sec.sec-greeting .img-box .img img{
    width: 100%;
    height: auto;
}
#Main .page-company-sec.sec-greeting .img-box .img .img{
    margin-bottom: 10px;
}
#Main .page-company-sec.sec-greeting .name-wrap p{
    margin: 0;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: right;
}
#Main .page-company-sec.sec-greeting .name-wrap .name{
    margin-top: 10px;
    font-size: 14px;
}
#Main .page-company-sec.sec-greeting .name-wrap .name .em{
    font-size: 24px;
}
#Main .page-company-sec.sec-greeting .img-wrap &gt; div:first-child{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2px;
}
#Main .page-company-sec.sec-greeting .img-wrap img{
    width: 100%;
    height: auto;
    
}

/* 理念 */
.page-company-sec.sec-rinen{
    margin-top: 130px;
}
.page-company-sec.sec-rinen .lead{
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
}
.page-company-sec.sec-management .copy{
    margin: 30px 0;
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: left;
}
#Main .page-company-sec.sec-management .copy p{
    margin-bottom: 10px;
}
#Main .page-company-sec.sec-quality ul li{
    padding-left: 2.5em;
    text-indent: -2.5em;
}

/* 会社概要 */
.page-company-sec{
    margin-top: 40px;
    padding-top: 10px;
}
.page-company-sec .mark-list p{
    display: inline-block;
    margin: 0 30px 0 0!important;
}
.page-company-sec .mark-list img{
    display: inline-block;
    width: auto;
    height: 110px;
    margin-right: 18px;
}
.page-company-sec .list-clients{
    overflow: hidden;
    margin-right: -10px;
}
.page-company-sec .list-clients li{
    float: left;
    width: 252px;
    margin: 0 10px 20px 0;
}
.page-company-sec .list-clients li span{
    display: block;
}
#Main .page-company-sec .list-clients li .txt{
    margin-top: 8px;
    font-size: 14px;
}


/*-------------------------------------------------------------------------------
   page-news-sec  ニュース一覧
--------------------------------------------------------------------------------*/

.page-news-sec .pageListItemBlock-type01{
    border-bottom: solid 1px #1B1464;
}
.page-news-sec .pageListItemList{
    border-top: solid 1px #1B1464;
}
#Main .page-news-sec .pageListItemBlock-type01 li.pageListItemList{
    margin: 0;
    padding: 15px;
}
#Main .page-news-sec .pageListItemBlock-type01 p{
    margin: 0;
}


/*-------------------------------------------------------------------------------
   page-news-sec  ニュース詳細
--------------------------------------------------------------------------------*/
.page-news-article .c_ttl-page._news{
    display: table;
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #1B1464;
    border-right: solid 1px #1B1464;
}
.page-news-article .c_ttl-page._news #contentTitle{
    display: table-cell;
    border-bottom: solid 1px #1B1464;
    border-right: solid 1px #1B1464;
    background: url(/contents/images/ttl_page_bg.png) no-repeat 0 50%;
    padding: 20px 20px 20px 60px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.page-news-article .frame-style01{
    margin-top: 30px;
    padding: 20px 20px 0 20px;
    background: #F2F2F2;
}
.page-news-article .frame-style02{
    margin-top: 30px;
    padding: 20px 20px 0 20px;
    border: solid 1px #1B1464;
}
.page-news-article .frame-style01 ul,
.page-news-article .frame-style02 ul{
    margin-bottom: 1em;
}


/*-------------------------------------------------------------------------------
   page-form-estimate-sec  お見積もりのご依頼
--------------------------------------------------------------------------------*/

.page-form-estimate-sec .lead{
    display: table;
    width: 100%;
}
.page-form-estimate-sec .lead .cell{
    float: none!important;
    display: table-cell;
    vertical-align: middle;
}
#Main .page-form-estimate-sec .lead .img p{
    margin: 0;
}
.page-form-estimate-sec .lead .txt-wrap{
    background: url(/contents/images/form-estimate_contact_bg.png);
    text-align: center;
}
#Main .page-form-estimate-sec .lead .txt-wrap p{
    color: #FFF;
    font-weight: bold;
    margin: 0;
}
#Main .page-form-estimate-sec .lead .txt-wrap .ttl{
    font-size: 22px;
    margin-bottom: 15px;
}


/*-------------------------------------------------------------------------------
   page-form-technical-sec  技術相談のお申込み
--------------------------------------------------------------------------------*/

#Main .page-form-technical-sec p{
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------------
     技術相談のリンクボタン
--------------------------------------------------------------------------------*/
#Main .technical_link a {
    display: block;
    position: relative;
    max-width: 529px;
    height: 130px;
}
#Main .technical_link a &gt; span,
#Main .technical_link a &gt; img {
    display: block;
    position: absolute;
}
#Main .technical_link a &gt; span {
    background-color: #f6faf7;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}
#Main .technical_link a &gt; img {
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: auto;
}</pre></body></html>