@charset "UTF-8";
/* PC base
	----------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif,Helvetica, Arial, Roboto, 'Droid Sans';
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  color: #46290a;
  background-color: #fff7f4;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none !important;
  }
}

#contents {
  padding-top: 152px;
}

.cont {
  width: 960px;
  margin: 0 auto;
}

.header_cont {
  width: 960px;
  margin: 0 auto;
}

footer {
  width: 100%;
  color: #fff;
  background-color: #91b821;
  text-align: center;
  margin-top: 100px;
  padding: 20px 0;
  font-size: 1rem;
}

footer #btn_home {
  display: none;
}

a {
  color: #91673a;
}

.bold {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.ico:before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #00893f;
}

.bold.ico:before {
  top: 1px;
}

.ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: solid 2px #00893f;
}

.caution {
  color: #fa3239;
  font-weight: bold;
}

.btn {
  width: 220px;
  margin: 0 auto;
}

.btn a,
.btn input {
  -webkit-appearance: none;
  display: block;
  text-align: center;
  width: 220px;
  padding: 20px 0;
  background-color: #00893f;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 3px;
  border: none;
}

a:hover,
.btn input:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.txt_small {
  font-size: 1.2rem;
  line-height: 1.4;
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 1.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "\f13a";
  position: absolute;
  left: 0;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

dl.table {
  overflow: hidden;
  width: 960px;
  margin: 10px auto 40px;
  border-top: solid 1px #91b821;
  border-bottom: solid 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dt {
  display: inline;
  float: left;
  width: 260px;
  padding: 20px 40px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background-color: #e0e8c9;
  border-bottom: dotted 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dd {
  float: left;
  width: 700px;
  padding: 20px 40px;
  background-color: #fefbf9;
  border-bottom: dotted 1px #91b821;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl.table dt:last-of-type, dl.table dd:last-of-type {
  border-bottom: 0;
}

#pagetop {
  position: fixed;
  bottom: 4%;
  right: 4%;
}

/* PC header
	----------------------------------------*/
header {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 154px;
  padding: 30px 0 0 0;
  border-bottom: solid #91b821 4px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header_menu_sp {
  display: none;
}

header img {
  vertical-align: baseline;
}

header a {
  display: block;
}

header .header_left {
  float: left;
  margin-bottom: 10px;
  line-height: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header_left h1 {
  width: 65%;
  margin-right: 5%;
}

header .header_left h1 img {
  max-width: 100%;
}

header .header_left .lifecare {
  width: 30%;
  /*display: -webkit-box;
			display: -ms-flexbox;
			display: flex;*/
  display: block;
  margin-top: 3%;
  /*-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;*/
}

header .header_left .lifecare p img {
  max-width: 100%;
}

header .header_right {
  float: right;
  height: 50px;
  margin-bottom: 10px;
}

header .header_right .header_menu {
  float: left;
  margin-right: 10px;
  /*.company {
				float: left;
				height: 25px;
				margin-right: 10px;
			}*/
}

header .header_right .header_menu .header_tel {
  height: 15px;
  margin-bottom: 10px;
}

header .header_right .header_menu .company {
  float: right;
  height: 25px;
  margin-right: 10px;
}

header .header_right .header_menu .recruit {
  height: 25px;
  float: left;
}

header .header_right .btn_contact {
  float: left;
}

header nav {
  clear: both;
  padding: 14px 0;
}

header nav ul {
  width: 960px;
  height: 32px;
}

header nav ul li {
  width: 199px;
  height: 32px;
  float: left;
  border-right: solid 1px #91b821;
}

header nav ul li a {
  width: 199px;
  height: 32px;
  text-indent: -9999px;
  background-position-x: center;
  background-repeat: no-repeat;
}

header nav ul li a:hover, header nav ul li a.current, header nav ul li.current a {
  background-position: bottom;
}

header nav ul li:first-child {
  border-left: solid 1px #91b821;
}

header nav ul li:last-child {
  width: 158px;
}

header nav ul li:last-child a {
  width: 158px;
}

header nav ul .businessinfo a {
  background-image: url(../img/nav_btn_businessinfo.jpg);
  background-position: top;
}

header nav ul .staff a {
  background-image: url(../img/nav_btn_staff.jpg);
}

header nav ul .news a {
  background-image: url(../img/nav_btn_news.jpg);
}

header nav ul .businesscontent a {
  background-image: url(../img/nav_btn_businesscontent.jpg);
}

header nav ul .flow a {
  background-image: url(../img/nav_btn_nursing.jpg);
}

header nav ul .access a {
  background-image: url(../img/nav_btn_access.jpg);
}

/* index
	----------------------------------------*/
#index html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

#index section {
  overflow: hidden;
  width: 100%;
}

