@charset "utf-8";
/* CSS Document */
/*------------------------------------------------

  2: PAGES style

--------------------------------------------------*/
#pageVisual {
    background: #ddeafa;
    overflow: hidden;
	margin-bottom: 30px;
}
.pageVisual-in {
    width: 1020px;
    padding: 0 10px;
    margin: auto;
    position: relative;
}
#pageVisual .pv-ttl {
    float: left;
}
#pageVisual .pv-img {
    float: right;
}


/* bread */
#bread {
    margin-bottom: 50px;
}
#breadNav {
    overflow: hidden;
}
#breadNav li {
    font-size: 12px;
    margin-left: 10px;
    float: left;
}
#breadNav li:first-child {
    margin-left: 0;
}
#breadNav li:before {
    content: '>';
    margin-right: 10px;
}
#breadNav li:first-child:before {
    content: '';
}
#breadNav li .bread-home {
	font-weight: bold;
	color: #00519f;
}


/* ttl */
.page-ttl {
    font-size: 30px;
    color: #0565b7;
    text-align: center;
    margin-bottom: 80px;
}


/*------------------------------------------------

  2-1: message style

--------------------------------------------------*/
#messageArea .msgImg {
	min-width: 1280px;
	height: 450px;
	background-size: cover !important;
}
#msg01 .msgImg {
	background: url(../img/pages/message/message_img01.jpg) no-repeat center;
}
#msg02 .msgImg {
	background: url(../img/pages/message/message_img02.jpg) no-repeat center;
}
#messageArea .msg-in {
	width: 920px;
	padding: 0 10px;
	margin: 70px auto;
	position:relative;
}
#messageArea .msg-in h2 {
    font-size: 22px;
    width: 210px;
    line-height: 40px;
    color: #fff;
    background: #0565b7;
    text-align: center;
}
#messageArea .msg-in h3 {
    font-size: 30px;
    color: #0565b7;
    margin-bottom: 10px;
}
#messageArea .msg-in p {
    font-size: 18px;
	line-height: 1.7;
}

#msg01 .msgImg .inner {
    padding: 140px 40px 0;
}
#msg01 .msgImg .inner h2 {
    font-size: 40px;
    color: #fff;
}
#msg01 .msgImg .inner h3 {
    font-size: 22px;
    color: #fff;
	margin-bottom: 50px;
}
#msg01 .msgImg .inner p {
    font-size: 15px;
	font-weight:bold;
    color: #fff;
}
#msg01 .msgImg .inner p b {
	font-size: 18px;
}

#msg02 {
    margin-bottom: 190px;
}

#msg03 {
    background: #f7f8fa;
}
#msg03 .inner {
    padding: 0 300px 0 40px;
    height: 330px;
}
#msg03 h4 {
	font-size: 16px;
	font-weight:bold;
	color: #0565b7;
	padding: 30px 0 20px;
}
#msg03 h4 span {
	font-size: 24px;
    font-family: "Montserrat-SemiBold";
}
#msg03 p {
	font-size: 16px;
    line-height: 1.7;
}
#msg03 .txt {
    position: absolute;
    right: 300px;
    bottom: 30px;
}
#msg03 .img {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*------------------------------------------------

  2-2: company style

--------------------------------------------------*/
.companyBox .company-ttl {
	font-size: 22px;
	text-align: center;
	color: #0565b7;
	margin-bottom: 60px;
}

/* company-about */
#company-about {
	margin-bottom: 50px;
}
#company-about .aboutList {
	overflow: hidden;
}
#company-about .aboutList > li {
	width: 32%;
	max-width: 320px;
	margin-left: 2%;
	float: left;
	text-align:center;
}
#company-about .aboutList > li:first-child {
	margin-left: 0;
}
#company-about .aboutList > li h3 {
	line-height: 1;
	margin-bottom: 25px;
}
#company-about .aboutList > li .box {
	border: solid 1px #0565b7;
	min-height: 320px;
	padding: 20px;
}
#company-about .aboutList > li:nth-child(1) ul li,
#company-about .aboutList > li:nth-child(2) ul li {
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
#company-about .aboutList > li:nth-child(1) ul li:before,
#company-about .aboutList > li:nth-child(2) ul li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
#company-about .aboutList > li:nth-child(3) ul li {
    border-bottom: dotted 1px #cccccc;
	padding: 15px 0;
}

