@charset "utf-8";

/*slide.cssの読み込み
-----------------------------------------------------------*/
@import url(slide.css);


/*全端末（PC・タブレット・スマホ）共通設定
-----------------------------------------------------------*/

/*全体の設定
-----------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
-----------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #14B7B7;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
-----------------------------------------------------------*/
.inner {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
-----------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #14B7B7;	/*背景色*/
	height: 130px;			/*高さ*/
	color: #fff;		/*文字色*/
}
header a {
	color: #fff;	/*リンクテキストの文字色*/
}
/*ロゴ画像*/
header #logo {
	width: 170px;		/*ロゴ画像の幅*/
	float: left;		/*左に回り込み*/
	margin-top: 20px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 2%;	/*ロゴの左側にあける余白。*/
}
header #logo:hover{
	opacity: 0.8;
}

/*ヘッダー右側の電話番号ブロック
-----------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	letter-spacing: 0.1em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 24px;		/*文字サイズを大きく*/
	text-align: center;		/*文字をセンタリング*/
	float: right;			/*右に回り込み*/
	margin-top: 30px;		/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 1%;		/*ブロックの右側にあける余白。*/
}
/*フリーダイヤル画像*/
#tel img{
	width: 45px;		/*画像の幅*/
	margin: 0 5px 15px;
}

/*TELの受付時間の小文字部分*/
#tel span {
	display: block;
	font-size: 11px;	/*文字サイズを小さく*/
}

/*メインメニューのブロック
-----------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 75px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background: #14B7B7;	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色（古いブラウザ用）*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色（古いブラウザ用）*/
	border-top: 1px solid rgba(255,255,255,0.5);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
	border-bottom: 1px solid rgba(255,255,255,0.5);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.66%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	text-decoration: none;display: block;
	font-weight: bold;	/*太字に*/
	line-height: 1.8;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
	height: 60px;		/*高さ*/
	padding-top: 15px;	/*上に追加する余白*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時、現在表示中(current)のメニューの共通設定*/
#menubar li a:hover, #menubar li.current a {
	background: #fff;	/*背景色*/
	color: #14B7B7;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
-----------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 16.66%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 12px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	/*線を一旦リセット*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;	/*文字色*/
	padding: 10px 0;	/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
-----------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが2px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents（３カラムを囲むブロック）
-----------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 40px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック）
-----------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 80%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
-----------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ブロックの幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size: 18px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
	background: #14B7B7;	/*背景色*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 15px;	/*線とテキストとの余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #14B7B7;	/*左の線の幅、線種、色*/
	padding-left: 15px;	/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他 微調整*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

/*見出しデザイン
-----------------------------------------------------------*/
.center {
	text-align: center;　/*文字の配置*/
}

h4.midashi {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 20px;	/*文字サイズ*/
}

h4.midashi:before, h4.midashi:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
 	border-bottom: solid 1px black;
}

h4.midashi:before {
	left:0;
}

h4.midashi:after {
	right: 0;
}

/*お祝い金バナー
-----------------------------------------------------------*/
.oiwaikin{
	padding-bottom: 5px;
}

