@charset "utf-8";


/*slide.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(slide.css);


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.fadeInUp {
  opacity : 0;
  transform: translateY(50px);
  transition: 1s;
}
/*全体の設定
---------------------------------------------------------------------------*/
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%;}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.back-top {
    margin: 1em 0;
    text-align: right;
}
.back-top > a {
    font-size: 1.3rem;
	color: #000000;
}
.back-top > a > span::after {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background-image: url(../images/cmn_right_arrow_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 10px;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #ee0000;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1920px;	/*サイトの最大幅*/
	margin: 0 auto;
}
#header {
	background-image: url(../img/header.png);
	background-size: cover;
	width: 100%;
	height:160px;
	background-repeat: no-repeat;
}
#header .header_txt{color:#ffffff;font-size:1.8em;text-align: center;font-weight: bold;position: relative;top:65px;margin-top: 0px;margin-bottom:0px;}
#header .header_txt .h_kakoi{padding: 3px;border: #FFFFFF 1px solid;margin-right:8px;}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#header_sm{}
header {
	color: #fff;		/*文字色*/
	background-image: url(../img/header.png);
	background-size: cover;
	width: 100%;
	height:160px;
	background-repeat: no-repeat;
}
header h1{color:#ffffff;font-size:1.8em;text-align: center;font-weight: bold;position: relative;top:65px;margin-top: 0px;margin-bottom:0px;}
header h1 .h_kakoi{padding: 3px;border: #FFFFFF 1px solid;margin-right:8px;}
header a {
	color: #fff;	/*リンクテキストの文字色*/
}
/*ロゴ画像*/
header #logo {
	width: 300px;		/*ロゴ画像の幅*/
	float: left;		/*左に回り込み*/
	margin-top: 32px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 3%;	/*ロゴの左側にあける余白。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	letter-spacing: 0.1em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 24px;		/*文字サイズを大きく*/
	text-align: center;		/*文字をセンタリング*/
	float: right;			/*右に回り込み*/
	margin-top: 12px;		/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 3%;		/*ブロックの右側にあける余白。*/
}
/*TELの受付時間の小文字部分*/
#tel span {
	display: block;
	font-size: 11px;	/*文字サイズを小さく*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 50px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background: #237bd2;	/*背景色*/
/*	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: 25%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
	padding-top: 3px;
	padding-bottom: 3px;
}
#menubar li a {
	font-size:14px;
	text-decoration: none;display: block;
	font-weight: bold;	/*太字に*/
	line-height: 1.8;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
	height: 40px;		/*高さ*/
	padding-top: 10px;	/*上に追加する余白*/
	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: #26708e;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#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: 0px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	width: 1170px;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	width:1170px;		/*ブロックの幅*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right:40px;
}
#main h1 {
	font-size:2.4em;	/*文字サイズ*/
	line-height: 170%;
	text-align: center;
	margin-bottom: 20px;
	padding: 12px 20px;	/*上下、左右への余白*/
	color: #237bd2;
	margin-top: 40px;
}
/*h2タグの設定*/
#main h2 {
	font-size: 1.8em;	/*文字サイズ*/
	text-align: center;
	margin-bottom: 20px;
	padding: 12px 20px;	/*上下、左右への余白*/
	color: #237bd2;
	margin-top: 40px;
}
#main .under_line{border-bottom: 2px solid #237bd2;padding-bottom:3px;}
/*mainコンテンツのh3タグ設定*/
#contents h3 {
	margin-bottom: 20px;
	font-size: 1.8em;	/*文字サイズ*/
	text-align: center;
	background-color: #4b94d7;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents .under_line2{border-bottom: 2px solid #FFFFFF; padding-bottom:3px;}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #ee0000;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}
