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

@media screen and (min-width:568px) {
    
html{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
	font-size: 14px;}

body{
    background-color: #ffffff
    margin: 0px;
    padding: 0px;
    color: #666666;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    /* background-color:#f3f3f3; */
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

a {
    text-decoration: none;}

header{
    margin: 0px;
    padding: 0px;
	width: 100%;
    min-width: 1240px;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;}

footer{
    min-width: 1240px;
    height: 200px;
    line-height: 200px;
    margin-top: 30px;
    color: #939292;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    background-color: rgba(234,234,234,0.4);}
    
article{
    width: 1240px;
    margin: 0px auto;
    padding: 0px 20px;}

#headerin{
	width: 1200px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
    display: flex;}

.logo{
    width: 600px;
    padding: 20px 0px;
    text-align: left}

.fd{
    width: 600px;
    text-align: right;}

h1{
    min-width: 1240px;
    height: 25px;
    background-color: #f8e7e7;
    font-size: 11px;
    line-height: 25px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    color: #ffffff;}

h2{
    width: 840px;
    height: 400px;}
    
h3{
    display: block;
    padding: 0px;
    margin-bottom: 15px;
    width: 840px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

h4{
    display: block;
    padding: 0px;
    width: 840px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

h5{
    display: block;
    padding: 0px;
    width: 840px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #7cc19d;
    border-bottom: solid 1px #7cc19d;}

h6{
    display: block;
    padding: 0px;
    width: 840px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    background-color: #ffffff;
    color: #c86565;
    border-bottom: solid 1px #f5d8d8;}

/* contents upper*/

section#contents{
    width: 1200px;
    margin: 30px auto 0px auto;
    padding: 0px;
    display: flex;}

/* main */

section#contents div#main{
    width: 870px;
    padding: 15px;
    margin: 0px 15px 0px 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contents div#main p.img{
    display: none;}
    
/* side */

section#contents div#side{
    width: 300px;
    padding: 15px;
    margin: 0px 15px 0px 15px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contents div#side div.btnarea_u{
    width: 270px;
    padding: 10px 15px 10px 15px;
    margin: 0px;
    border: solid 1px #e5e5e5;}

section#contents div#side div.btnarea_u p.btn{
    margin: 10px 0px 0px 0px;
    padding: 0s;}

section#contents div#side div.btnarea_l{
    width: 270px;
    padding: 15px;
    margin: 15px 0px 0px 0px;
    border: solid 1px #e5e5e5;}

/* contents lower */

section#contentslow{
    width: 1200px;
    margin: 30px auto 0px auto;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    position: relative;}

section#contentslow div#mainlow{
    width: 870px;
    padding: 15px;
    margin: 0px 15px 0px 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#mainlow div.maparea{
    width: 840px;
    height: 410px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
    border: solid 1px #e5e5e5;
    background-image: url(../img/bg_map.jpg);
    background-position: center;
    background-repeat: no-repeat;}
section#contentslow div#mainlow div.steparea{
    width: 840px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
    border: solid 1px #e5e5e5;}
section#contentslow div#mainlow div.steparea img{
    width: 810px;}
section#contentslow div#mainlow div.steparea ul{
    list-style: none;}
section#contentslow div#mainlow div.steparea h3{
    width: 810px;}
section#contentslow div#mainlow div.steparea li.step p{
    margin: 5px;
    font-size: 1.1em;
}
section#contentslow div#mainlow div.successarea{
    width: 840px;
}
section#contentslow div#mainlow div.searchplace{
    display: block;
    margin: 10px 0px;} 
    
section#contentslow ul#combn {
    display: flex;
    flex-direction: row;
    margin:0px;}
    
section#contentslow ul#combn li {
    margin: 15px 15px 15px 0px;
    width: 270px;
    padding: 15px;
    list-style: none;
    border: solid 1px #e5e5e5;
    overflow: hidden;}
    
section#contentslow ul#combn li:last-child {
    margin: 15px 0px 15px 0px;
    padding: 15px;
    list-style: none;
    border: solid 1px #e5e5e5;
    overflow: hidden;}
    
section#contentslow ul#combn li img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
section#contentslow ul#combn li img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

    
section#contentslow div#sidelow{
    width: 300px;
    /* height: 1100px; */
    padding: 15px;
    margin: 0px 15px 0px 15px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#sidelow p.banners{
    display: block;
    width: 270px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;
    overflow: hidden;}
    
section#contentslow div#sidelow p.banners:last-of-type{
    display: block;
    width: 270px;
    margin: 0px;
    padding: 12px;
    border: solid 1px #e5e5e5;
    overflow: hidden;}
    
.banners img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.banners img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/* news */

