  @charset "utf-8";
/*/////companyディレクトリCSS/////*/

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";
@import "existing.css";
@import "existing_sp.css";



/* company
---------------------------------------------------*/
/* index */
body#index .bgArea .w710{
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body#index .bgArea .w710 ul{
    display: table;
}

body#index .bgArea .w710 ul li{
    width:323px;
    height: 58px;
}

body#index .bgArea .w710 ul li + li{
    margin-top: 15px;
}

body#index .bgArea .w710 ul li a{ 
    padding: 0 18px;
}

body#index .txtBtnLinkBl li a span{
    background: url("/img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 24px auto;
    display: block;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}

@media only screen and (max-width:767px) {
    body#index .bgArea .w710{
        width: 100%;
        display: block;
    }
    
    body#index .bgArea .w710 ul{
        display: block;
    }
    
    body#index .bgArea .w710 ul + ul{
        margin-top: 15px;
    }
}


/* message */
body#message .sign{
    text-align: right;
}

body#message .sign p{
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    body#message .sign p{
        font-size: 10px;
        padding-right: 0;
    }
    
    body#message .sign img{
        width: 102px;
        height: auto;
    }

}

/* governance */
body#governance .imgBl.mt10{
    margin-top: 10px;
}


/* kaisha-annai */
body#kaisha-annai .imgBl img{
    max-width: 250px;
}

/* download */
body#download .imgBl img{
    max-width: 118px;
}

body#download .imgBl img.wideImg {
  max-width: 295px;
}

@media only screen and (max-width:767px) {
    body#download .imgBl img.wideImg {
      max-width: 200px;
    }
}

/* kaisya-gaiyou */
body#kaisya-gaiyou .googleMap{
    margin-top: 50px;
}

@media only screen and (max-width:767px) {
    body#kaisya-gaiyou .googleMap{
        text-align: center;
        position: relative;
        padding-bottom: 55%;
        height: 0;
        overflow: hidden;
        margin-top: 30px;
    }
    
    body#kaisya-gaiyou .googleMap iframe{
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important;
    }
    
}


/* soshikizu */

body#soshikizu .imgBl.mt10{
    margin-top: 10px;
}

body#soshikizu table .circle{
    margin: 0 4px;
    font-size: 16px;
}

body#soshikizu table .circle.color01{
    color: #2EA7E0;
}

body#soshikizu table .circle.color02{
    color: #004B9E;
}

body#soshikizu table .circle.color03{
    color: #8E74B1;
}

body#soshikizu table .circle.color04{
    color: #67B8AC;
}

body#soshikizu table .circle.color05{
    color: #04671F;
}

body#soshikizu table .circle.color06{
    color: #6CA840;
}

body#soshikizu table .circle.color07{
    color: #405A47;
}

body#soshikizu table .circle.color08{
    color: #F4903D;
}

/* quality-control */
body#quality-control #single_contents dl.acdBl{
    border: 1px solid #006cb5;
    margin: 0;
}

body#quality-control #single_contents dl.acdBl + dl{
    border-top: none;
}

body#quality-control #single_contents dl.acdBl dt{
    transition: all 0.3s ease 0s;
    position: relative;
    text-align: left;
    padding: 20px;
    font-size: 24px;/*24px*/
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    cursor: pointer;
    line-height: 1;
}

body#quality-control #single_contents dl.acdBl dt span{
    font-size: 18px;/*18px*/
}

body#quality-control #single_contents dl.acdBl dt:before{
    content: "＋";
    font-size: 150%;
    color: #006cb5;
    font-weight: normal;
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    z-index: 1;
}

body#quality-control #single_contents dl.acdBl.open dt:before{
    content: "―";
    color: #fff;
}

body#quality-control #single_contents dl.acdBl.open dt{
    background:#006cb5;
    color: #fff;
}

body#quality-control #single_contents dl.acdBl dd{
    display: none;
    padding: 30px 20px;
}

body#quality-control #single_contents dl.acdBl dd div.copy{
    font-size: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

