@charset "utf-8";

body {
    min-width: 0;
    background: none;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/para1_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}
body.ad-df:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/para1_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, p, blockquote, ul, ol, li, span {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}
a:active, a:hover {
    opacity: 1;
}
.inner {
    margin: 0;
    padding: 0 5%;
    width: 100%;
}
.inner h2 {
    padding-top: 70px;
    font-size: 24px;
    line-height: 1.5;
}
body.ad-df .inner h2,
body.ad-ot .inner h2 {
    -webkit-text-stroke-width: .8px;
	-webkit-text-stroke-color: #203880;
	-webkit-text-fill-color: #203880;
    font-weight: 400;
}
.sub-box1,
.sub-box2 {
    padding-right: 0;
    float: none;
}
.sub-box2 {
    width: 100%;
}
.sub-box1 table,
.contents .sub-box2 p
.sub-box2 p img {
    margin: 0 auto;
}
.caution {
    font-size: 14px;
}

/* 矢印 */

/* br */
br.br-sp {
    display:block;
}

/* accordion */
.acd-pin,
.acd-close,
.hs .acd-pin{
    font-size: 18px;
}
.acd-pin a,
.acd-close a {
    font-size: 18px;
    padding: 15px 0 25px;
}
.acd-pin a {
    border-radius: 4px;
}
.acd-close a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.acd-pin a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 65%;
    left: 49%;
    margin-top: -4px;
}
.acd-close a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 75%;
    left: 49%;
    margin-top: -4px;
}
.acd-txt {
    font-size: 18px;
    line-height: 1.6;
}
.acd-box {
    margin: 20px 0 0 0;
}

