@charset "utf-8";

/*google fontsの読み込み*/

@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');

/*slide.cssの読み込み*/

@import url(slide.css);

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

/*全体の設定*/

body, html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: Century Gothic , Arial , "游ゴシック" , sans-serif;
  font-size: 18px;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  text-shadow: 1px 1px 2px #000;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, 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%;
}

.clear {
  clear: both;
}

.social{
  text-align: right;
}

.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

.box1 {
    display: inline-block;
    text-align: center;
		line-height:1.4em;
		font-size:16px;
		margin : 10px ;
    padding : 7px ;
}

/*リンク（全般）設定*/

a {
  color: #fff;
  transition: 0.4s;
}

a:hover {
  color: #f1e300;
  text-decoration: none;
}


/*containerブロック共通*/

#container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.top_logo{
	position:absolute;
	left:35%;
	top:80px;
}

.top_logo img{width:25%;}
/*company.htmlの背景画像指定*/

.company #container {
  background: url(../images/bg_company.jpg) no-repeat center center;
  background: url(../images/bg_company.jpg) no-repeat center center / cover;
}


.job #container {
  background: url(../images/bg_job.jpg) no-repeat center center;
  background: url(../images/bg_job.jpg) no-repeat center center / cover;
}
.contact #container {
  background: url(../images/bg_contact.jpg) no-repeat center center;
  background: url(../images/bg_contact.jpg) no-repeat center center / cover;
}

.group #container {
  background: url(../images/bg_group.jpg) no-repeat center center;
  background: url(../images/bg_group.jpg) no-repeat center center / cover;
}

.staff #container {
  background: url(../images/bg_staff.jpg) no-repeat center center;
  background: url(../images/bg_staff.jpg) no-repeat center center / cover;
}

.topics #container {
  background: url(../images/bg_topics.jpg) no-repeat center center;
  background: url(../images/bg_topics.jpg) no-repeat center center / cover;
}



/*contentsブロック*/

#contents {
  height: 100%;
  width: 100%;
}


/*トップページのcontentsブロック。Whats's Newブロックの表示箇所です。*/

.home #contents {
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0%;
}


/*header（大きな端末用：左ブロック）*/


/*headerブロック*/

header.pc {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100px;
  height: 100%;
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: 1s;
}


/*マウスオン時のheaderブロック*/

header.pc:hover {
  width: 20%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}


/*ロゴ画像ブロック*/

header.pc .logo {
  text-align: center;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 100px;
}

header.pc .logo img {
  width: 100px;
}


/*header内のp(段落)タグ*/

header.pc p {
  padding: 10px;
}


/*メインメニュー-*/


/*メニュー１個あたりの設定*/

#menubar li {
  font-size: 12px;
  /*文字サイズ*/
  position: relative;
}

#menubar li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: auto;
  height: 100px;
  padding-left: 80px;
}


/*マウスオン時*/

header:hover #menubar li a:hover {
  background-color: #5dc1cf;
  color: #fff;
}


/*現在表示中メニュー（current）*/

#menubar li.current a {
  background-color: rgba(255, 255, 255, 0.2);
}


/*テキスト*/

#menubar li a span {
  display: none;
}


/*マウスオン時のテキスト*/

header:hover #menubar li a span {
  display: block;
  padding-top: 40px;
}


/*メニュー用アイコン設定*/

.menuimg a {
  width: 60px;
  /*幅*/
  height: 60px;
  /*高さ*/
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 100px 500px;
}


/*menu1*/

.menu1 a {
  background-position: 0px 0px;
}


/*menu2*/

.menu2 a {
  background-position: 0px -100px;
}


/*menu3*/

.menu3 a {
  background-position: 0px -200px;
}


/*menu4*/

.menu4 a {
  background-position: 0px -300px;
}


/*menu5*/

.menu5 a {
  background-position: 0px -400px;
}


/*スマホ用メニューを表示させない*/

#menubar-s {
  display: none;
}


/*３本バーアイコンを表示させない*/

#menubar_hdr {
  display: none;
}


/*アイコンを囲むブロック全体の設定*/

header .icon {
  /*	text-align: center;	*/
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}