body#quality-control #single_contents dl.acdBl dd div.copy p{
    text-indent: 1em;
}

body#quality-control #single_contents dl.acdBl dd p{
    display: table;
    width: 100%;
    margin: 0;
}

body#quality-control #single_contents dl.acdBl dd p + p{
    margin-top: 20px;
}

body#quality-control #single_contents dl.acdBl p.mt0{
    margin-top: 0;
}

body#quality-control #single_contents dl.acdBl dd p > *{
    display: table-cell;
}

body#quality-control #single_contents dl.acdBl dd p span:nth-child(1){
    width: 100px;
}

body#quality-control #single_contents dl.acdBl dd span{
    color: #006cb5;
}

body#quality-control #single_contents dl.acdBl dd a{
    background: url(/img/common/icn_arrow01.png) no-repeat left 12px;
    padding-left: 15px;
}

body#quality-control #single_contents dl.acdBl dd a.noArrow{
    background: none;
    padding-left: 55px;
    text-indent: -20px;
}

body#quality-control #single_contents dl.acdBl dd .mt0 .fontS{
    padding-left: 55px;
    width: auto;
}

body#quality-control #single_contents dl.acdBl dd .fontS{
    color: #000;
    font-size: 14px;
}

body#quality-control #single_contents dl.acdBl dd a[href$=".pdf"]:after {
    content: "(　  PDF)";
	display: inline-block;
    background: url("/img/common/icn_pdf.svg")no-repeat 7px center;
    background-size: 18px auto;
}

body#quality-control #single_contents dl.acdBl dd a.noArrow[href$=".pdf"]:after {
    content: "　(　 PDF)";
    font-size: 14px;    
    background: url("/img/common/icn_pdf.svg")no-repeat -1px center;
    background-size: 18px auto;

}


@media only screen and (max-width:767px) {

    body#quality-control #single_contents dl.acdBl dt{
        font-size: 18px;
        padding: 20px 10px;
    }

    body#quality-control #single_contents dl.acdBl dt span{
        font-size: 14px;
    }

    body#quality-control #single_contents dl.acdBl dt:before{
        content: "＋";
        font-size: 25px;
        top: calc(50% - 12px);
    }

    body#quality-control #single_contents dl.acdBl dd div.copy{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    body#quality-control #single_contents dl.acdBl dd p,
    body#quality-control #single_contents dl.acdBl dd p > *{
        display: block;
    }


    body#quality-control #single_contents dl.acdBl dd p span{
        width: inherit;
    }

    body#quality-control #single_contents dl.acdBl dd a{
        background: url(/img/common/icn_arrow01.png) no-repeat left 7px;
        padding-left: 10px;
    }

    body#quality-control #single_contents dl.acdBl dd a.noArrow{
        padding-left: 40px;
        text-indent: -15px;
    }
    
    body#quality-control #single_contents dl.acdBl dd .mt0 .fontS{
        padding-left: 40px;
    }
    

    body#quality-control #single_contents dl.acdBl dd a.noArrow[href$=".pdf"]:after {
        background: url("/img/common/icn_pdf.svg")no-repeat 3px center;
        background-size: 18px auto;
    }
    
}



/* ad */ 
body#ad h2{
    line-height: 1;
    color: #000;
    font-size:30px;
    margin-bottom:15px;
    padding: 0;
    text-align:center;
    font-weight: normal;
    border: none;
    font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

body#ad h2:after{
    content:"";
    height:3px;
    width:215px;
    background-color:#41b5d6;
    display:block;
    margin:0 auto;
    margin-top:15px;
}

body#ad h2:before{
    display: none;
}

body#ad h3{
    padding: 3px 0 3px 10px;
    margin-bottom:35px;
    border-left:3px solid #41b5d6;
    font-size: 24px;
    color: #000;
    border-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
}

body#ad h3 span{
    font-size:18px;
    margin-left:30px;
}

body#ad table{
	background:#dbdbdb;
	line-height:1.8;
	width:100%;
	border-spacing: 1px;
	border-collapse: inherit;
	margin-bottom:40px;
}