#main .title_txt {
	padding-top: 4%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 4%;
	font-size: 115%;
	line-height: 160%;
}
.title {
	width: 100%;
	height:180px;
	border-bottom: 2px solid #3399cc;
	background-image: url(../images/title_img.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.title img{margin-top:60px;width: 75%;}

#cur_flow_area .cur_flow_arrow{
  float: left;
  margin-left:1%;
  margin-top:4%;
  width: 0;
  height: 0;
  border-left: 25px solid #3399CC;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
#cur_flow_area .cur_flow_arrow2{
  width:30%;
  margin-left: auto;
  margin-right: auto;
  margin-top:4%;
  margin-bottom:4%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #3399CC;
}
#cur_flow_area .cur_flow_detail{background-color: #FFFFFF;padding:5% 5%;}
#cur_flow_area .cur_flow_detail h5{font-size:20px;color: #1986CC;padding:3%;background-color:#DCF2FF;}
#cur_flow_area .cur_flow_detail ul {list-style: none;padding:0;margin-bottom:8%;}
#cur_flow_area .cur_flow_detail li {padding-left: 1em;text-indent: -.7em;font-size:18px;line-height:180%;}
#cur_flow_area .cur_flow_detail .cur_img01 {margin-top:15%;}
#cur_flow_area .cur_flow_detail li:before {
    content: "• ";
    color:#3399CC;
}

#outcome_area{background-color:#EFEFEF;border-radius:20px;padding:5%;margin-top:0px!important;}
#outcome_area h4{text-align: center;color: #FFFFFF;font-size:22px;background-color: #4EB866;padding:10px;margin: 0;}
#outcome_area .outcome_detail{background-color: #FFFFFF;padding:10px 15px;height:220px}
#outcome_area .outcome_detail h5{font-size:20px;color: #47B360;padding:7px;;background-color:#E3F2DC;}
#outcome_area .outcome_detail ul {list-style: none;padding:0;}
#outcome_area .outcome_detail li {padding-left: 1em;text-indent: -.7em;font-size:18px;line-height:180%;}
#outcome_area .outcome_detail li:before {
    content: "• ";
    color:#4EB866;
}
#activ_year_area{width:100%;}
#activ_year_area .year_ttl_area{margin-left: 0px!important;margin-right: 0px!important;}
#activ_year_area .year_ttl{background-color: #237bd2;padding-left: 2%;padding-bottom:1%;padding-top:1%;color: #FFFFFF;margin-bottom:2%;font-size: 18px;border-right:2px solid #FFFFFF;}
#activ_year_area .year_ttl_r{background: #9ac4ee;padding-bottom:1.25%;padding-top:1.25%;}
#activ_year_area p{font-size: 15px;margin-bottom:2%;}
#purpose{margin-top:4%;}
/*ボックス全体の設定*/
.list3 {
	overflow: hidden;
}
/*各ボックスの設定*/
.list3 li {
	float: left;		/*左に回り込み*/
	width: 32%;			/*幅*/
	height: 95px;
	line-height: 0;	/*行間*/
	margin-top: 0px;
	margin-right:0.6%;
	margin-left: 0.6%;
	margin-bottom: 20px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
	padding-left:6%;
	text-align:left;
	text-decoration: none;		/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);	/*ボックス内の余白*/
	padding-top:20px;
	padding-bottom: 10px;
	background-image: url(../images/year_boran_back.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.list3 li:hover {
	color: #D6F0FF;	/*背景色*/
	box-shadow: none;	/*ボックスの影をなくす設定*/
	position: relative;
	left: 1px;	/*現在地から右に1px移動する*/
	top: 1px;	/*現在地から下に1px移動する*/
	text-decoration: none;
}
.list3 a{
	color: #FFFFFF;
	font-size:1.5em;
}
.list3 img{width:20%;height: auto;margin-right:4%;}
/*人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;overflow: hidden;
	padding: 0px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #ee0000;		/*文字色*/
	line-height: 1.4;	/*行間を少しせまく*/
}
.list h4 a {
	color: #ee0000;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;	/*上、左右、下への余白*/
	width:90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 180%;
}
.list2 p {
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;	/*上、左右、下への余白*/
	width:95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 180%;
}
/*ボックス内の写真*/
.list img {
	float: left;	/*左に回り込み*/
	width:100%;		/*画像の幅*/
	margin-bottom:40px;	/*画像の下に空けるスペース*/
}
/*写真の右側に回り込むブロック*/
.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;
}
/*cad_boxボックス
---------------------------------------------------------------------------*/
#cad {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}
#cad .cad_box {
	float: left;		/*左に回り込み*/
	width: 32%;			/*幅*/
	margin-top: 0px;
	margin-right:15px;
	margin-bottom: 20px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
	text-decoration: none;		/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#cad .cad_box:nth-of-type(3):after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#cad .cad_box img {width: 100%;height:auto;}
