
#wrapper{
background-image: url(../image/h2_back.jpg);
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;
}

h2{
height: 150px;
color: #fff;
font-weight: 600;
letter-spacing: 0.2em;
padding-top: 60px;
padding-left: 45px;
}

h2 span{
font-family: 'Italianno', cursive;
font-size: 40pt;
font-weight: normal;
margin-right: 15px;
}

h3{
padding-left: 40px;
padding-top: 40px;
padding-bottom: 15px;
font-size: 14pt;
border-bottom: 1px solid #ddd;
}

#wrapper section , footer{
background-color: #efefef;
}

#wrapper section{
padding-left: 45px;
padding-right: 45px;
padding-top: 50px;
}

#wrapper section:first-of-type{
min-height:600px;
padding-top: 100px;
}

.text_center{
text-align: center;
}

p.link100 a{
text-align: center;
display: block;
border: 1px solid #009B40;
color:#009B40;
font-size: 16pt;
font-weight: 600;
padding: 15px 0;
clear: both;
}

p.link100 a:hover{
background-color: #009B40;
color: #fff;
}


/* ↓個別設定 */

/* 採用情報 */
#recruit01 article{
position: relative;
}

#recruit01 img#catch{
    text-align: center;
    display: block;
height: auto;
position: relative;
z-index: 1;
margin-bottom: 40px;
}

#recruit01 p#copy{
 writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
font-size:20pt;
line-height: 2.0em;
margin-top: -535px;
margin-right: 120px;
float: right;
display: block;
position: relative;
z-index: 2;
}

@media screen and (max-device-width: 1024px) {
#recruit01 p#copy{
margin-right: 30px;
}
}

#recruit01 dt , #recruitinfo dt{
font-size: 16pt;
margin-top: 50px;
padding-bottom: 10px;
border-bottom: 1px solid #bbb;
font-weight: 600;
width:650px;
}

#recruitinfo dt{
width:100%;
margin-top: 70px;
}

#recruit01 dd p ,#recruitinfo dd p{
font-size: 36pt;
font-weight: 600;
}

#recruit01 dd p span , #recruitinfo dd p span{
font-size: 16pt;
font-weight: 500;
}

#recruit01 dd p span:nth-of-type(2) , #recruitinfo dd p span:nth-of-type(2){
font-size: 11pt;
margin-left: 20px;
}

#recruit01 div ul{
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}

#recruit01 div ul li{
display: inline-block;
list-style-type: none;
width: 33%;
}

#recruit01 div ul li a{
display: block;
text-align: center;
background-color: rgba(0,0,0,0.3);
color: #fff;
padding: 20px 0;
font-size: 14pt;
font-weight: 600;
}

#recruit01 div ul li a:hover{
background-color: rgba(0,0,0,0.2);
}

#recruit01 div ul li a img{
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}

#recruit01 p.link100{
margin-top: 50px;
margin-bottom: 80px;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label{
float: left;
list-style-type: none;
width: 33.33%;
cursor: pointer;
}

.tab-content label p{
display: block;
text-align: center;
padding: 15px 0;
font-size: 14pt;
font-weight: 600;
height: 70px;
border-right: 2px solid #efefef;
background-color: #ddd;
}

.tab-content label p:hover{
background-color: #aaa;
color: #fff;
}

.tab-content label:last-of-type p{
border-right: 0;
}

.tab-content input[type="radio"]:checked + label p {
background-color: #fff;
color: #000;
}

.tab-content label p img{
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}

.tab-content .tab-box {
  width: 100%;
  height: 300px;
  box-sizing: content-box;
   overflow: hidden;
  background-color: #fff;
  clear: both;
  padding-top: 50px;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1  , #tab2:checked ~ .tab-box > #tabView2 , #tab3:checked ~ .tab-box > #tabView3 {
  display: block;
  background-image:  url(../image/recruit/message_text.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
   height: 300px;
}

#tab2:checked ~ .tab-box > #tabView2 {
  background-image:  url(../image/recruit/message_text.jpg) , url(../image/recruit/message02.jpg);
  background-position: left bottom , right bottom;
  background-repeat: no-repeat;
}

#tab3:checked ~ .tab-box > #tabView3 {
  background-image:  url(../image/recruit/movie_text.jpg) , none;
}

.tab-content .tab-box p{
margin-left: 50px;
}


#recruit02 div{
background-color: #fff;
padding-bottom: 50px;
}

#recruit02 p{
padding-left: 40px;
padding-top: 30px;
}

#recruit03 div{
background-color: #fff;
padding-bottom: 40px;
}

#recruit03 div h3 span{
background-color: #ddd;
margin-left: 10px;
padding: 5px 15px;
border-radius: 15px;
font-size: 12pt;
}

#recruit03 div p{
margin-left: 40px;
}

#recruit03 div p:first-of-type{
margin-top: 30px;
}

#recruit04{
padding-bottom: 100px;
}

#recruit04 article{
background-image: url(../image/recruit/himawari.jpg);
background-position: left top;
background-size: cover;
width: 100%;
height: 550px;
min-height: 550px;
margin-bottom:50px;
}

