@charset "utf-8";
/*------------------------------------------------------------
【共通】初期設定
------------------------------------------------------------*/
body {
margin: 0 auto;
padding: 0 auto;
font-family:メイリオ,Meiryo,-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",sans-serif;
-webkit-text-size-adjust: 100%;
-webkit-print-color-adjust: exact;
}

div{
margin:0;
padding:0;
}

.clear {
clear:both;
visibility:hidden;
height:0;
}


/*------------------------------------------------------------
【共通】職種の表示順
------------------------------------------------------------*/
.background{
	display: flex;
	flex-direction: column;
}

.staff_00{ /*　新卒　*/
	order: 4;
}

.staff_01{ /*　制作　*/
	order: 2;
}

.staff_02{ /*　エンジニア　*/
	order: 3;
}

.staff_03{ /*　営業　*/
	order: 1;
}

/*------------------------------------------------------------
【共通】ボタン【実験】
------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/

/* トップページ用ボタン */
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
/*  background: #eb6877;*/
  background: #FF6C1D;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


/* エントリー用ボタン */
a.btn-flat2 {
  overflow: hidden;
  padding: 3.5rem 7rem;
  color: #fff;
  border-radius: 0;
  background: #FF6C1D;
}

a.btn-flat2 span {
  position: relative;
}

a.btn-flat2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
/*  background: #eb6877;*/
  background: #3EB863;
}

a.btn-flat2:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/



/*------------------------------------------------------------
【共通】ヘッダー
------------------------------------------------------------*/

/*------------------------------------------------------------
【共通】コンテンツ
------------------------------------------------------------*/

.text{
	margin:20px 0 0 100px;
}

.staff_detail-work h2{
	margin: 30px 0 10px;
}

.staff_detail-work h3{
	margin: 0 0;
}

.staff_detail-work span{
	background:linear-gradient(transparent 60%, #FFCD87 80%);
	padding:0 10px
}

.staff_detail-work p{
	margin: 0 0 1em;
}

.map {
	margin: 10px 0 20px;
}

.map iframe {
	margin: 0 0 10px;
	height: 450px;
}

.access{
	font-weight:bold;
	color:#0000FF;
	background: #ffffff !important;
}

.underline{
	background: linear-gradient(transparent 60%, #FFCD87 80%);
	padding: 0 10px;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/


/*------------------------------------------------------------
■【PCモード】main-box(骨格) ■
------------------------------------------------------------*/
@media print, screen and (min-width:737px) {
body {
	font-size: 1.5em;
}

.background{
	width: 1000px;
/*	height: 3000px;*/
	margin:0 auto 40px auto;
	background-color: #ffffff;
}

/*------------------------------------------------------------
【PCモード】ヘッダー
------------------------------------------------------------*/
.recruit_header{
	width: 1000px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin:10px auto;
	background-color: #ffffff;
}

.recruit_header a{
	display:block;
}

h1 {
	margin:0 10px;
	padding:0;
	display:block;
	font-size: 1.2em;
	font-weight: normal;
}

/*------------------------------------------------------------
【PCモード】トップページ
------------------------------------------------------------*/
.staff_00 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_00-img.jpg);
	background-repeat: no-repeat;
	background-size: 108%;
	background-position-x: -53px;
	background-position-y: -21px;
	transition: 3s;
}

.staff_00:hover {
	transform: scale(1.02);
}

.staff_00_text{
	margin: 298px 0 0 140px;
/*	padding: 200px 0 0 590px;*/
	width: 320px;
	font-size: 20px;
/*	line-height: 2.4em;*/
	text-align: left;
}

.staff_00_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_00_btn{
	margin: 30px 0 0 140px;
}

.staff_01 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_01-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: 0px;
	transition: 3s;
}

.staff_01:hover {
	transform: scale(1.02);
}

.staff_01_text{
	margin: 291px 0 0 150px;
/*	padding: 200px 0 0 590px;*/
	width: 335px;
	font-size: 20px;
/*	line-height: 2.4em;*/
	text-align: left;
}

.staff_01_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_01_btn{
	margin: 30px 0 0 150px;
}

/*システムエンジニア*/
.staff_02 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_02-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: 0px;
	transition: 3s;
}

.staff_02:hover {
	transform: scale(1.02);
}

.staff_02_text{
	margin: 199px 0 0 480px;
/*	padding: 200px 0 0 590px;*/
	width: 320px;
	font-size: 20px;
/*	line-height: 2.4em;*/
	text-align: left;
}

.staff_02_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_02_btn{
	margin: 30px 0 0 480px;
}


