@charset "utf-8";

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

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #2a3439;	/*全体の文字色*/
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}

.iframe-top iframe {
	width: 100%;
	height: 510px;
}
.iframe-info iframe {
	width: 100%;
	height: auto;
}


.concept {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 18px;
	margin: 24px 24px 24px 24px;
	line-height: 2em;
}
.IFA {
	text-align: center;
	border: 1px solid #004664;
}
.IFA img{
	margin: 50px 0 30px;
}
.title_top {
	background-color: #004664;
	margin: 0px 0px -30px;
	height: 60px;
	width: 40%;
}
.title_top p {
	text-align: center;
	color: aliceblue;
	font-size: 28px;
	font-family:　YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.IFA p{
	text-align: left;
	margin: 20px 60px 0px;
	font-size: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.IFA ol{
	text-align: left;
	margin: 60px 60px 40px;
	font-size: 22px;
	}

.contact {
	text-align: center;
	margin-bottom: 40px;
}

.contact p {
	font-size: 20px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.confirmation {
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


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

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1000px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 1% !important;
	padding-right: 1% !important;
}



/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;
	background: #608ea1;
	position: relative;
}
/*トップページのヘッダーと、スライドショーブロック共通設定。他の端末サイズでの再設定が複数あるので変更する際は注意。*/
#top header, #mainimg {
	height: 700px;	/*スライドショー表示領域の高さの設定。*/
}
/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;
	padding-top: 15px;
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	left: 6%;	/*左から6%の場所に配置。*/
	top: 25px;	/*上から25pxの場所に配置。*/
	z-index: 1;
	width: 250px;	/*画像の幅*/
}
header h2.top_text {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	left: 55%;	/*左から50%の場所に配置。*/
	top: 200px;	/*上から50pxの場所に配置。*/
	z-index: 1;
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	font-size: 42px;
	text-align: right;
	color: #fff;	/*文字色*/
	line-height: 1.5em;
	text-shadow: 1px 2px 5px #111111;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-bottom: 1px solid #2a3439;	/*下線の幅、線種、色*/
}
#menubar > ul {overflow: hidden;}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: 12.5%;/* 12.4%→11% メニューに「li」を一つ追加となったため　20220622 */
	font-size: 16px;
}
#menubar ul li a {
	text-decoration: none;display: block;
	height: 63px;	/*メニューブロックの高さ*/
	padding-top: 12px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

#menubar .menubar-wrap{
	max-width: 1100px;
	/* メニューに「li」を一つ追加となったため　20220622 */
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;padding: 0;height: auto;
	width: 220px;	/*ブロックの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: #004664;	/*背景色*/
	padding: 10px;			/*ブロック内の余白*/
	font-size: 10px;		/*文字サイズ*/
	text-align: left;		/*文字を左よせ*/
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事。0.2は20%透明度。*/
}
#menubar ul.ddmenu::before {
	content: "▲";
	font-size: 10px;
	color: #004664;
	position: absolute;
	top: -18px;
	left: 27%;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	width: 100%;		/*幅。２列なので50%。*/
	float: left;	/*左に回り込み*/
}
#menubar ul.ddmenu li a {
	transition: 0s;background: none;height: auto;width: 100%;
	color: #fff;	/*文字色*/
	opacity: 0.7;	/*透明度70%*/
	padding: 0px 5px;	/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	opacity: 1;	/*100%表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed-menu #contents {
	margin-top: 75px;
}
/*※以下の２ブロックのスタイルの中身は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 75px;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	position: relative;z-index: 1;
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 0px 0px 0px;	/*上下、左右へのブロック内の余白*/
	background-image: url(../images/bg.jpg);
}
#contents_s {
	position: relative;z-index: 1;
	overflow: hidden;
	padding: 0px 0px 40px;	/*上下、左右へのブロック内の余白*/
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 40px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 40px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	color: #004664;		/*文字色*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	font-style: normal;
}