#index .cont {
  padding: 120px 0 100px;
}

#index section:nth-child(even) {
  background: #faebe1;
}

#index #mainvisual {
  height: 550px;
  text-indent: -9999px;
  background: url(../img/img_main.png) no-repeat center;
}

#index #sp_mainvisual {
  display: none;
}

#index h2 {
  text-align: center;
  margin: 0 0 60px;
}

#index #businessinfo h2 {
  margin: 0 0 40px;
}

#index #businessinfo h3 {
  width: 70%;
  margin: 0 auto;
}

#index #businessinfo h3 img {
  max-width: 100%;
}

#index #businessinfo .businessinfo_lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

#index #businessinfo .businessinfo_map h4 {
  text-align: center;
  margin-bottom: 10px;
}

#index #businessinfo dl {
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: solid 1px #c7b7a7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c7b7a7;
  line-height: 1.6;
  /*padding: 60px 0 60px 250px;
					border-top: solid 1px #c7b7a7;*/
  /*border-top: solid 1px #c7b7a7;*/
}

#index #businessinfo dl dt {
  float: left;
  width: 200px;
  padding-top: 20px;
  border-top: solid 1px #c7b7a7;
}

#index #businessinfo dl dd {
  padding: 20px 0 20px 200px;
  border-top: solid 1px #c7b7a7;
}

#index #businessinfo dl dd:last-child {
  margin-bottom: 0;
}

#index #businessinfo .schedule {
  padding: 0px 0 0 0;
  text-align: center;
}

#index #staff .staff_box {
  background: #fff;
  padding: 60px 50px;
  overflow: hidden;
}

#index #staff .staff_box .staff_img {
  float: right;
  width: 200px;
}

#index #staff .staff_box .staff_img img {
  max-width: 100%;
}

#index #staff .staff_box .cont-text {
  padding-right: 270px;
}

#index #staff .staff_box .cont-text p {
  margin-bottom: 20px;
}

#index #staff .staff_box .cont-text p span {
  font-weight: bold;
}

#index #staff .staff_box .cont-text p:nth-last-child(1) {
  margin-bottom: 0px;
}

#index #news dl {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: solid 1px #c7b7a7;
  line-height: 1.6;
}

#index #news dl dt {
  float: left;
  width: 200px;
  padding-top: 30px;
  border-top: solid 1px #c7b7a7;
}

#index #news dl dd {
  padding: 30px 0 30px 200px;
  border-top: solid 1px #c7b7a7;
}

#index #news dl .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#index #news dl .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#index #businesscontent .businesscontent_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #c7b7a7;
  padding: 30px 0;
}

#index #businesscontent .businesscontent_wrapper h3 {
  margin-right: 30px;
}

#index #flow .flowchart {
  background: #fff;
  padding: 60px 100px;
  margin-bottom: 30px;
}

#index #flow .flowchart h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
}

#index #flow .flowchart h5 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.2;
}

#index #flow .flowchart-pd {
  padding: 60px 50px;
}

#index #flow .flow_box .flow_box_list {
  margin-top: 40px;
  /*display: flex;
				flex-wrap: wrap;*/
}

#index #flow .flow_box .flow_box_list li {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  line-height: 1.4;
  /*background: #fff7f4;*/
  background: #f8e6e0;
  margin-bottom: 15px;
  border-radius: 18px;
}

#index #flow .flow_box .flow_box_list li:nth-last-child(1) {
  margin-bottom: 0;
}

#index #flow .flow_box .flow_box_list li:before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background: #fff;
  /*background: #00893f;*/
}

#index #flow .flow_box_02 {
  margin: 60px 0 0;
}

#index #flow .flow_box_02 h5 {
  font-weight: normal;
}

#index #flow .flow_box_arrow {
  text-align: center;
  margin: 40px 0;
}

#index #flow .flow_box_arrow_02 {
  text-align: center;
  margin: 20px 0;
}