/*営業スタッフ*/
.staff_03 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_03-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -85px;
	transition: 3s;
}

.staff_03:hover {
	transform: scale(1.02);
}

.staff_03_text{
	margin: 230px 0 0 585px;
/*	padding: 200px 0 0 590px;*/
	width: 330px;
	font-size: 20px;
/*	line-height: 2.4em;*/
	text-align: left;
}

.staff_03_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_03_btn{
	margin: 30px 0 0 585px;
}

/*------------------------------------------------------------
【PCモード】採用情報　概要部分
------------------------------------------------------------*/
.staff_00_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_00-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -110px;
}

.staff_00_detail-img_text{
	margin: 138px 0 0 154px;
	width: 310px;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: left;
}

.staff_00_detail-img_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_01_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_01-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -107px;
}

.staff_01_detail-img_text{
	margin: 100px 0 0 155px;
	width: 310px;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: left;
}

.staff_01_detail-img_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_02_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_02-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -88px;
}

.staff_02_detail-img_text{
	margin: 90px 0 0 614px;
	width: 310px;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: left;
}

.staff_02_detail-img_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_03_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_03-img.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -105px;
}

.staff_03_detail-img_text{
	margin: 120px 0 0 651px;
	width: 310px;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: left;
}

.staff_03_detail-img_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_04_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/job_shisetu.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: -30px;
}

.staff_04_detail-img_text{
	margin: 100px 0 0 110px;
	width: 310px;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: left;
}

.staff_04_detail-img_text p{
	text-shadow:2px 2px 3px #ffffff;
}

.staff_detail-work p{
	margin: 0 0 30px;
	line-height: 2em;
}

.staff_photo{
	width: 100%;
	margin: 10px 0 50px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}

.staff_photo img{
	width: 30%;
}

.staff_photo2{
	width: 100%;
	margin: 50px 0 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}

.staff_photo2 img{
	width: 30%;
}


/*------------------------------------------------------------
【PCモード】採用情報　テーブル部分
------------------------------------------------------------*/
.staff_detail{
	width: 100%;
	margin: 0;
}

.staff_detail th{
	width: 20%;
	padding:10px;
	font-weight: normal;
	text-align: left;
	background-color: #f6f6f6;
}

.staff_detail td{
	padding:10px;
	text-align: left;
}


/*------------------------------------------------------------
【PCモード】エントリーボタン
------------------------------------------------------------*/
.entry_btn{
	margin: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

/*------------------------------------------------------------
【PCモード】代表メッセージ
------------------------------------------------------------*/
.fukui{
	width: 1000px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	margin:65px auto;
	background-color: #ffffff;
}

.fukui img{
	display:block;
}

.fukui p {
	margin:0;
	padding:0;
	display:block;
	font-size: 2em;
	font-weight: normal;
}

.signboard {
	width: 50%;
	margin:0 auto 20px 308px !important;
}

/*------------------------------------------------------------
【PCモード】組織構成図
------------------------------------------------------------*/
.organization_chart{
	margin:10px 0 0;
	width: 1000px;
	text-align:center;
}

.organization_chart img{
	width: 610px;
	height: 253px;
}

/*------------------------------------------------------------
【PCモード】フッター
------------------------------------------------------------*/

.footer{
	width: 1000px;
	margin: 40px auto;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
/*	background-color: #ff00ff;*/
}

.navi{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row;}

/* ボタン */
p.navi a{
	width: 220px;
	display:block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	margin: 20px 0;
	padding:20px 0;
}

.navit{
	font-size: 1.7em;
 	font-weight: bold;
	line-height: 1em;
}

.navit a{
	color: #5D5D5D;
	text-decoration: none;
}

/*------------------------------------------------------------
【PCモード】申し込みフォーム
------------------------------------------------------------*/
.h-tit h2{
	font-size: 1.5em;
}

#contents{
	width: 1000px;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: left;
	background: #fff;
}

#contents .header {
	width: 800px;
	border: 2px solid #FF9900;
	background-color: #FFFFEC;
	margin: 0px auto;
	height: 82px;
}

#pan {
	width: 800px;
	margin: 0 0 0 13px;
}

#contents01{
	width: 800px;
	margin: 0px auto;
}

.agree {
	width: 800px;
	line-height: 1.2em;
}

.agree .text {
	margin: 20px 15px 0 15px;
}

#form table{
	width: 800px;
}

.l_Cel_01{
	width: 28%;
}

.r_Cel {
	width: 72%;
}