/*フレックスボックス-画像表示二列
-----------------------------------------------------------*/
.img-2col{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.img-2col > div{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
/* 画像とキャプションの位置 */
.img-cap{
	margin-bottom: 1rem;
	padding: 3rem;
	text-align: center;
	width: 50%;
}
/* カーソルに合わせると半透明になる */
.img-cap a:hover img{
	opacity: 0.5;
}
/* タブレットやスマホ端末表示 */
@media screen and (max-width: 960px) {
	.img-2col > div{
		width: 50%;
	box-sizing: border-box;
	}
}

/*箇条書きリスト
-----------------------------------------------------------*/
.list-dot{
	list-style-type: circle; /* 記号を消す */
	padding: 0; /* 余計な余白を消す */
	padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
}

.list-dot li{
	line-height: 1.5; /*文の行高*/
	padding: 0.5em 0; /*前後の文との余白*/
}

/*番号リスト
-----------------------------------------------------------*/
.list-number {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
.list-number li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
.list-number li:before{
 /* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
  /*数字のデザイン変える*/
	display:inline-block;
	background: #14B7B7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
  /*以下上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*ポイント
-----------------------------------------------------------*/
.box-point {
	position: relative;
	margin: 2em 0;
	padding: 1.2em 1em 0.2em 1em;
	border: solid 3px #F2B80C;
	border-radius: 8px;
}
.box-point .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #F2B80C;
	font-weight: bold;
}
.box-point p {
	margin: 0; 
	padding: 0;
}
/*履歴書のテーブル
-----------------------------------------------------------*/
table.resume-list {
    width: 95%;
    margin: 0 auto;
}
table.resume-list th,
table.resume-list td {
	border: #dcdcdc 2px solid;
	padding: 14px;
	box-sizing: border-box;
}
table.resume-list th {
	background-color: #14B7B7;
	width: 25%;
	color: #fff;
	font-weight: bold;
}
table.resume-list td {
	background-color: #fff;
	width: 75%;
}
@media screen and (max-width: 480px)  {
	table.resume-list {
	width: 100%;
	}
	table.resume-list th,
	table.resume-list td {
	width: 100%;
	display: block;
	border: 0;
	}
}
/*履歴書記入の心得
-----------------------------------------------------------*/
/*枠全体*/
.box-list{
	background: #fff; /*背景色*/
	padding: 10px;
	text-align: center; /*文字位置*/
	margin: 2em 0;
	border: solid 2px #14B7B7; /*枠の外線*/
}
/*枠の見出し*/
.box-title2 {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	color: #fff;
	background: #14B7B7; /*背景色*/
}
/*枠内の文字*/
.box-list p{
	text-align: left;
}

/*ご利用の流れと入社お祝い金について
-----------------------------------------------------------*/
/*吹き出し本体*/
.info-box {
	position: relative;
	margin: 2em 0;
	padding: 1.2em 1em 0.2em 1em;
	border: solid 5px #14B7B7;
	border-radius: 8px;
}
/*吹き出し見出し*/
.info-box .info-box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 15px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #14B7B7;
	font-weight: bold;
}
/*画面幅900px以下の設定*/
@media screen and (max-width:900px){
.info-box .info-box-title {
	font-size: 16px;
	}
}
/*吹き出し▼*/
.info-box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%; /*位置を中央に*/
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #14B7B7;
}
/*吹き出しの中の本文*/
.info-box p {
	font-size: 1.1em;
	margin: 0; 
	padding: 0;
}
/*祝い金の支給条件*/
/*三角形リスト*/
.list-triangle p{
	text-indent: -1em;
	margin-left: 1em;
}
.list-triangle p:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 6px;
	border-left-color: #14B7B7;
	vertical-align: -1px;
}

/*強調*/
.info-bold {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}


/*サイトの使い方ページ
-----------------------------------------------------------*/
/*吹き出し本体*/
.info-box2 {
	position: relative;
	margin: 2em 0;
	padding: 1.2em 1em 0.2em 1em;
	border: solid 5px #14B7B7;
	border-radius: 8px;
}
/*画面幅900px以下の設定*/
@media screen and (max-width:900px){
.info-box2 {
	font-size: 16px;
	}
}
/*吹き出し▼*/
.info-box2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%; /*位置を中央に*/
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #14B7B7;
}
/*吹き出しの中の本文*/
.info-box2 p {
	font-size: 1.3em;
	margin: 0; 
	padding: 0;
	color: #14B7B7;
	font-weight: bold;
	text-align: center;
}

/*画像*/
.manual-img{
	margin: 0 auto;
	padding: 10px;
}

/*青字強調*/
.info-bold2 {
	font-size: 1em;
	color: #009de1;
	font-weight: bold;
}

/*求人一覧ページの各ブロック
-----------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;overflow: hidden;
	padding: 25px;	/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 20px;	/*ボックス同士の上下間に空けるスペース*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は15%色がついた状態の事。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #14B7B7;		/*文字色*/
	line-height: 1.4;	/*行間を少しせまく*/
}
.list h4 a {
	color: #14B7B7;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px !important;	/*上、左右、下への余白*/
}
/*ボックス内の写真*/
.list p.img {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像の幅*/
	margin-bottom: 20px;	/*画像の下に空けるスペース*/
}
.list a:hover img {
	opacity: 0.5;
}

/*写真の右側に回り込むブロック*/
.list .text {
	float: right;	/*右に回り込み*/
	width: 67%;		/*ブロック幅*/
}
/*listブロック内のta1設定*/
.list .ta1, .list .ta1 td, .list .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックスの文字を太字でなく標準にする*/
.ta1 th {font-weight: normal;}
/*日付(CMS用)*/
.date {
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*文字を右寄せ*/
}
.date span {
	display: inline-block;
}