/*SNSアイコン設定*/

header .icon li {
  /*display: inline;*/
}


/*SNS画像の設定*/

header .icon img {
  /*width: 20%;*/
}


/*mainブロック*/

@keyframes main {
  /*0コマ目*/
  0% {
    opacity: 0;
    top: 20px;
  }
  /*100コマ目*/
  100% {
    opacity: 1;
    top: 0px;
  }
}


/*mainブロック*/

#main {
  overflow: auto;
  padding: 2% 5% 0 15%;
  height: 98%;
  animation-duration: 0.5S;
  animation-fill-mode: both;
  animation-name: main;
  animation-delay: 0.8s;
  position: relative;
}


/*h2タグ*/

#main h2 {
  clear: both;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}

#main h5 {
  clear: both;
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #009900;
	font-weight:600;
}


/*h2タグの１文字目への指定*/

#main h2::first-letter {
  border-left: 3px solid #fff;
  padding-left: 20px;
}

#main h5::first-letter {
  border-left: 3px solid #fff;
  padding-left: 20px;
}


/*h2タグにclass="title"をつけたタイプ。大見出し。*/

#main h2.title {
  font-family: Century Gothic , Arial , "游ゴシック" , sans-serif;
  font-size: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c1bc9e;
	font-weight:bold;
}

#main h2.title::first-letter {
  border-left: none;
  padding-left: 0;
}


/*h2タグにclass="title"をつけたタイプ内にあるspanタグ*/

#main h2.title span {
  display: block;
  font-size: 15px;
  float: right;
  margin-top: 60px;
}


/*h3タグ*/

#main h3 {
  clear: both;
  margin-bottom: 10px;
  font-size: 26px;
	font-weight:600;
}


/*段落(p)タグ*/

#main p {
  padding: 0 20px 20px;
}

#main p + p {
  margin-top: -5px;
}

#main h2 + p, #main h3 + p {
  margin-top: -10px;
}

#main section + section {
  clear: both;
  padding-top: 40px;
}


/*listブロック（works.htmlで使用）*/


/*各ボックスの指定*/

.list {
  position: relative;
  float: left;
  width: 30%;
  margin-left: 2.5%;
  margin-bottom: 20px;
  background: #000;
}

.list a {
  display: block;
  text-decoration: none;
}


/*マウスオン時*/

.list a:hover {
  color: #fff;
}


/*リンクを指定した際に右上に出る「→」*/

.list a::after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ccc;
  color: #000;
  text-align: center;
}


/*figure画像*/

.list a figure {
  opacity: 0.6;
}


/*マウスオン時のfigure画像*/

.list a:hover figure {
  opacity: 1;
}


/*h4タグ*/

.list h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
}

/*footerブロック*/

footer {
  clear: both;
  text-align: right;
  padding: 30px 0;
}

.home footer {
  padding-bottom: 10px;
}

footer a {
  text-decoration: none;
}

#new {
  padding:  25px 25px 7px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 70%;
  float: left;
}

#new a{ text-decoration:none;}


#new dl {
  height: 215px;
  overflow: hidden;
}


/*ブロックのマウスオン時*/

#new dl:hover {
  overflow: auto;
}


/*日付設定*/

#new dt ,
.newslist dt {
  float: left;
  width: 8em;
  letter-spacing: 0.1em;
  padding:7px 0;
  border-bottom:1px solid #fffDFDFDF
}


/*記事設定*/

#new dd ,
.newslist dd {
  padding:7px 0;
  padding-left: 8em;
  border-bottom:1px solid #DFDFDF;
}
.newslist dt ,
.newslist dd {
  border-bottom:none
}

#banner {
  width: 20%;
  float: left;
  margin-left: 10px;
}

#banner img {
  margin-bottom: 10px;
}


/*テーブル*/


/*テーブル１行目に入った見出し部分（※caption）*/

.ta1 caption {
  border: 1px solid #fff;
  border-bottom: none;
  text-align: left;
  font-weight: bold;
  padding: 10px;
  background: #000;
}


/*テーブルの見出し（※tamidashi）*/

.ta1 th.tamidashi {
  width: auto;
  text-align: left;
  background: #000;
}