/* ヘッダー */
.header-wrap {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 4;
}
.header-main {
    position: relative;
    padding: 0;
    height: 70px;
    background-color: #fff;
    border-bottom: 2px solid #0b468e;
}
.header-main .inner {
    padding: 0 15px;
}
.header-logo {
    line-height: 70px;
    text-align: left;
}
.header-logo .hs-hp img {
    max-width: 200px;
    width: 100%;
    vertical-align: middle;
    padding-top: 16px;
    margin-left: 5px;
    margin-right: 0;
}
.header-logo .hs-jinzai {
    right: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    padding: 2px 0;
}
.header-logo .hs-jinzai span {
    line-height: 0;
    font-size: 11px;
    padding-right: 4px;
}
.sp-menu-btn {
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
    padding: 9px 8px;
    width: 35px;
    height: 35px;
    background: #fff;
    box-sizing: border-box;
}
.sp-menu-btn span {
    display: block;
    margin-bottom: 4px;
    height: 3px;
    background-color: #2846A0;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.m-op .sp-menu-btn span:nth-of-type(1) {
    background-color: #999;
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.m-op .sp-menu-btn span:nth-of-type(2) {
    opacity: 0;
    background-color: #999;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.m-op .sp-menu-btn span:nth-of-type(3) {
    background-color: #999;
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
}
.smenu ul {
    position: static;
}
.smenu:hover ul {
    display: none;
}
.header-nav {
    height: 0;
    background-color: transparent;
    border-bottom: none;
}
.header-nav .inner {
    width: 100%;
}
.header-img {
    height: 500px;
}
.header-img p {
    font-size: 24px;
    padding: 0 5px;
}
.header-menu-box {
    position: fixed;
    width: 100%;
    top: 70px;
    bottom: 0;
    right: -100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #0b468e;
}
.menu-main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-main > li {
    display: block;
    text-shadow: none;
    padding: 0 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #ccc;
}
.menu-main > li:nth-child(1) {
    border-top: 1px solid #ccc;
    border-left: none;
    width: auto;
}
.menu-main > li:nth-child(2) {
    width: auto;
}
.menu-main > li a {
    color: #fff;
    text-align: left;   
}
.overlay {
    display: none;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
#HEADER_MENU {
    min-height: 0;
}

/* コンテンツ */
.contents-wrap {
    padding-top: 50px;
    z-index: 1;
}
.contents-wrap small {
    font-size: 12px;
}
.contents-area {
    margin: 0;
    width: auto;
}
.contents-area dl dd .scd-list {
    margin-left: 0;
    margin-top: 10px
}
.contents-area dl dd .scd-list {
    min-width: 100%;
}
.contents-area h3 {
    font-size: 18px;
    line-height: 1.5;
}
.contents-area h4 {
    font-size: 14px;
}
.contents-area .scd-date {
    text-align: left;
}
.contents-area .scd-date dt {
    padding: 5px 10px;
    font-size: 14px;
}
/*会社説明会島根終了_170728追記*/
.contents-area .scd-date li.close{
font-size: 14px;
}
.contents-area .scd-date li.close span{
font-size: 12px;
}

/* トップ */
.contents-wrap .contents-area.top {
    height: 500px;
}
.top .inner h2 {
    font-size: 24px;
    line-height: 1.8;
}
body.ad-df .top .inner h2,
body.ad-ot .top .inner h2 {
    -webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: #fff;
	-webkit-text-fill-color: #fff;
}
/*告知（20170616追加）*/
/*.contents-wrap .contents-toparea{
display: block;
min-height: 500px;
height: auto;
}
.contents-wrap .contents-toparea .event-contents-box {
display: block;
}
.contents-wrap .contents-area.top {
padding-top: 30px;
}
.event-box{
margin-top: 20px;
width: 100%;
box-sizing: border-box;
}
.event-box ul li{
padding: 5px 2%;
}
.event-box ul li .event-date{
display: block;
width: 25%;
font-size: 15px;
line-height: 30px;
}
.event-box ul li .event-date b {
font-size: 20px;
vertical-align: -1px;
}
.event-box ul li .event-date i{
display: inline;
padding: 0 0 0 5px;
font-size: 14px;
}
.event-box ul li .event-cont{
display: block;
padding-left: 0;
width: 100%;
}
.event-box ul li .event-cont h3{
width: 100%;
box-sizing: border-box;
font-size: 16px;
}
.event-box ul li .event-cont h3:before{
content: none;
}
.event-box ul li .event-cont h3 a:before{
content: none;
}
.event-box ul li .event-cont h3 a i{
padding-top: 2px;
}
.event-box ul li .event-cont h3 a i:before{
top: 38%;
}
.event-box ul li .event-cont .event-place{
font-size: 14px;
}
.event-box ul li .event-cont .event-place .event-time{
display: inline-block;
font-size: 14px;
}
.event-box ul li .event-cont .event-info p {
line-height: 20px;
}
.event-box ul li .event-cont .event-info p em {
padding-left: 11px;
}
.event-box ul li .event-cont .event-info p em:before {
top: 6px;
width: 8px;
height: 8px;
}*/


/* 新着情報 */
.contents-wrap .contents-area.news {
    margin-top: 0;
}
ul.news-list li {
    font-size: 12px;
}
.news-list span.date {
    display: table-cell;
    width: 80px;
    padding-right: 10px;
}

/* ヒューマンシステムとは？ */
body.ad-df .hs .inner h2,
body.ad-ot .hs .inner h2 {
    -webkit-text-stroke-width: .8px;
	-webkit-text-stroke-color: #fff;
	-webkit-text-fill-color: #fff;
    font-weight: 400;
}

#PAGE01 h5 {
    font-size: 18px;
}
.hs .acd-head {
    padding: 0 5%;
    background-image: url(./img/para2_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.hs .acd-body {
    padding: 0 5%;
}
.hs {
    background-image: none;
}
.hs .acd-txt {
    padding: 0 5px 30px;
    margin-bottom: 0;
}
.hs .acd-box {
    width: 100%;
    padding: 20px 0 0;
}
#PAGE01 .hstokucho01,
#PAGE01 .hstokucho02,
#PAGE01 .hstokucho04 {
    background-image: none;
    padding-right: 0;
}
.hs .acd-sub-box {
    padding: 10px 5px 0;
}
#PAGE01 .sub-box p,
#PAGE01 .sub-box ul {
    padding-left: 0;
}
#PAGE01 ul li .txt {
    font-size: 12px;
}
/* あなたの「ヒューマンシステム度」をチェック！ */
#PAGE02 .check-wrap {
    padding: 10px 5px 30px;
}
.check-sheet p.txt {
    font-size: 14px;
}
.check-sheet input.judge {
    border-radius: 4px;
}
.check-sheet ul li span.checkno {
    font-size: 16px;
    text-align: left;
}
.check-sheet ul li p.checktx {
    margin-left: 50px;
}
.check-sheet input.judge:focus {
    outline: none;
}
ul#check li {
    margin: 5px 5px;
}
ul#check label span.ch-box {
    left: 28px;
}
#RESULT h1 {
    font-size: 20px;
}
#RESULT h2 {
    font-size: 18px;
}
#RESULT p.sum2 {
    font-size: 14px;
}