/*list2ボックス
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.list2 {
	overflow: hidden;
}
/*各ボックスの設定*/
.list2 img{	
	width:100%;		/*画像の幅*/
	margin-bottom: 20px;	/*画像の下に空けるスペース*/
}
.home_link {
	width:15%;
	height: auto;
	margin-left:5px;
	margin-top: 15px;
}
.home_link img {width:100%;}
/*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;	/*画像右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background:#FFFFFF;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #333;
    padding-top: 20px;/*文字色*/
}
footer a, footer a:hover {
	color: #333;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size:100%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
}
/*１行分の設定*/
#footermenu ul {
	width: 100%;		/*幅。今回は4列作ったのでここの幅23%と下のpadding(合計の2%)でトータル25%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}
/*見出し*/
#footermenu li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
	font-size: 15px;
}
#footermenu li:first-child {
	border-left: 1px solid #fff; !important	/*メニューの線の幅、線種、色（古いブラウザ用）*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.8;	/*透明度。90%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 25px;
}
#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 solid #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #ee0000;		/*文字色*/
}
/*回答*/
.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: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	height: auto;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
    border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 10px;	/*ボックス内の余白*/
	margin-top:30px;
	margin-bottom:20px;
}
/*ta1の左側ボックス*/
.ta1 th {
	color: #237bd2;
	width: 160px;		/*幅*/
	text-align: left;	/*センタリング*/
	background-color: #e6f3ff;
	padding-left:2%;
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}

/*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;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #0825ff;
	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;
}

/*その他
---------------------------------------------------------------------------*/
.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: #ee0000;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.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;}

@media screen and (max-width:1780px){
    header{height: 160px;}
    header h1{top:70px;}
	#header{height: 160px;}
    #header .header_txt{top:70px;}
}
@media screen and (max-width:1600px){
    header{height: 160px;}
	#header{height: 160px;}
}
@media screen and (max-width:1500px){
    header{height: 160px;}
	header h1{top:60px;}
	#header{height: 160px;}
	 #header .header_txt{top:60px;}
}
@media screen and (max-width:1400px){
    header{height: 150px;}
	#header{height: 150px;}
}
/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:1170px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があるので。*/
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar ul.ddmenu {
	width: 233px;
}

}
@media screen and (min-width:1201px){
.wbr1200_none{display:none}
}
@media screen and (min-width: 768px){
.back-top > a {
    font-size: 1.6rem;
}
.back-top {
    margin: 3em 0 0;
}
}
@media screen and (min-width:600px){
.wbr600_none{display:none}
#header_sm{display:none;}
}
@media screen and (max-width:1366px){
    header {height:140px;}
	header h1{top:50px;}
	#header {height:140px;}
	header .header_txt{top:50px;}
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}
header {height:130px;}
#header {height:130px;}
.title img{margin-top:60px;margin-left:5%;}

}
@media screen and (max-width:1200px){
	#school_course_udemy_area .school_course_udemy_copy {font-size: 2.2em;}
	header {height:120px;}
	header h1{top:40px;font-size:1.5em}
	#header {height:120px;}
	#header .header_txt{top:40px;font-size:1.5em}
	#menubar li a {font-size: 12px;}
    .list3 li {height: 85px;}
}
@media screen and (max-width:1024px){
header {height:15vh;}
#header {height:15vh;}
#cur_flow_area .cur_flow_l{width:30%;height:700px;background-color: white}
#cur_flow_area .cur_flow_c{margin-left:1%;width:30.5%;height:700px;background-color: white}
#cur_flow_area .cur_flow_r{width:30%;height:700px;background-color: white}
#cur_flow_area .cur_flow_r img{margin-top:17%;}
}
@media screen and (max-width:1020px){
	header {height:120px;}
	#header {height:120px;}
	#main h1 {font-size:2em;}
}
@media screen and (max-width:991px){
header h1 {font-size:1.2em;}
#header .header_txt {font-size:1.2em;}
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	header h1{top:40px;}
	#header .header_txt{top:40px;}
	#main h1 {font-size:2em;}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*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 #2C2C2C;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#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;}

}
@media screen and (max-width:800px){
header h1 {font-size:1.1em;}
#header .header_txt {font-size:1.1em;}
}
@media screen and (max-width:700px){
header h1 {font-size:1em;}
#header .header_txt {font-size:1em;}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.list3 li {
	float: none;		/*左に回り込み*/
	width:100%;
	}