ul#pickup {
    width: 100%;
	height: 150px;
    overflow: auto;
    list-style: none;
    margin: 15px auto;}

ul#pickup li {
    width: 100%;
	height: 30px;
    line-height: 30px;
    margin: 5px auto;
    border-bottom: solid 1px #add9c2;
    list-style: none;}

ul#pickup li:before{
    content: "\f0f6";
    font-family: FontAwesome;
    padding:0em 0.6em;
    color: #7cc19d;}

ul#pickup a { color:#666666;}
ul#pickup a:hover{ color:#c06262; }

.date{
    margin: 0px 5px;
    font-weight: bold;
    color: #7cc19d;}

.new{
    color: #c06262;
    margin-left: 8px;
    font-weight: bold;
    -webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
    

/* info */

p.intxt{
    width: 100%;
    color: #c86565; 
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%; }

/* reco */

section#contentslow div.reco a { color:#c06262; }
section#contentslow div.reco a:hover{ color:#7cc19d; }

section#contentslow div.reco{
    width: 100%;
    margin: 15px 0px 0px 0px;
    display: flex;}

section#contentslow div.reco div.l4{
    width: 162px;
    margin-right: 15px;}

section#contentslow div.reco div.l4 p.photo{
    margin: 0px;
    padding: 0px;
    width: 156px;
    height: 125px;
    overflow: hidden}

section#contentslow div.reco div.l4 p.text{
    margin: 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;}

section#contentslow div.reco div.r{
    width: 162px;}

section#contentslow div.reco div.r p.photo{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 156px;
    height: 125px;
    overflow: hidden}

section#contentslow div.reco div.r p.text{
    margin: 0px;
    padding: 10px;
    border: solid 1px #e5e5e5;}

.hname{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #c86565;}

.htext{
    display: block;
    font-size: 12px;
    margin-top: 5px;}

.photo img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}

.photo img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);}
    
/* スマホ登録ボタン */
    
section#spbtnarea{
    display: none;}
    
    
/* スマホ登録ボタン非公開求人訴求 */
    
section#spbtnarea_pri{
    display: none;}
    
/* スマホ地域一覧アコーディオン */
    
div.accordion {
    display: none;}
    
/*　googleカスタム検索 */
    
.gsc-control-cse * {
    box-sizing: content-box;}
    
.gsc-input {
    line-height: 1;}
    
/* 運営機関 */
    
section#company{
    width: 100%;
    margin: 10px 0px;}
    
section#company ul{
    display: block;
    width: 600px;
    display: flex;
    margin: 30px auto;
    list-style: none;}
    
section#company ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}
    
section#company ul a { color:#666666;}
section#company ul a:hover{ color:#c06262; }
    
    
/* SNS */
    
section#SNS{
    width: 100%;
    margin: 10px 0px;
    font-size: 30px;}
    
section#SNS ul{
    display: block;
    width: 300px;
    display: flex;
    margin: 30px auto;
    list-style: none;}
    
section#SNS ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}
    
section#SNS ul a { color:#666666;}
section#SNS ul a:hover{ color:#c06262; }
    
/* 看護ニュース */
    
.nnews{
    overflow: hidden;}
        
}
.successarea li div{
    float: left;
}
.righttext{
    width: 580px;
    margin-top: 60px;
}

@media screen and (max-width:568px) {

.successarea li div{
    float: none;
}
.righttext{
    width: 100%;
}
html{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
	font-size: 14px;}

body{
    margin: 0px;
    padding: 0px;
    color: #666666;
    background-color:#ffffff;
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

a {
    text-decoration: none;}
    
header{
    margin: 0px;
    padding: 0px;
	width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;}
    
footer{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    margin 0px;
    color: #939292;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-align: center;
    background-color: #eaeaea;}
    
#headerin{
	width: 95%;
    height: 50px;
	margin: 0px auto;
	padding: 0px;}

.logo{
    width: 40%;
    padding: 15px 0px 0px 0px;
    text-align: left}

.logo img{
    width: 100%;}

.fd{
    display: none;}

h1{
    display: none;}
    
h2{
    background: none;
    margin: 0px;
    padding: 0px;}
    
h3{
    display: block;
    padding: 0px 10px;
    margin: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #d48c8c;
    color: #ffffff;
    border: none;}

h4{
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #d48c8c;
    color: #ffffff;
    border: none;}

h5{
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #7cc19d;
    color: #ffffff;
    border: none;}

h6{
    display:none;}
    
/* contents upper*/

section#contents{
    width: 100%;
    margin: 0px auto;
    padding: 0px;}

/* main */

section#contents div#main{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    border: none;}
    
section#contents div#main img{
    max-width: 100%;
    margin: 0 0 20px 0}

/* side */

section#contents div#side{
    display: none;
}

/* contents lower */      
    
