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

/*全体*/
body{
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', meiryo, sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue';
  background-color: #fdf2e5;
  font-size: 16px;
  color: #231815;
  line-height: 1.7;
}
#wrapper{
	width: 1000px;
 min-width: 1000px;
	margin: 0 auto;
  background-color: #fff;
}
.inner{
 width: 1000px;
	margin: 0 auto;
}
h2,h3,h4{
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
}
h3{
  background-color: #a20000;
  color: #fff;
  font-size: 23px;
  padding: 14px 40px;
  margin-bottom: 30px;
}
a{
	text-decoration: none;
	display: block;
 transition: .5s;
}
a:hover{
  opacity: .7;
  transition: .5s;
}
.float-l{
	float: left
}
.float-r{
	float: right;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.flexbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
　-webkit-box-pack: justify;
　-webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc-none{
   display: none;
}
.clearboth{
  clear: both;
}
.mincho{
  font-family: 'Yu Mincho', 'YuMincho', serif;
}
.btn1{
  display: inline-block;
  border-style:solid;
	 border-width:10px 10px;
	 border-image-source:url("../images/btn-bg.png");
  border-image-slice:10 fill;
  border-image-width:1;
}
.btn1 a{
  color: #595757;
  font-size: 15px;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  padding: 0 10px;
}
.btn1 a:before{
  content: url("../images/arrow.png");
  margin-right: 5px
}
img{
  vertical-align: bottom;
}

/* ヘッダー */
header .title{
  background-image: url("../images/header-bg.jpg");
  height: 122px;
}
header .inner{
  padding-top: 15px;
}
header .pc-nav{
  background-color: #a20000;
}
header .pc-nav ul{
  width: 1000px;
  height: 51px;
  margin: 0 auto;
}
header .pc-nav li{
  text-align: center;
  width: 19%;
  height: 28px;
  margin-top: 11px;
  border-right: solid 1px #fff;
}
header .pc-nav li:first-child{
  border-left: solid 1px #fff;
}
header .pc-nav li a{
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  padding: 2px 0 0 0;
}
header h1 a{
  display: inline-block
}
header .title .float-l{
  position: relative;
}
.header-recruit{
  position: absolute;
  left:360px;
  top:10px;
}

/* メインビジュアル */
.main{
  background-image: url("../images/main.jpg");
  height: 460px;
  background-position: top center;
}

/* top1 */
.top1{
  padding-top: 50px;
  background-image: url("../images/top-bg1.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
.top1 h2{
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 26px;
  color: #a20000;
  font-weight: 600;
  margin-bottom: 35px;
}
.top1-txt1{
  font-size: 17px;
  text-align: center;
  margin-bottom: 95px;
}

/* お知らせ */
.news{
  padding-left: 40px;
  background-image: url("../images/top-bg2.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 90px;
}
.news h3{
  font-size: 26px;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  width: 392px;
  border-bottom: dashed 1px #9e9f9f;
  margin-bottom: 18px;
  font-weight: 600;
  background-color: #fff;
  color: #231815;
  padding: 0;
}
.news h3 span{
  border-bottom: solid 1px #a20000;
  padding-bottom: 9px;
}
.news dl{
  width: 392px;
}
.news dt{
  color: #00903a;
  margin-bottom: 10px;
  font-weight: 600;
}
.news dd{
  padding-bottom: 35px;
  border-bottom: dashed 1px #9e9f9f;
  margin-bottom: 20px;
}
.news dd a{
  color: #231815;
}
.news dt:nth-child(n+6){
    display: none;
}
.news dd:nth-child(n+7){
    display: none;
}

/* top2 */
.top2-box1{
  padding: 0 40px;
  position: relative;
  margin-bottom: 25px;
}
.top2-txt1{
  width: 436px;
  font-size: 14px;
}
h4{
  font-size: 20px;
  font-weight: 600;
  border-bottom: dashed 1px #9e9f9f;
  margin-bottom: 18px;
  padding-bottom: 5px;
}
h4 span{
  border-bottom: solid 2px #a20000;
  padding-bottom: 10px;
  font-weight: 600;
}
.top2 .btn1{
  position: absolute;
  bottom: 7px;
}

/* 問い合わせエリア */
.cvarea{
  margin: 170px 40px 0 0;
  text-align: right;
  position: relative;
  z-index: 1;
}
.cvarea img{
  margin-bottom: 10px;
}
.cvarea:before{
  content: url("../images/cv-img1.png");
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 10:
}
.cvarea a{
  opacity: 1;
}

/* フッター */
footer{
  background-color: #a20000;
  color: #fff;
  font-size: 14px;
}
footer .inner{
  width: 1000px;
  padding: 40px 0 0;
}
footer ul{
  width: 370px;
  margin-top: 30px;
}
footer li{
  width: 48%;
  margin-bottom: 10px;
}
footer li a{
  color: #fff;
}
footer li a:before{
  content: ">";
  margin-right: 5px;
  font-size: 12px;
}
.footer-txt1{
  margin-top: 20px;
}
footer .inner{
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
.copy{
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
.footer-bnr{
  margin-left: 35px;
}
.footer-bnr a:nth-child(1){
  margin-bottom: 15px;
}
footer .float-r .clearfix .float-r{
  margin-left: 5px;
}
.footer-contact{
  margin-bottom: 10px;
}
.footer-tel img{
  margin-bottom: 10px;
}

/* 下層ページ共通 */
.lower #wrapper{
  font-size: 14px;
}
.lower h2{
  background-position: top center;
  height: 121px;
}
.lower h2 span{
  display: block;
  width: 920px;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 45px 40px;
  line-height: 1;
  text-shadow: 2px 2px 4px #333;
}
.lower section .inner{
  width: 920px;
  padding: 0 40px;
  margin-bottom: 80px;
}

/* 会社情報ページ */
.company h2{
  background-image: url("../images/company-h2.jpg");
}
.company-sec1_txt1{
  font-size: 30px;
  color: #a20000;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 15px;
}
.company-sec1_txt2{
  margin-bottom: 20px;
  font-size: 17px;
}
.company-sec1_img1{
  text-align: right;
}
.company-sec2_txt1{
  font-size: 17px;
  margin-bottom: 30px;
}
.company-sec2_txt2{
  font-size: 20px;
  margin-bottom: 30px;
}
.company-sec2 ol{
  margin-bottom: 20px;
}
.company-sec2 li{
  font-size: 17px;
}
.company table{
  width: 100%;
  margin-bottom: 10px;
}
.company tr{
  border-bottom: dashed 1px #9e9f9f;
}
.company tr:first-child{
  border-top: dashed 1px #9e9f9f;
}
.company th{
  width: 20%;
  padding: 11px 40px;
  vertical-align: middle;
}
.company td{
  padding: 11px 40px;
  vertical-align: middle;
}
.right{
  text-align: right;
}

/* デイサービスページ */
.day h2{
  background-image: url("../images/dayservice-h2.jpg");
}
.day-sec1{
  padding-top: 30px;
  font-size: 16px;
}
.day-sec1_txt2{
  margin-top: 20px;
  font-weight: 600;
}
.day-sec2_txt1{
  font-size: 16px;
}
.day-sec2 span{
  color: #22ab38;
}
.day-sec3 .float-l{
  width: 640px;
}
.day-sec4_img1{
  margin-right: 30px;
}
.day-sec4 table{
  width: 617px;
}
.day-sec4 tr:nth-child(4) th,.day-sec4 tr:nth-child(4) td{
  padding-bottom: 15px;
}
.day-sec4 tr:nth-child(6) th,.day-sec4 tr:nth-child(6) td{
  padding-bottom: 15px;
}
.day-sec4 th{
  width: 35%;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  color: #a20000;
  height: 75px;
  font-weight: 600;
}
.day-sec4 td{
  width: 70%;
  vertical-align: middle;
  padding-left: 30px;
}
.day .table2{
  width: 920px;
  background-color: #fbf7f0;
  table-layout: fixed;
  margin-bottom: 30px;
}
.day .table2 th{
  background-color: #a38a78;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  border: solid 1px #231815;
  font-size: 14px;
}
.day .table2 td{
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #231815;
  width: 145px;
}
.day .table2 .tr1{
  height: 70px;
}
.day .table2 tr:nth-child(3){
  border-bottom: double 4px #231815;
}
.day .table2 tr:nth-child(4),
.day .table2 tr:nth-child(5),
.day .table2 tr:nth-child(6),
.day .table2 tr:nth-child(7),
.day .table2 tr:nth-child(8){
  font-size: 16px;
}


/* グループホーム */
.group h2{
  background-image: url("../images/group-h2.jpg");
}
.group-sec1_txt1{
  padding-top: 30px;
  font-size: 16px;
}
.group-sec2_txt1{
  font-size: 16px;
}
.group-sec2_txt1 span{
  color: #22ab38;
}
.group-sec3 .float-l{
  width: 530px;
}
.group-sec3_txt1{
  padding-left: 15px;
  margin-bottom: 40px;
}
.group-sec4 li{
  margin-bottom: 10px;
}
.group table{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.group table th{
  background-color: #D7A984;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  border: solid 1px #231815;
  font-size: 17px;
}
.group .tr1{
  border: solid 2px #000;
}
.group table td{
  vertical-align: middle;
  background-color: #fbf7f0;
  padding: 5px 10px;
  border: solid 1px #231815;
  font-size: 16px;
  text-align: center;
}
.group .tr1 td{
  padding: 15px 10px;
}
.group .table2 td{
  width: 50%;
  padding: 10px;
}
.group .table2 td.price{
  text-align: center;
  width: 20%;
}
/*.group table th:first-child{
  letter-spacing: .3em;
}
.group .table1 tr:nth-child(8) th{
  letter-spacing: 0;
}*/
.group table th.th1,.day .table2 th.th1{
  background: none;
  color: #000;
  width: 190px;
}
.group .note,.day .note{
  font-size: 13px;
  margin-bottom: 40px;
}
.group sup{
  font-size: 9px;
  vertical-align: super;
}
.access-box1 .float-l{
  width: 510px;
}
.access-box1 .float-r{
  width: 380px;
  font-size: 17px;
}
.bold{
  font-weight: bold;
}
.group-sec5-txt2{
  margin-bottom: 25px;
}
.group-sec5 dd{
  margin-bottom: 25px;
}
.group-sec6-txt2{
  font-size: 17px;
  margin-bottom: 10px;
}
.group-sec6-txt3{
  font-size: 16px;
}
.contact-box1 .float-l{
  width: 510px;
}
.contact-box1 .float-r{
  width: 380px;
  font-size: 17px;
}

/* 職員紹介ページ */
.staff h2{
  background-image: url("../images/staff-h2.jpg");
}
.staff-sec1{
  padding: 75px 0 0 0;
}
.staff-sec1 .inner{
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 1000px!important;
}
.staff-sec1_txt1{
  font-size: 17px;
  margin-bottom: 65px;
  padding: 0 40px;
}
.staff-sec1_dl1{
  background-image: url("../images/staff-bg1.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0 340px 60px 40px;
}
.staff-sec1_dl2{
  background-image: url("../images/staff-bg2.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 60px 0 65px 375px;
  position: relative;
  margin-right: 40px;
}
.staff dt{
  margin-bottom: 20px;
}
.staff-sec1-txt2{
  font-size: 53px;
  color: #a20000;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  line-height: 1.2;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.staff-sec1_dl2 .staff-sec1-txt2{
  font-size: 40px;
}
.staff-sec1-txt3{
  background-color: #A20000;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 20px;
  padding-left: 10px;
}
.staff-sec1-txt4{
  font-size: 17px;
  margin-bottom: 20px;
}
.staff-sec2_txt1{
  font-size: 16px;
  margin-bottom: 35px;
}
.staff-sec1-line{
  border-bottom: dashed 3px #a20000;
  max-width: 920px;
  margin: 0 auto;
}
.staff-sec1 .btn1 a:before {
  content: url(../images/arrow2.png);
}

/* お問い合わせ */
.contact h2{
  background-image: url("../images/access-h2.jpg");
}
form{
  width: 600px;
  margin: 0 auto 100px auto;
}
.contact table{
  width: 100%;
  table-layout: fixed;
}
.contact tr{
  border-bottom: dashed 1px #9e9f9f;
}
.contact tr:nth-child(7){
  border: none;
}
.contact th,.contact td{
  padding: 20px 0;
}
.contact th{
  width: 40%;
  vertical-align: top;
}
.contact td{
  width: 60%;
}
.contact input[type="text"],.contact input[type="tel"]{
  width: 99%;
  height: 22px;
  border: solid 1px #888;
}
.contact textarea{
  width: 99%;
  height: 130px;
  border: solid 1px #888;
}
.required{
  color: #e50012;
}
.contact input[type="submit"]{
  margin: 65px 0 10px 0;
  width: 170px;
  padding: 11px 0;
  font-size: 17px;
  background-color: #a20000;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 5px;
}
.contact input[type="button"]{
  width: 170px;
  padding: 11px 0;
  font-size: 17px;
  background-color: #888;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 5px;
}
.finish #wrapper{
  padding: 150px 0;
}

/* 個人情報保護方針 */
.privacy{
  width: 700px;
  margin: 0 auto;
  font-size: 10px;
}
.privacy p{
  margin-bottom: 15px;
}
.privacy p.privacy-txt1{
  text-align: center;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
.privacy dl{
  margin-bottom: 20px;
}
.privacy dt{
  font-weight: bold;
}
.privacy dd{
  margin-bottom: 5px;
}

/* 求人情報 */
.recruit h2{
  background-image: url("../images/recruit-main.jpg");
  height: 461px;
}
.recruit h2 a{
  display: block;
  height: 461px;
  width: 1000px;
  margin: 0 auto;
}
.recruit h2 a:hover{
  background-color: rgba(255,255,255,.2);
}
.recruit table{
  width: 920px;
  margin: 70px auto 0 auto;
  table-layout: fixed;
}
.recruit tr{
  border-bottom: 1px dashed #9e9f9f;
}
.recruit tr:first-child{
  border-top: 1px dashed #9e9f9f;
}
.recruit th{
  width: 200px;
  text-align: center;
  vertical-align: middle;
  background-color: #eeeeee;
  letter-spacing: .1em;
}
.recruit td{
  font-size: 12px;
  padding: 20px;
}
.btn a{
  text-align: center;
  margin: 65px auto 10px auto;
  width: 300px;
  padding: 11px;
  font-size: 17px;
  background-color: #a20000;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 5px;
}
.recruit .btn{
  margin-bottom: 150px;
}

/* デイサービス求人情報 */
.recruit .th1{
  border-right: 1px dashed #9e9f9f;
}
.recruit tr:nth-child(3) p:last-child{
  margin-top: 20px;
}
.recruit-day h2{
  background-image: url("../images/recruit-day-main.jpg");
  background-position: top center;
  height: 461px;
}

/* グループホーム求人情報 */
.recruit-group h2{
  background-image: url("../images/recruit-group-main.jpg");
  background-position: top center;
  height: 461px;
}
.parenthesis {
  position: relative;
  width: 500px;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px 20px;
}
.parenthesis::before{
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #ccc;
}
.recruit-group tr:nth-child(6) td{
  position: relative;
}
.recruit .num1{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top:48px;
  left: 15px;
}


/*------------------------------------------------------------
ここからスマホ用
-------------------------------------------------------------*/

@media screen and (max-width:480px) {
#wrapper{
	 width: 94%;
  min-width: 94%;
  padding: 0 3%;
}
.inner{
 width: 100%;
}
.pc-none{
   display: block;
}
.sp-none{
   display: none;
}
.lower #wrapper{
	 width: 100%;
  min-width: 100%;
  padding: 0;
}
.lower section .inner{
  width: 94%;
  padding: 0 3%;
  margin-bottom: 60px;
}
.lower h2 span {
  width: 92%;
  padding: 45px 3% 45px 5%;
}
h3{
  padding: 14px 5%;
}
.lower .cvarea{
  width: 94%;
  padding: 0 3%;
}
  img{
    max-width: 100%;
  }

/* SPヘッダー */
header .inner{
  width: 94%;
  padding: 10px 3% 0 3%;
}
header .float-l{
  width: 60%;
}
header h1 img{
  width: 100%;
}
header .title{
  height: 80px;
  background-position: top center;
}

/* ハンバーガーメニュー */
.button-toggle {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.sp-nav {
  position: absolute;
  top: 80px;
  width: 100%;
  background: rgba(162,0,0,.85);
  color: #fff;
  overflow: hidden;
  z-index: 100;
}
.sp-nav li{
  text-align: center;
  border-top: dotted 1px #fff;
  padding: 20px 20px;
  font-size: 110%;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 18px
}
.sp-nav li:last-child{
  border-bottom: dotted 1px #fff;
  padding: 10px 20px;
}
.sp-nav li:last-child img{
  max-width: 100%;
}
.sp-nav a{
   color: #fff;
   display: block;
}

/* SPメイン */
.main{
  height: auto;
  background: none;
}
.main img{
  width: 100%;
}

/* SP:top1 */
.top1 h2{
  line-height: 1.3;
}
.top1-txt1 {
  margin-bottom: 60px;
}

/* SPお知らせ */
.news{
  background: none;
  padding: 0;
}
.news h3{
  margin-left: 0;
  width: 100%;
}
.news dl{
  width: 100%;
}
.news dd{
  padding-bottom: 20px;
}

/* SP:top2 */
.top2-box1{
  padding: 0;
}
.top2-box1 img{
  width: 100%;
}
.top2-txt1{
  width: 100%;
}
.top2 .btn1 {
  position: static;
  margin-top: 15px;
}

/* SP：CVエリア */
.cvarea{
  margin: 40px 0 0 0;
}
.cvarea img{
  width: 100%;
  margin-bottom: 0;
}
.cvarea:before{
  display: none;
}

/* SP:フッター */
footer .inner{
  width: 94%;
  padding: 6% 3% 3% 3%;
}
footer .float-l,footer .float-r{
  float: none;
}
footer ul{
  margin-bottom: 30px;
  width: 100%;
}
footer p.clearfix .float-l{
  float:left;
  margin-right: 10px;
}
footer p.clearfix .float-r{
  float:left;
}
footer img{
  max-width: 100%;
}
.footer-bnr {
  text-align: center;
  margin: 0 0 40px 0;
}

/* SP:会社情報ページ */
.lower h2{
  height: auto;
  background-size: cover
}
.company-sec1_txt1{
  line-height: 1.4;
}
.company-sec3 .float-l,.company-sec3 .float-r{
  float: none;
}
.company table{
  table-layout: fixed;
  width: 100%;
}
.company th{
  width: 30%;
  padding: 3%;
}
.company td{
  width: 70%;
  padding: 3%;
}
.company-sec3 .float-l{
  margin-bottom: 30px;
}
.company-sec3 .float-r img{
  width: 100%;
}

/* SP：デイサービスページ */
.day-sec3 .float-l,.day-sec3 .float-r{
  width: 100%;
  float: none;
}
.day-sec3 .float-r img{
  width: 100%;
}
.day-sec4 img{
  width: 100%;
}
.day-sec4_img1{
  width: 15%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.day-sec4 table{
  width: 80%;
}
.day-sec4 th,.day-sec4 td{
  display: inline-block;
  text-align: left;
  padding: 0;
  height: auto;
  width: 100%;
}
.day-sec4 th:nth-child(1){
  margin-top: 10px;
}
.day-sec4 td{
  margin-bottom: 40px;
}
.day-sec4 tr:nth-child(2) td,.day-sec4 tr:nth-child(3) td{
  margin-bottom: 45px;
}
.day-sec4 tr:nth-child(4) th,.day-sec4 tr:nth-child(4) td{
padding-bottom: 0;
}
.day-sec4 tr:nth-child(4) td{
  margin-bottom: 30px;
}
.day-sec4 tr:nth-child(5) td{
  margin-bottom: 25px;
}
.day-sec4 tr:nth-child(6) th,.day-sec4 tr:nth-child(6) td{
padding-bottom: 0;
}
.day-sec4_img2{
  float: none;
  clear: both;
}
.day-sec4_img2 img{
  width: 49%;
}
.day .table2 th{
  width: 20% !important;
  letter-spacing: 0 !important;
}


/* SP：グループホーム */
.group-sec3 .float-l{
  width: 100%;
  float: none;
}
.group-sec3 .float-r{
  width: 100%;
  float: none;
}
.group-sec3 .float-r img{
  width: 100%;
}
.group-sec4 li{
  width: 49%;
  margin-right: 0;
}
.group table,.day .table2{
  width: 100%;
}
.group table th{
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  border-bottom: none;
}
.group table td{
  display: block;
  width: 100%;
  padding: 5px 0;
   border-bottom: none;
}
.group .tr1 td {
  padding: 15px 0;
}
.contact-box1 .float-l {
  width: 100%;
  margin-bottom: 30px;
}
.contact-box1 .float-r {
  width: 100%;
}
  .group .table1 th,.group .table2 th{
    display: table-cell;
    width: 25%;
    font-size: 16px;
    padding: 5px;
  }
  .group .table1 td,.group .table2 td{
    display: table-cell;
    width: auto;
  }
  .group table th.th1, .day .table2 th.th1{
    width: auto;
  }
  .group .table1,.group .table2{
    border-bottom: solid 1px #000;
  }
  

/* SP：職員紹介 */
.staff-sec1 .inner {
  width: 100%!important;
}
.staff-sec1_txt1 {
  padding: 0 3%;
}
.staff dl{
  -webkit-background-size: 70%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-position: bottom right;
}
.staff dl.staff-sec1_dl1{
  height: auto;
  padding: 0 3% 60vw;
}
.staff dl.staff-sec1_dl2{
  -webkit-background-size: 50%;
  background-size: 50%;
  padding: 30px 3% 55vw;
  margin: 0;
}
.staff-sec1-txt2{
  font-size: 28px !important;
  margin-bottom: 15px;
}
.staff-sec1-txt3{
  font-size: 18px;
}
  
/* SP：お問い合わせ */
.contact form{
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}
.contact th{
  width: 25%;
}
.contact td{
  width: 75%;
  vertical-align: middle;
}
.contact input[type="text"],.contact input[type="tel"]{
  width: 98%;
  height: 30px;
  border: solid 1px #888;
}
.contact textarea{
  width: 98%;
}
.contact select{
  width: 80%;
  height: 30px;
  border: solid 1px #888;
}
.contact input[type="submit"]{
  position: absolute;
  bottom: -45px;
  width: 100%;
}
.contact input[type="button"]{
  width: 100%;
}
.confirm #formWrap{
  width: 94%;
  margin: 0 auto;
}
.confirm input[type="submit"] {
  position: static;
}
.confirm h3{
  margin: 0 -10px 30px -10px;
  padding: 14px 10px;
}
.finish #wrapper {
  width: 100%;
}

/* SP：個人情報保護方針 */
.privacy{
  width: 100%;
}

/* SP:求人情報 */
.recruit h2{
  height: auto;
  background: none;
}
.recruit h2 a{
  height: auto;
  width: auto;
}
.recruit h2 img{
  width: 100%;
}
.recruit table{
  width: 100%;
  margin: 30px auto 0 auto;
}
.recruit th{
  width: 25%;
  letter-spacing: 0;
}
.recruit td{
  width: 75%;
  font-size: 12px;
  padding: 20px 0 20px 15px;
}
.btn a{
  text-align: center;
  margin: 65px auto 10px auto;
  width: 94%;
  padding: 3%;
  font-size: 17px;
  background-color: #a20000;
  color: #fff;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 5px;
}
.recruit .btn{
  margin-bottom: 150px;
}
.parenthesis{
  width: calc(100% - 15px);
}
.recruit .num1{
  left: 11px;
}



}
@media screen and (max-width:380px) {
.day-sec4 th:nth-child(1){
  margin-top: 10px !important;
}
.day-sec4 td{
  margin-bottom: 20px !important;
}
.day-sec4 tr:nth-child(1) td{
  margin-bottom: 25px !important;
}
.day-sec4 tr:nth-child(4) th,.day-sec4 tr:nth-child(4) td{
padding-bottom: 0 !important;
}
}
@media screen and (max-width:320px) {
.day-sec4 th:nth-child(1){
  margin-top: 5px !important;
}
.day-sec4 td{
  margin-bottom: 10px !important;
}
.day-sec4 tr:nth-child(1) td{
  margin-bottom: 20px !important;
}
.day-sec4 tr:nth-child(2) td,.day-sec4 tr:nth-child(3) td{
  margin-bottom: 20px;
}
.day-sec4 tr:nth-child(4) th,.day-sec4 tr:nth-child(4) td{
padding-bottom: 0 !important;
}
}

/* 20190910  ナビドロップダウン追加 */
.pc-nav ul > li {
  position: relative;
}

.pc-nav ul > li > a {
  position: relative;
}

.pc-nav li ul {
  position: absolute;
  z-index: 9999;
  top: 28px;
  left: 0;
  margin: 0;
  padding: 0;
}

.pc-nav li ul li {
  padding: 0;
  overflow: hidden;
  width: 198px;
  height: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.pc-nav li:hover ul li {
  overflow: visible;
  height: 40px;
  box-sizing: border-box;
  border: none;
}

.pc-nav li ul li a:link,
.pc-nav li ul li a:visited {
  display: block;
  padding: 12px 0px 0 10px;
  background-color: #a20000;
  opacity: 0.8;
  height: 40px !important;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}

.pc-nav li ul li a:hover {
  opacity: 1;
}




.sp-nav ul li.accordion-list {
  padding: 20px 0 0;
}

.sp-nav ul li.accordion-list a.accordion {
  padding-bottom: 20px;
  position: relative;
}

.sp-nav ul li.accordion-list a.accordion::after {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  content: '+';
}

.sp-nav ul li ul {
  background-color: #a20000;
  opacity: .85;
}

.sp-nav li ul li:last-child {
  padding: 20px;
}

/* グループホーム東海追加 */
.group-tokai .table1 {
  width: auto;
}

.group-tokai .table1 tbody tr td.price {
  white-space: nowrap;
}

.group-tokai .table2 th.th1 {
  width: auto;
}

.group-tokai .group table th {
  width: auto;
}

@media screen and (max-width: 480px) {
  .group-tokai .table-wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .group-tokai .group-sec6 table.table1 th {
  padding: 10px;
  }

  .group-tokai .group-sec6 table.table1 th.th1 {
    width: 100px!important;
    white-space: nowrap;
    table-layout: fixed;
  }
}

.header-cv p.tel{
  font-size: 12px;
}

.header-cv {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5px;
}

@media screen and (max-width: 480px) {
  .header-cv {
    display: none;
  }
}

.header-cv .icon-mail {
  padding-left: 20px;
}

.footer-tel p {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.top2-txt1 .txt2 {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.top2-txt1 h4 {
  margin-bottom: 10px;
}

.top2-box1-btn {
  text-align: right;
  padding-top: 10px;
}

.top2-box1-btn p {
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  border-image-source: url(../images/btn-bg.png);
  border-image-slice: 10 fill;
  border-image-width: 1;
  width: 240px;
  text-align: left;
  margin-bottom: 10px;
}

.top2-box1-btn p a {
  color: #595757;
  font-size: 15px;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  padding: 5px 10px;
}

.top2-box1-btn p a::before {
  content: url(../images/arrow2.png);
  margin-right: 5px;
}

/*.pc-nav ul li:nth-child(3) a {
  display: inline-block;
}

.pc-nav ul li:nth-child(3)::before {
  content: url(../images/arrow.png);
  margin-right: 5px;
  vertical-align: middle;
}*/