#index #flow ol {
  background: url(../img/flow_img_flowchartbg.jpg) repeat-y left;
}

#index #flow ol li {
  padding: 10px 0 50px 170px;
}

#index #flow ol li h4 {
  font-size: 2rem;
  margin-bottom: 5px;
}

#index #flow ol li p {
  line-height: 1.6;
}

#index #flow ol .flowchart_cont01 {
  background: url(../img/flow_img_flowchart01.png) no-repeat top left;
}

#index #flow ol .flowchart_cont01 .btn_contact {
  float: left;
  margin-right: 10px;
}

#index #flow ol .flowchart_cont01 .tel {
  margin-top: 15px;
  font-weight: bold;
}

#index #flow ol .flowchart_cont02 {
  background: url(../img/flow_img_flowchart02.png) no-repeat top left;
}

#index #flow ol .flowchart_cont03 {
  background: url(../img/flow_img_flowchart03.png) no-repeat top left;
}

#index #flow ol .flowchart_cont04 {
  background: url(../img/flow_img_flowchart04.png) no-repeat top left;
}

#index #flow ol .flowchart_cont05 {
  background: url(../img/flow_img_flowchart05.png) no-repeat top left;
}

#index #flow ol .flowchart_cont06 {
  background: url(../img/flow_img_flowchart06.png) no-repeat top left;
  height: 73px;
  padding-bottom: 41px;
}

#index #access h2 {
  margin-bottom: 40px;
}

#index #access .access_lead {
  text-align: center;
  margin-bottom: 30px;
}

#index #access .visual {
  margin-bottom: 60px;
}

#index #access address {
  font-style: normal;
  margin: 10px 0 30px 0;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: solid 1px #c7b7a7;
}

#index #access .cont {
  margin-bottom: 60px;
  padding-bottom: 0;
}

#index #access .access_box {
  background: #fff;
  padding: 40px 50px 60px;
}

#index .google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

#index .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#index footer {
  margin-top: 0;
}

/* SP base
	----------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
  section > div {
    padding: 40px 0 25px;
  }
  #contents {
    padding-top: 0;
  }
  .cont {
    width: 92%;
    margin: 0 auto;
    padding: 0 4%;
  }
  .header_cont {
    width: 92%;
    padding: 0 4%;
  }
  nav {
    display: none;
  }
  header {
    overflow: hidden;
    position: static;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    height: auto;
    border-bottom: solid #91b821 4px;
  }
  header .header_left {
    float: none;
    height: auto;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }
  header .header_left h1 {
    width: 100%;
    margin-right: 0;
  }
  header .header_left .lifecare {
    display: none;
  }
  header .header_left img {
    width: 80%;
  }
  header .header_right {
    display: none;
  }
  header .header_menu_sp {
    display: block;
    overflow: hidden;
  }
  header .header_menu_sp a {
    text-decoration: none;
    border-radius: 3px;
  }
  header .header_menu_sp .header_btn {
    /*float: left;
				width: 49%;
				margin-bottom: 2%;*/
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  header .header_menu_sp .header_btn a {
    background-color: #46290a;
    /*padding: 10px 0;*/
    padding: 14px 0;
    color: #fff;
    line-height: 1;
  }
  header .header_menu_sp .company_sp {
    margin-right: 2%;
  }
  header .header_menu_sp .header_tel_sp a {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    color: #46290a;
  }
  header .header_menu_sp .contact_sp a {
    clear: both;
    background-color: #00893f;
    color: #fff;
    padding: 14px 0;
    line-height: 1;
  }
  header .header_menu_sp .lifecare_sp {
    margin: 3% auto 0;
  }
  header .header_menu_sp .lifecare_sp img {
    width: 60%;
  }
  footer #btn_home {
    display: block;
    margin-bottom: 10px;
  }
  footer #btn_home a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }
  .bold {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  img {
    max-width: 100%;
  }
  #pagetop, #pagetop img {
    width: 64px;
  }
}

/* SP index
	----------------------------------------*/
