@charset "utf-8";

.contentsBody{
	background: url(../img/bg_content.png) repeat-x;
}

.contentsBody ul{
	padding: 0 0 0 30px;
}

.contentsBody ul ul{
	list-style-type: none;
	padding: 0.2em 0 1.0em 30px;
}



/* ==========================================================================
 * お問い合わせ
 * ========================================================================== */
.officeContact{
	border: 1px #999 solid;
}

.mailConf{
	border: none;
}

.officeContact h4{
	background: #999;
	margin: 0;
	padding: 6px 15px;
	color: #fff;
}

.officeContact p{
	margin: 15px;
}

.officeContact form{
	margin: 30px;
}

.officeContact form table th,
.officeContact form table td{
	padding: 7px 0;
}

.officeContact form table th{
	width: 200px;
	text-align: left;
	color: #4C302C;
}

.officeContact p small br{
	display: none;
}

p.help{
	margin: 0 20px;
}

p.help .fas{
	color: #a5102e;
}



/* ==========================================================================
 * 利用規約
 * ========================================================================== */
#regulation textarea{
	display: block;
	width: 80%;
	height: 400px;
	margin: 30px auto;
}



/* ==========================================================================
 * 登録フォーム
 * ========================================================================== */
/*既存class*/
input.ime_disabled,
textarea.ime_disabled
{
	ime-mode: disabled;
}

input.ime_disabled_right,
textarea.ime_disabled_right
{
	text-align:right;
	padding-right: 1px;
	ime-mode: disabled;
}

input.ime_active,
textarea.ime_active
{
	ime-mode: active;
}

input.ime_inactive,
textarea.ime_inactive
{
	ime-mode: inactive;
}



/* ==========================================================================
 * フォームレイアウト（求人情報）
 * ========================================================================== */
table.registCommon{
	width: 100%;
	border: 1px #E6E0DA solid;
}

table.registCommon th,
table.registCommon td{
	padding: 10px;
	vertical-align: middle;
	border: 1px #E6E0DA solid;
}

table.registCommon th{
	width: 130px;
	text-align: left;
	background: #F4F4F4;
}

table.recuitTbe th{
	width: 260px;
}

table.registCommon th.title{
}

/* 2021.05.11 M.Tanaka しごまる。求人情報の整備 ADD START */
/* 賃金テーブルの設定 */
table.chinginTable
{
	border: none;
	margin: -1px;
	/* 2024.04.01 法改正に伴う求人票改修 MOD START */
	/*width: 710px;*/
	width: 840px;
	/* 2024.04.01 法改正に伴う求人票改修 MOD END */

}
/* 賃金テーブル：賃金形態（1）の合計額表示枠の設定 */
table.chinginTable td .kyuyo_chingin_goukei {
	float: left;
	margin-top: 0 !important;
}
table.chinginTable td .chingin_goukei_from,
table.chinginTable td .chingin_goukei_to {
	width: 140px;
	border: 1px solid #999;
}
/* 2021.05.11 M.Tanaka しごまる。求人情報の整備 ADD END */

table.registCommon td label{
	padding-right: 1.0em;
	white-space: nowrap;
}

table.registCommon td span.txtred{
	color: red;
}

table.registCommon td textarea{
	width: 500px;
	height: 120px;
}

td div.supplement{
	border: 1px #ddd solid;
	border-radius: 3px;
	padding: 10px;
	background: #F4F4F4;
}

td div:nth-child(2n){
	margin-top: 0.75em;
}

td span.new{
	position: relative;
	display: block;
	width: 12.0em;
	padding: 2px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
	background: red;
	color: #fff;
	font-size: 0.9em;
}

td span.new:after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 6px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: red transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}

td div.kigyoTokucho span{
	display: inline-block;
	width: 50%;
	white-space: nowrap;
}

/* 2023.01.10 企業紹介動画追加
------------------------------------------------------------ */
/* 企業紹介動画 */
table.registCommon td .youtube {
	padding: 0;
	border: none;
	width: 100%;
	aspect-ratio: 16 / 9;
}
table.registCommon td .youtube iframe {
	width: 100%;
	height: 100%;
}