/*ta1設定*/

.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}

.ta1, .ta1 td, .ta1 th {
  word-break: break-all;
  border: 1px solid #fff;
  padding: 10px;
}


/*ta1の左側ボックス*/

.ta1 th {
  width: 140px;
  text-align: center;
}



/*フォーム関連*/

.fo {
    float: left;
}
#main p.error{color:#FF0000; text-shadow:none; padding-bottom:0;}
/*ボタン（btn）*/

input[type="submit"].btn, input[type="button"].btn, input[type="reset"].btn {
  padding: 5px 20px;
  border-radius: 3px;
  background: #eee;
  color: #333;
}


/*マウスオン時のボタン（btn）設定*/

input[type="submit"].btn:hover, input[type="button"].btn:hover, input[type="reset"].btn:hover {
  background: #fff;
}


/*input,textarea共通*/

input[type="text"], textarea {
  outline: none;
  background: transparent;
  border: 1px solid #ccc;
  padding:7px;
  width:98%;
/*  color: #fff;*/
}


/*input,textareaのフォーカス時*/

input:focus, textarea:focus {
/*  border: 1px solid #fff;*/
}

.b_waku{
	text-align:center;
	padding:10px;
}
/*checkブロック。赤い注意書きブロックです。*/

p.check {
  background: #ff0000;
  color: #fff;
  padding: 10px 25px !important;
  margin-bottom: 20px;
}

p.check a {
  color: #fff;
}


/*PAGE TOP（↑）設定*/


/*トップページでは非表示に。*/

.home .nav-fix-pos-pagetop a {
  display: none;
}


/*設定*/

.nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  z-index: 100;
  position: fixed;
  width: 40px;
  line-height: 40px;
  bottom: 20px;
  right: 3%;
  background: #5dc1cf;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}


/*マウスオン時の背景色*/

.nav-fix-pos-pagetop a:hover {
  background: #fff;
  color: #5dc1cf;
}


/*トップページのNEWアイコン*/
.tkbn {
	width: 65px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}	
.tkbn2 {
	width: 150px;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	border-radius: 2px;
	padding: 3px 5px;
	vertical-align: text-top;
}	
.icon0 {
  background: #FE4405;
}
.icon1 {
  background: #66cc00;
}
.icon2 {
  background: #3399cc;
}
.icon3 {
  background: #FF00FF;
}
.icon4 {
  background: #3399cc;
}
.icon5 {
  background: #800080;
}
.icon6 {
  background: #0000FF;
}
.icon9 {
  background: #000000;
}


/*ul.disc,olタグ*/

ul.disc {
  list-style: disc;
  padding: 0 20px 20px 45px;
}

ol {
  padding: 0 20px 20px 45px;
}


/*box*/

.box {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  padding: 2%;
  margin-bottom: 30px;
  border: 1px solid #fff;
}

