@charset "UTF-8";


/*================================================
 *  共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:100%;
	margin:0 auto;
	height:56px;
}

#contents {
	width:960px;
	margin:0 auto;
	overflow-x: hidden;
}

h1 {
	font-size:26px;
	text-align:center;
}

h2 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:24px;
	color:#006;
	border-bottom:3px solid #444;
}

h3 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:5px;
	font-size:18px;
	border-left:5px solid #000033;
	border-bottom:1px solid #000033;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h5 {
	margin-bottom:0.25em;
	padding:2px 15px;
	color:#fff;
	font-size:17px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#333399;
}
h6 {
	margin-bottom:0.25em;
	font-size:16px;
}

p {
	margin:0 0 1em 0;
}

footer {
	clear:both;
	font-size:11px;
	text-align:center;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


/*================================================
 *  汎用クラス
 ================================================*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* フォントサイズ */
.fb16 {
	font-size:16px;
	font-weight:bold;
}
.fb20 {
	font-size:20px;
}
/* マージン */
.mt30{
	margin-top: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
.yohaku {
	padding: 3px 8px;/
}
.texttitle2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	font-weight:bold;
	color:#f66;
	text-align:center;
}
.text01{
	padding-bottom:10px;
	text-align:center;
}
.text02{
	padding:10px;
	width:90%;
}
.bgwhite {
	 background:#fff;
}
/* タイトルバー */
.titlebar {
	margin-bottom:0.5em;
}
/* img中央 */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* img左 */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* img右 */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2ブロック */
.twob {
	overflow:hidden;
	margin-bottom:20px;
}
.twobInner {
	overflow:hidden;
	margin-right:-2%;
}
.twobInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twobInner div:nth-child(2n+1) {
	clear:both;
}
.twobInner img {
	width:100%;
	margin-bottom:0.5em;
}

/* 3ブロック */
.threeb {
	overflow:hidden;
	margin-bottom:20px;
}
.threebInner {
	overflow:hidden;
	margin-right:-3%;
}
.threebInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threebInner div:nth-child(3n+1) {
	clear:both;
}
.threebInner img {
	width:100%;
	margin-bottom:0.5em;
}
/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#006 url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#ff9966 url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#006;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ3）座談会sp */
.btn03 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#000;
	text-decoration:none;
	border:2px dotted #05B8EE;
	border-radius:5px;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn03 a:hover {
	background:#05B8EE;
	transition:all 0.2s ease 0s;
}

/* ボタン（矢印入替あお）<a href="#" class="btn04"><span>マイナビ</span></a> http://www.webopixel.net/html-css/831.html*/
.btn04 {
    color: #fff;
    text-decoration: none;
    background: #btn04;
    width: 280px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn04:hover {
    background-size: 100px 100px;
    background-position: right 50%;
    background-color: ;
}
.btn04::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    background: url("../images/80x80ya2.png") no-repeat 0 50%;
    background-size: 38px 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn04:hover::before {
    left: 240px;
    background-size: 80px 80px;
 
}
.btn04 span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
}
.btn04:hover span {
    margin-left: -180px;
}

/* ボタン 仕事を知る新人 */
.btn-animation-02 {
  display: inline-block;
  width: 280px;
  text-align: center;
  background-color: #569fcd;
  border: 2px solid #569fcd;
  font-size: 16px;
  color: #569fcd;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}
/* バー（タイプ1） */
.bar01  {
	display:block;
	padding:2% 2% 2% 2%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	border:solid #006;
	border-width:1px 0 1px 0;
	border-radius:5px;
	background:#006;
	transition:all 0.2s ease 0s;
}
/* インフォメーション */
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	margin : 10px;
	border-bottom:1px solid #ddd;
}
/* 白丸タグ */
.Btag{
padding: 0.5em;/*文字周りの余白*/
line-height: 1.0;/*行高*/
background: #dbebf8;/*背景色*/
vertical-align: middle;/*上下中央*/
border:1px solid #dbebf8;
border-radius: 20px 0px 0px 20px;/*左側の角を丸く*/
}

.Btag:before {
content: '●';
color: white;
margin-right: 8px;
}

/* 角丸 */
.radi5 {
	border-radius:5px;
}

/* 枠線 */
.waku {
	margin-bottom:0.25em;/*水色ドット*/
	padding:12px;
	font-size:16px;
	border:2px dotted #05B8EE;
        border-radius: 4px;
}
.waku a{
	display:block;
}

