@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
sp
---------------------------------------- */
.adBnner {
	margin: 2em;
	width: 90%;
}
.navToggle,
.globalMenuSp{
	display:none;
}
#indeed #contentsbody {
    width: 770px;
    float:none;
	margin:20px auto;
}
/*PC*/
@media screen and (max-width:750px) {
/* ----------------------------------------
common
---------------------------------------- */
.pagebody{
	width:96%;
}
.pc{
	display:none!important;
}
.sp{
	display:block;
}
a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.line-bnr {
	display:none;
}
.banner img{
	width:100%;
	height:auto;
}

/* ----------------------------------------
head
---------------------------------------- */
#head{
	width:100%;
	background:#FFF;
	text-align:left;
	box-sizing: border-box;
	padding:5px 15px;
	height:40px;
	position: fixed;
	z-index:1000;
	top:0;
}
#head h1{
	display:none;
}
#head>div {
	width:100%;
	float:none;
}
#head>div p img{
	margin: 0;
	height:30px;
	width:auto;
}
#head dl{
	display:none;
}
#navi{
	display:none;
}
.descriptionMemo {
	border: 4px solid orange;
	border-radius: 4px;
	margin: 0 auto;
	padding: 0.5em;
	width: 80%;
}
nav.globalMenuSp {
	display:block;
	position: fixed;
	z-index:1001;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}
nav.globalMenuSp ul {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 14px;
	list-style-type: none;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	height:40px;
	line-height:40px;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
}
nav.globalMenuSp ul li a:hover {
	background: #e7f6ff;
	color: #1a75bc;
	text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}
.navToggle {
	display: block !important;
	position: fixed;
	right: 10px;
	top: -2px;
	width: 40px;
	height:42px;
	border-left:1px solid #CCC;
	cursor: pointer;
	z-index:1003;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 26px;
	border-bottom: solid 3px #3198d9;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left:12px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 18px;
}
.navToggle span:nth-child(3) {
	top: 27px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #000;
	font-size:9px;
	font-weight: bold;
	top:28px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ----------------------------------------
topimg
---------------------------------------- */
#topimg{
	margin:0;
	margin-top:40px;
	height:auto;
	background:url(../images/sp/topimg.jpg) no-repeat center top;
	background-size:100% auto;
	width:100%;
	padding-top:34.1%;
}
#topimg .box01{
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	box-sizing:inherit;
	padding-top:20px;
}
#topimg .box01 p{
	padding:0 10px;
}
#topimg .box01 p.text01 {
	font-weight: bold;
	color: #fff;
	font-size:14px;
	font-style:normal;
	text-indent:0px;
	background:#1da9e2;
	padding:3px 10px;
	text-align:center;
	display:inline-block;
	margin-left:10px;
}
#topimg .box01 p.text02 {
	font-weight: bold;
	color: #000;
	font-size:18px;
	font-style:normal;
	text-indent:0px;
	text-align:center;
	margin-bottom:20px;
}
#topimg .box01 p.text02 strong {
	font-size: 40px;
	font-style: italic;
	color: #1da9e2;
	padding: 0 5px;
}

#topimg .box02{
	display:none;
}
/* ----------------------------------------
pagebody
---------------------------------------- */
#pagebody,.pagebody{
	width:96%;
}
#pagebody img{
	width:100%;
	height:auto;
}
#indeed #pagebody,.pagebody{
	margin:0 auto;
}
/* ----------------------------------------
#mainbody 
---------------------------------------- */
#mainbody h2#title_syokusyu {
	display:block;
}
#mainbody ul{
	display:block;
}
h2#title_osusume {
	margin-bottom:10px;
}
/* ----------------------------------------
contentbody
---------------------------------------- */
#contentsbody {
	width: 100%;
	float:none;
	text-align: left;
}
#indeed #contentsbody {
	width: 100%;
	text-align: left;
	margin:20px auto;
}
.search_list {
    display:block;
}
.search_list ul li {
	font-size:12px;
	width:32%;
	padding-bottom:5px;
}
#contentsbody input[type="submit"],
#contentsbody input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#contentsbody input[type="submit"]::-webkit-search-decoration,
#contentsbody input[type="button"]::-webkit-search-decoration {
  display: none;
}
#contentsbody input[type="submit"]::focus,
#contentsbody input[type="button"]::focus {
  outline-offset: -2px;
}