/*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
-----------------------------------------------------------*/
/*ボックス全体の設定*/
.list2 {
	overflow: hidden;
}
/*各ボックスの設定*/
.list2 li {
	float: left;		/*左に回り込み*/
	width: 49%;			/*幅*/
	line-height: 1.5;	/*行間*/
	margin: 0px 0.5% 20px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
}
.list2 a {
	display: block;text-decoration: none;
	height: 65px;		/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: linear-gradient(#fff, #f2f2f2);/*背景グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は10%色がついた状態の事。*/
	padding: 15px;	/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
.list2 a:hover {
	background: #fff;	/*背景色*/
	box-shadow: none;	/*ボックスの影をなくす設定*/
	position: relative;
	left: 1px;	/*現在地から右に1px移動する*/
	top: 1px;	/*現在地から下に1px移動する*/
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: 100%;	/*高さ*/
	float: right;	/*右に回り込み*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 28px;	/*文字サイズ*/
	color: #14B7B7;		/*文字色*/
}

/*subコンテンツ（左側のブロック）
-----------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22.5%;	/*ブロックの幅*/
}

/*sideコンテンツ（右側のブロック）
-----------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

/*sub,side共通設定
-----------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;		/*文字をセンタリング*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 8px 0px;		/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
/*段落タグ（p）設定*/
#sub p,
#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
-----------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下にあけるスペース*/
	background: #fafafa;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

/*submenu（sub,sideのメニュー）
-----------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px; /*メニューブロックの下スペース*/
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;	/*上下、左右のボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線を消す設定*/
}
/*h2タグにsubmenuが続いた場合にsubmenuの上の線を消す*/
#sub h2 + .submenu, #side h2 + .submenu {
	border-top: none;
}

/*sub,sideコンテンツ内のlist-subボックス
-----------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list-sub {
	position: relative;overflow: hidden;
	border-left: 1px solid #dcdcdc;  /*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;  /*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;  /*下の線の線種、幅、色*/
	line-height: 1.5;  /*行間を少し狭くする。基本となる値は一番上のbodyに。*/
	font-size: 12px;  /*文字サイズ*/
}
.list-sub a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;  /*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.list-sub a:hover {
	background: #fff;  /*背景色*/
}
/*h4タグ*/
.list-sub a h4 {
	font-weight: bold;	/*太字に*/
}
/*段落(p)タグ*/
.list-sub p {
	padding: 0 !important;
}
/*画像*/
.list-sub figure {
	width: 30%;			/*画像の幅*/
	float: left;		/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}
/*画像の余白*/
.submenu-img{
	margin-bottom: 5px; /*画像下スペース*/
}
.submenu-img a:hover{
	opacity: 0.6;	/*透明度*/
}

/* idアンカージャンプ指定
-----------------------------------------------------------*/
/*ご利用の流れ*/
#flow {
  padding-top:100px;
  margin-top:-100px;
}
/*入社祝い金について*/
#oiwaikin{
  padding-top:100px;
  margin-top:-100px;
}

/*フッター設定
-----------------------------------------------------------*/
footer {
	clear: both;
	background: #14B7B7;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
-----------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は5列で100％になるよう1つの幅を20%に設定。(18%＋下のpadding2%)で1つのメニューがトータル20%になるよう設定。列に応じて調整*/
	padding-right: 1%;
	padding-left: 1%;
}

/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.8;	/*透明度。80%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}
/*フッター画像*/
#footer-img{
	max-width: 50%;
	margin: 0 auto;
	padding: 10px;
}
/*画面幅900px以下の設定*/
@media screen and (max-width:900px){
#footer-img{
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	}
}

/*コピーライト
-----------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
-----------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px dashed #ccc;	/*下線の幅、線種、色*/
}

/*トップページ 一覧を見るボタン
-----------------------------------------------------------*/
/*ボタンを右寄せ*/
.btn-r{
	text-align: right;
}
/*ボタンのデザイン*/
.btn-log {
	display: inline-block;
	padding: 0.3em 3.5em;
	text-decoration: none;
	color: #14B7B7;
	border: solid 2px #14B7B7;
	border-radius: 3px;
	transition: .4s;
}
/*ホバー時*/
.btn-log:hover {
	background: #14B7B7;
	color: white;
}