.wakuW{
	margin-top:0.5em;/*二重線*/
	margin-bottom:0.5em;
	padding:14px;
	border: 3px double #ccc;
}

.wakuB {
	border: 1px solid #ccc;
}

.wakuS {
	margin:0.5em;/*影*/
	padding:4px;
	border: 1px solid #ccc;
  box-shadow: 2px 2px 2px gray;
}

.check{
	position: relative;
	padding: 60px 30px 30px 30px ;
	border: 2px dotted #05B8EE;
}
.check h5{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color:#fff;
}
.check span{
	position: absolute;
	top: -40px;
	left: 42%;
}
.check span img{
	width: 100px;
}

/* フォト装飾 */
.photo {
	margin:20px 0;
}

.photo img {
	max-width:100%;
}

.photo2 {
	box-shadow:rgba(0, 0, 0, 0.8) 0 3px 15px 0;
}

.photo3 {
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff; /* 白枠 */
}
/* 文字色 */
.textyellow {
	color:#FFFF00;
}
.textred {
	color:#F00;
}

/* 丸塗文字 */
.circle {
  color: #fff;
  padding: 0;
  margin-left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.cOlive {
  background-color:#6B8E23;
}

.cNaby {
  background-color:#000080;
}
.cBlue {
  background-color:#1e90ff;
}
.cSky {
  background-color:#00CCCC;
}
.cPink {
  background-color:#ff1493;
}
.cCorail {
  background-color:#FE4647;
}
.cOrange {
  background-color:#FE4647;
 #ff6600;
}
.nametag {
color: #fff;/*文字色*/
border: solid 1px #fff;/*線色*/
padding: 3px 8px;/*文字周りの余白*/
margin-right:5px;
border-radius: 15px;/*角丸*/
}


/*--???--*/
.naby{
  width: 40px;
  margin: 5px;
  display: block;
  text-align: center;
  background-color:#000080;
  color:#fff;
  font-weight:bold;
}

.pink{
  background-color:#ff1493;
  color:#fff;
  font-weight:bold;
}
/*--???--*/
/*================================================
 *  部分
 ================================================*/

/*----メニュー----*/
nav {
	margin:0;
	padding:0;
	background:#333399;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li:last-child{
	background:#FF6600;
}
nav li a {
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px dotted #ddd;

}
nav li a:hover {
	color:#fff;
	text-decoration:none;
	background:#339900;
}

/*----フットメニュー----*/
.footmenu {
	overflow:hidden;/*floatのクリア*/
	background:#333399;
}
.footmenu ul {
	margin:0 auto;
	padding:0;
}
.footmenu li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
.footmenu li:last-child{
	background:#FF6600;
}
.footmenu li a {
	display:block;/*クリック有効域をテキストでなくblockに*/
	padding:5px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px dotted #ddd;
}
.footmenu li a:hover {
	color:#fff;
	text-decoration:none;
	background:#339900;
}
/*----横並びインタビュー----*/
.yoko {
    display: table;
    width: 100%;
    table-layout:fixed
    background: #FFF;
    border: 1px solid #333;
    margin-bottom: 10px;
}
.yoko__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.yoko__item + .yoko__item {
    border-left: 1px solid #333;
}

.yoko__item a {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.yoko__item:last-child a {
    color: #fff;
    background: #003;
}
.yoko__item a:hover {
    display: block;
    padding: 15px 0;
    color: #fff;
    background: #003;
    text-decoration: none;
}
.yoko__item:last-child a:hover {
    color: #333;
    background: #d0d0d0;
}
/*--横並びhttps://lopan.jp/layout/--*/

.fleft ul {
    display: table;
    position: relative;
    margin: 0 auto;
    border-collapse: collapse;
}
.fleft li {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
.fleft li:nth-child(n+2) {
    padding-left: 1px;
}
.fleft li a {
    display: block;
    background: #333399;
    color: #fff;	
    }
.fleft li a:hover {
    background: #333399;
}

/*--フローチャート--*/
.msr_flow05 {
 margin:25px;
  color: #333333;
  counter-reset: section;
  list-style: none;
  overflow: hidden;
}
.msr_flow05 li {
  background:#FFFFFF;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-bottom:1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  height:60px;
  margin:0 32px 0 0;
  min-width: 200px;
  padding: 18px 0 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.msr_flow05 li span{
  padding:0 0 4px
}
.msr_flow05 li:after {
  content: "";
  background:#FFFFFF;
  display: inline-block;
  height:56px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width:56px;
  position:absolute;
  top:0;
  right:-19px;
  z-index:-1;
}



/*----沿革----*/
.listHistory > li {
	border-bottom: 1px dashed #e1e5eb;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
}

.listHistory > li:last-child {
	border: 0;
}

.listHistory .year {
	font-weight: bold;
	float: left;
	margin-right: 1.0em;
}

.listHistory > li > ul {
	overflow: hidden;
}

/*----コピーライト----*/
.copyright {
	display: block;
	padding-top:10px;
}
/*----トップまで戻るボタン----*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 80%;
opacity: 0.6;
}

#page-top a {
  display: inline-block;
  background-color:#34ac98;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px 3px;
}

#page-top a:hover {
    background: #99d5cb;
    text-decoration: none;
}

/*--  スライドショー----*/
.slide {
	max-width: 960px;
	margin: 0 auto;
}
/*--  カルーセルSwiper----*/
	
.swiper-container{
		text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* ===recruit============================*/
.flex_box {
margin: 20px;
    padding:  10px;                 /* 余白指定 */
    display: flex;                  /* フレックスボックスにする */
    justify-content: space-evenly;  /* 横の位置指定 */
}

.flex_item a {
    text-decoration:  none;         /* デフォルトCSS打ち消し */
}
.square_btn  {
    display: inline-block;
    padding: 1em 3em;
    color: #67c5ff;
    border: double 4px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}
.square_btn:hover {
    background: #00bcd4;
    color: white;
}

/*-----------------------------------------------
 *  先輩社員インタビュー
 -----------------------------------------------*/
/* チャット風 */
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .Q {
    float: left;
    margin-right: -90px;
    width: 80px;
    text-align:center;
}

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

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
}

.balloon5 .chatting {
    width: 100%;
    margin-bottom: 10px;
}

.question {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 13px 13px;
    border: solid 3px #9ACD32;
    border-radius: 12px;
}
.question:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.question:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #9ACD32;
    z-index: 1;
}

.question p {
    margin: 0;
    padding: 0;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
}

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

.says p {
    margin: 0;
    padding: 0;
}
.says1 {
    border-radius: 12px;
    background: #d7ebfe;
}

.says1:after {
    border-right: 12px solid #d7ebfe;
}
.says2 {
    border-radius: 12px;
    background: #fff0c6;
}

.says2:after {
    border-right: 12px solid #fff0c6;
}
/*================================================
 *  タブレット向けデザイン (max-width:979px)
 ================================================*/

@media screen and (max-width:768px) {
#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	}
nav ul {
	width:100%;
	}
slide {
	box-sizing:border-box;
	width:100%;
	}

.pc {
	display: none !important; 
}
.sp {
	display: block !important;
}

h2 {
	margin-top:30px;
	}

.imgC {
	margin-bottom:15px;
	}
.imgC img {
	max-width:100%;
	}

.imgL {
	margin-bottom:15px;
	}
.imgL img {
	float:none;
	max-width:100%;
	margin-right:0;
	}

.imgR {
	margin-bottom:30px;
	}
.imgR img {
	float:none;
	max-width:100%;
	margin-left:0;
	}

.twob {
	margin-right:0;
	margin-bottom:15px;
	}
.twobInner {
	margin-right:0;
	}
.twobInner div {
	float:none;
	width:100%;
	}

.threeb {
	margin-bottom:15px;
	}

.threebInner {
	margin-right:0;
	}
.threebInner div {
	float:none;
	width:100%;
	}
.titlebar img {
	max-width:100%;
	}
nav {
	display:block;
	position:relative;
	width:100%;
	}
nav ul {
	width:100%;
	}

nav li {
	width:33.33%;
	margin:0;
	padding:0;
	list-style:none;
	}
nav li:first-child a {
	width:100%;
	}

nav li a {
	display:block;
	width:100%;
	border:1px dotted #ddd;
	text-decoration:none;
	}

.fleft ul {
    display: block;
    }
.fleft li {
    display: block;
    }
.fleft li:nth-child(n+2) {
    padding-top: 1px;
    padding-left: 0;
    }
.fleft li a {
    margin: 0;
    padding: 1em;
}
}