#company-about .aboutList > li ul li:last-child {
	margin-bottom:0;
}


/* company-info */
#company-info {
	padding: 55px 0 65px;
	margin-bottom: 75px;
	background: #efefef;
}
#company-info .inner {
	background: #fff;
	padding: 50px 10px;
}
#company-info table {
	max-width: 480px;
	border-collapse: collapse;
	margin: auto;
}
#company-info table th {
	font-size: 14px;
    width: 90px;
	text-align :left;
	vertical-align: top;
	padding-bottom: 10px;
}
#company-info table td {
	font-size: 14px;
	line-height: 2;
	vertical-align: top;
	padding-bottom: 10px;
	word-break: keep-all;
}


/* company-base */
#company-base .baseList {
	overflow: hidden;
}
#company-base .baseList li {
    width: 30%;
	margin: 0 0 5% 5%;
	float: left;
}
#company-base .baseList li:nth-child(3n+1) {
    clear: both;
	margin: 0 0 50px 0;
}
#company-base .baseList li .thumb {
	margin-bottom: 10px;
}
#company-base .baseList li h4 {
    font-size: 14px;
	margin-bottom: 10px;
}
#company-base .baseList li p {
    font-size: 13px;
	line-height: 1.7;
}



/*------------------------------------------------

  2-3: job style

--------------------------------------------------*/
#jobArea {
	overflow: inherit;
}
#jobArea .jobList {
	/*overflow: hidden;*/
}
#jobArea .jobList > li {
    width: 320px;
    float: left;
    text-align: center;
    margin: 0 0 50px 20px;
}
#jobArea .jobList > li:nth-child(3n + 1) {
    clear: both;
    margin: 0 0 50px 0;
}
#jobArea .jobList li a {
	display: block;
}
#jobArea .jobList li .type {
	text-align:center;
	margin-bottom: 20px;
}
#jobArea .jobList li .thumbWrap {
	position: relative;
	border: solid 2px #0565b7;
}
#jobArea .jobList li .txt {
	font-size: 15px;
	font-weight: bold;
	color: #0565b7;
	background: #fff;
	line-height: 48px;
	border: solid 2px #0565b7;
	border-top: none;
	cursor: pointer;
	position: relative;
}
#jobArea .jobList li .txt:after {
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background: url(../img/cmn/arrow_m_r.jpg) no-repeat;
    position: absolute;
	right: 15px;
	top:17px;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#jobArea .jobList li .txt.active {
	color: #ccc;
}
#jobArea .jobList li .txt.active:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* 複数リンク先がある場合 */
#jobArea .jobList li .moreLinksWrap {
    position: relative;
}
#jobArea .jobList li .moreLinksWrap .moreLinks {
    display: none;
	background: #fff;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50px;
}
#jobArea .jobList li .moreLinksWrap .moreLinks li a {
    font-size: 13px;
    padding: 10px;
    text-align: left;
    display: block;
    border: solid 2px #0565b7;
    border-top: 0;
}
#jobArea .jobList li .moreLinksWrap .moreLinks li a:hover {
    background: #0565b7;
    color: #fff;
}
/* 募集が無い場合 */
#jobArea .jobList li.not-entry .txt {
	cursor: default;
    color: #777;
    border: solid 2px #777;
}
#jobArea .jobList li.not-entry .txt:after {
	display: none;
}




/* 詳細 */
#jobArea-top .job-ttl {
	text-align:center;
	line-height: 1;
	margin-bottom: 40px;
}
#jobArea-top .job-copy {
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
	color: #0565b7;
	margin-bottom: 70px;
}
#jobArea-top .aboutArea {
	overflow: hidden;
}
#jobArea-top .aboutArea .imgArea {
	width: 500px;
	float: right;
}
#jobArea-top .aboutArea .txtArea {
    width: 448px;
    min-height: 370px;
    float: left;
    position: relative;
}
#jobArea-top .aboutArea .txtArea .job-about-ttl {
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
#jobArea-top .aboutArea .txtArea .about-desc {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 30px;
}
#jobArea-top .aboutArea .txtArea .more {
    width:  320px;
    color: #0565b7 !important;
    text-align: left;
    padding: 0 10px;
    background: url(../img/cmn/arrow_m_r.jpg) no-repeat 95% center !important;