#search_button_area input[type="submit"],
#search_button_area input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#search_button_area input[type="submit"]::-webkit-search-decoration,
#search_button_area input[type="button"]::-webkit-search-decoration {
  display: none;
}
#search_button_area input[type="submit"]::focus,
#search_button_area input[type="button"]::focus {
  outline-offset: -2px;
}
#search_button_area #search_button {
	width: 270px;
	display: block;
	margin: auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	background: #3198d9;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	border: none;
	border-bottom: 5px solid #006699;
	margin-bottom: 20px;
}
#area {
    height: auto;
    width:100%;
    margin: auto;
    margin-bottom: 10px;
    position:inherit;
    background:none;
}
#area dl {
    width: 100%;
    box-sizing: border-box;
    padding:5px 0px 5px 10px;
    background: #CCC;
    clear: both;
    overflow: hidden;
    position: inherit;
}
#area dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
}
#area dl dd {
    width: 80px;
    height: 30px;
    margin-right:5px;
    margin-bottom:5px;
    float: left;
}
#area span {
    font-size:15px;
    display: block;
    width: 80px;
    height: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #FFF;
    border-radius: 5px;
    border-bottom: 2px solid #999;
}
h4.title {
    margin-bottom: 10px;
}
/* ----------------------------------------
サイド
---------------------------------------- */
#sidebody {
	width: 100%;
	float:none;
}
#sidebody .banner {
	display:none;
}
#contact dl{
	width:100%;
}
#contact dl dt{
	width:36.1%;
	float:left;
	box-sizing: border-box;
	padding:2px;
}
#banner_list li,
#sidebody li {
    width:49%;
    margin-right: 2%;
    margin-bottom:7px;
    float: left;
}
#banner_list li img,
#sidebody li img{
	width:100%;
	height:auto;
}
#banner_list li:nth-child(2),
#banner_list li:nth-child(4),
#sidebody li:nth-child(2),
#sidebody li:nth-child(4),
#sidebody li:nth-child(6){
	margin-right:0;
}
#contact dl dd{
	width:38.1%;
	float:left;
	box-sizing: border-box;
	padding:2px;
}
#contact dl dd:last-child{
	width:25.7%;
	float:left;
	box-sizing: border-box;
	padding:2px;
}
#contact_form .table th{
	display:block;
	width:100%;
	text-align:center;
	box-sizing: border-box;
	border:none;
}
#contact_form .table td{
	display:block;
	width:100%;
	box-sizing: border-box;
	border:none;
}

/* ----------------------------------------
oyakudachi
---------------------------------------- */
#oyakudachi {
    width:100%;
    float:none;
    margin-bottom:10px;
}
#banner_list {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom:0;
}
#oyakudachi li a br,
.oyakudachi_list li a br{
	display:none;
}
#oyakudachi li a,
.oyakudachi_list li a{
	line-height: 1.6em;
}
#banner_list li {
    width:49%;
    margin-right: 2%;
    margin-bottom:10px;
    float: left;
}
#banner_list li img{
	width:100%;
	height:auto;
}
#banner_list li:nth-child(2),
#banner_list li:nth-child(4){
	margin-right:0;
}
/* ----------------------------------------
bottom
---------------------------------------- */
#info_area dd {
    padding: 10px;
}
#info_area {
    margin-bottom: 10px;
}
/* ----------------------------------------
foot
---------------------------------------- */
#foot_navi,
#foot_contact,
#foot_tel,
#foot_logo p span{
	display:none;
}
#foot_logo {
    float:none;
}
#foot_logo p {
    font-size: 12px;
    margin: 0;
    text-align: center;
}
#lp_foot .pagebody {
    margin: 0 auto;
    width:100%;
}
#lp_foot #foot_contact_lp {
	display:none;
}
/* ----------------------------------------
osusume_list
---------------------------------------- */
.osusume_list li {
    width:49%;
    display: block;
    margin-right:2%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}
.osusume_list li:nth-child(3){
    margin-right:2%;
}
.osusume_list li:nth-child(even){
	margin-right:0;
}
/* ----------------------------------------
お役立ちコンテンツ
---------------------------------------- */
#contentsbody h2#title_oyakudachi {
    background: #F5F0F1;
    border-bottom: 5px solid #3198d9;
	padding:5px 10px;
    line-height: 1.4em;
    font-size: 20px;
	height:auto;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
    margin-bottom: 10px!important;
    clear: both;
}
.osusume #entrybody p {
    margin-bottom: 10px;
}
#contentsbody p{
    margin-bottom:0px;
	padding:0px;
	font-size:14px;
}
#oyakudachi li a img, .oyakudachi_list li a img {
    width: 80px !important;
}
.point dd {
	font-size:14px;
	background: url(../images/common/point_icon.gif) no-repeat 15px 9px;
	background-size: 20px;
    padding: 7px 7px 7px 50px;
}
#contentsbody h3 {
    background: #f5f3f3;
    border-left: 5px solid #3198d9;
    clear: both;
    padding-left: 10px;
    padding: 3px 0 3px 10px;
    line-height: none;
    font-size:18px;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom:10px;
}
.flow {
    overflow: hidden;
    margin-bottom:10px;
}
.flow li {
    font-size: 16px;
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #0097a7;
}
/* ----------------------------------------
求人情報
---------------------------------------- */
.osusume {
    margin-bottom: 10px;
}
.osusume .img img {
    margin-bottom: 10px;
}
.osusume table {
    margin-bottom:10px;
}
.osusume table th {
    width: 80px;
	font-size:14px;
}
.osusume table td {
    font-size:14px;
}
.osusume_button {
    margin-bottom:20px;
}
.osusume_button dt, .osusume_button dd {
    width: 160px;
}
.osusume_button a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.osusume_button input {
    padding: 0;
    margin: 0;
    width: 160px;
    display: block;
    margin: auto;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size:18px;
    border-radius: 5px !important;
    border: none;
    margin-bottom: 0px;
    background: #e8446c;
    border-bottom: 5px solid #742236 !important;
}
.tag p{
	margin-bottom:10px !important;
	padding:0 !important;
}
.tag ul{
	margin:0;
}
.tag ul li {
    display: inline-block;
    padding: 2px 0;
    margin-right: 1%!important;
    border-radius: 3px;
    width: 24%;
    margin-bottom: 5px;
    background: #ffe69d;
    font-size: 11px;
    color: #000000;
    text-align: center;
	box-sizing: border-box;
}
.tag ul li:nth-child(4),
.tag ul li:nth-child(8),
.tag ul li:nth-child(12),
.tag ul li:nth-child(16){
	margin-right:0!important;
}
h2#title_detail li {
    display: inline-block;
    font-size: 11px;
    color: #000;
    text-align: center;
    background: #FFF;
    padding: 1px 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    border-bottom: 0;
    border: 1px solid #CCC;
}
h2#title_detail {
    font-size: 20px;
    line-height: 1.4em;
    color: #000;
    font-weight: normal;
    text-align: left;
    background: #f5f3f3;
    border-left: 5px solid #3198d9;
    clear: both;
    padding-left: 10px;
    padding: 5px 0 5px 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