.form_footer{
	width: 800px;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.org_pagetop{
	height: 14px;
	width: 800px;
	margin: 0 auto;
	text-align: right;
	float: none;
	padding: 0;
}

.ss_gmo_img_wrapper_100-50_image_ja{
	display: block;
	margin: 20px 0;
}

.logo{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.logo img{
	margin: 0  0 20px 0;
	display: block;
}

/*------------------------------------------------------------
■【PCモード】非表示 ■
------------------------------------------------------------*/
.staff_detail-title{
	display:none;
}

.h-tit2{
	display:none;
}

}/* PC 閉じ */



/*------------------------------------------------------------
■【mobileモード】main-box ■
------------------------------------------------------------*/
@media all and (max-width:736px){

body {
	font-size: 1.5em;
}

/*#h1{
	padding:5px;
	width:90%;
	margin:0 auto !important;
	font-size: 6px;
}

hr{
	width:90% !important;
	margin:10px auto !important;
}

/*th,td{
	display: block;
}*/

/*------------------------------------------------------------
【mobileモード】ヘッダー
------------------------------------------------------------*/
.recruit_header{
	width: 100%;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin:10px auto;
	background-color: #ffffff;
}

.recruit_header a{
	display:block;
}

h1 {
	margin:0 10px;
	padding:0;
	display:block;
	font-size: 1.2em;
	font-weight: normal;
}

/*------------------------------------------------------------
【mobileモード】フッター
------------------------------------------------------------*/
.footer{
	width: 100%;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
/*	background-color: #ff00ff;*/
}

.navi{
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
/*	background-color: #ff0000;*/
}

/* ボタン */
p.navi a{
	width: 220px;
	display:block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	margin: 10px;
	padding:6px;
}

.navit{
	font-size: 1.7em;
 	font-weight: bold;
	line-height: 1em;
}

.navit a{
	color: #5D5D5D;
	text-decoration: none;
}

/*------------------------------------------------------------
【mobileモード】トップページ
------------------------------------------------------------*/
.staff_00 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_00-img.jpg);
	background-repeat: no-repeat;
	background-size: 260%;
	background-position-x: -429px;
	background-position-y: -96px;
}

.staff_00_text{
	margin: 360px auto 0;
	width: 80%;
	padding: 12px;
	text-align: left;
/*	line-height: 2.4em;*/
	background-color: rgba(255,255,255,0.7);
	font-size: 1.2em;
}

.staff_00_text p{
	text-shadow:1px 1px 2px #ffffff;
}

.staff_00_btn{
	margin: 30px auto 0;
}


.staff_01 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_01-img.jpg);
	background-repeat: no-repeat;
	background-size: 259%;
	background-position-x: -440px;
	background-position-y: -92px;
}

.staff_01_text{
	margin: 360px auto 0;
	width: 80%;
	padding: 12px;
	text-align: left;
/*	line-height: 2.4em;*/
	background-color: rgba(255,255,255,0.7);
	font-size: 1.2em;
}

.staff_01_text p{
	text-shadow:1px 1px 2px #ffffff;
}

.staff_01_btn{
	margin: 30px auto 0;
}


.staff_02 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_02-img.jpg);
	background-repeat: no-repeat;
	background-size: 239%;
	background-position-x: -67px;
	background-position-y: -34px;
}

.staff_02_text{
	margin: 360px auto 0;
	width: 80%;
	padding: 12px;
	text-align: left;
/*	line-height: 2.4em;*/
	background-color: rgba(255,255,255,0.7);
	font-size: 1.2em;
}

.staff_02_text p{
	text-shadow:1px 1px 2px #ffffff;
}

.staff_02_btn{
	margin: 30px auto 0;
}

.staff_03 {
	width: 100%;
	height: 665px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_03-img.jpg);
	background-repeat: no-repeat;
	background-size: 267%;
	background-position-x: -170px;
	background-position-y: -116px;
}

.staff_03_text{
	margin: 360px auto 0;
	width: 80%;
	padding: 12px;
	text-align: left;
/*	line-height: 2.4em;*/
	background-color: rgba(255,255,255,0.7);
	font-size: 1.2em;
}

.staff_03_text p{
	text-shadow:1px 1px 2px #ffffff;
}

.staff_03_btn{
	margin: 30px auto 0;
}

/*------------------------------------------------------------
【mobileモード】採用情報　概要部分
------------------------------------------------------------*/
.staff_00_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_00-img.jpg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position-x: -199px;
	background-position-y: -102px;
}

.staff_01_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_01-img.jpg);
	background-repeat: no-repeat;
	background-size: 120%;
	background-position-x: -77px;
	background-position-y: 0px;
}