@media screen and (max-width: 768px) {
  #index header, #index #contents {
    line-height: 1.6;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
  #index section > div {
    padding: 40px 0 40px;
  }
  #index .cont {
    padding: 0;
  }
  #index #mainvisual {
    display: none;
  }
  #index #sp_mainvisual {
    display: block;
  }
  #index h2 {
    text-align: center;
    margin: 0 0 40px 0;
  }
  #index h2 img {
    max-width: 100%;
  }
  #index #businessinfo h2 {
    margin-bottom: 20px;
  }
  #index #businessinfo h3 {
    float: none;
    margin-right: 0;
    text-align: center;
    padding: 30px 0 10px 0;
    border-top: solid 1px #c7b7a7;
  }
  #index #businessinfo dl {
    padding: 0;
    border-top: none;
  }
  #index #businessinfo dl dt {
    width: 100%;
    float: none;
  }
  #index #businessinfo dl dd {
    border-top: none;
    padding: 10px 0 20px 0;
    margin-left: 0;
  }
  #index #businessinfo dl dd:last-child {
    margin-bottom: 30px;
  }
  #index #businessinfo dl.last {
    margin-bottom: 40px;
    border-bottom: solid 1px #c7b7a7;
  }
  #index #businessinfo .businessinfo_map h3 {
    width: 100%;
    border-top: none;
    padding: 10px 0;
  }
  #index #staff .staff_box {
    width: 100%;
    margin: 0;
    padding: 30px 10px 20px;
    border-bottom: solid 1px #c7b7a7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index #staff .staff_box .cont-text {
    padding-right: 0;
  }
  #index #staff .staff_box .staff_img {
    text-align: center;
    margin: 0 0 10px 10px;
    width: 33%;
  }
  #index #news dl {
    margin-bottom: 30px;
  }
  #index #news dl dt {
    float: none;
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px #c7b7a7;
  }
  #index #news dl dd {
    padding: 10px 0 20px 0;
    border-top: none;
  }
  #index #businesscontent .businesscontent_wrapper {
    display: block;
    /*align-items: center;
				border-top: solid 1px #c7b7a7;*/
    padding: 0 0 30px;
  }
  #index #businesscontent .businesscontent_wrapper h3 {
    text-align: center;
    padding: 30px 0;
    margin-right: 0;
  }
  #index #flow .flowchart {
    padding: 30px 10px 20px 10px;
    margin-bottom: 20px;
  }
  #index #flow .flowchart h3 {
    margin-bottom: 15px;
  }
  #index #flow .flowchart h3 img {
    max-width: 80%;
  }
  #index #flow .flow_box .flow_box_list {
    display: block;
    margin-top: 20px;
  }
  #index #flow .flow_box .flow_box_list li {
    width: 100%;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0 5px;
    padding-left: 1.8em;
    text-indent: -1.8em;
    line-height: 1.4;
  }
  #index #flow .flow_box .flow_box_list li:nth-child(2n) {
    width: 100%;
  }
  #index #flow .flow_box .flow_box_list li:before {
    margin-left: 8px;
    top: 0px;
  }
  #index #flow ol {
    background: none;
  }
  #index #flow ol li {
    padding: 10px 0 40px 0;
    border-top: solid 1px #c7b7a7;
  }
  #index #flow ol li h4 {
    font-size: 2rem;
    margin-bottom: 5px;
    margin-top: 120px;
    text-align: center;
  }
  #index #flow ol li p {
    line-height: 1.6;
  }
  #index #flow ol li:first-child {
    border-top: none;
  }
  #index #flow ol li:last-child {
    border-bottom: solid 1px #c7b7a7;
  }
  #index #flow ol .flowchart_cont01 {
    background: url(../img/flow_img_flowchart01.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont01 .btn_contact {
    margin-top: 10px;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #index #flow ol .flowchart_cont01 .tel {
    margin-top: 10px;
    text-align: center;
  }
  #index #flow ol .flowchart_cont02 {
    background: url(../img/flow_img_flowchart02.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont03 {
    background: url(../img/flow_img_flowchart03.png) no-repeat center 20px;
  }
  #index #flow ol .flowchart_cont04 {
    background: url(../img/flow_img_flowchart04.png) no-repeat center 20px;
    height: auto;
    padding: 10px 0 20px;
  }
  #index #flow ol .flowchart_cont04 h4 {
    margin-top: 140px;
  }
  #index #flow ol .flowchart_cont05 {
    background: url(../img/flow_img_flowchart05.png) no-repeat center 20px;
    height: auto;
    padding: 10px 0 20px;
  }
  #index #flow ol .flowchart_cont06 {
    background: url(../img/flow_img_flowchart06.png) no-repeat center 20px;
    height: auto;
    padding: 10px 0 20px;
  }
  #index #flow ol .flowchart_cont06 h4 {
    margin-top: 140px;
  }
  #index #flow .flow_box_02 {
    margin: 30px 0 0;
  }
  #index #flow .flow_box_arrow {
    text-align: center;
    margin: 20px 0;
  }
  #index #flow .flow_box_arrow_02 {
    text-align: center;
    margin: 10px 0;
  }
  #index #access h2 {
    margin-bottom: 20px;
  }
  #index #access .access_lead {
    margin-bottom: 20px;
  }
  #index #access .visual {
    margin-bottom: 30px;
  }
  #index #access .visual img {
    width: 100%;
  }
  #index #access address {
    font-style: normal;
    margin: 10px 0 30px 0;
    line-height: 1.6;
  }
  #index #access .cont {
    width: 92%;
    margin: 0 auto;
  }
  #index #access .access_box {
    padding: 30px 10px 20px;
  }
  #index .google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
  }
  #index footer #btn_home {
    display: none;
  }
}