/*
    position: absolute;
    left: 0;
    bottom: 0;
*/
}
#jobArea-top .aboutArea .txtArea .more:hover {
    background: url(../img/cmn/arrow_m_r.jpg) no-repeat 97% center !important;
}


#jobArea-info {
	padding: 50px 0;
	background: #efefef;
}
#jobArea-info .jobArea-in {
	width: 1000px;
	padding: 50px;
	margin: auto;
	background: #fff;
}
#jobArea-info .jobArea-in h3{
	font-size: 20px;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: solid 6px #0565b7;
}
#jobArea-info .jobArea-in table {
	width: 100%;
	border-collapse:collapse;
	table-layout: fixed;
}
#jobArea-info .jobArea-in table th {
	width: 180px;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}
#jobArea-info .jobArea-in table td {
	font-size: 15px;
	line-height: 2;
	vertical-align: top;
	padding-bottom: 20px;
	
}









/*------------------------------------------------

  2-4: employee style

--------------------------------------------------*/
#employeeArea .employeeList {
	overflow: hidden;
}
#employeeArea .employeeList li {
    width: 320px;
    float: left;
    text-align: center;
    margin: 0 0 50px 20px;
}
#employeeArea .employeeList li:nth-child(3n + 1) {
    clear: both;
    margin: 0 0 50px 0;
}
#employeeArea .employeeList li a {
	display: block;
}
#employeeArea .employeeList li .type {
	text-align:center;
	margin-bottom: 20px;
}
#employeeArea .employeeList li .thumbWrap {
	position: relative;
	border: solid 2px #0565b7;
}
#employeeArea .employeeList li .thumbWrap .hover-on {
    width: 100%;
    height: 100%;
    padding: 25% 20px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    line-height: 2;
    background: rgba(5,101,183,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition-duration: 300ms;
}
#employeeArea .employeeList li a:hover .thumbWrap .hover-on {
    visibility: visible;
    opacity: 1;
}
#employeeArea .employeeList li .txt {
	font-size: 15px;
	font-weight: bold;
	color: #0565b7;
	line-height: 48px;
	border: solid 2px #0565b7;
	border-top: none;
	background: #fff url(../img/cmn/arrow_m_r.jpg) no-repeat 95% center;
}


/* 詳細 */
#employeeArea-detail .ea-top {
	overflow: hidden;
	position: relative;
	margin-bottom: 130px;
}
#employeeArea-detail .ea-top:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: #ddeafa;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#employeeArea-detail .ea-top .mainImg {
	width: 460px;
	float: left;
}
#employeeArea-detail .ea-top .mainInfo {
	width: 500px;
	height: 740px;
	position: relative;
	float: right;
}
#employeeArea-detail .ea-top .mainInfo h2 {
    text-align: center;
	margin-bottom: 20px;
}
#employeeArea-detail .ea-top .mainInfo .name {
	font-size: 32px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 40px;	
}
#employeeArea-detail .ea-top .mainInfo .desc {
	font-size: 14px;
	line-height: 2;
}
#employeeArea-detail .ea-top .mainInfo .thumb {
    position: absolute;
    right: 0;
    bottom: 30px;
}