/* 2024.02.01 M.Tanaka 学生インターンシップ追加に伴う項目追加 ADD START */
/*小見出し*/
.contentsBody h3{
	margin: 50px 0 20px 0;
	padding: 0 0.5em;
	border-left: 10px solid #388ECC;
	color: #388ECC;
}
/*フォーム開閉ボタン*/
.contentsBody h3 span.input {
	font-weight: normal;
	margin: 5px 20px;
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	background: #bec1c8;
	font-size: 0.8rem;
	color: #FFF;
	box-shadow: 3px 3px 4px -2px #ccc;
}
/*メッセージ入力項目用テーブル、インターンシップ入力項目用テーブル*/
table.messageTable input[type="text"],
table.internshipTable input[type="text"] {
	width: 400px;
}
table.internshipTable p.internship1_allclear,
table.internshipTable p.internship2_allclear {
	position: absolute;
	background-color: #fff;
	padding: 2px 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	border-radius: 5px;
	font-size: 0.9em;
	cursor: pointer;
}
table.internshipTable p.internship1_allclear:hover,
table.internshipTable p.internship2_allclear:hover {

	background-color: #ddd;
}
table.internshipTable p.internship1_allclear:active,
table.internshipTable p.internship2_allclear:active {
	-webkit-transform: translate(0,1px);
	-moz-transform: translate(0,1px);
	transform: translate(0,1px);
	border-bottom: 1px solid #b2b2b2;
}
/* 2024.02.01 M.Tanaka 学生インターンシップ追加に伴う項目追加 ADD END */

/* ==========================================================================
 * フォームレイアウト（面接エントリー）
 * ========================================================================== */
table.mEntry{
	width: 100%;
	border: 1px #E6E0DA solid;
}

table.mEntry th,
table.mEntry td{
	padding: 10px;
	vertical-align: middle;
	border: 1px #E6E0DA solid;
}

table.mEntry th{
	width: 130px;
	text-align: left;
	background: #F4F4F4;
}

table.mEntry tbody.widthW th{
	width: 260px;
}

table.mEntry td input.delete{
	background: #388ECC;
	color: #fff;
}

table.mEntryActive{
	border: 5px #AAA solid;
}

table.mEntryActive th{
	background: #BFDDF3;
	color: #153A55;
}
/* 2022.10.03 M.Tanaka 面接エントリーの改修に伴う項目追加 ADD START */
table.mEntryActive td label{
	padding-right: 1em;
	white-space: nowrap;
}
table.mEntryActive td input[type=radio], table.mEntryActive td input[type=checkbox]{
    margin-right: 5px;
}
/* 2022.10.03 M.Tanaka 面接エントリーの改修に伴う項目追加 ADD END */

/* ==========================================================================
 * 求職者を探す
 * ========================================================================== */
.srch_c>div{
	border: 1px #B4527E solid;
	box-sizing: border-box;
}

.srch_c h4{
	color: #FFF;
	background: #B4527E;
	margin-top: 0;
	padding: 0.5em;
}

.srch_c form,
.srch_c p{
	margin: 15px 30px;
}

.srch_c form table th{
	text-align: left;
	padding-right: 3.0em;
}

.srch_c form table th,
.srch_c form table td{
	padding-bottom: 15px;
}

/*検索結果*/
table.srchResult{
	width: 80%;
	margin: 0 auto 30px auto;
	border: 1px #E6E0DA solid;
}

table.srchResult th,
table.srchResult td{
	padding: 7px;
	vertical-align: middle;
	border: 1px #E6E0DA solid;
}

table.srchResult th{
	width: 100px;
	text-align: left;
	background: #F4F4F4;
}

.pager p{
	margin: 0 0 15px 0;
}

.pager .text-left{
	float: left;
}

.pager .text-right{
	float: right;
}

/*面接案内履歴*/
table.mEntryHistory{
	width: 100%;
	border: 1px #E6E0DA solid;
}

table.mEntryHistory th,
table.mEntryHistory td{
	padding: 7px;
	vertical-align: middle;
	border: 1px #E6E0DA solid;
}

table.mEntryHistory th{
	background: #F4F4F4;
}



/* ==========================================================================
 * 利用の流れ
 * ========================================================================== */
#contentsWhats table{
	margin: 30px 0;
}

#contentsWhats table td{
	background-image: url(../img/bg_flowArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px #388ECC solid;
	border-bottom: 1px #388ECC solid;
	padding: 0.75em 0.75em 0.5em 4.0em;
}