/*h2タグにclass="type1"を指定した場合*/
#contents h2.type1 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/title_member.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type2 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/title_service.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type3 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/title_about.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type4 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/image_t3.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type5 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/image_t5.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type6 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/image_t6.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type9 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/image_t9.jpg?=1") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents h2.type8 {
	background: #333;	/*背景色（古いブラウザ用）*/
	background: url("../images/image_t8.jpg") no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
/*h2タグのspan（装飾用）タグ*/
#contents h2 span {
	display: block;
	font-size: 14px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.3em;	/*文字間隔を広くとる設定*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 30px;	/*文字サイズ*/
	border-bottom: 1px solid #ccc;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*h3タグの１文字目*/
#contents h3:first-letter {
	border-left: 8px solid #004664;	/*左側の線の幅、線種、色*/
	padding-left: 24px;	/*線と文字との余白*/
}
/*h4タグ*/
#contents h4 {
	clear: both;
	margin: 32px 0 ;
	font-size: 28px;	/*文字サイズ*/
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.5em;
}
/*段落タグ*/
#contents p {
	padding: 0 20px 20px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
/*section同士の余白*/
#contents section + section {
	margin-top: 40px;
}
.idea {
	margin: 0 20px;
	font-size: 18px;
	line-height: 2em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
hr {
	border: 0.5px solid #CCCCCC;
	margin: 20px 0;
}

ul.figure {
	list-style:decimal;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック*/
.main {
	float: none;
	width: 100%;		/*メインコンテンツの幅*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*WMJセクション*/
.main #wmj a img:hover{
	opacity:0.8;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 20px 60px 40px;		/*ボックス内の余白*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	margin-bottom: 50px;		/*ボックス間の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	background-color: #fff;
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #004664;		/*文字色*/
}
.list h4 a {
	color: #004664;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px !important;	/*上、左右、下への余白*/
}
.list img {
		margin-top: -20px;
	}
.list5 {
	position: relative;
	overflow: hidden;
	padding: 20px 60px 40px;		/*ボックス内の余白*/
	margin-bottom: 50px;		/*ボックス間の余白*/
}
#needs h3 {
	text-align: left;
	margin: 0 60px 20px 60px;
}
.consent {
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 40px 60px;
	padding : 0 20px;
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {text-decoration: none;}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #004664;	/*枠線の幅、線種、色*/
	background: #26306b;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#26306b, #004664);	/*グラデーション*/
	color: #fff !important;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/

.Card article img {
    width: 100%;
    height: auto;
  }
.Card article h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
  }

.Card article p {
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0;
  }

/* 2カラム */
.Card article {
    text-align: center;
    float: left;
    width: 48.75%;
    margin-right: 1.25%;
  }
.Card article:last-child {
        margin-right: 0;
    }

.Card2 article img {
    width: 90%;
    height: auto;
  }
.Card2 article h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
  }
.Card2 article p {
    text-align: left;
    font-size: 1em;
    line-height: 2em;
    margin: 0;
  }
    /* 3カラム */
.Card2 article {
    text-align: center;
    float: left;
    width: 32%;
    margin-right: 1.25%;
  }
.Card2 article:last-child {
        margin-right: 0;
    }

.Card3 article img {
    width: 90%;
    height: auto;
  }
.Card3 article h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
  }
.Card3 article p {
    text-align: left;
    font-size: 1em;
    line-height: 2em;
    margin: 0;
	height: auto;
  }
    /* 3カラム */
.Card3 article {
    text-align: center;
    float: left;
    width: 48%;
    margin-right: 1.25%;
  }
.Card3 article:last-child {
        margin-right: 0;
    }
.Card4 article img {
    width: 100%;
    height: auto;
  }
.Card4 article h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
  }

.Card4 article p {
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0;
  }


a.btn {
	display: block;text-decoration: none;
	background: #004664;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#004664, #003452);	/*グラデーション*/
	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 #004664;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #004664;		/*文字色*/
}