#employeeArea-detail .ea-mdl .ea-mdl-in {
    width: 1060px;
	padding: 50px 30px;
    background: #efefef;
	margin: 0 auto 50px;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li {
	overflow: hidden;
	margin-bottom: 60px;
	background: #fff;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li:last-child {
    margin-bottom: 0;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li .imgArea,
#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea {
    width: 50%;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li:nth-child(odd) .imgArea,
#employeeArea-detail .ea-mdl .ea-mdl-in ul li:nth-child(even) .txtArea {
	float: left;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li:nth-child(even) .imgArea,
#employeeArea-detail .ea-mdl .ea-mdl-in ul li:nth-child(odd) .txtArea {
	float: right;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea {
	padding: 30px;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea h3 {
	font-size: 22px;
	color: #0565b7;
	margin-bottom: 20px;
}
#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea p {
	font-size: 14px;
	line-height: 2;
}

#employeeArea-detail .ea-btm h3 {
	margin-bottom: 20px;
}
#employeeArea-detail .ea-btm .comment {
    font-size: 14px;
	line-height: 2;
	color: #0565b7;
	margin-bottom: 60px;
}
#employeeArea-detail .ea-btm .to-job-wrap {
    border: solid 2px #0565b7;
}
#employeeArea-detail .ea-btm .to-job-wrap  .to-job {
	display: block;
	width: 320px;
	line-height: 48px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	color: #0565b7;
	border: solid 2px #0565b7;
	background: #fff;
    position: relative;
    top: -20px;
}
#job_group {
    overflow: hidden;
    padding: 0 20px 20px;
}
#job_group li {
    font-size: 14px;
    float: left;
    margin-right: 10px;
}
#job_group li:before {
    content: '/';
    margin-right: 10px;
}
#job_group li:first-child:before {
	content: '';
	margin-right: 0;
}
#job_group li a:hover {
	color: #0565b7;
	text-decoration: underline;
}

#employeeArea-detail .cmn-pager .back {
	padding-top: 10px;
}

/*------------------------------------------------

  2-5: post style

--------------------------------------------------*/
.archiveList li {
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: dotted 1px #ccc;
}
#postArea .post-date {
	margin-right: 10px;
}
#postArea .post-cat {
	margin-right: 10px;
	color: #fff;
	background: #0565b7;
	padding: 5px 10px;
}
#postArea .post-ttl {
	color: #0565b7;
	font-weight: bold;
}

.archiveList li a:hover .post-ttl {
	text-decoration: underline;
}

/* 詳細 */
#post-header {
	margin-bottom: 10px;
}
#post-header p {
	display: inline;
}
#post-body .post-ttl {
    font-size: 20px;
    margin-bottom: 20px;
}

/*------------------------------------------------

  2-6: entry style

--------------------------------------------------*/
#entryArea .entryStep {
    overflow: hidden;
}
#entryArea .entryStep li {
	width: 176px;
	float: left;
	margin: 0 0 20px 30px;
	position: relative;
}
#entryArea .entryStep li:first-child {
	margin-left: 0;
}
#entryArea .entryStep li:after {
	content: url(../img/pages/entry/step_arrow.png);
	position: absolute;
	top: 75px;
	right: -22px;
}
#entryArea .entryStep li:last-child:after {
	content: '';
}
#entryArea .entryStep li .img {
	margin-bottom: 10px;
}
#entryArea .entryStep li p {
	font-size: 14px;
	line-height: 1.5;
}


#entryFormArea {
    background: #eee;
}
#entryFormArea .inner {
    background: #fff;
    padding: 50px 40px;
}
#entryFormArea .form {
	margin-bottom: 90px;
}

#entryFormArea #entry-table {
   width: 100%;
   border-collapse: collapse;
   table-layout: fixed;
   margin-bottom: 70px;
}
#entryFormArea #entry-table tr {
   border-bottom: dotted 1px #ccc;
}
#entryFormArea #entry-table th {
   font-size: 15px;
   text-align : left;
   width: 30%;
}
#entryFormArea #entry-table td {
    padding: 30px 0;
}
#entryFormArea #entry-table .wpcf7-list-item {
    display: block;
    width: 33.3333%;
    float: left;
    margin: 0 0 5px;
}
#entryFormArea #entry-table .size-m {
    width: 280px;
    height: 40px;
    border: solid 1px #ccc;
}
#entryFormArea #entry-table textarea {
    width: 400px;
    height: 100px;
	padding: 5px;
    border: solid 1px #ccc;
}
#entryFormArea #entry-table #up-files .wpcf7-form-control-wrap {
	display:block;
	margin-bottom: 10px;
}
#btn-send {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 432px;
    line-height: 64px;
    margin: 0 auto;
    background: #02519a url(../img/cmn/arrow_w2.png) 95% center no-repeat;
}