body#ad table th{
	padding:10px;
	vertical-align:middle;
	text-align:center;
	background:#f1f3f5;
	font-weight:bold;
    border: none;
}

body#ad table td{
    border: none;
	padding:10px;
	background:#fff;
}

/*タブ切り替えデザイン*/
body#ad .tab_wrap ul.tab_area{
	margin:0 0 50px 0;
	border:5px solid #f0f0f0;
	background:#f0f0f0;
	text-align:center;	
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
}

body#ad .tab_wrap ul.tab_area li{
	padding:15px 35px;
    margin: 0;
    width: auto;
	background:#fff;	
	border-bottom:none;
	display:inline-block;
	cursor:pointer;
	line-height:1.2;
    letter-spacing: 0.3rem;
	box-sizing:border-box;
    text-indent: 0;
}

body#ad .tab_wrap ul.tab_area li span{
    background: url("/img/company/ad_icn_tab_arrow_blue.png") no-repeat left 10px;
	background-size:12px auto;
	padding-left:17px;
}

body#ad .tab_wrap ul.tab_area_area li:hover{
	border:2px solid #006cb5;
}

body#ad .tab_wrap ul.tab_area li.active{
	background:#006cb5;
	color:#fff;
}

body#ad .tab_wrap ul.tab_area li.active span{
    background: url("/img/company/ad_icn_tab_arrow_white.png") no-repeat left 10px;
	background-size:12px auto;
	padding-left:20px;
}

body#ad .img01{
    margin-bottom:20px;
}

body#ad .backnumberBl{
    margin-bottom:100px;
}

body#ad .backnumberBl h3{
    margin-bottom:15px;
}

body#ad .backnumberBl ul{
    display: flex;
    flex-wrap: wrap;
    gap:10px 30px;
    justify-content: center;
}

body#ad .backnumberBl li{
    margin: 0;
    text-indent: 0;
    padding: 0;
    line-height: initial;
}

body#ad .backnumberBl ul li a{
    display:inline-block;
    padding-left:13px;
    background:url(/common/images/icn_arrow_right.png) no-repeat left center;
}

body#ad .adList{
    display:block;
    margin:40px 0 60px 0;
    text-align:center;
    display: flex;
    justify-content: space-between;    
}

body#ad .adList._2,
body#ad .adList._3{
    flex-wrap: wrap;
    row-gap: 40px;
}

body#ad .adList._2 li{
    width: 30%;
}

body#ad .adList._2:after{
    content: "";
    width: 30%;
    display: block;
}

body#ad .adList._3 li{
    width: 22.5%;
}

body#ad .adList._3:after{
    content: "";
    width: 22.5%;
    display: block;
}

body#ad .adList._3:before{
    content: "";
    width: 22.5%;
    display: block;
    order: 5;
}

body#ad .adList li{
    display:inline-block;
    width: 48%;
    vertical-align:top;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
}

body#ad .adList li div {
    position: relative;
    height: inherit;
    text-align: center;
}

body#ad .adList li i{
    font-style:normal;
    font-size: 14px;
    text-align:center;
    line-height:1.4;
    margin-top:5px;
    display:block;
}

body#ad .adList li div:after{
    content:"";
    position:absolute;
    right:1px;
    bottom:1px;
    width:30px;
    height:30px;
    display:inline-block;
    display:block;
    background:url("/img/company/ad_icn_zoom.png") no-repeat left top;
    }

body#ad .adList li div:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    left: 0;
    top: 0;
    box-sizing: border-box;
    }

/*調整  叶えたい未来篇*/
body#ad .kanaetaiBl .adList li:nth-child(1) div::after {
	display:none;
}

/*調整  うたっておどって日軽金*/
body#ad .utatteodotteBl .adList li div::after {
	display:none;
}

/* 「アルミのことなら日軽金」シリーズ */
body#ad .arumiBl .adList{
    justify-content: center;
    gap:40px;
}

/*追加　静岡県庁サイネージ*/
body#ad .signageBl .adList{
    column-gap: 20px;
}

body#ad .signageBl .adList li{
	width:inherit;
}