/*list2ボックス
---------------------------------------------------------------------------*/
/*ボックス全体を囲むulタグへの設定*/
.list2 {
	padding-bottom: 50px;
	overflow: hidden;
}
/*各ボックスの設定*/
.list2 li {
	float: left;	/*左に回り込み*/
	width: 21%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
	line-height: 1.5;	/*行間*/
	position: relative;

}
.list2 a {
	display: block;text-decoration: none;
	height: 80px;	/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: #004664;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#26306b, #004664);/*背景グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態の事。*/
	padding: 15px;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
.list2_inner {
	display: block;
	text-decoration: none;
	height: 70px;	/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: #004664;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 15px;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
.list2_inner img{
	margin-left: 10px;
}

/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: 100%;			/*高さ*/
	background: #fff;	/*背景色*/
	float: right;		/*右に回り込み*/
	border-radius: 3px;	/*角丸のサイズ*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 28px;	/*文字サイズ*/
	position: absolute;
	bottom: 15px;	/*下から15pxの場所に配置*/
	right: 110px;	/*右から110pxの場所に配置*/
}
.list3 {
	display: inline-block;
　　vertical-align: middle;
   color: #FFF;
   width:100px;
   height:100px;
  background-color: blue;
}

.list4 {
	padding-bottom: 50px;
	padding-left: 40px;
	overflow: hidden;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

.list4 li {
	float: left;	/*左に回り込み*/
	width: 43%;		/*幅*/
	margin: 10px 0.8%;	/*上下、左右へのボックスの外側へ空けるスペース*/
	line-height: 1.5;	/*行間*/
	position: relative;
}

.list4_inner {
	display: block;
	text-decoration: none;
	height: 40px;	/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: #FFF;	/*背景色（古いブラウザ用）*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 2px solid #004664;
	padding: 15px;	/*ボックス内の余白*/
	color: #004664;	/*文字色*/
}
.officer {
	height:auto;
	overflow:hidden;
}

.text_s {
	margin-top: -20px;
}

.contact_box{
	float: none;
}

.contact_box a{
	color: #FFFFFF;
	text-decoration:none;
	opacity: 0.7;
}

.contact_box a:hover {
	opacity: 1;
}

.contact_box p{
	font-size: 20px;
}

.box_1 {
 display: table-cell;
 color: #FFF;
 width:450px;
 height:100px;
 background-color: #B3B3B3;
 vertical-align: middle;
 margin: 20px;
 padding: 40px 40px;
}

.box_2{
 display: table-cell;
 color: #FFF;
 width:450px;
 height:100px;
 background-color: #004664;
 vertical-align: middle;
 margin: 20px;
 padding: 40px 40px;
}

.contact_box .bold {
	font-size: 24px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.example{
	margin: 0 60px;
	list-style-type: disc;
}
.policy {
	margin: 0 40px;
}

.annotation {
	color: gray;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 22%;		/*サブコンテンツの幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 0 !important;
	font-size: 16px !important;	/*文字サイズ*/
	padding: 10px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
	color: #333 !important;
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 20px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}

/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.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;	/*文字サイズ*/
}
.sub .list-sub a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.sub .list-sub a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}
/*画像*/
.sub .list-sub figure {
	width: 30%;		/*画像の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 12px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 80px;		/*幅*/
	line-height: 30px;	/*高さ*/
	position: absolute;
	right: 40px;	/*右から40pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
}
/*subコンテンツ内で使う場合の追加（変更）設定*/
.sub .option1,.sub .option2,.sub .option3,.sub .new {
	font-size: 10px;	/*文字サイズ*/
	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: #004664;	/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;position: relative;z-index: 1;
	font-size: 12px;		/*文字サイズ*/
	background: #608EA1;	/*背景色*/
	color: #fff;	/*文字色*/
	text-align: center;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	background: url(../images/footer_logo.png) no-repeat 98% center/18%;
}
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
#footermenu a:hover {
	opacity: 1;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: auto;		/*幅*/
	padding-right: 5%;
	padding-left: 1%;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 20px;
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
	font-size: 14px;	/*文字サイズ*/
}

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	background: #eee;	/*背景色*/
	padding: 20px;		/*ブロック内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #004664;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*ta1テーブル*/
.ta1 {
	width: 100%;
	margin: 0 0 20px;
}
.ta1, .ta1 td, .ta1 th, .ta2 th, .ta2 td {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 180px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
	background-color: #F4F4F4;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}
/*ta2テーブル*/
.ta2 {
	width: 100%;
	margin: 0 0 20px;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta2の左側ボックス*/
.ta2 th {
	width: 200px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
	background: #fff;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta2 th img {
	width: 100%;
}
/*labelタグを２列表示にする（CMS用）*/
.ta2.cms td label {
	display: block;
	float: left;
	width: 50%;
}

td.line2 {
	background: #FFF;
}

td.line1 {
	background: #F4F4F4;
}

th.line1 {
	background: #F4F4F4;
}
th.line2 {
	background: #F4F4F4;
}

td.line3 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
	background: #fff;
}


.line1 {
	background-color: #F4F4F4;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
/*外側ブロック*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問*/
.faq dt {
	color: #004664;	/*文字色*/
	font-weight: bold;	/*太字にする設定*/
	background: url(../images/faq_q.png) no-repeat left center;	/*背景アイコン*/
	padding-left: 30px;	/*背景アイコンに重ならないよう左に余白を作る*/
}
/*回答*/
.faq dd {
	background: url(../images/faq_a.png) no-repeat left top;	/*背景アイコン*/
	padding-left: 30px;	/*背景アイコンに重ならないよう左に余白を作る*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	margin-bottom: 20px;	/*ボックスの下側（外側）に空けるスペース*/
	padding-bottom: 20px;	/*ボックス内の下側に空けるスペース*/
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*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;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@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;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	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;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {
	margin: 30px 20px;
	float: right;
}
.image_r{
	margin: -20px 0px 15px 20px;
	float: right;
}
.prof_r{
	margin: 20px 0px 15px 0px;
	float: right;
	padding: 10px 0 0 20px;
}
.Card4 p{
	height: 100px;
}

.image_r2{
	margin: -40px 40px 0 5px;
	float: right;
	width: 33%;
}
.image_l{
	margin: -20px 40px 15px 0px;
	float: left;
}
.prof_l{
	margin: 20px 20px 15px 0px;
	float: left;
	padding: 10px 20px 0 0;
}
.image_t{
	margin: 0px 20px 15px 0px;
	float: left;
}
.name {
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #004664;
}
.service {
	font-size: 26px!important;
	color: #004664;
	text-align: center!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: -20px!important;
}
.position {
	font-size: 14px !important;
	color: gray ;
}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #004664 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.photo {padding: 10px;background: #fff;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}
.big1 {font-size: 22px;}
.sub .big1 {font-size: 12px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 11px;}



/*------------------------------------------------------------------------------------------------------------------------------------------------------
※ここから数ブロック（420px以下環境まで）は、スライドショー表示領域の高さとロゴサイズの再設定です。
面倒ですができるだけ綺麗に表示できるよう細かく設定して下さい。
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*画面幅1500px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1500px){

	#top header, #mainimg {height: 900px;}

}

/*画面幅2000px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:2000px){

	#top header, #mainimg {height: 1200px;}

}

/*画面幅1200px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

	#top header, #mainimg {height: 600px;}

}

/*画面幅1000px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

	#top header, #mainimg {height: 470px;}
	#top #logo img {left: 1%;top: 20px;width: 200px;}

}

/*画面幅800px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

	#top header, #mainimg {height: 380px;}

}

/*画面幅620px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:620px){

	#top header, #mainimg {height: 300px;}
	#top #logo img {left: 1%;top: 10px;width: 120px;}

}

/*画面幅500px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px){

	#top header, #mainimg {height: 240px;}

}

/*画面幅420px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){

	#top header, #mainimg {height: 300px;}
	#top #logo img {left: 1%;top: 10px;width: 90px;}

}



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

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: 49%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
}

}



/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	padding: 10px;		/*メニュー内の余白*/
	float: left;		/*左に回り込み*/
	width: 40%;			/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
}

}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 865px) {
    /* 3カラム */
    .Card article {
        float: left;
        width: 30%;
        margin: 1.6%;
    }
    .Card article:last-child {
        margin-right: 0;
    }

    .Card4 article {
        float: left;
        width: 30%;
        margin: 1.6%;
    }
    .Card4 article:last-child {
        margin-right: 0;
    }
}

    /* 4カラム */
/*@media only screen and (min-width: 865px) {

    .Card article {
    float: left;
    width: 23.4375%;
    margin-right: 1.25%;
    }
    .Card article:last-child {
        margin-right: 0;
    }
}*/


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

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

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 8px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 50%;	/*円形にする*/
	border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #004664 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #004664 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

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

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main,.sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}
.contact p {
	font-size: 18px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.iframe-top iframe {
	width: 100%;
	height: 750px;
}



}



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

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