#contentsWhats table td.td001{
	width: 10%;
	background: #388ECC;
	padding-left: 0.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#contentsWhats table td.td002{
	width: 16.5%;
	text-align: center;
}

#contentsWhats table td.td003{
	width: 38%;
	vertical-align: top;
}

#contentsWhats table td.td004{
	padding-right: 0;
	vertical-align: top;
}

#contentsWhats table td strong{
	color: #388ECC;
}

#contentsWhats table td.td004 strong{
	color: #B4527E;
}

#contentsWhats table td dl{
	margin: 0;
}

#contentsWhats table td dl dt{
	width: 280px;
	font-weight: bold;
	color: #FFF;
	background: #BCAC9C;
	padding: 0.25em;
}

#contentsWhats table td dl dt.recruit{background: #37B38B;}
#contentsWhats table td dl dt.general{background: #B4527E;}

#contentsWhats table td dl dd{
	margin: 0;
	padding: 0.5em 0;
	font-size: 0.875em;
}

#contentsWhats table td dl dd ul{padding: 0 0 0 20px;}

#contentsWhats table td.lastContent{
	background: none;
}

#contentsWhats table td p{
	padding-left: 30px;
	text-indent: -16px;
}

#contentsUiturnInfo dl{
	border: 3px #E6E0DA solid;
	padding: 30px 30px 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#contentsUiturnInfo dl dt{
	font-weight: bold;
}

#contentsUiturnInfo dl dd{
	padding-bottom: 15px;
}



/* ==========================================================================
 * 人材確保支援サービス
 * ========================================================================== */
#contentsLinks h3{
	color: #FFF;
	background: #BCAC9C;
	padding: 0.25em;
}



/* ==========================================================================
 * 人材確保支援サービス
 * ========================================================================== */
#contentsFaq div.col-xs-6{
	margin-bottom: 10px;
}

#contentsFaq div.col-xs-6 a{
	text-align: left !important;
}

#contentsFaq dl{
	border: 1px #ddd solid;
	margin: 8px 0;
}

#contentsFaq dl dt{
	padding: 0.5em 1.0em 0.5em 1.0em;
	cursor: pointer;
	color: #B4527E;
	font-weight: bold;
}

#contentsFaq dl dt:hover{background: #f4f4f4;}

#contentsFaq dl dd{
	padding: 0.5em 1.0em 1.0em 2.2em;
	margin: 0;
	display: none;
}

#contentsFaq dl dd p{
	margin: 0;
}

#contentsFaq div.linkBlock{
	padding: 0.5em;
	margin: 1.0em 0 0 0;
	border-radius: 3px;
	background-color: #FAF8EE;
}


/* ==========================================================================
 * 2025.02.26 しごまる。トップの「お知らせ」表示部分(#newsMain)のCSS
 * ========================================================================== */
#newsMain h3 {
  margin: 30px 0 10px;
  padding: 0.5em;
  background: #EEEEEC;
  border-left: none; }
#newsMain h4 {
  margin: 20px 0 5px; }
#newsMain p {
  margin-bottom: 1em; }