/* PC form
	----------------------------------------*/
.form .req_ico {
  margin-left: 6px;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 1rem;
  color: #fff;
  background-color: #fa3232;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  margin: 0;
  padding: 6px;
  border: none;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cfcfcf;
  font-size: 1.5rem;
  font-family: inherit;
}

.form input[type="text"],
.form input[type="tel"] {
  width: 300px;
}

.form input[type="email"] {
  width: 500px;
}

.form textarea {
  width: 500px;
}

.form input[type="submit"] {
  font-family: inherit;
}

.form .err_massage {
  margin-bottom: 20px;
  padding: 20px;
  color: #fa3239;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fa3239;
}

.form .txt_err {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  color: #fa3239;
  font-weight: bold;
}

.form .txt_err:before {
  font-family: FontAwesome;
  content: "\f06a";
  position: absolute;
  left: 0;
}

.form .contact_form_name .itemname {
  width: 180px;
  float: left;
}

.form .contact_form_name .txt_small {
  width: auto;
}

.form .contact_form_name input {
  margin-bottom: 14px;
}

.contact_form #mainvisual {
  height: 176px;
  text-indent: -9999px;
  background: url(../img/contact/contact_img_main.jpg) no-repeat center;
  margin-bottom: 40px;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
}

.contact_form #sp_mainvisual {
  display: none;
}

.form_err .req input,
.form_err .req textarea {
  background-color: #fdcecd;
}

.form_confirm .back_btn {
  float: left;
  width: 180px;
  margin: 0 auto;
  font-family: inherit;
}

.form_confirm .back_btn button {
  display: block;
  text-align: center;
  width: 180px;
  padding: 20px 0;
  background-color: #bbb;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 3px;
  border: none;
  font-family: inherit;
}

.form_confirm .back_btn button:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form_fix .txt_strong {
  font-size: 2rem;
  margin-bottom: 20px;
}

.form_fix p {
  margin-bottom: 10px;
}

.form_fix .txt {
  margin-bottom: 40px;
}

.hopetime {
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #cfcfcf;
}

.hopetime select {
  margin-bottom: 10px;
}

/* SP form
	----------------------------------------*/
@media screen and (max-width: 768px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    width: 96%;
    padding: 2%;
  }
  .form .contact_form_name .itemname {
    width: 100%;
    float: none;
  }
  .form .contact_form_name .txt_small {
    width: auto;
  }
  .form .contact_form_name input {
    margin-bottom: 14px;
  }
  .form_confirm .btn_area {
    overflow: hidden;
  }
  .form_confirm .back_btn {
    width: 130px;
  }
  .form_confirm .back_btn button {
    width: 130px;
    font-size: 1.4rem;
  }
  .form_confirm .btn {
    float: right;
    width: auto;
  }
  .form_confirm .btn input {
    width: 130px;
    font-size: 1.4rem;
  }
}

/* PC 新着情報
	----------------------------------------*/
#news_index #mainvisual, #news_detail #mainvisual {
  height: 176px;
  margin-bottom: 40px;
  text-indent: -9999px;
  background: url(../img/news_img_main.jpg) no-repeat center;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

#news_index #sp_mainvisual, #news_detail #sp_mainvisual {
  display: none;
}