/*inner
---------------------------------------------------------------------------*/
.inner {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
#contents {
	background-size: 540%;
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2,h3タグ*/
#contents h2 {
	font-size: 24px;	/*文字サイズ*/
}
/*h2タグのspan（装飾用）タグ*/
#contents h2 span {
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}
/*h3タグ*/
#contents h3 {
	font-size: 20px;	/*文字サイズ*/
	padding-left: 10px;
}
/*h3タグの１文字目*/
#contents h3::first-letter {
	padding-left: 10px;	/*線と文字との余白*/
}
#contents h4 {
	clear: both;
	margin-bottom: 32px;
	font-size: 22px;	/*文字サイズ*/
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 1.5em;
}
/*段落タグ*/
#contents p {
	padding: 0 10px 20px;
}


.mb15{
	margin: 15px 0px;
	float: none;
	text-align: center;
	width: 100%;
	padding: 40px 0 0;
}

.image_r {
	margin: -20px 0 15px;
	float: none;
	text-align: center;
	width: 100%;
}
.image_l {
	margin: -20px 0 15px;
	float: none;
	text-align: center;
	width: 100%;
}
.prof_r {
	margin: 20px 0 15px;
	float: none;
	text-align: center;
	width: 100%;
	padding: 0;
}
.prof_l {
	margin: 20px 0 15px;
	float: none;
	text-align: center;
	width: 100%;
	padding: 0;
}