.job{text-shadow: none; color:#000000;}

/*求人情報ページ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/8 - 5px);
  height: 50px;
  box-sizing: border-box;
  border-left:1px solid #5dc1cf;
  border-bottom: 5px solid #5dc1cf;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.tab_item:hover {
  opacity: 0.75;
}
.reha{
  width: calc(100%/8 + 35px);
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#kbn1:checked ~ #kbn1_content,
#kbn2:checked ~ #kbn2_content,
#kbn3:checked ~ #kbn3_content,
#kbn4:checked ~ #kbn4_content,
#kbn5:checked ~ #kbn5_content,
#kbn6:checked ~ #kbn6_content,
#kbn9:checked ~ #kbn9_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5dc1cf;
  color: #fff;
}

/*求人テーブル*/

.t_job {
  width: 100%;
  margin: 0 auto 30px;
  text-shadow:none;
}

.t_job caption {
  border-bottom: none;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
.t_job th {
  background: #5dc1cf;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width:200px;
}
.t_job td {
  border: 1px solid #cccccc;
  padding: 10px;
  background-color:#FFFFFF;
  color:#000000;
}
/*
.t_job {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}

.t_job, .t_job td, .t_job th {
  word-break: break-all;
  border: 1px solid #cccccc;
  padding: 10px;
}


.t_job th {
  width: 140px;
  text-align: center;
}
*/

a.b_contact {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: .1em;
	color: #212529;
	border-radius: .5rem;
	color: #fff;
	background-color: #5dc1cf;
	border-bottom: 5px solid #44B8C8;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	margin:auto;
}
a.b_contact:hover {
  margin-top: 3px;
  color: #fff;
  background: #44B8C8;
  border-bottom: 2px solid #5dc1cf;
}


a.b_contact:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


/*その他*/

.look {
  background: #000;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #666;
  color: #fff;
}

.mb15, .mb1em {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.clear {
  clear: both;
}

.color1, .color1 a {
  color: #f1e300 !important;
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.mb0{
	margin-bottom:0 !important;
}
.pb0{
	padding-bottom:0 !important;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

#pagetop {
  display: block;
  margin-top: -2%;
  padding-top: 2%;
}

.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

.mybox{
	background-color: #fff;	/* 背景色 */
	border: 4px solid #FF9900;	/* 線の太さ・種類・色 */
	border-radius: 5px;
	margin: 40px 5px 5px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 10px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
	text-indent:inherit;
}
.mybox:before{
	background-color: #FF9900;	/* 吹き出し背景色 */
	border-radius: 5px;
	color: #fff;	/* 吹き出し文字色 */
	content: 'スタッフ';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.mybox:after{
	border-top: 12px solid #FF9900;		/* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -180px;
  width: 180px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 0px #fff;
  border-radius: 100%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 190px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFFFFF;
	color:#000000;
	text-shadow:none;
	width:76%;
}

#main .says h2 {
  color:#0000CC;
	font-weight:600;
}

#main .says h3 {
  color:#0033CC;
	font-size:22px;
	font-weight:500;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFFFFF;
}

.says p {
  margin: 0;
  padding: 0;

}
/*画面幅800px以下の設定*/

@media screen and (max-width:800px) {
  body {
    font-size: 14px;
  }
  /*header（小さな端末用：上部ブロック）*/
  /*ロゴ画像ブロック*/
  header.sh .logo {
    width: 80px;
    /*ロゴ画像の幅*/
  }
  /*メインメニュー*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
  @keyframes menubar {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*スマホ用メニューブロック*/
  #menubar-s {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    animation-name: menubar;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    border-top: 1px solid #fff;
  }
  /*navブロックのみの追加指定*/
  #menubar-s nav {
    border-bottom: 1px solid #fff;
    overflow: auto;
  }
  /*メニュー１個あたりの設定*/
  #menubar-s nav li a {
    display: block;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    height: 100px;
    height: 70px;
  }
  /*最後のnavメニューの下線を消す*/
  #menubar-s nav li:last-child a {
    border-bottom: none;
  }
  /*テキスト*/
  #menubar-s nav li a span {
    display: block;
    padding-top: 22px;
    padding-left: 87px;
  }
	.menuimg a {
	  background-size: 90px 450px;
	}
  
  /*menu1*/
  .menu1 a {
    background-position: 0px -4px;
  }
  /*menu2*/
  .menu2 a {
    background-position: 0px -95px;
  }
  /*menu3*/
  .menu3 a {
    background-position: 0px -186px;
  }
  /*menu4*/
  .menu4 a {
    background-position: 0px -281px;
  }
  /*menu5*/
  .menu5 a {
    background-position: 0px -370px;
  }
  /*PC用メニューを非表示にする*/
  #menubar {
    display: none;
  }
  /*３本バーアイコン設定*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: fixed;
    z-index: 50;
    top: 10px;
    right: 10px;
  }
  /*アイコン共通設定*/
  #menubar_hdr.close, #menubar_hdr.open {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: #000 url(../images/icon_menu.png) no-repeat center top/50px;
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: #000 url(../images/icon_menu.png) no-repeat center bottom/50px;
    top: 5px;
  }
  /*facebookやtwitterなどのアイコンブロック*/
  /*アイコンを囲むブロック全体の設定*/
  header .icon {
    clear: left;
    border-bottom: 1px solid #fff;
  }
  /*アイコン画像の設定*/
  header .icon img {
    width: 50px;
  }
  /*mainブロック*/
  /*mainブロック*/
  #main {
    padding-left: 3%;
    padding-right: 3%;
  }
  /*h2タグ*/
  #main h2 {
    font-size: 20px;
    letter-spacing: normal;
  }
  /*h2タグにclass="title"をつけたタイプ。大見出し。*/
  #main h2.title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /*h2タグにclass="title"をつけたタイプ内にあるspanタグ*/
  #main h2.title span {
    margin-top: 20px;
  }
  /*footerブロック*/
  footer {
  	padding:3px;
	font-size:11px;
  }
  footer .pr {
    display: block;
  }
  #new, #banner {
    float: none;
    width: 99%;
	padding: 3px;
 }
  #new dl,
  .newslist dl {
    overflow: auto;
	line-height: 1.5;
  }
  #new dt ,
  .newslist dt {
	float: none;
	padding:0;
  }

  #new dd ,
  .newslist dd {
    padding:2px 0;
  }

  #banner {
	text-align:center;
  }
  
  /*その他*/
  .nb{
  	font-size:12px;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab_item {
/*	  width: 100%;
	  float:none;
*/
	  width: calc(100%/2);
	  font-size:14px;
	  border-bottom: 1px solid #5dc1cf;
  }
	.tab_content {
	  padding: 10px 20px 0;
	}

  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .t_job{margin:0;      margin-left: -7px;}
  .t_job th,
  .t_job td {
　　border-bottom: none;
    display: block;
    width: 98%;
  }  
	input[type="text"], textarea {
		width: 96%;
	}  
  #banner img {
	margin:auto;
    margin-bottom: 4px;
	width:60%;
  }
	
  .balloon5 .faceicon {
  	float: none;
  }
  .says {
    margin: 5px 0 0 0;
  }
}