#recruit04 article p{
margin-left: 40px;
margin-top: 40px;
}

section#entry #form{
background-color: #fff;
padding: 50px 40px;
margin-left: 60px;
margin-right: 60px;
margin-top: 50px;
overflow: hidden;
}

section#entry p:last-of-type{
padding-top: 50px;
padding-bottom: 100px;
}

section#entry #form table{
width: 100%;
margin-bottom: 30px;
}

section#entry #form table td{
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid rgba(255,255,255,0.7);
vertical-align: top;
font-size: 11pt;
}

section#entry #form table td.title{
text-align: right;
padding-right: 15px;
padding-top: 22px;
min-width: 250px;
width: 250px;
}

section#entry #form table input{
width: 300px !important;
}

section#entry #form table textarea{
width: 440px !important;
}

section#entry #form table input , section#entry #form table textarea{
background-color: #efefef;
border: 0;
border-radius: 5px;
padding: 10px;
}

section#entry #form table td#old input{
width: 40px !important;
} 

section#entry #form table td#work input{
width: 10px !important;
vertical-align: text-top;
margin-bottom: 30px;
} 

section#entry #form table td#work{
padding-bottom: 0;
}

section#entry #form table td#work label{
margin-right: 30px;
display: inline-block;
}

section#entry #form table td select{
width: 170px;
}

section#entry #form p{
padding: 0;
}

section#entry #form #submit{
background-color:#fff;
width: 90%;
color: #009B40;
font-size: 12pt;
display: block;
margin: 30px auto;
padding: 15px 0px;
font-weight: bold;
border: solid 2px #009B40;
-webkit-transition:0.3s;
  -moz-transition:0.3s;
  transition:0.3s;
}

section#entry #form #submit:hover{
cursor: pointer;
background-color: #009B40;
color: #fff;
}

/* 連携医療機関 */
#group01{
padding-bottom: 50px;
}

#group01 article p{
font-size: 12pt;
}

#group01 article img{
display: block;
margin-right: auto;
margin-left: auto;
margin-bottom: 100px;
margin-top: 100px;
}

#group01 div{
background-color: #fff;
padding-bottom: 40px;
margin: 50px 0;
}

#group01 div p , #group01 div ol{
text-align: left;
padding-left: 40px;
padding-top: 20px;
}

#group01 div ol li{
margin-top: 10px;
margin-left: 2em;
font-size: 11pt;

}


/* 介護でお困りの方・託児所ひまわり */
#center01 article , #himawari01 article{
position: relative;
z-index: 1;
}

#center01 img , #himawari01 article img{
width: 100%;
height: auto;
}

#himawari01 article ul#playground{
width: 640px;
margin: 0 auto;
margin-top: -50px;
}

#himawari01 article ul#playground li{
list-style-type: none;
display: inline-block;
margin-right: 40px;
}

#himawari01 article ul#playground li:last-child{
margin-right: 0;
}

#himawari01 article ul#playground img{
display: block;
border-radius: 50%;
width: 180px;
height: 180px;
}

#center01 div , #himawari01 div{
background-color: rgba(255,255,255,0.85);
margin: 0 auto;
padding: 50px 30px;
width: 85%;
position: relative;
z-index: 2;
margin-top: -120px;
}

#center01 div p , #himawari01 div p{
text-align: center;
}

#center01 div p:first-of-type , #himawari01 div p:first-of-type{
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
font-size:16pt;
line-height: 2.0em;
margin-bottom: 50px;
}

#center01 article ul{
width: 85%;
margin: 0 auto;
padding-top: 70px;
padding-bottom: 20px;
padding-left: 65px;
}

#center01 article ul li{
list-style-type:circle;
line-height: 2em;
font-size: 12pt;
margin-bottom: 10px;
margin-left: 2em;
font-weight: bold;
}

#center01 article ul li:last-child{
margin-bottom: 0px;
}

#himawari01{
padding-bottom: 50px;
}

#himawari01 div{
margin-bottom: 100px;
}

#center02 div , #himawari02 div{
background-color: #fff;
padding-bottom: 40px;
}

#center02 div p , #himawari02 div p{
padding-left: 40px;
padding-top: 30px;
}

#center02 div{
margin-top: 100px;
margin-bottom: 100px;
}

#himawari02 {
padding-bottom: 100px;
}

#himawari02 div{
margin-bottom: 50px;
overflow: hidden;
}

#himawari02 div table{
margin-top: 20px;
font-size: 11pt;
}

#himawari02 div table:first-of-type{
float: left;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 10px;
}

#himawari02 div table tr td{
border-bottom: 1px dashed #ccc;
padding-top: 30px;
padding-bottom: 5px;
}

#himawari02 div table tr td:first-child{
width: 300px;
padding-left: 2em;
}

#himawari02 div table tr td:last-child{
padding-right: 2em;
text-align: right;
}

#himawari02 div table tr:last-child td{
border-bottom: 0;
}

/* ごあいさつ */
#greeting01 img{
width: 100%;
height: auto;
}

#greeting01 dl{
margin-bottom: 100px;
}

#greeting01 dt p#copy{
font-weight: 700;
font-size: 16pt;    
}