/*お知らせ＆ニュース　新着一覧
-----------------------------------------------------------*/
ul.news{
	list-style-type: none;
	padding: 0;
}
ul.news li{
	position:relative;
	color: #333;
	padding: 0 0 0 23px;
	margin: 7px 0px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc; /*下線*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
/*リスト記号*/
ul.news li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 30%; /*角の丸み 50で円形*/
	background: #14B7B7;
	top: 50%;
	-moz-transform: translateY(-50%); /*表示位置を真ん中に*/
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*ホバーすると拡大*/
ul.news li:hover,
ul.news li:hover:before{
	font-size: 20px;
	color: #14B7B7;
}

/*よく頂く質問ページ
-----------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #14B7B7;		/*文字色*/
}
/*回答*/
.faq dd {
	padding-bottom: 10px;	/*下に空けるスペース*/
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
-----------------------------------------------------------*/
/*アイコン共通*/
.icon {
	display: inline-block;position: relative;bottom: 2px;
	font-size: 11px;		/*文字サイズ*/
	padding: 0 5px;			/*上下、左右へのボックス内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;		/*背景色*/
}
.icon a {text-decoration: none;}
/*アイコン：赤（正社員）*/
.icon.color1 {
	border: 1px solid #d90000;	/*枠線の幅、線種、色*/
	background: #d90000;		/*背景色*/
	color: #fff !important;		/*文字色*/
}
/*アイコン：青（アルバイト）*/
.icon.color2 {
	border: 1px solid #2b2ebc;	/*枠線の幅、線種、色*/
	background: #2b2ebc;		/*背景色*/
	color: #fff;				/*文字色*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
-----------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	text-align: center;display: inline-block;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 30px;	/*上下、左右へのアイコン内の余白*/
	line-height: 20px;	/*高さ*/
	position: absolute;
	right: 25px;	/*右から25pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
}
/*sub,sideコンテンツ内で使う場合の追加（変更）設定*/
#sub .option1,#sub .option2,#sub .option3,#sub .new,
#side .option1,#side .option2,#side .option3,#side .new{
	font-size: 10px;	/*文字サイズ*/
	padding: 0 30px;	/*上下、左右へのアイコン内の余白*/
	line-height: 16px;	/*行間*/
	right: 0px;			/*右から0pxの場所に配置*/
	transform: rotate(45deg) translate(22px,-10px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
}
/*option1*/
.option1 {
	color: #FFF;			/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;			/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;		/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
-----------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}

/*テーブル
-----------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}

/*掲載を検討している企業様へ
-----------------------------------------------------------*/
/*メールでお問い合わせボタン*/
/*ボタンを中央寄せ*/
.btn-c{
	text-align: center;
}

/*お問い合わせ先*/
.box-mail{
	padding: 1em 1em 0.5em;
	margin: 2em 0;
	font-size: 1.1em;
	color: #333;
	background: #efefef/*背景色*/
}
.box-mail p {
	margin: 0; 
	padding: 0;
}

/*サイトマップ用リスト
-----------------------------------------------------------*/
/*リストの設定*/
ol.map,
ol.map ol{
	counter-reset: list;
	list-style: none;
	padding: 0;
	width:350px;
	font: 16px/1.6 arial, sans-serif;
}
/*olの下のolがある場合*/
ol.map ol{
	margin: 0 0 0 35px;
	width:315px;
}
/*リンク*/
.map a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 8px;
	margin: 8px 0 8px 30px;
	background: #14B7B7; /*メインカラー*/
/*	background: #f1f8ff; 水色*/
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out; 
}
 /*本体のホバー色*/
.map a:hover{
	background: #FFFBC7; /*黄色*/
	font-weight: bold;
	color: #F2B80C; /*濃黄色*/
}   
/*数字部分*/
.map a:before{
	content: counter(list);
	counter-increment: list;
	position: absolute;   
	left: -35px;
	top: 55%;
	height: 28px;
	width: 28px;
	margin-top: -1em;
	background: #F2B80C; /*濃黄色*/
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
 /*ホバー時の矢印*/
.map a:after{   
	content: '';
	position: absolute;
	left: -28px;
	top: 50%;
	margin-top: -6px;
	border: 6px solid transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;             
}
 /*ホバー時矢印を出す*/
.map a:hover:after{
	left: -6px;
	border-left-color: #F2B80C;               
}
 /*リストのフレックスボックス*/
.map-2col{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
/*リストの表示位置*/
.map-2col > div{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
/* フレックスボックス */
.map-box{
	margin-bottom: 1rem;
	padding: 3rem;
	text-align: center;
	width: 50%;
	background: #fff;
/*	border: double #fff;*/
}
/* 見出し */
.map-midashi{
	display: inline-block;
/*	background: #14B7B7; */
	color: #14B7B7;
	font-weight: bold;
	width: 70%;
	padding: 0.4em;
	font-size: 17px;
}
/* タブレットやスマホ端末時は縦表示 */
@media screen and (max-width: 960px) {
	.map-2col > div{
	width: 100%;
	box-sizing: border-box;
	}
/*リストの設定*/
ol.map,
ol.map ol{
	width: 100%;
}
}

/*inputボタン
-----------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}

/*PAGE TOP（↑）設定
-----------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*NEWアイコン
-----------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
-----------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
-----------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
-----------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 40px;
}
ol {
	padding: 0 20px 20px 45px;
}

/*フォームの横幅
-----------------------------------------------------------*/
.ws {width: 70%;}
.wl {width: 96%;}

/*フォームのプレースホルダー色
-----------------------------------------------------------*/
input::placeholder,
textarea::placeholder {
	color: #14B7B7;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #14B7B7;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #14B7B7;
}

/*その他
-----------------------------------------------------------*/
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
.color1, .color1 a {color: #14B7B7;} /*水色*/
.color2 {color: #FF0000; font-weight: bold;} /*エラーメッセージ*/
.color3{color: #FF0000;} /*赤字*/
.color4{color: #FF0000; font-size: small;} /*必須マーク*/
.pr {font-size: 10px;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
#sub .big1,#side .big1 {font-size: 12px;letter-spacing: normal;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅1301px以上の設定
-----------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
-----------------------------------------------------------*/
.inner {
	width: 1301px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があるので。*/
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
-----------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	width: 216px;
}

}

/*画面幅1300px以下の設定
-----------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
-----------------------------------------------------------*/
#contents {
	margin: -15px 1% 0; /*上下、左右へのコンテンツの外側へ空けるスペース*/
}

}

/*画面幅900px以下の設定
-----------------------------------------------------------*/
@media screen and (max-width:900px){

/*ヘッダー右側の電話番号ブロック
-----------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	display: none;	/*非表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
-----------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
-----------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 100px;	/*上から100pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 20px;
	color: #fff;	/*文字色*/
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
-----------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*contents（３カラムを囲むブロック）
-----------------------------------------------------------*/
#contents {
	padding: 20px 2%;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
-----------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*その他
-----------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.sh {display:block;}
.pc {display:none;}

}

/*画面幅480px以下の設定
-----------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
-----------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
-----------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 83px;  /*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 110px;  /*ロゴ画像の幅*/
	margin: 10px; /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*メインメニュー
-----------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 70px;	/*上から70pxの場所に配置*/
}

/*３本バーアイコン設定
-----------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 14px;	/*上から10pxの場所に配置*/s
}

/*mainコンテンツ
-----------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*求人一覧ページの各ブロック
-----------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 15px;	/*ボックス内の余白*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}

/*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
-----------------------------------------------------------*/
/*各ボックスの設定*/
.list2 a {
	padding: 5px 10px;	/*上下、左右へのボックス内の余白*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 18px;	/*文字サイズ*/
}

/*submenu（sub,sideのメニュー）
-----------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
-----------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
-----------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 9px;		/*文字サイズ*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
-----------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
-----------------------------------------------------------*/
a.btn {
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
-----------------------------------------------------------*/
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
}
/*labelタグを1列にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

/*その他
-----------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅360px以下の設定
-----------------------------------------------------------*/
@media screen and (max-width:360px){

/*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
-----------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	float: none;width: auto;	/*１列にする設定*/
	margin: 0 0 10px;	/*上、左右、下に空けるボックスの外側の余白。*/
}
.list2 li a {
	height: auto;
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: auto;	/*高さをリセット*/
	width: 20%;		/*幅の指定に変更*/
}

}

/*
.s_01 .accordion_one
介護用語集ーアコーディオン
-----------------------------------------------------------*/
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
/*ヘッダー背景色ベース*/
.s_01 .accordion_one .accordion_header {
    background-color: #97C803;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
/*偶数のヘッダー背景色*/
.s_01 .accordion_one:nth-of-type(2n) .accordion_header {
    background-color: #14B7B7;
}
.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*ベースの枠色*/
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 2px solid #97C803;
    border-right: 2px solid #97C803;
    border-bottom: 2px solid #97C803;
    box-sizing: border-box;
}
/*偶数の枠色*/
.s_01 .accordion_one:nth-of-type(2n) .accordion_inner {
    border-left: 2px solid #14B7B7;
    border-right: 2px solid #14B7B7;
    border-bottom: 2px solid #14B7B7;
}
/*本文の高さ*/
.s_01 .accordion_one .accordion_inner .box_one {
    height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}