#select_job {
	display: none;/* 職種名を非表示に */
}

#entryFormArea .hissu {
    background: #f00;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 10px;
}
#entryFormArea .caution {
	font-size: 13px;
}
#entryFormArea .chk-policy {
    font-size: 14px;
    text-align: center;
    margin-bottom: 70px;
}
#entryFormArea .chk-policy a {
	color: #02519a;
	text-decoration: underline;
}


#entryFormArea .subInfo h3 {
    font-size: 30px;
   letter-spacing: 1px;
    color: #0565b7;
    text-align: center;
    margin-bottom: 30px;
}
#entryFormArea .subInfo .txt01 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
	margin-bottom: 50px;
}
#entryFormArea .subInfo .box {
    padding: 40px 0;
    border: solid 6px #ccc;
    overflow: hidden;
}
#entryFormArea .subInfo .box .box-in {
    width: 50%;
	padding: 0 10px;
    float: left;
    text-align: center;
}
#entryFormArea .subInfo .box .box-in h4 {
    color: #0565b7;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.subInfo .box .box-in .contact-link {
    color: #444;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#entryFormArea .subInfo .box .box-in .contact-link:before {
    margin-right:5px;
    vertical-align:middle; }
#entryFormArea .subInfo .box .box-in .contact-link.tel:before {
    content: url(../img/cmn/icon_tel.png)
}
#entryFormArea .subInfo .box .box-in .contact-link.mail:before {
    content: url(../img/cmn/icon_mail.png)
}

#entryFormArea .subInfo .box .box-in .txt02 {
    font-size: 15px;
}
#entryFormArea .subInfo .box .box-in .to-mail a {
    display: block;
	margin: auto;
    max-width: 340px;
    line-height: 46px;
    background: #0565b7 url(../img/cmn/arrow_w.png) no-repeat 95% center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}


/*------------------------------------------------

  2-7: privacy-policy

--------------------------------------------------*/
#privacy-policyArea .privacyBox {
	margin-bottom: 40px;
}
#privacy-policyArea .privacyBox h3 {
	font-size: 17px;
    color: #002f77;
	margin-bottom: 15px;
}

#privacy-policyArea .privacyBox h4,
#privacy-policyArea .privacyBox p,
#privacy-policyArea .privacyBox li {
    font-size: 13px;
	line-height: 1.7;
}

#privacy-policyArea .privacyBox02 .level01 > li {
    margin-bottom: 30px;
}

#privacy-policyArea .privacyBox03 p {
    margin-bottom: 30px;
}

/*------------------------------------------------

   2-8:   lawArea style

--------------------------------------------------*/
#lawArea table th {
    font-size: 13px;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
    line-height: 2;
	width: 200px;
}
#lawArea table td {
    font-size: 13px;
	vertical-align: top;
    line-height: 2;
    padding-bottom: 30px;
}


/*------------------------------------------------
   media query
--------------------------------------------------*/
/* 1000px 以下 */
@media (max-width: 1000px) {
}