.text_s{
	font-size: 16px!important;
}
.image_t {
	margin: 0 20px 0px 0;
	float: left;
	text-align: center;
	width: 25%;
}
.title_top {
	background-color: #004664;
	width: 60%;
	height: 30px;
	position: relative;
	}
.title_inner{
	width: 100%;
	position: absolute;
  top: 20px;
	left: 50%;
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
	}
.title_top p {
	text-align: center;
	margin: 10px 0 0;
	font-size: 20px;
}
.IFA p{
	text-align: left;
	margin: 0 10px -20px;
	font-size: 16px;
	line-height: 2em;
}
.IFA {
	text-align: center;
	border: 1px solid #004664;
}

.IFA img{
	margin: 40px 0 20px;
}

.IFA ol{
	text-align: left;
	margin: 60px 20px 40px 10px;
	font-size: 16px;
	line-height: 1.5em;
	}

#needs h3 {
	text-align: left;
	font-size: 22px;
	margin: 20px 20px 0px;
}
.needs_text {
		font-size: 14px!important;
		line-height: 2em;
	}

.concept {
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: left;
	font-size: 16px!important;
	margin: 20px 0 0!important;
	line-height: 1.5em;
}
    /* 1カラム */
.Card2 article {
    text-align: center;
    float: none;
    width: 90%;
    margin: 10px 0px 0 20px;
  }
.Card2 article img{
	width: 50%;
	}
.Card2 article p {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
  }
.Card3 article {
    text-align: center;
    float: none;
    width: 90%;
    margin: 10px 0px 0 20px;
  }
.Card3 article img{
	width: 90%;
	margin-bottom: 10px;
	}
.Card3 article p {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
  }
.Card4 article p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
  }
.contact p {
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
	}