.point {
    margin-bottom: 10px;
}
.point dt {
    font-size:18px;
    padding-left: 20px;
    height:30px;
    line-height:30px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    clear: both;
}
.button_entry {
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-bottom:20px;
    margin-top: 20px;
}
.button_entry dt input {
    padding: 0;
    margin: 0 auto 10px;
    border: none;
    display: block;
    float: none;
    box-sizing: border-box;
    border-radius: 5px!important;
    width: 280px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: -webkit-auto;
    background: #3198d9 url(../images/common/icon_entry.gif) no-repeat 20px center;
    text-decoration: none;
	background-size:30px;
    height:60px;
    line-height:60px;
    border-radius: 5px;
    border-bottom: 3px solid #1a75bc;
    padding-left:60px;
}
.button_entry dd {
    float: none;
    width: 280px;
    height:60px;
    box-sizing: border-box;
    padding:5px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 11px;
    margin: auto;
	text-align:center;
}
#pagebody .button_entry dd img{
	width:95%;
}
.button_visit {
    clear: both;
    margin-bottom: 20px;
}
.button_visit input {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 330px;
    height: 65px;
    text-indent: -9999px;
    background: url(../images/common/button_visit.jpg) no-repeat left bottom;
    background-size: 100% auto;
    margin: auto;
}
#contentsbody h3.title01 {
    margin-bottom: 10px;
	font-size:18px;
}
h2#title_search {
    background: #f5f3f3 url(../images/common/title_search_icon.gif) no-repeat left center;
    padding-left: 63px;
    font-size: 20px;
    margin-bottom: 10px !important;
}
#mailformpro th{
	display:block;
	width:100%;
	box-sizing: border-box;
	border:0;
	font-size:13px;
	padding:3px 0;
}
#mailformpro td{
	display:block;
	box-sizing: border-box;
	width:100%;
	border-top:0;
	border-bottom:0;
}
#mailformpro table{
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}
div.mfp_buttons {
    margin-bottom:20px !important;
}
table#mfp_confirm_table tr th {
    font-size: 14px !important;
    padding: 5px !important;
    width: 80px !important;
}
table#mfp_confirm_table {
    margin-bottom: 20px !important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
    width: 150px !important;
    font-size: 18px !important;
}
#mfp_button_cancel {
    width: 150px !important;

    font-size: 18px !important;
    margin-left:10px !important;
}
#mailformpro td select{
    padding: 3px!important;
    font-size: 16px!important;
}
#lp_head {
    line-height: 62px;
    border-bottom: 4px solid #1068ac;
}
#lp_head #headbody {
    margin: auto;
    height: auto;
    padding:5px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
#lp_head #headbody #logo {
    width:auto;
    float: none;
}
#lp_head #headbody #logo img{
	height:30px;
	width:auto;
}
#lp_head dl {
	display:none;
}
}
@media screen and (max-width:480px) {
/* ----------------------------------------
osusume_list
---------------------------------------- */
.osusume_list li {
    width: 49%;
	margin-right:2%;
	float:left;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}
.osusume_list li:nth-child(3),.osusume_list li:nth-child(9){
    margin-right:2%;
}
.osusume_list li:nth-child(even){
	margin-right:0;
}
.osusume_list li .title {
    font-size: 14px;
	line-height:1.4em;
	margin-bottom:5px;
}
.osusume_list li table {
    margin-bottom:0;
}
.osusume_list .button {
	display:none;
}
.button_visit {
    display:none;
}
}