/* 815px 以下(iphone X横向き対策) */
@media (max-width: 815px) {
	/*------------------------------------------------
	  2: PAGE style
	--------------------------------------------------*/
    #pageVisual .pageVisual-in {
		width: 100%;
	}
	#pageVisual .pv-ttl {
		width: 30%;
	}
	#pageVisual .pv-img {
		width: 70%;
		padding-left: 30px;
		margin-left: 0;
	}

	/*------------------------------------------------
	  2-1: message style
	--------------------------------------------------*/
	#messageArea .msg-in {
		width: 100%;
	}
    #msg01 .msgImg {
		background: url(../img/pages/message/message_img01.jpg) no-repeat 105% center;
	}

   /*------------------------------------------------
	  2-2: company style
	--------------------------------------------------*/
	/*------------------------------------------------
	  2-3: job style
	--------------------------------------------------*/
	#jobArea .jobList > li {
		width: 48%;
		margin: 0 0 50px !important;
	}
	#jobArea .jobList > li:nth-child(3n + 1) {
		clear: none;
	}
	#jobArea .jobList > li:nth-child(odd) {
		clear: both;
	}
	#jobArea .jobList > li:nth-child(even) {
		float: right;
	}
	#jobArea .jobList li .type img {
		width: 126px;
	}
	
	/* 詳細 */
	#jobArea-top .aboutArea .imgArea {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	#jobArea-top .aboutArea .txtArea {
		width: 100%;
		min-height: 100%;
		float: none;
	}
	#jobArea-top .aboutArea .txtArea .more {
		width: auto;
		position: initial;
	}

	#jobArea-info .jobArea-in {
		width: 100%;
		padding: 20px;
	}

	/*------------------------------------------------
	  2-4: employee style
	--------------------------------------------------*/
	#employeeArea .employeeList li {
		width: 48%;
		margin: 0 0 50px !important;
	}
	#employeeArea .employeeList li:nth-child(3n + 1) {
		clear: none;
	}
	#employeeArea .employeeList li:nth-child(odd) {
		clear: both;
	}
	#employeeArea .employeeList li:nth-child(even) {
		float: right;
	}

	/* 詳細 */
	#employeeArea-detail .ea-top {
		padding-bottom: 20px;
	}
	#employeeArea-detail .ea-top .mainImg {
		width: 100%;
		float: none;
		margin-bottom: 50px;
		text-align:center;
	}
	#employeeArea-detail .ea-top .mainInfo {
		width: 100%;
		height: auto;
		float: none;
	}
	#employeeArea-detail .ea-top .mainInfo .thumb {
		position: initial;
		margin-bottom: 20px;
		text-align:center;
	}
	
	#employeeArea-detail .ea-mdl .ea-mdl-in {
		width: 100%;
		padding: 20px;
	}
	#employeeArea-detail .ea-mdl .ea-mdl-in ul li {
		padding: 20px;
	}
	#employeeArea-detail .ea-mdl .ea-mdl-in ul li .imgArea,
	#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea {
		width: 100%;
		float: none
	}
	#employeeArea-detail .ea-mdl .ea-mdl-in ul li .imgArea {
		text-align:center;
		margin-bottom: 30px;
	}
	#employeeArea-detail .ea-mdl .ea-mdl-in ul li .txtArea {
		padding: 0;
	}
	
	

	/*------------------------------------------------
	  2-6: entry style
	--------------------------------------------------*/
	#entryArea .entryStep {
		text-align: center;
	}
	#entryArea .entryStep li {
		display: inline-block;
		float: none;
		margin: 0 15px 20px !important;
		vertical-align: top;
	}
	#entryFormArea .inner {
		background: #fff;
		padding: 20px;
	}

	#entryFormArea #entry-table th {
		font-size: 15px;
		padding-top: 20px;
		width: 100%;
		float: left;
	}
	#entryFormArea #entry-table th br {
		display: none;
	}
	#entryFormArea #entry-table td {
		width: 100%;
		float: left;
    }
	#entryFormArea #entry-table .size-m,
	#entryFormArea #entry-table textarea {
		width: 100%;
	}

	#entryFormArea .subInfo .box .box-in {
		width: 100%;
		float: none;
	}
	#entryFormArea .subInfo .box .box-in:first-child {
		margin-bottom: 30px;
	}
}
/* 640px 以下 */
@media (max-width: 640px) {
	/*------------------------------------------------
	  2-4: employee style
	--------------------------------------------------*/
	#employeeArea .employeeList li .thumbWrap .hover-on {
		font-size: 16px;
	}
}



/* 480px 以下 */
@media (max-width: 480px) {
	
	/*------------------------------------------------
	  PAGE style
	--------------------------------------------------*/
	.page-ttl {
		font-size: 21px;
		margin-bottom: 50px;
	}

	/*------------------------------------------------
	  2: PAGE style
	--------------------------------------------------*/
	#mainVisual {
		height: 200px;
	}
	.pageVisual-in {
		width: 100%;
	}

	#mainVisual img {
		margin-left: -326.5px;
		width: 853px;
	}
	#page-container .ttlArea .ttl {
		font-size: 21px;
		margin-bottom: 40px;
	}
	#page-container .ttlArea .desc {
		font-size: 13px;
		text-align: left;
	}

	/*------------------------------------------------
	  2-1: message style
	--------------------------------------------------*/
	#messageArea .msgImg {
		min-width: 100%;
		height: 215px; /*260px;*/
		padding: 20px !important;
	}
	#messageArea .msg-in {
		width: 100%;
		margin: 40px auto;
	}
	#messageArea .msg-in h2 {
		font-size: 16px;
		width: 210px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	#messageArea .msg-in h3 {
		font-size: 21px;
	}
	#messageArea .msg-in p {
		font-size: 14px;
	}