#news_index dl {
  overflow: hidden;
  border-bottom: solid 1px #c7b7a7;
  line-height: 1.6;
}

#news_index dl dt {
  float: left;
  width: 200px;
  padding-top: 30px;
  border-top: solid 1px #c7b7a7;
}

#news_index dl dd {
  padding: 30px 0 30px 200px;
  border-top: solid 1px #c7b7a7;
}

#news_index dl dd a {
  text-decoration: underline;
}

#news_index dl .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#news_index dl .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#news_detail .news_date {
  margin-bottom: 30px;
  font-weight: bold;
}

#news_detail .news_img {
  margin-bottom: 20px;
}

#news_detail .news_txt {
  width: 720px;
  margin-bottom: 20px;
}

#news_detail .news_txt p {
  margin-bottom: 20px;
}

#news_detail .wrap {
  padding-bottom: 30px;
  border-bottom: solid 1px #c7b7a7;
  margin-bottom: 30px;
}

#news_detail .btn {
  margin: 0;
}

#news_detail .link_area {
  margin-top: 30px;
  margin-bottom: 30px;
}

#news_detail .link_area a {
  text-decoration: underline;
}

#news_detail .link_area .news_pdf a:after {
  font-family: FontAwesome;
  content: " \f1c1";
}

#news_detail .link_area .news_blank a:after {
  font-family: FontAwesome;
  content: " \f08e";
}

#news_detail #youtube_area {
  margin: 20px 0 30px 0;
}

/* SP 新着情報
	----------------------------------------*/
@media screen and (max-width: 768px) {
  #news_index dl dt {
    float: none;
    padding-top: 20px;
    width: 100%;
  }
  #news_index dl dd {
    padding: 10px 0 20px;
    border-top: none;
  }
  #news_detail .news_txt {
    width: 100%;
  }
  #news_detail #youtube_area {
    width: 100%;
  }
}

/* 下層base
----------------------------------------*/
#company_index a, #recruit_index a, #contact_index a, .form a {
  text-decoration: none;
}

#company_index #contents, #recruit_index #contents, #contact_index #contents, .form #contents {
  margin-bottom: 60px;
}

#company_index section, #recruit_index section, #contact_index section, .form section {
  margin-bottom: 40px;
}

#company_index #mainvisual, #recruit_index #mainvisual, #contact_index #mainvisual, .form #mainvisual {
  margin-bottom: 40px;
}

#company_index #sp_mainvisual, #recruit_index #sp_mainvisual, #contact_index #sp_mainvisual, .form #sp_mainvisual {
  display: none;
}

/* company
----------------------------------------*/
#company_index #mainvisual {
  height: 176px;
  text-indent: -9999px;
  background: url(../img/company/company_img_main.jpg) no-repeat center;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
}

#company_index dl.table {
  margin: 10px 0 20px 0;
}

#company_index .txt {
  margin-bottom: 20px;
}

#company_index dl.itemize dt {
  line-height: 1.6;
}

#company_index dl.itemize dd {
  margin-bottom: 30px;
  margin-left: 26px;
}

#company_index dl.itemize dd:last-child {
  margin-bottom: 0;
}

/* SP
----------------------------------------*/
@media screen and (max-width: 768px) {
  #company_index section, #recruit_index section {
    margin-bottom: 0;
    padding: 40px 0 0;
  }
  #company_index #care, #company_index #rehabili, #company_index #nurse, #recruit_index #care, #recruit_index #rehabili, #recruit_index #nurse {
    margin-top: 0;
    padding-top: 0;
  }
  #company_index #mainvisual, #recruit_index #mainvisual {
    margin-bottom: 0;
  }
  #company_index #recruit_header li, #recruit_index #recruit_header li {
    float: none;
    margin-right: 0px;
  }
  .ttl {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    border-bottom: solid 2px #00893f;
  }
  dl.table {
    display: table;
    overflow: hidden;
    width: 100%;
    margin: 16px 0 30px 0;
    border-top: solid 1px #91b821;
    border-bottom: solid 1px #91b821;
  }
  dl.table dt {
    display: table-cell;
    float: left;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    border-bottom: none;
  }
  dl.table dd {
    display: table-cell;
    float: left;
    width: 100%;
    padding: 10px 4%;
    border-bottom: dotted 1px #91b821;
  }
}

/*# sourceMappingURL=maps/common.css.map */