/*画面を横向きにした場合の高さが500px以下の場合の設定。*/

@media screen and (orientation: landscape) and (max-height:500px) {
  /*メインメニュー。小さな端末用メニューを２列に。*/
  /*メニュー１個あたりの設定*/
  #menubar-s nav li a {
    float: left;
    /*左に回り込み*/
    width: 50%;
    /*幅*/
  }
}


/*画面幅480px以下の設定*/

@media screen and (max-width:480px) {
  /*mainブロック*/
  /*h2タグ*/
  #main h2 {
    font-size: 16px;
  }
  /*h2タグにclass="title"をつけたタイプ。大見出し。*/
  #main h2.title {
    font-size: 20px;
  }
  /*h2タグにclass="title"をつけたタイプ内にあるspanタグ*/
  #main h2.title span {
    font-size: 11px;
    margin-top: 10px;
  }
  /*h3タグ*/
  #main h3 {
    font-size: 14px;
  }
  /*段落(p)タグ*/
  #main p {
    padding: 0 10px 20px;
  }
  /*他。微調整。*/
  #main section + section {
    padding-top: 20px;
  }
  /*listブロック（works.htmlで使用）*/
  /*リンクを指定した際に右上に出る「→」*/
  .list a::after {
    right: 2px;
    top: 2px;
    line-height: 20px;
    width: 20px;
  }
  /*h4タグ*/
  .list h4 {
    padding: 0;
  }
  /*テーブル（ta1）*/
  /*テーブル１行目に入った見出し部分（※caption）*/
  .ta1 caption {
    padding: 5px;
  }
  /*ta1設定*/
  .ta1, .ta1 td, .ta1 th {
    padding: 5px;
  }
  /*ta1の左側ボックス*/
  .ta1 th {
    width: 100px;
  }
  
  /*ul.disc,olタグ*/
  ul.disc {
    list-style: disc;
    padding: 0 10px 20px 30px;
  }
  ol {
    padding: 0 10px 20px 30px;
  }
  /*その他*/
  .ws, .wl {
    width: 94%;
  }
  .top_logo{
  	display:none;
   }
	 
	.social{
	  text-align: right;
	}
	#banner{
		margin-left:0;
	}
	#banner img{
		width:48%;
		height:auto;
		padding:1%;
		float:left;
	}

}