/* 募集要項・勤務条件 */
#PAGE03 dl {
    margin-left: 0;
}
#PAGE03 dl dt {
    width: 80px;
    font-size: 14px;
}
#PAGE03 dl dd {
    margin-left: 90px;
    padding: 5px 5px 5px 10px;
    font-size: 12px;
}
#PAGE03 dl dl dt {
    font-size: 12px;
}
#PAGE03 dl dl dd {
    font-size: 12px;
}
#PAGE03 dl dd p.pdf {
    margin: 15px 0;
}
#PAGE03 dl dd p.pdf a {
    padding: 10px 5px;
}

/* 採用の流れ */
#PAGE04 th {
    font-size: 14px;
}
#PAGE04 th span {
    font-size: 18px;
}
#PAGE04 td {
    padding: 5px;
}
#PAGE04 td h4 {
    font-size: 16px;
    margin-bottom: 0;
}
#PAGE04 td.bg4 h4 {
    font-size: 18px;
    text-align: center;
}
#PAGE04 td.bg4 p {
    text-align: center;
}
#PAGE04 .sub-box2 p {
    margin-left: 0;
    text-align: center;
}
#PAGE04 .sub-box2 p.at {
    margin: 0 auto;
    padding-top: 5px;
    text-align: left;
    width: 100%;
    max-width: 290px;
}
#PAGE04 .sub-box2 p img {
    width: 100%;
    max-width: 290px;
}

/* FAQ */
#PAGE05 .tx-box {
    margin: 10px 0;
    line-height: 1.8;
    padding: 10px;
}
#PAGE05 .rec-school .acd .acd-box .sub-box .tx-box,
#PAGE05 .work-life-balance .acd .acd-box .sub-box .tx-box {
    margin: 5px;
    padding: 5px;
}
#PAGE05 .work-life-balance ul li {
    font-size: 12px;
}
#PAGE05 .acd-mini {
    margin: 15px 0 0 0;
}
#PAGE05 .acd-mini a {
    padding: 10px 10px 10px 25px;
}
#PAGE05 .jbbtn {
    margin-top: 15px;
    margin-bottom: 10px;
}
#PAGE05 .jbbtn a {
    padding: 10px 10px;
}
#PAGE05 .work-life-balance ul li .number {
    width: 35px;
    padding-right: 5px;
}