/*
   #msg01 .msgImg .inner {
		padding: 50px 0 0 20px;
	}
*/
    #msg01 .msgImg {
		background: url(../img/pages/message/message_img01.jpg) no-repeat center;
	}

	#msg01 .msgImg .inner {
		padding: 30px 0 0 0;
	}
	#msg01 .msgImg .inner h3 {
		font-size: 12px;
		color: #fff;
		margin-bottom: 35px;
	}
	#msg02 {
		margin-bottom: 100px;
	}
	#msg03 .inner {
		padding: 0 10px 250px 10px;
		height: auto;
	}
	#msg03 p {
		font-size: 14px;
	}
	#msg03 .txt {
		position: absolute;
		right: auto;
		left: 10px;
		bottom: 0;
		width: calc(100% - 170px);
	}
	#msg03 .img {
		right: 0;
		bottom: 0;
		width: 150px;
	}

	/*------------------------------------------------
	  2-2: company style
	--------------------------------------------------*/
	#company-about .aboutList > li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 30px !important;
		float: none;
	}

	#company-base .baseList li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px !important;
		float: none;
	}

	/*------------------------------------------------
	  2-3: job style
	--------------------------------------------------*/
	#jobArea-info .jobArea-in table th,
	#jobArea-info .jobArea-in table td {
		width: 100%;
		float: left;
	}
	#jobArea-info .jobArea-in table th {
		background: #efefef;
		padding: 10px;
	}
	#jobArea-info .jobArea-in table td {
		font-size: 13px;
	}
	/* 詳細 */
	#jobArea-top .job-ttl img {
		width: 200px;
	}
	#jobArea-top .job-copy {
		font-size: 18px;
	}

	/*------------------------------------------------
	  2-4: employee style
	--------------------------------------------------*/
	#employeeArea .employeeList li .type {
		padding: 0 20px;
	}
	#employeeArea .employeeList li .thumbWrap .hover-on {
		display: none;
	}

	/*詳細*/
	#employeeArea-detail .ea-btm .to-job {
		width: 300px;
	}
	#job_group li {
		float: none;
		margin: 0 0 5px !important;
	}
	#job_group li:before {
		content: '-' !important;
		margin-right: 5px !important;
	}

	/*------------------------------------------------
	  2-5: post style
	--------------------------------------------------*/
	.archiveList li {
		padding: 10px 0;
	}

	.archiveList li .post-ttl {
		display: block;
		margin-top: 15px;
	}	

	/*------------------------------------------------
	  2-6: entry style
	--------------------------------------------------*/
	#entryArea .entryStep li {
		display: block;
		width: auto;
		float: none;
		margin: 0 auto 20px !important;
	}
	#entryArea .entryStep li:after {
		position: initial;
		display: block;
		margin-top: 20px;
		transform: rotate(90deg);
	}
	#entryArea .entryStep li br {
		display: none;
	}
	#entryFormArea #entry-table .wpcf7-list-item {
		width: 50%;
		font-size: 13px;
	}

	#btn-send {
		font-size: 18px;
		width: 100%;
		line-height: 50px;
	}

	.subInfo .box .box-in .contact-link {
		font-size: 16px;
	}
	#entryFormArea .subInfo .box .box-in .to-mail a {
		background:#0565b7;
		font-size: 13px;
    }


	/*------------------------------------------------
		2-8: law style
	--------------------------------------------------*/
	#lawArea table th {
		width: 40%;
	}
	#lawArea table td {
		padding-left: 10px;
	}
}



/* 360px 以下 */
@media (max-width: 360px) {
}