#newsMain {
	background: #fff;
	padding: 10px;
	margin: 0 0 60px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
  @media (max-width: 767.98px) {
    #newsMain {
      padding: 15px 15px 50px;
      margin: 10px 0; } }
  #newsMain table {
    border-collapse: collapse;
    width: 100% !important;
    margin: 1.0em 0;
    /*&.sp{
    	@media (max-width: 575.98px) {
    		border: none;
    		tr{
    			width: 100%;
    			&:first-of-type th{
    				display: none;
    			}
    			&>td:first-of-type{
    				background: $color-boxBack;
    				border-top: 1px solid #ddd;
    			}
    			&>td:last-of-type{
    				margin-bottom: 15px;
    			}
    			td{
    				display: block;
    				border-top: none;
    			}
    			&:last-of-type td{
    				margin: 0;
    			}
    		}
    	}
    }*/ }
    #newsMain table tr th, #newsMain table tr td {
      padding: 10px;
      border: solid 1px #ddd; }
      @media (max-width: 575.98px) {
        #newsMain table tr th, #newsMain table tr td {
          font-size: 0.9em;
          line-height: 1.5;
          padding: 5px; } }
    #newsMain table tr th {
      background: #EEEEEC; }
  #newsMain ul, #newsMain ol {
    padding-left: 2em;
    margin: 1em 0; }
    #staticMain ul#js-slider-2{
          padding-right: 2em;
        }
      @media (max-width: 992.98px) {
        #staticMain ul#js-slider-2{
          margin: 0;
          padding-inline: 0;
        }
      }
  #newsMain blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: 1px solid #f4f4f4;
    color: #727272;
    margin: 1em 0; }
    #newsMain blockquote:before {
      display: inline-block;
      position: absolute;
      top: 18px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 25px;
      line-height: 1;
      font-weight: 900; }
    #newsMain blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    #newsMain blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  #newsMain hr {
    margin: 2em 0 1em; }
  #newsMain .btn {
    position: relative;
    background: #fff;
    color: #1E428B;
    font-weight: 600;
    padding-right: 2.5em;
    margin: 0 15px 5px 0;
    text-align: left;
    display: block;
    text-decoration: none; }
    #newsMain .btn:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      right: 6px;
      color: #1E428B; }
  #newsMain .siteInfoWrap {
    background: #EEEEEC;
    padding: 30px;
    margin-top: 130px; }
    @media (max-width: 575.98px) {
      #newsMain .siteInfoWrap {
        padding: 15px; } }
  #newsMain .secLeadTitle {
    text-align: center;
    line-height: 1.5;
    font-size: 2em;
    border-left: none;
    font-weight: 600;
    margin: 15px 0 30px; }
    @media (max-width: 767.98px) {
      #newsMain .secLeadTitle {
        font-size: 1.5em; } }
    @media (max-width: 575.98px) {
      #newsMain .secLeadTitle {
        font-size: 1.2em; } }
  #newsMain .siteInfo {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border: 1px solid #000; }
    @media (max-width: 575.98px) {
      #newsMain .siteInfo {
        padding: 15px; } }
    #newsMain .siteInfo p {
      margin: 0; }
    #newsMain .siteInfo h2 {
      margin: 0 0 15px; }
    #newsMain .siteInfo h3 {
      margin: 0 0 10px; }
    #newsMain .siteInfo h4 {
      position: relative;
      padding: 0.5em 0.5em 0.5em 1.7em;
      margin-bottom: 1em;
      background: none; }
      #newsMain .siteInfo h4:after {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: '';
        width: 15px;
        height: 15px;
        border: solid 4px #FFE100;
        border-radius: 100%;
        background: #FFE100; }
    #newsMain .siteInfo img {
      border: 1px solid #eee;
      display: inline-block; }
  #newsMain .siteTag span a {
    margin-right: 1em;
    font-weight: 600;
    color: #E6327D;
    display: inline-block; }
  #newsMain .siteMovie .message {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 5px 0 5px 45px;
    min-width: 120px;
    max-width: 100%;
    color: #727272;
    background: #fff;
    border: solid 1px #ddd;
    box-sizing: border-box; }
    @media (max-width: 575.98px) {
      #newsMain .siteMovie .message {
        padding: 5px 0 5px 30px; } }
    #newsMain .siteMovie .message:before {
      content: "";
      position: absolute;
      top: 50%;
      right: -24px;
      margin-top: -12px;
      border: 12px solid transparent;
      border-left: 12px solid #fff;
      z-index: 2; }
      @media (max-width: 1199.98px) {
        #newsMain .siteMovie .message:before {
          content: none; } }
    #newsMain .siteMovie .message:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -27px;
      margin-top: -14px;
      border: 14px solid transparent;
      border-left: 13px solid #ddd;
      z-index: 1; }
      @media (max-width: 1199.98px) {
        #newsMain .siteMovie .message:after {
          content: none; } }
    #newsMain .siteMovie .message p {
      margin: 0;
      padding: 0; }
      #newsMain .siteMovie .message p:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f075";
        position: absolute;
        font-size: 1em;
        font-weight: 900;
        left: 20px;
        top: 5px;
        color: #FFE100; }
        @media (max-width: 575.98px) {
          #newsMain .siteMovie .message p:before {
            left: 10px; } }

#newsMain img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    -webkit-backface-visibility: hidden;
}

.d-block {
  display: block !important; }