/* 会社説明会 */
#PAGE06 .scd-box p.date {
    font-size: 18px;
}
#PAGE06 .scd-box span.scd-ymd {
    font-size: 16px;
}
body.ad-df #PAGE06 .scd-box span.scd-ymd,
body.ad-ot #PAGE06 .scd-box span.scd-ymd {
    -webkit-text-stroke-width: .4px;
	-webkit-text-stroke-color: #4060bb;
	-webkit-text-fill-color: #4060bb;
    font-weight: 400;
}
#PAGE06 .scd-box p.scd-tbl .scd-hi {
    font-size: 14px;
}
body.ad-df #PAGE06 .scd-box p.scd-tbl .scd-hi,
body.ad-ot #PAGE06 .scd-box p.scd-tbl .scd-hi {
    -webkit-text-stroke-width: .4px;
	-webkit-text-stroke-color: #333;
	-webkit-text-fill-color: #333;
    font-weight: 400;
}
#PAGE06 .scd-box p.scd-tbl .scd-hi i{
    font-size: 12px;
}
#PAGE06 .scd-box p.scd-tbl .test {
    font-size: 12px!important;
}
#PAGE06 .tx-box,
#PAGE06 .sub-box1 dl {
    margin-left: 0;
}
#PAGE06 .tx-box dl.scd-date dd {
    padding-left: 0;
}
#PAGE06 .tx-box dl dt,
#PAGE06 .sub-box1 dl dt,
#PAGE06 .sub-box2 dl dt {
    width: 40%;
    float: none;
}
#PAGE06 .entry .sub-box1 dl dt,
#PAGE06 .entry .sub-box2 dl dt{
    width: 55%;
    float: none;
}
#PAGE06 .scd-box p.scd-tbl {
    padding: 0px 0 5px 5px;
}
#PAGE06 .scd-box p.date {
    display: block;
}
#PAGE06 .sub-box .scd-test {
    padding: 8px 0;
    font-size: 12px;
    text-align: left;
}
#PAGE06 .map img {
    width: 100%;
}
#PAGE06 .sub-box1,
#PAGE06 .sub-box2 {
    width: 100%;
    padding-right: 0;
}
#PAGE06 .entry .sub-box1{
		padding-bottom: 0;
}
#PAGE06 .entry .sub-box2 {
    width: 100%;
    padding-right: 0;
}
#PAGE06 .sub-box1 dd,
#PAGE06 .sub-box2 dd {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
#PAGE06 .tx-box dl.entry-date dt {
    padding-left: 0;
}
#PAGE06 .tx-box dl.entry-date dd {
    padding: 10px 0;
}
#PAGE06 .entry > p {
    margin-left: 0;
}
#PAGE06 .google-map a {
    font-size: 14px;
}
#PAGE06 .entry dl.entry-date .mail-entry {
    font-size: 18px;
		width: 100%;
}
#PAGE06 .entry dl.entry-date .mail-entry:before{
		content: none;
}
#PAGE06 .entry dl.entry-date .mail-entry a {
    padding: 15px 5px;
		line-height: normal;
}
#PAGE06 .entry dl.entry-date .mail-list {
    margin: 10px 10px 15px;
    padding: 5px;
}
#PAGE06 .entry .sub-box1 .rikunabi {
    text-align: left;
    margin-bottom: 0;
}
#PAGE06 .entry .sub-box1 .rikunabi dd {
    width: 100%;
    padding: 15px 0 0;
}
#PAGE06 .entry dl.entry-date dd div {
    margin: 0 auto;
    max-width: 340px;
}
#PAGE06 .entry dl.entry-date dd div.entry-rikunabi{
		width: 100%;
		background-color: transparent;
		box-shadow: none;
		overflow: visible;
}
#PAGE06 .entry dl.entry-date dd div.entry-rikunabi a{
		box-shadow: 0px 0px 8px #555;
    -moz-box-shadow: 0px 0px 8px #555;
    -webkit-box-shadow: 0px 0px 8px #555;
}
#PAGE06 .entry dl.entry-date dd div.entry-rikunabi .tx{
		display: block;
		background: #003679;
		text-align: right;
}
#PAGE06 .entry dl.entry-date dd div.entry-rikunabi:before{
		content: none;
}


/* フッター */
.pagetop {
    right: 8px;
    bottom: 20px;
}
.pagetop a {
    width: 40px;
    height: 40px;
    background-size: 24px;
}
.pagetop a:hover {
    background-color: rgba(0,0,0,.8);
}

.bottom-wrap.p-fix {
    height: 80px;
    widows: 100%;
}
.bottom-wrap.p-fix > ul {
    width: 100%;
    height: 60px;
}
.bottom-wrap.p-fix > ul li {
    width: 40%;
		height: 60px;
		line-height: normal;
    margin: 0 8px;
}
.bottom-wrap.p-fix > ul li.bottom-rec{
		background: #3863e6;
}
.bottom-wrap.p-fix > ul li.bottom-rec a {
		text-align: center;
		height: 100%;
}
.bottom-wrap.p-fix > ul li.bottom-rec a .tx img,
.bottom-wrap.p-fix > ul li.bottom-rec a .img img {
    display: none;
}
.bottom-wrap.p-fix > ul li.bottom-rec a .img .sp-imgtx{
		display: block;
    font-size: 18px;
    font-weight: bold;
		text-align: center;
	  background: #003679;
	  margin-bottom: 5px;
    padding-top: 5px;
    line-height: 34px;
}
.bottom-wrap.p-fix > ul li.bottom-rec a .tx i{
		padding: 0;
		font-size: 14px;
		vertical-align: top;
		line-height: 14px;
}
.bottom-wrap.p-fix > ul li.bottom-rec a span {
}
.bottom-wrap.p-fix > ul li.bottom-mail a {
    padding: 0 8px;
    line-height: 60px;
    height: 100%;
		box-sizing: border-box;
		text-align: center;
}
.bottom-wrap.p-fix > ul li.bottom-mail a i{
		padding: 0;
		font-size: 14px;
}
.bottom-wrap.p-fix > ul li.bottom-mail a img{
		display: none;
}
.bottom-wrap.p-fix > ul li:before{
		content: none;
}