#greeting01 dt p#drname{
font-weight: 500;
font-size: 11pt;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
margin-top: 10px;
}

#greeting01 dt p#drname span{
font-size: 16pt;
margin-left: 0.5em;
letter-spacing: 0.1em;
}

#greeting01 dd{
    padding-top: 50px;
padding-left:50px;
padding-right:50px;
}

#greeting01 dd p{
line-height: 2.2em;
}


/*サイトマップ */
#sitemap01 h3{
padding-top: 0;
padding-left: 0;
clear: both;
}

#sitemap01 h3:after{
content: "";
background-image: url(../image/window.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 30px;
}

#sitemap01 h3:first-of-type:after{
content: none;
}

#sitemap01 ul{
margin-top: 30px;
margin-left: 15px;
margin-bottom: 100px;
}

#sitemap01 ul:nth-of-type(odd){
float: left;
margin-right: 100px;
width: 300px;
position: relative;
z-index: 2;
}

#sitemap01 ul:last-of-type{
float: none;
}

#sitemap01 ul li{
list-style-type: none;
margin-bottom: 20px;
}

#sitemap01 ul li:before{
content: "ー";
color: #bbb;
margin-right: 5px;
}


/* お知らせCMS 記事詳細 */
p#pNav{
font-size: 8pt;
text-align: right;
margin-bottom: 20px;
}

p#pNav a:hover{
color: #aaa;
}

div#news_all {
background-color: #fff;
padding-bottom: 40px;
margin-bottom: 100px;
}

div#news_all p#title , div.recruit_all p.title{
padding-left: 40px;
padding-top: 40px;
padding-bottom: 15px;
font-size: 14pt;
border-bottom: 1px solid #ddd;
font-weight: bold;
}

div#news_all p#up_ymd{
margin-left:40px;
margin-top: 40px;
margin-bottom: 20px;
}

div#news_all p#up_ymd:after{
display: block;
width: 20px;
border-bottom: 5px solid #ccc;
content: "";
margin-top: 20px;
}

div#news_all #detail , div.recruit_all .detail{
margin: 40px;
width: 100%;
line-height: 2.0em;
font-size: 11pt;
}

.detailUpfile img{
display: block;
margin: 20px 0;
}

#newsList{
list-style-type: none;
color:#333;
font-size:11pt;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
font-weight: 500;
}

#newsList li{
padding:40px;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

#newsList li:hover{
cursor: pointer;
background-color: #fff;
}

#newsList .catName{
text-align: left;
border-right: 1px solid #ccc;
width: 180px;
display: inline-block;
font-weight: 600;
}

#newsList .up_ymd{
padding-left: 20px;
}

#newsList .title{
padding-left: 10px;
}

#newsList .title a{
text-decoration: none;
color: #333;
}

#newsList .newMark{
background-color:#e4007f;
color: #fff;
padding: 0 7px;
font-size: 9pt;
margin-left: 10px;
}

#newsList .thumbNailWrap{
display: none;
}

#newsList .comment{
display: block;
margin-top: 10px;
font-size: 10pt;
line-height: 1.6em;
}

#newsWrap{
padding-bottom: 60px;
}

#newsWrap p.pager{
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
display: table;
table-layout: fixed;
}

#newsWrap p.pager:first-of-type{
margin-top: 0;
}

#newsWrap p.pager a{
display: table-cell;
padding: 10px;
text-align: center;
border: 1px solid #ccc;
}

#newsWrap p.pager a:hover{
background-color: #ddd;
}


/* 採用情報CMS 一覧リンクボタン */
ul#recruitLineup{
padding-top: 30px;
padding-left: 42px;
padding-right: 40px;
}

ul#recruitLineup li{
display: inline-block;
list-style-type: none;
margin-right: 10px;
margin-top: 20px;
}

ul#recruitLineup li a{
display: block;
text-align: center;
min-width: 187px;
white-space: nowrap;
padding:20px 15px;
font-size: 12pt;
font-weight: 600;
border: 1px solid #009B40;
color:#009B40;
}

ul#recruitLineup li a:after{
content: ">";
margin-left: 10px;
font-weight: 300 !important;
}

ul#recruitLineup li a:hover{
background-color: #009B40;
color: #fff;
}


/* 採用情報CMS 詳細 */
section#recruitinfo{
padding-bottom: 100px;
}

div.recruit_all{
background-color: #fff;
padding-bottom: 20px;
margin-bottom: 50px;
}

div.recruit_all hr{
width: 90%;
border: none;
height: 1px;
border-bottom: 1px dashed #ccc;
}

div.recruit_all table{
width: 90%;
}

div.recruit_all table td{
padding: 10px;
border-bottom: 1px dashed #ccc;
}

div.recruit_all table tr:first-child td{
padding-top: 0;
}

div.recruit_all table tr:last-child td{
border-bottom: 0;
padding-bottom: 0;
}

div.recruit_all table tr td:first-child{
text-align: left;
width: 100px;
padding-right: 20px;
font-weight: 600;
}

div.recruit_all table td ul{
margin-left: 1.5em;
list-style: circle;
}