header h2.top_text {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	left: 25%;	/*左から50%の場所に配置。*/
	top: 70px;	/*上から50pxの場所に配置。*/
	z-index: 1;
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	font-size: 20px;
	text-align: center;
	color: #fff;	/*文字色*/
	line-height: 1.5em;
	text-shadow: 1px 2px 5px #111111;
}
.officer p{
	margin: 0 0px;
	font-size: 14px;
	line-height: 2em;
	}
.officer img{
		margin-bottom: 20px 40px;
	}

.contact_box{
	padding-top: 0px;
}
.contact_box p{
	font-size: 14px;
	line-height: 2em;
}

.box_1 {
 display: table-cell;
 margin: 20px 0px 0;
 padding: 10px 0 0;
}


.box_2{
 display: table-cell;
 margin: 20px 0px 0;
 padding: 10px 0 0;
}


.contact_box .bold {
	font-size: 18px;
	margin-bottom: -20px;
}
.idea{
	margin: 0 10px 0 20px!important;
	font-size: 16px!important;
	line-height: 1.5em!important;
}
.consent {
	margin: 20px 10px;
	padding : 0 10px;
}
.consent h4 {
	font-size: 18px!important;
	margin: 10px 0!important;
}
.example {
	margin: 0 10px;
}
.policy {
	margin: 0 30px 0 0px;
}

.confirmation {
	text-align: left;
}

ul.figure {
	list-style-type:decimal;
}

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

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: auto;		/*幅*/
	margin: 0 0 10px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
}
.list2_inner {
	height: auto;	/*ボックスの高さ*/
	padding: 10px 20px;	/*ボックス内の余白*/
	font-size: 20px;
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: auto;
	width: 15%;
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 20px;/*文字サイズ*/
	right: 20%;		/*右から20%の場所に配置*/
	bottom: 6px;	/*下から6pxの場所に配置*/
}
.list5 {
	padding: 0 10px 20px;		/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックス間の余白*/
}
p {
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
.name {
	font-size: 24px!important;
	text-align: center;
	margin: 20px 0 10px;
	}
.position {
	font-size: 10px !important;
	margin: -10px 0 10px;
}
.service {
	font-size: 18px!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important;
	}
.image_r2{
	margin: -20px 0 10px;
	float: none;
	text-align: center;
	width: 100%;
}
.list4 {
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
}

.list4 li {
	float: left;	/*左に回り込み*/
	width: 42%;		/*幅*/
	margin: 5px 1.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
	line-height: 1.5;	/*行間*/
	position: relative;
}
.list4_inner {
	height: auto;
	border-radius: 10px;	/*角丸のサイズ*/
	border: 2px solid #004664;
	padding: 5px;
	font-size: 12px;
}
.iframe-top iframe {
	width: 100%;
	height: 510px;
}
.iframe-info iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}
/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 10px;	/*文字サイズ*/
	width: 50px;		/*幅*/
	line-height: 20px;	/*高さ*/
	right: 10px;	/*右から10pxの場所に配置*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
/*	display: none;	画面領域が狭いので非表示に→表示するように変更 2021.12.22 */
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 10px 5px;	/*ボックス内の余白*/
		font-size: 14px
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 80px;
}
/*ta2テーブル*/
.ta2 {
	width: 100%;
	margin: 0 0 20px;
}

/*ta2の左側ボックス*/
.ta2 th {
	width: 30%;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
	font-size: 14px;
}

.ta2.cms td label {
	display: block;
	float: left;
	width: 50%;
}
.ta2 td {
	font-size: 14px;
}

/*ta3設定*/
.ta3, .ta3 td, .ta3 th {
	padding: 10px 5px;	/*ボックス内の余白*/
		font-size: 14px
}
/*ta1の左側ボックス*/
.ta3 th {
	width: 80px;
}
/*その他
---------------------------------------------------------------------------*/
.photo {padding: 5px;border: 2px solid #fff;}
.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}



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

/*ta1設定
---------------------------------------------------------------------------*/
/*labelタグを2列から1列表示にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

}