header h1{top:5px;font-size:1.1em;line-height: 170%;}
#header .header_txt{top:5px;font-size:1.1em;line-height: 170%;}
#main h1 {font-size:1.3em;}
.title {height: 60px;}
.title img{margin-top:0px;width:100%;}
#cur_arrow_area .cur_arrow{width:40%;margin-top:-10%;}
.home_link {
	width:60%;
	height: auto;
}
.home_link img {width:100%;}

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;		/*高さ*/
}
#header {
	height: 70px;		/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 200px;		/*ロゴ画像の幅*/
	margin-top: 22px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 70px;	/*上から70pxの場所に配置*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 9px;	/*上から9pxの場所に配置*/
	left: 3%;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size:1.3em;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding-left: 15px;	/*ボックス内の余白*/
	padding-right: 15px;	/*ボックス内の余白*/
	margin-bottom: 0px;
}
.list2 {
	padding-left: 15px;	/*ボックス内の余白*/
	padding-right: 15px;	/*ボックス内の余白*/
	margin-bottom: 0px;
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}

/*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 {width:100%;}
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100%;
	display: block;
	margin-top:0px;
    margin-bottom:0px;
	border-style: none;
}
.ta1 td {
	width: 100%;
	display: block;
	margin-top:0px;
    margin-bottom:0px;
	border-style: none;
}
.ta1, .ta1 td, .ta1 th{border-style: none!important;}
/*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){


}
@media screen and (max-width:1169px){
#main {
	width:920px;		/*ブロックの幅*/
	margin-left: auto;
	margin-right: auto;
}
#cad {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
} 
#cad .cad_box {
	width: 32%;			/*幅*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:5px;
}
#cad .cad_box img {
	width: 100%;			/*幅*/
	height: auto;
}
}
@media screen and (max-width:900px){
#main {
	width:100%;		/*ブロックの幅*/
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (max-width:768px){
#header {height:17vh;}
header {height:17vh;}
.list3 img {width: 7%;height: auto;margin-right: 1%;}
#cur_flow_area .cur_flow_l{float:none;width:90%;margin-bottom: 5%;margin-left: auto;margin-right: auto;height: auto;}
#cur_flow_area .cur_flow_c{float:none;width:90%;margin-bottom: 5%;margin-left: auto;margin-right: auto;height: auto;}
#cur_flow_area .cur_flow_r{float:none;width:90%;margin-bottom: 5%;margin-left: auto;margin-right: auto;height: auto;}
#cur_flow_area .cur_flow_r img{margin-top:0;}
.list3 li {float:none;width: 95%;margin-left: auto;margin-right: auto;}
#outcome_area .outcome_detail{height:auto;}

}
/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
	#header_sm{width: 100%;}
	#header_sm img{width: 100%;height: auto;}
	#header {display: none;}
	#main h2{margin-top: 0px;}
	.list p{width:100%; font-size:1em;}
	.list2 p{width:100%; font-size:1em;}
.list3 li{text-align:left;padding-left:25%;}
.list3 .s_ttl1 {font-size:14px;margin-left:17%;line-height:0.2;}
.list3 .s_ttl2 {font-size:14px;margin-left:18%;}
.list3 img {
    width: 15%;
    height: auto;
    margin-right: 3%;
}
#cad .cad_box {
	float: none;		/*左に回り込み*/
	width: 100%;			/*幅*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#cad .cad_box img {
	width: 100%;			/*幅*/
	height: auto;
}	
}
@media screen and (max-width:420px){
header {height: 9.5vh;}
#header {height: 9.5vh;}
}