section#contentslow{
    width:  100%;
    margin: 0px auto;
    padding: 0px;}

section#contentslow div#mainlow{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;}

section#contentslow div#mainlow div.maparea{
    display: none;}
section#contentslow div#mainlow div.steparea img{
    width: 528px;}

section#contentslow div#mainlow div.searchplace{
    display: block;
    margin: 10px 0px;}    
section#contentslow div#mainlow div.steparea li.step p{
    margin: 5px;
    font-size: 1.1em;
}
section#contentslow div#sidelow{
    display: none;}
    
section#contentslow div.reco{
    display: none;}
    
/* news */

ul#pickup {
    width: 95%;
	height: 200px;
    overflow: auto;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;}

ul#pickup li {
    width: 100%;
	height: auto;
    line-height:160%; 
    margin: 5px auto;
    border-bottom: solid 1px #add9c2;
    list-style: none;}

ul#pickup li:before{
    content: "\f0f6";
    font-family: FontAwesome;
    padding:0em 0.6em;
    color: #7cc19d;}

ul#pickup a { color:#666666;}
ul#pickup a:hover{ color:#c06262; }

.date{
    margin: 0px 5px;
    font-weight: bold;
    color: #7cc19d;}

.new{
    color: #c06262;
    margin-left: 8px;
    font-weight: bold;
    -webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
    
/* info */

p.intxt{
    width: 100%;
    color: #c86565; 
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%; }

    
/* スマホ登録ボタン */
    
section#spbtnarea{
    width: 100%;
    padding: 15px 0px;
    margin: 0px auto;}
    
section#spbtnarea a{
    display: block;
    margin: 15px auto;
    width: 80%;
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(to bottom, #ff861a 0%, #ff9824 88%);
    font-weight: bold;
	color: #ffffff;
	border: 1px solid #FFF;
    border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);}
    
/* スマホ登録ボタン非公開求人訴求 */
    
section#spbtnarea_pri{
    width: 100%;
    padding: 0px;
    margin: 0px auto 15px auto;}
    
section#spbtnarea_pri div.bnr{
    width: 80%;
    padding: 0px;
    margin: 0px auto;}
    
section#spbtnarea_pri div img{
    width: 100%;}
    
    
/* スマホ地域一覧アコーディオン */
    
div.accordion {
  width: 100%;}
    
div.accordion > ul > li > a {
  display: block;
  color: #666666;
  font-size: 16px;
  height: 50px;
    line-height: 50px;
  text-decoration: none;
  background-color: #f3e3e3;
  border-bottom: 1px solid #d48c8c;
  cursor: pointer;
  padding: 0px 0px 0px 20px;
  position: relative;}
    
div.accordion > ul > li > a:hover{
  background-color: #f3e3e3;}
    
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after, div.accordion > ul > li >ul > li >  a:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 0px;
  color: #cd8888;}
    
div.accordion > ul > li > a:after{
  content: "▼";}
    
div.accordion > ul > li > a.active:after{
  content: "▲";}
    
div.accordion > ul > li > ul {
  display: none;}
    
div.accordion > ul > li > ul > li > a{
  display: block;
  color: #666666;
  font-size: 14px;
  height: 50px;
    line-height: 50px;
  background-color: #ffffff;
  padding: 0px 0px 0px 25px;
  border-bottom: 1px solid #f3e3e3;
  position: relative;}
    
div.accordion > ul > li > ul > li > a:hover{
  background-color: #ffffff;}

div.accordion > ul > li >ul > li >  a:after{
  content: "▶︎";}
    
/* googleカスタム検索 */
    
.gsc-control-cse * {
    box-sizing: content-box;}
    
.gsc-input {
    line-height: 1;}
    
/* 運営機関 */
    
section#company{
    width: 100%;
    margin: 10px 0px;}
    
section#company ul{
    display: block;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    list-style: none;
    font-size: 12px;}
    
section#company ul li{
    width: 100%;
    margin: 0px auto;
    padding: 5px 0px 5px 10px;
    list-style: none;
    flex-wrap: wrap;}
    
section#company ul a { color:#666666;}
section#company ul a:hover{ color:#c06262; }
    
/* SNS */
    
section#SNS{
    width: 100%;
    margin: 10px 0px;
    font-size: 24px;}
    
section#SNS ul{
    display: block;
    width: 100%;
    display: flex;
    margin: 5px auto;
    list-style: none;}
    
section#SNS ul li{
    margin: 0px auto;
    padding: 10px;
    list-style: none;}
    
section#SNS ul a { color:#666666;}
section#SNS ul a:hover{ color:#c06262; }
    
/* バナースペース */
    
    #combn{display: none;}
    
.nnews{
    overflow: hidden;}

    
}