body#ad .signageBl .adList li div::after {
	display:none;
}

/*ラジオ広告「車いすラグビー応援篇」*/
body#ad .radioBl{
    margin-bottom: 100px;
}

body#ad .btn.soundonly{
    text-align: center;
    margin: 30px 0 0 0;
}

body#ad .btn.soundonly a{
    font-size: 125%;
  color: #006cb6 !important;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #006cb6;
  padding: 30px 65px;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
}

body#ad .btn.soundonly a span{
    background: url("/img/company/icn_soundonly.png") no-repeat left center;
    background-size: 30px auto;
    padding-left: 40px;
}

body#ad .radioBl .prof{
    margin: 50px auto 0;
    display: table;
}

body#ad .radioBl .prof p.name{
    margin: -5px 0 15px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 5px 5px 5px;
    font-size:20px;
}

body#ad .radioBl .prof + p{
    background:#f0f0f0;
    margin: 20px auto auto;
    padding: 10px;
    letter-spacing: 0.1em;
}

body#ad .radioBl .prof .pic{
    max-width: 260px;
    display: table-cell;
    vertical-align: top;
}

body#ad .radioBl .prof .pic img{
    width: 100%;
    height: auto;
}

body#ad .radioBl .prof .txt{
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
}

body#ad .radioBl .prof .txt ul{
    margin: 20px 0 0 0;
}

body#ad .radioBl .prof .txt ul li{
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    font-size: 100%;
    margin: 0;
}

/*調整　採用広告 */
body#ad .recruitBl .adList{
    justify-content: center;
}

body#ad .recruitBl  .adList li.thumd41{
	width:600px;
}

body#ad .recruitBl  .adList li.thumd41 div {
  padding: 5px 0;
}

body#ad .recruitBl  .adList li.thumd41 div img {
  width: 94%;
}

/* 新聞突き出し広告*/
body#ad .newspaperArea .adList img{
    max-height: 210px;
}

body#ad .kujiraArea,
body#ad .origamiArea,
body#ad .newspaperArea{
    margin-bottom:40px;
}

/*表示出し入れ*/
/*body#ad .nlm{
    display: none !important;
}*/