.staff_02_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_02-img.jpg);
	background-repeat: no-repeat;
	background-size: 132%;
	background-position-x: 0px;
	background-position-y: 0px;
}

.staff_03_detail-img {
	width: 100%;
	height: 380px;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0;
	text-align: center;
	background-image: url(../img/staff_03-img.jpg);
	background-repeat: no-repeat;
	background-size: 148%;
	background-position-x: -77px;
	background-position-y: -62px;
}

/*.staff_03_detail-img_text{
	margin: 100px auto;
	width: 100%;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: center;
}*/

.staff_detail-title{
	margin: -38px auto 30px;
	width: 100%;
	font-size: 2.5em;
	line-height: 2.4em;
	text-align: center;
	background-color: #f6f6f6;
}

.staff_detail-work{
	width: 90%;
	margin: 0 auto;
}

/*.staff_03_detail h3{
	margin: 0 0;
}

.staff_03_detail p{
	margin: 0 0 30px;
	line-height: 2em;
}
*/

.staff_photo{
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.staff_photo img{
	width: 90%;
	margin: 20px 0 0;
}

.staff_photo2{
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.staff_photo2 img{
	width: 90%;
	margin: 20px 0 0;
}


/*------------------------------------------------------------
【mobileモード】採用情報　テーブル部分
------------------------------------------------------------*/
.staff_detail{
	width: 90%;
	margin: 0 auto;
}

.staff_detail th{
	width: 100%;
	display:block;
	padding:10px;
	font-weight: normal;
	text-align: center;
	background-color: #f6f6f6;
}

.staff_detail td{
	width: 100%;
	display:block;
	padding:10px;
	text-align: left;
}

/*------------------------------------------------------------
【mobileモード】代表メッセージ
------------------------------------------------------------*/
.fukui{
	width: 100%;
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	margin:0px auto;
	background-color: #ffffff;
}

.fukui img{
	display:block;
}

.fukui p {
	margin:30px 0;
	padding:0;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
}

.signboard {
	width: 90%;
	margin:0 auto 20px !important;
}

.signboard img{
	width: 100%;
}

/*------------------------------------------------------------
【mobileモード】組織構成図
------------------------------------------------------------*/
.organization_chart{
	margin:20px 0 0;
	text-align:center;
}

.organization_chart img{
	width: 90%;
}

/*------------------------------------------------------------
【mobileモード】募集要項
------------------------------------------------------------*/


/*------------------------------------------------------------
【mobileモード】エントリーボタン
------------------------------------------------------------*/
.entry_btn{
	margin: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

/*------------------------------------------------------------
【mobileモード】申し込みフォーム
------------------------------------------------------------*/
.h-img{

}
.h-tit2 h2{
	margin: 14px auto 3em;
	font-size: 1.5em;
	text-align:center;
}

#contents{
	width: 100%;
	margin: 0 auto;
	padding:20px 10px;
	font-size: 0.8em;
	text-align: left;
}

#contents .header {
	width: 90%;
	border: none;
	background-color: #ffffff;
	margin: 0px auto 3em;
	height: 82px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.text_left{
	width: 100%;
}
.btn-group{
margin:10px auto 0;
min-height: 80px;
width:100%;
display:block;
}
p.fnotice{
margin:100px auto 0;
font-size:1.5em;
}
.btn-group a{
font-size:1.5em;
}
#contents01{
	width: 90%;
	margin:30px auto 77px;
}

.agree {
	width: 100%;
	line-height: 1.2em;
}

.agree .text {
	margin: 20px 15px 0 15px;
}

#form table{
	width: 100%;
}

.l_Cel_01{
	width: 100%;
	height: 100%;
	display: block;
}

.l_Cel_02{
	width: 100%;
	height: 100%;
	display: block;
}

.r_Cel {
	width: 100%;
	display: block;
}

.r_Cel input[type="text"],.r_Cel textarea {
	width: 90% !important;
}

.form_footer{
	width: 90%;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.ss_gmo_img_wrapper_100-50_image_ja{
	display: block;
	margin: 20px 0;
}

.logo{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.logo img{
	margin: 0  0 20px 0;
	display: block;
}

.appclosed{
width:80%;
font-size:1.4em !important;
margin:80px auto 20px !important;
}




/*------------------------------------------------------------
■【mobileモード】非表示 ■
------------------------------------------------------------*/
.staff_00_detail-img_text,.staff_01_detail-img_text,.staff_02_detail-img_text,.staff_03_detail-img_text{
	display:none;
}

.h-tit{
	display:none;
}

#pan {
	display:none;
}

.org_pagetop{
	display:none;
}


}/*モバイル 閉じ*/