@media only screen and (max-width:767px) {
    body#ad h2{
        font-size: 22px;
        margin-top: 50px;
    }
    
    body#ad h2:after{
        content:"";
        height:2px;
        width:180px;
        margin-top:5px;
    }
    
    body#ad h3{
        padding: 3px 0 3px 5px;
        margin-bottom:20px;
        border-left:2px solid #41b5d6;
        font-size: 18px;
    }
    
    body#ad h3 span{
        font-size:14px;
        margin-left:0;
        margin-top:5px;
        display:block;
    }
    
    body#ad table{
        font-size: 14px;
    }

    body#ad table th,
    body#ad table td{
        padding:8px;
    }
    
    /*タブ切り替えデザイン*/
    body#ad .tab_wrap ul.tab_area{
        margin:0 0 30px 0;
    }

    body#ad .tab_wrap ul.tab_area li{
        letter-spacing:0.1em;
        padding: 10px 15px;
        font-size: 14px;
    }

    body#ad .tab_wrap ul.tab_area li span{
        background: url("/img/company/ad_icn_tab_arrow_blue.png") no-repeat left 8px;
        background-size:8px auto;
        padding-left:1rem;
    }

    body#ad .tab_wrap ul.tab_area li.active span{
        background: url("/img/company/ad_icn_tab_arrow_white.png") no-repeat left 8px;
        background-size:8px auto;
        padding-left:15px;
    }
    
    body#ad .img01{
        margin-bottom:20px;
    }
    
    body#ad .backnumberBl{
        margin-bottom:50px;
    }
    
    body#ad .backnumberBl h3{
        margin-bottom:10px;
    }
    
    body#ad .backnumberBl ul{
        gap: 3px 20px;
        font-size: 14px;
    }


    body#ad .backnumberBl ul li a{
        padding-left:10px;
        background:url(/common/images/icn_arrow_right.png) no-repeat left center;
        background-size:7px 7px;
    }

    body#ad .adList{
        margin:20px 0 30px 0;
    }

    body#ad .adList._2,
    body#ad .adList._3{
        width:auto;
        row-gap: 20px;
    }

    body#ad .adList._3 li,
    body#ad .adList._3:after,
    body#ad .adList._3:before{
        width: 31%;
    }
    
    body#ad .adList li i{
        font-size: 12px;
    }
	
    body#ad .adList li div{
        height:inherit;
    }
    
        
    body#ad .adList li div:after{
        content:"";
        width:20px;
        height:20px;
        background:url("/img/company/ad_icn_zoom.png") no-repeat left top;
        background-size:20px 20px;
        }
    
    body#ad .adList li div:before{
        content:"";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #ececec;
        left: 0;
        top: 0;
        box-sizing: border-box;
        }

    body#ad .adList li.thumd08 div{
		padding:5px;
		box-sizing:border-box;
    }
    
    body#ad .adList li.thumd08 img{
        position:inherit;
        width:100%;
        top:0;
        left:0;
        transform:translate(0,0);
    }

    body#ad .adList li.thumd09 img{
        position:inherit;
        width: 61% !important;
        top:0;
        left:0;
        transform:translate(0,0);
        
    }

    body#ad .kujiraArea,
    body#ad .origamiArea,
    body#ad .newspaperArea{
        margin-bottom:20px;
    }
    
    /*調整  叶えたい未来篇*/
    body#ad .kanaetaiBl .adList{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        display: block;
    }
    
    body#ad .kanaetaiBl .adList li{
        display: block;
        width: 100%;
        margin-bottom: 20px !important;
    }
    
    body#ad .kanaetaiBl .adList li.thumd57{
        margin: 0 auto 0 auto;
    }
    
    /*調整  うたっておどって日軽金*/
    body#ad .utatteodotteBl .adList{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        display: block;
    }
    
    body#ad .utatteodotteBl .adList li{
        display: block;
        width: 100%;
        margin-bottom: 20px !important;
        
    }

    body#ad .utatteodotteBl .adList li.thumd54{
        margin: 0 auto 0 auto;
    }
    
    /* 車いすラグビー*/
    body#ad .radioBl .prof{
        width: 90%;
        display: block;
        margin: 0 auto ;
    }

    body#ad .radioBl .prof p.name{
        margin: 0 0 8px;
        padding: 0 3px 3px 3px;
        font-size: 16px;
    }

    body#ad .radioBl .prof + p{
        margin: 15px auto 0;
        padding: 10px 0;
        width: 100%;
    }

    body#ad .radioBl .prof .pic{
        width: 50%;
        margin: 0 auto 15px;
        display: block;
    }

    body#ad .radioBl .prof .txt{
        display: block;
        padding: 0;
    }

    body#ad .radioBl .prof .txt ul{
        margin: 10px 0 0 0;
    }

    body#ad .radioBl .prof .txt ul li{
        line-height: 1.6;
        font-size: 14px;
    }
    
    /*「アルミのことなら日軽金」シリーズ*/
    body#ad .arumiBl .adList{
      gap: 20px;
    }
    
    body#ad .arumiBl .adList:after{
        display: none;
    }
    
    /*追加　静岡県庁サイネージ*/

    body#ad .signageBl .adList {
      column-gap: 10px;
    }


/*調整　採用広告 */

body#ad .recruitBl .adList li.thumd41 {
    width: 80%;
}



/*ラジオ広告「車いすラグビー応援篇」*/
body#ad .radioBl{
    margin-bottom: 60px;
}

body#ad .btn.soundonly{
    margin: 20px 0 0 0;
}

body#ad .btn.soundonly a{
    font-size: 100%;
    display: inline-block;
    padding: 20px 20px !important;
    margin: 10px 0 20px 0;
}

body#ad .btn.soundonly a span{
    background: url("/img/company/icn_soundonly.png") no-repeat left center;
    background-size: 20px auto;
    padding-left: 27px;
}
    
    
}

