@charset "UTF-8";
/* =================================================== *

    ページ全体

 * =================================================== */
body {
  height: 100%;
}
body.recruit {
  color: #000000;
}
body.recruit p {
  line-height: 2.1;
}
html.fix, body.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}
.content960 {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
a.textlink {}
.maru {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.eng {
  font-family: 'Ropa Sans', sans-serif;
}
.b {
  font-weight: bold !important;
}
.green {
  color: #006837 !important;
}
.middleborder {
  overflow: hidden;
}
.middleborder span.middleborder-inner {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.middleborder span.middleborder-inner:before, .middleborder span.middleborder-inner:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 100%;
  max-width: 120px;
  height: 3px;
  background-color: #6bc600;
}
.middleborder span.middleborder-inner:before {
  right: 100%;
}
.middleborder span.middleborder-inner:after {
  left: 100%;
}
a.category-link {
  background: #a0a0a0;
  color: white !important;
  width: 100%;
  display: block;
  border-radius: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #a0a0a0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.category-link i {
  margin-left: 0.5em;
}
a.category-link-news {
  background: #6bc600;
  border-color: #6bc600;
}
a.category-link-news:hover {
  background: white;
  color: #6bc600 !important;
}
a.category-link-important {
  background: #ff0000;
  border-color: #ff0000;
}
a.category-link-important:hover {
  background: white;
  color: #ff0000 !important;
}
a.category-link-study {
  background: #67cbe6;
  border-color: #67cbe6;
}
a.category-link-study:hover {
  background: white;
  color: #67cbe6 !important;
}
a.category-link-news2 {
  background: #7b7b7b;
  border-color: #7b7b7b;
}
a.category-link-news2:hover {
  background: white;
  color: #7b7b7b !important;
}
a.category-link-floor {
  background: #ec8f5a;
  border-color: #ec8f5a;
}
a.category-link-floor:hover {
  background: white;
  color: #ec8f5a !important;
}
a.category-link-all {
  background: #006837;
  border-color: #006837;
}
a.category-link-all:hover {
  background: white;
  color: #006837 !important;
}
a.category-link-pink {
  background: #f2a5c6;
  border-color: #f2a5c6;
}
a.category-link-pink:hover {
  background: white;
  color: #f2a5c6 !important;
}
a.category-link-column {
  background: #f2a5c6;
  border-color: #f2a5c6;
}
a.category-link-column:hover {
  background: white;
  color: #f2a5c6 !important;
}
div.green-btn {
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
div.green-btn > a {
  color: white;
  background: #6bc600;
  border: 1px solid #6bc600;
  padding: 5px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div.green-btn > a:hover {
  background: white;
  color: #6bc600;
}
.link-hover{
    transition: 0.3s;
}
.link-hover:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .content960 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content960 {
    padding-left: 3%;
    padding-right: 3%;
  }
  a.category-link {
    padding: 0;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  a.hov {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  a.hov:hover {
    opacity: 0.6;
  }
  a:hover {}
  a.textlink:hover {
    text-decoration: underline;
  }
}
/* =================================================== *

  ヘッダ

 * =================================================== */
header#header {
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, .9);
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.recruit header#header {
  height: 90px;
}
header#header > .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.recruit header#header > .inner {
  padding-top: 0;
  padding-bottom: 0;
}
header#header > .inner > .el-left {
  width: 25%;
  margin-right: 4.9%;
}
body.recruit header#header > .inner > .el-left {
  width: 20%;
  margin-right: 3.9%;
}
div#header-logo {
  width: 100%;
  max-width: 237px;
  margin-right: auto;
  margin-left: 0;
}
body.recruit div#header-logo {
  max-width: 165px;
}
body.recruit header#header > .inner > .el-center {
  width: 57%;
  margin-right: 2.9%;
}
header#header > .inner > .el-right {
  width: 59%;
  margin-right: 2.9%;
}
body.recruit header#header > .inner > .el-right {
  width: 16%;
  margin-right: 0;
}
ul#header-nav {
  text-align: right;
  margin-top: 20px;
}
ul#header-nav > li {
  width: 45%;
  margin-right: 4.9%;
}
ul#header-nav > li:last-child {
  margin-right: 0;
}
li#header-menu-news {
  max-width: 116px;
}
li#header-menu-access {
  max-width: 122px;
}
li#header-menu-contact {
  max-width: 110px;
}
body.company div#header-togglebtn {
  width: 8%;
  max-width: 50px;
  margin-top: 0;
  float: right;
}
body.recruit header#header > .inner > .el-left, body.recruit header#header > .inner > .el-center {
  padding-top: 25px;
  padding-bottom: 27px;
}
body.recruit ul#header-nav {
  text-align: left;
  margin-top: 1.2%;
}
body.recruit ul#header-nav > li {
  width: auto;
  margin-right: 4.4%;
}
body.recruit ul#header-nav > li:last-child {
  margin-right: 0;
}
body.recruit ul#header-nav > li#header-menu-message {
  max-width: 122px;
  width: 24%;
}
body.recruit ul#header-nav > li#header-menu-job {
  max-width: 101px;
  width: 21%;
}
body.recruit ul#header-nav > li#header-menu-human {
  max-width: 87px;
  width: 17%;
}
body.recruit ul#header-nav > li#header-menu-want {
  max-width: 122px;
  width: 24%;
  margin-top: 3px;
}
body.recruit ul#header-nav > li:last-child {
  margin-right: 0;
}
body.recruit ul#header-nav > li img {
  vertical-align: bottom;
}
div#header-entrybtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  max-width: 150px;
  width: 100%;
}
div#header-entryoukou {
  max-width: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 150px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
div#header-entryoukou > a {
  background: #ff6daa;
  border: 1px solid #ff6daa;
  color: white;
  padding: 38px 5px;
}
div#header-entrybtn > a {
  background: #6bc600;
  border: 1px solid #6bc600;
  color: white;
  padding: 38px 5px;
}
div#overlay, div#overlay-company {
  width: 100%;
  height: 100%;
  z-index: 9;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
nav#company-nav {
  width: 100%;
  position: fixed;
  display: none;
  top: 110px;
  left: 0;
  z-index: 11;
}
ul#company-nav-list > li {
  font-size: 1.8rem;
  border-bottom: 1px solid #6bc600;
}
ul#company-nav-list > li > a {
  color: #6bc600;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
ul#company-nav-list > li > a:hover {
  background: #bbe58b;
  color: #006837;
}
ul#company-nav-list {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 150px;
}
div#header-newsbtn, div#header-accessbtn, div#header-contactbtn {
  display: none;
}
ul.company-nav-sub-list {
  font-size: 0;
}
ul.company-nav-sub-list li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  border-bottom: 1px solid #6bc600;
  font-size: 1.6rem;
  text-align: left;
  background: #f1f1f1;
}
ul.company-nav-sub-list li:nth-child(2n-1) {
  border-right: 1px solid #6bc600;
}
ul.company-nav-sub-list li a {
  color: #6bc600;
}
@media screen and (max-width: 1000px) {
  body.recruit header#header > .inner {
    padding-right: 0;
  }
  div#header-entrybtn {
    font-size: 1.1rem;
    max-width: 90px;
  }
  div#header-entryoukou {
    font-size: 1.1rem;
    right: 90px;
    max-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  header#header, body.recruit header#header {
    height: 55px;
  }
  header#header > .inner {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body.recruit header#header > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.recruit header#header > .inner > .el-left, body.recruit header#header > .inner > .el-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.recruit header#header > .inner > .el-left {
    width: 165px;
    margin-right: 15px;
    padding-left: 15px;
  }
  body.company header#header > .inner > .el-left {
    margin-right: 10px;
    padding-left: 10px;
  }
  body.recruit header#header > .inner > .el-center {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    margin-right: 15px;
    padding-top: 6px;
    padding-bottom: 5px;
  }
  body.recruit header#header > .inner > .el-right {
    width: 85px;
    position: absolute;
    right: 0;
    top: 0;
  }
  div#header-entrybtn {
    font-size: 1.1rem;
  }
  div#header-entrybtn > a {
    padding: 17px 3px 17px;
  }
  ul#header-nav {
    display: none;
  }
  body.recruit ul#header-nav {
    position: fixed;
    top: 55px;
    display: block;
    width: 100%;
    left: 0;
    margin-top: 0;
    background: transparent;
    padding-left: 3%;
    padding-right: 3%;
    z-index: 11;
    display: none;
  }
  body.recruit ul#header-nav > li {
    display: block;
    width: 100% !important;
    max-width: none !important;
    text-align: center;
    border-bottom: 1px solid #6bc600;
  }
  body.recruit ul#header-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.recruit ul#header-nav > li#header-menu-message img {
    width: 150px;
  }
  body.recruit ul#header-nav > li#header-menu-job img {
    width: 132px;
  }
  body.recruit ul#header-nav > li#header-menu-human img {
    width: 110px;
  }
  body.recruit ul#header-nav > li#header-menu-want img {
    width: 155px;
  }
  div#header-togglebtn {
    width: 40px;
    margin-right: 0;
    margin-left: auto;
  }
  body.recruit ul#header-nav > li#header-menu-message > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  body.recruit ul#header-nav > li#header-menu-want {
    margin-top: 0;
  }
  body.recruit ul#header-nav > li#header-menu-want > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  ul#company-nav-list {
    padding-left: 3%;
    padding-right: 3%;
  }
  nav#company-nav {
    top: 55px;
  }
  body.company div#header-togglebtn {
    width: 40px;
    max-width: none;
    margin-right: 10px;
  }
  div#header-newsbtn, div#header-accessbtn, div#header-contactbtn {
    width: 40px;
    display: inline-block;
    margin-right: 5px;
    float: right;
  }
  ul#company-nav-list > li {
    font-size: 1.6rem;
  }
  ul.company-nav-sub-list li {
    font-size: 1.3rem;
    text-align: left;
  }
  ul.company-nav-sub-list li a {
    color: #6bc600;
  }
  body.company header#header > .inner > .el-left {
    width: 120px;
  }
  body.company header#header > .inner > .el-right {
    width: 0;
    margin-right: 0;
  }
  body.company div#header-logo {
    margin-top: 8px;
  }
}
/* =================================================== *

  トップページ

 * =================================================== */
div#top-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 680px;
  /* background: url(../images/top/mainvisual.png) 50% 60% no-repeat;
    background-size: cover; */
  background: transparent;
}
div#top-mainvisual > div.mainvisual-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 960px;
  height: 400px;
}
div#top-mainvisual > div.mainvisual-inner {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 960px;
  height: 150px;
}
h1#top-h1 {
  font-size: 3.3rem;
  letter-spacing: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  filter: drop-shadow(1px 1px 3px #fff);
}
p#top-mainvisual-text1 {
  font-size: 2.0rem;
  letter-spacing: 7px;
  line-height: 1.8;
}
div#top-section1 {
  background: url(../images/nami-white.png) top left repeat-x;
  margin-top: -35px;
  padding-top: 75px;
  padding-bottom: 45px;
  z-index: 1;
  position: relative;
}
.cloud-banner {
  background:#1cb0a4; 
  width:100%;
  text-align: center;
}
.cloud-banner img{
  max-width:1036px;
  width:100%;
}
ul.navigation-main {
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}
ul.navigation-main > li {
  width: 16.66%;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 2px;
}
ul.navigation-main > li > a {
  color: #6bc600;
  border-right: 1px solid #6bc000;
  height: 100%;
  padding: 2px 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.navigation-main > li > a:hover {
  color: #006837;
}
ul.navigation-main > li:first-child > a {
  border-left: 1px solid #6bc000;
}
ul.navigation-service {
  text-align: center;
  margin-bottom: 45px;
}
ul.navigation-service-about, ul.navigation-service-about2 {
  text-align: center;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
}
ul.navigation-service > li {
  width: 19%;
  margin-right: 1.2%;
  max-width: 182px;
}
ul.navigation-service-about > li {
  width: 30%;
  margin-right: 1.2%;
  max-width: 300px;
}
ul.navigation-service-about > li:last-child {
  margin-right: 0%;
}
ul.navigation-service > li:last-child {
  margin-right: 0;
}
ul.navigation-service-about2 > li {
  width: 48.5%;
  margin-right: 1.2%;
  max-width: 300px;
}
ul.navigation-service-about2.mb-chousei {
  margin-bottom: 1.2%;
}
ul.navigation-about > li:last-child {
  margin-right: 0;
}
ul.navigation-about2 > li:nth-child(2n) {
  margin-right: 0;
}
h2.top-midashi {
  color: #6bc600;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
}
table a {
  color: #006837 !important;
}
table#top-section1-table1 {
  width: 100%;
  border-top: 2px solid #6bc600;
  border-bottom: 2px solid #6bc600;
  margin-top: 20px;
  margin-bottom: 10px;
}
table#top-section1-table1 td {
  border-bottom: 1px dashed #6bc600;
  padding-top: 8px;
  padding-bottom: 8px;
}
table#top-section1-table1 tr:first-child td {
  padding-top: 12px;
}
table#top-section1-table1 tr:last-child td {
  padding-bottom: 12px;
  border-bottom: 0;
}
table#top-section1-table1 td.time {
  width: 100px;
  padding-left: 10px;
  padding-right: 5px;
}
table#top-section1-table1 td.category {
  font-size: 1.1rem;
  text-align: center;
  width: 90px;
  padding-left: 5px;
  padding-right: 5px;
}
table#top-section1-table1 td.blog-title {
  padding-left: 10px;
  padding-right: 10px;
}
table#top-section1-table1 td.blog-title > a {
  color: #666666;
}
div#top-section1-btn1 {
  width: 90px;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.1rem;
  text-align: center;
}
div#top-section1-bannerarea > div, div#company-footer-list3 > div {
  width: 49.5%;
  margin: 0 auto 40px;
}
div#top-section1-bannerarea > div, div#company-footer-list2 > div {
  width: 49.5%;
  margin-right: 0.9%;
}
div#top-section1-bannerarea > div:nth-child(2n), div#company-footer-list2 > div:nth-child(2n) {
  margin-right: 0;
}
div#top-section1-bannerarea {
  margin-top: 30px;
  margin-bottom: 35px;
}
div#top-section1-banner1 {
  max-width: 475px;
}
div#top-section1-banner2 {
  max-width: 475px;
  margin-top: 2.5%;
}
ul#top-section1-menu3, ul#company-footer-list3 {
  text-align: center;
  margin-top: 15px;
}
ul#top-section1-menu3 > li, ul#company-footer-list3 > li {
  width: 19%;
  margin-right: 1.2%;
  max-width: 182px;
}
ul#top-section1-menu3 > li:last-child, ul#company-footer-list3 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  div#top-mainvisual > div.mainvisual-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  h1#top-h1 {
    font-size: 2.8rem;
    letter-spacing: 12px;
  }
  p#top-mainvisual-text1 {
    font-size: 1.6rem;
    letter-spacing: 5px;
  }
  ul.navigation-service > li, ul#top-section1-menu3 > li, ul#company-footer-list3 > li {
    width: 48.5%;
    margin-right: 2.9%;
    margin-bottom: 15px;
    max-width: 240px;
  }
  ul.navigation-service > li:nth-child(2n), ul#top-section1-menu3 > li:nth-child(2n), ul#company-footer-list3 > li:nth-child(2n) {
    margin-right: 0;
  }
  ul.navigation-service-about, ul.navigation-service-about2 {
    display: block;
  }
  ul.navigation-service-about > li {
    width: 100%;
    margin-right: 0%;
    margin: 0 auto 1.2%;
    max-width: 270px;
  }
  ul.navigation-service-about > li:last-child {
    margin: 0 auto !important;
  }
  ul.navigation-service-about2 > li {
    width: 100%;
    margin-right: 0%;
    margin: 0 auto 1.2%;
    max-width: 270px;
  }
  div#top-section1-bannerarea > div, div#company-footer-list2 > div {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
    display: block;
  }
  div#top-section1-bannerarea > div, div#company-footer-list3 > div {
    width: 100%;
    margin: 0 auto 30px;
  }
  ul.navigation-main > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #6bc000;
    font-size: 1.5rem;
  }
  ul.navigation-main > li > a {
    border-left: none !important;
    border-right: none !important;
    display: block;
    height: auto;
    padding: 10px 5%;
  }
  div#top-mainvisual {
    background: url(../images/top/mainvisual-sp.png) 35% 50% no-repeat !important;
    background-size: cover !important;
    height: 643px;
  }
  div#top-section1 {
    background: none;
    margin-top: 0;
    padding-top: 15px;
  }
  ul.navigation-main {
    display: none;
  }
  table#top-section1-table1, table#top-section1-table1 > tbody, table#top-section1-table1 > tbody > tr {
    display: block;
  }
  table#top-section1-table1 > tbody > tr {
    width: 100%;
    font-size: 0;
    border-bottom: 1px dashed #6bc600;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  table#top-section1-table1 > tbody > tr:last-child {
    border-bottom: 0;
  }
  table#top-section1-table1 > tbody > tr > td {
    font-size: 1.4rem;
    display: inline-block;
    border-bottom: none;
  }
  table#top-section1-table1 > tbody > tr > td.time {
    font-size: 1.2rem;
    padding: 0px 5px;
    width: 75px;
  }
  table#top-section1-table1 > tbody > tr > td.category {
    font-size: 1.2rem;
    padding: 0px 5px;
  }
  table#top-section1-table1 > tbody > tr > td.blog-title {
    width: 100%;
    margin-top: 5px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
  }
  div#top-section1-btn1 > a.category-link {
    padding: 2px 5px;
  }
}
@media screen and (min-width:300px) and (max-width:767px) {
  div#top-mainvisual {
    background: url(../images/top/mainvisual-sp.png) 50% 50% no-repeat !important;
    background-size: cover !important;
    height: 400px;
  }
}
/* テーブルスタイル */
table.table01 {
  width: 100%;
  border-spacing: 0;
  font-size: 1.6rem;
}
table.table01 th {
  border-bottom: solid 2px #006837;
  padding: 10px 0;
  width: 30%;
}
table.table01 td {
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  table.table01 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* =================================================== *

   採用トップ

 * =================================================== */
body#recruit-top main#main {
  overflow-x: hidden;
}
div#recruit-top-mainvisual {
  background: transparent;
  height: 1200px;
}
h1#recruit-top-h1 {
  max-width: 600px;
  width: 100%;
  height: 340px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50vh;
  bottom: auto;
  z-index: 1;
}
div#recruit-top-section1 {
  padding-top: 50px;
  padding-bottom: 25px;
}
div#recruit-top-section1-entrybtn {
  width: 326px;
  position: absolute;
  left: auto;
  right: -165px;
  top: -183px;
  z-index: 1;
}
h2.recruit-top-midashi {
  font-size: 3.5rem;
  font-style: italic;
  color: #000000;
  text-align: center;
  letter-spacing: 15px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
}
p.recruit-top-midashi-eng {
  font-size: 1.8rem;
  color: #ff68a7;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 0;
}
div#recruit-top-section1-layout1 {
  margin-top: 45px;
}
div#recruit-top-section1-layout1 > .el-left {
  width: 41%;
  margin-right: 3.9%;
  float: left;
}
div#recruit-top-section1-pic1 {
  max-width: 390px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
div#recruit-top-section1-layout1 > .el-right {
  width: 100%;
}
div#recruit-top-section1-pic2 {
  margin-top: 50px;
  margin-right: 0;
  margin-left: auto;
  width: 200px;
}
div#recruit-top-section2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
div#recruit-top-section2-pic1 {
  margin-top: 45px;
  margin-bottom: 30px;
}
p#recruit-top-section2-text1 {
  margin-bottom: 35px;
}
div#recruit-top-section3 {
  padding-top: 40px;
  padding-bottom: 25px;
}
div#recruit-top-section3-slider {
  margin-top: 35px;
  margin-bottom: 25px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
div.slick-arrow {
  width: 40px;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
}
div.slick-arrow.prev-arrow {
  left: 10px;
  right: auto;
}
div.slick-arrow.next-arrow {
  right: 10px;
  left: auto;
}
p#recruit-top-section3-text1 {
  margin-bottom: 35px;
}
div#recruit-top-section4 {
  padding-top: 40px;
  padding-bottom: 50px;
}
div#recruit-top-section4-layout1 {
  margin-top: 45px;
  margin-bottom: 55px;
}
div#recruit-top-section4-layout1 .el-left {
  width: 50%;
  margin-right: 3.9%;
}
div#recruit-top-section4-layout1 .el-right {
  width: 46%;
}
div#recruit-top-section4-btn1 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  div#recruit-top-section1-entrybtn {
    ;
    width: 90px;
    top: -130px;
  }
}
@media screen and (max-width: 768px) {
  div#recruit-top-mainvisual {
    height: 340px;
  }
  h1#recruit-top-h1 {
    width: 240px;
    height: auto;
    top: 130px;
  }
  div#recruit-top-section1-entrybtn {
    width: 130px;
    top: -128px;
    right: 0;
    left: 0;
    margin: auto;
  }
  h2.recruit-top-midashi {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
  p.recruit-top-midashi-eng {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
  div#recruit-top-section1 {
    padding-top: 75px;
  }
  div#recruit-top-section1-layout1 > .el-left {
    width: 100%;
    margin-right: 0;
  }
  div#recruit-top-section1-pic1 {
    margin-bottom: 20px;
    max-width: none;
  }
  div#recruit-top-section1-layout1 > .el-right {
    width: 100%;
  }
  div#recruit-top-section1-pic2 {
    margin-top: 35px;
    width: 130px;
  }
  div#recruit-top-section4-layout1 .el-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  div#recruit-top-section4-layout1 .el-right {
    width: 100%;
  }
  div#recruit-top-section1-layout1, div#recruit-top-section2-pic1, div#recruit-top-section3-slider, div#recruit-top-section4-layout1 {
    margin-top: 20px;
  }
  div#recruit-top-section3-slider {
    max-width: none;
  }
  div#recruit-top-section4 {
    padding-bottom: 25px;
  }
  div.slick-arrow {
    width: 30px;
    top: 35%;
  }
  div.slick-arrow.prev-arrow {
    left: 3px;
  }
  div.slick-arrow.next-arrow {
    right: 3px;
  }
}
/* =================================================== *

  サブページ共通

 * =================================================== */
main#main.pt {
  padding-top: 110px;
}
div.company-titlearea {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
div.company-title div.company-title-icon {
  margin-right: 20px;
  vertical-align: middle;
}
div.company-title div.company-title-right {
  vertical-align: middle;
}
div#service-title div.company-title-icon {
  width: 45px;
}
div.company-title p.ruby {
  font-size: 1.1rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
div.company-title h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 4px;
}
div.company-mainvisual {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
h2.company-midashi1 {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 3px;
  line-height: 1.6;
}
h2.company-midashi2 {
  font-weight: bold;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: 3px;
  line-height: 1.6;
}
h2.company-midashi2.maru {
  font-size: 2.4rem !important;
  text-align: center !important;
  margin: 2em auto 1em;
}
h2.company-midashi3 {
  font-weight: bold;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 3px;
  line-height: 1.6;
}
h3.company-midashi-pic {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
h3.waku-midashi {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 5px;
  background: #ddf7bf;
  color: #006837 !important;
  margin-bottom: 30px;
}
div.hr-pink {
  height: 13px;
  width: 100%;
  background: #f2a5c6;
  margin-top: -9px;
  margin-bottom: 20px;
}
.col3 > * {
  width: 32.5%;
  max-width: 309px;
  margin-right: 1.2%;
  margin-bottom: 12px;
}
.col3 > *:nth-child(3n) {
  margin-right: 0;
}
div#company-footer-list2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h3.waku-midashi {
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    background: #ddf7bf;
    color: #006837 !important;
    margin-bottom: 30px;
  }
  h3.list-midashi {
    font-weight: bold;
    color: #006837;
    margin: 0px 0 10px;
    font-size: 1.5rem !important;
  }
  main#main.pt {
    padding-top: 55px;
  }
  div.company-title div.company-title-icon {
    margin-right: 10px;
  }
  div#service-title div.company-title-icon {
    width: 32px;
  }
  div.company-title h1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  h2.company-midashi1.maru {
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  h2.company-midashi2 {
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
  h2.company-midashi2.maru {
    font-size: 2rem !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .col3 > * {
    width: 48%;
    margin-right: 3.9%
  }
  .col3 > *:nth-child(3n) {
    margin-right: 3.9%
  }
  .col3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  div.company-title h1 {
    font-size: 2rem;
  }
}
/* =================================================== *

  パンくずリスト

 * =================================================== */
div.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
ul.breadcrumbs-list > li {
  margin-right: 0.75em;
  line-height: 1.5;
}
ul.breadcrumbs-list > li:not(:last-child):after {
  content: '＞';
  font-size: 1.1rem;
  margin-left: 0.75em;
  line-height: 1.5;
}
ul.breadcrumbs-list > li i.fa-home {
  margin-right: 4px;
  color: #6bc600;
}
ul.breadcrumbs-list > li > a {
  color: #6bc600;
}
/* =================================================== *

   医療サービス

 * =================================================== */
div#service-section1 {
  padding-bottom: 40px;
}
ul#service-section1-tabmenu {
  margin-bottom: 30px;
}
ul#service-section1-tabmenu > li {
  width: 25%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
ul#service-section1-tabmenu > li > a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #b3b3b3;
  border-right: 1px solid white;
  border-radius: 0 0 10px 0;
  color: white;
  padding: 4px 8px;
}
ul#service-section1-tabmenu > li:first-child > a {
  border-radius: 0 0 10px 10px;
}
ul#service-section1-tabmenu > li > a.open {
  background: #f2a5c6;
  height: 115%;
}
div#service-section1-tab-wrap {
  padding-top: 15px;
}
div#service-section1-tab1-pic1 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
h3#service-section1-tab1-pic2 {
  margin-top: 40px;
  max-width: 300px;
  z-index: 1;
  position: relative;
  width: 70%;
}
h3#service-section1-tab1-pic3 {
  max-width: 410px;
  width: 90%;
}
ul#service-section1-tab1-list1 {
  text-align: center;
  margin-bottom: 30px;
}
ul#service-section1-tab1-list2 {
  text-align: center;
}
div#service-section1-tab1-btn1 {
  max-width: 330px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  ul#service-section1-tabmenu {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  ul#service-section1-tabmenu > li {
    font-size: 1.3rem;
    width: 50%;
  }
  ul#service-section1-tabmenu > li > a {
    border-radius: 0 !important;
    border-bottom: 1px solid white;
    height: 100% !important;
    min-height: 80px;
    padding: 4px 0px;
  }
  ul#service-section1-tab1-list1, ul#service-section1-tab1-list2 {
    text-align: left;
  }
}
.rizityo-voice {
  max-width: 100%;
}
.rizityo-voice p {
  display: block;
  color: #000;
}
.rizityo-voice p:first-child {
  padding-top: 15px;
}
.rizityo-voice label {
  display: block;
  font-size: 18px;
  padding: 15px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.rizityo-voice label.label1, .rizityo-voice label.label1-2 {
  margin: 3% 0 0 0;
  background: #6bc600;
}
.rizityo-voice label.label2, .rizityo-voice label.label2-2 {
  background: #56a8e8;
}
.rizityo-voice label.label3, .rizityo-voice label.label3-2 {
  background: #f24b5f;
  margin: 0 0 3% 0;
}
.rizityo-voice label.label1-2, .rizityo-voice label.label2-2, .rizityo-voice label.label3-2 {
  text-align: center;
  margin-top: 30px;
  width: max-content;
  margin: 40px auto 0;
  padding: 12px 25px;
}
.rizityo-voice label::before {
  content: '';
  margin: 0px 12px 0px 0px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/about/yubi-w.svg);
  background-size: contain;
  width: 25px;
  height: 25px;
}
.rizityo-voice label.label1-2::before, .rizityo-voice label.label2-2::before, .rizityo-voice label.label3-2::before {
  display: none;
}
.rizityo-voice label::after {
  content: url(../images/about/arrow-shita-w.svg);
  margin: 0px 0px 0px 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.rizityo-voice label.label2-2::after, .rizityo-voice label.label3-2::after {
  content: url('../images/about/batu-w.svg');
  margin: 0px 0px 0px 8px;
  position: relative;
  top: -1.5px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.rizityo-voice label.label1-2::after {
  content: url('../images/about/batu-w.svg');
  margin: 0px 0px 0px 8px;
  position: relative;
  top: -2.5px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
}
input {
  display: none;
}
.rizityo-voice ul {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  margin-bottom: 2%;
}
.rizityo-voice li {
  height: 0;
  padding: 5px 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menu_bar01:checked ~ #links01 li {
  height: 450px;
  opacity: 1;
}
#menu_bar02:checked ~ #links02 li {
  height: 1300px;
  opacity: 1;
}
#menu_bar03:checked ~ #links03 li {
  height: 970px;
  opacity: 1;
}
.photo-text-wrap, .photo-text-wrap2, .photo-text-wrap3, .photo-text-wrap6 .photo-text-wrap7 {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 15px;
}
.photo-text-wrap .photo {
  display: inline-block;
  width: 25%;
  margin-right: 20px;
  vertical-align: top;
}
.photo-text-wrap .photo img {
  width: 100%;
}
.photo-text-wrap7 .photo {
  display: inline-block;
  width: 15%;
  margin-right: 20px;
  vertical-align: top;
}
.photo-text-wrap7 .photo img {
  width: 100%;
}
.photo-text-wrap7 .text {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
.photo-text-wrap2 .photo {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top;
}
.photo-text-wrap3 .photo, .photo-text-wrap3 .text {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  vertical-align: top;
}
.photo-text-wrap .text {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.photo-text-wrap2 .text {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
.photo-text-wrap3 .text {
  margin-right: 0%;
}
.photo-text-wrap3 a {
  color: #006837;
  font-weight: bold;
}
.photo-text-wrap .text .company-midashi1 {
  text-align: left !important;
}
.photo-text-wrap span.futoji {
  font-weight: bold;
  font-size: 1.5rem;
}
.photo-text-wrap4 {
  background: #ddf7bf;
  border-radius: 5px;
  padding: 15px 40px;
  margin-bottom: 40px;
}
.photo-text-wrap4 p.b-text {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.photo-text-wrap5{
    border:solid 1px #888;
    padding:20px 10px 10px;
    text-align: center;
    margin-bottom:30px;
}
.photo-text-wrap6 .photo1 {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  vertical-align: top;
}
.photo-text-wrap6 .photo2 {
  display: inline-block;
  width: 48%;
  margin-right: 0%;
  vertical-align: top;
}

.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.p-w0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fs10 {
  font-size: 1.0rem !important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.tb-w10 {
  width: 10% !important;
}
.tb-w20 {
  width: 20% !important;
}
.tb-w25 {
  width: 25% !important;
}
.tb-w30 {
  width: 30% !important;
}
.tb-w35 {
  width: 35% !important;
}
.tb-w40 {
  width: 40% !important;
}
.tb-w45 {
  width: 45% !important;
}
@media screen and (max-width: 768px) {
  .mb0-sp {
    margin-bottom: 0 !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .ml5-sp {
    margin-left: 5px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt150 {
    margin-top: 75px !important;
  }
  .mt200 {
    margin-top: 100px !important;
  }
  .tb-w20-sp {
    width: 20% !important;
  }
  .tb-w25-sp {
    width: 25% !important;
  }
  .tb-w30-sp {
    width: 30% !important;
  }
  .tb-w35-sp {
    width: 35% !important;
  }
  .tb-w40-sp {
    width: 40% !important;
  }
  .rizityo-voice label {
    display: block;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .photo-text-wrap .photo {
    display: block;
    width: 100%;
    margin-right: 0%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
  }
  .photo-text-wrap .text {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .photo-text-wrap2 .photo {
    display: block;
    width: 100%;
    margin-right: 0%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
  }
  .photo-text-wrap2 .text {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .photo-text-wrap2 .photo img {
    width: 80%;
    margin: 0 auto;
  }
  .photo-text-wrap4 {
    background: #ddf7bf;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .photo-text-wrap3 .photo, .photo-text-wrap3 .text {
    width: 100%;
    margin-right: 0%;
  }
  .photo-text-wrap3 .photo {
    margin-bottom: 20px;
    text-align: center;
  }
  .photo-text-wrap3 .photo img {
    width: 80%;
    margin: 0 auto;
  }
  .photo-text-wrap6 .photo1,.photo-text-wrap6 .photo2 {
    display: block;
    width: 100%;
    margin-right: 0%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
  }
  .sp-fs10 {
    font-size: 1.0rem !important;
  }
  .sp-fs11 {
    font-size: 1.1rem !important;
  }
  .sp-fs12 {
    font-size: 1.2rem !important;
  }
  .sp-fs13 {
    font-size: 1.3rem !important;
  }
  .sp-fs14 {
    font-size: 1.4rem !important;
  }
  .sp-fs15 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 321px) {
  #menu_bar01:checked ~ #links01 li {
    height: 760px;
    opacity: 1;
  }
  #menu_bar02:checked ~ #links02 li {
    height: 2150px;
    opacity: 1;
  }
  #menu_bar03:checked ~ #links03 li {
    height: 1470px;
    opacity: 1;
  }
}
@media screen and (max-width: 320px) {
  #menu_bar01:checked ~ #links01 li {
    height: 870px;
    opacity: 1;
  }
  #menu_bar02:checked ~ #links02 li {
    height: 2440px;
    opacity: 1;
  }
  #menu_bar03:checked ~ #links03 li {
    height: 1710px;
    opacity: 1;
  }
}
/* =================================================== *

   募集要項 トップ

 * =================================================== */
div#requirement-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 380px;
  background: transparent;
}
@media screen and (min-width:751px) {
  .flowlist {
    text-align: center;
    padding: 80px 0;
  }
  .flowlist .tlbox {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px 0;
  }
  .flowlist ul {
    width: calc(950px + 40px);
    margin: 0 0 0 -40px;
    display: inline-block;
  }
  .flowlist ul li {
    padding: 0 0 0 40px;
    width: 247px;
    list-style: none;
    float: left;
    position: relative;
    box-sizing: border-box;
    background: url('../images/recruit/requirement/arrow.png') 7px 70px no-repeat;
    background-size: 20px;
  }
  .flowlist ul li:first-child {
    background: none;
  }
  .flowlist ul li .txbox {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    width: 100%;
  }
  .flowlist ul li .numbox {
    font-weight: bold;
    font-size: 2em;
  }
  .flowlist ul li .bg1 .numbox {
    font-weight: bold;
    font-size: 2em;
  }
  .flowlist ul li .txbox {
    font-size: 1.2em;
    padding: 0;
  }
  .flowlist ul li .bg1 .txbox {
    font-size: 1.5em;
    color: #fff;
    padding: 10px 0 0 0;
  }
  .flowlist ul li .capbox {
    font-size: 1em;
    padding: 15px 0 0 0;
    line-height: 1.5em;
    color: #071a66;
    text-align: center;
  }
  .flowlist ul li .spanbox {
    text-align: left;
    display: inline-block;
  }
  .flowlist ul li .capbox .spanbox span {
    display: inline-block;
    background: #d8dae3;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
  }
  .flowlist ul li .inbox {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: calc(100% - 50px);
    text-decoration: none;
    color: #071a66;
    border-radius: 50%;
    background: -webkit-linear-gradient(bottom left, #fe66a6, #2093cf);
    background: -o-linear-gradient(bottom left, #fe66a6, #2093cf);
    background: linear-gradient(to top right, #fe66a6, #2093cf);
    transition: color 0.3s;
  }
  .flowlist ul li .inbox.bg1 {
    background: #ea5e00;
    color: #fff;
  }
  .flowlist ul li .inbox .innerbox {
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    padding-top: calc(100% - 2px);
    width: calc(100% - 2px);
    transition: background 0.3s;
  }
  .flowlist ul li .inbox.bg1 .innerbox {
    background: #ff67a7;
  }
  .flowlist ul li .inbox .innerbox .intxbox {
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .tablecont {
    max-width: 960px;
    margin: 0 auto 80px;
    transition: opacity 1s;
  }
  #recruit-contact .tablecont {
    color: #666;
  }
  #recruit-contact .main-content {
    color: #666;
  }
  .tablecont.bottomtable {
    width: 960px;
    margin: 0 auto 0;
    transition: opacity 1s;
  }
  .tablecont.bottomtable2 {
    width: 100%;
    margin: 0 auto 0;
    transition: opacity 1s;
  }
  .tablecont .tlbox {
    font-size: 1.7em;
    padding: 0 0 10px 0;
    margin: 0 auto 30px auto;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #fe66a6;
  }
  .tablecont table.box1 {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.5em;
  }
  .tablecont table.box1 th {
    width: 90px;
    background: #ea5e00;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 15px 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #ccc;
  }
  .tablecont table.box1 td {
    width: calc(100% - 90px);
    background: #fff;
    padding: 15px 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box2, .tablecont table.box3 {
    width: 100%;
    line-height: 1.7em;
  }
  .tablecont table.box2 th {
    width: 200px;
    background: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
  }
  .tablecont table.box2 td {
    width: calc(100% - 180px);
    background: #fff;
    padding: 15px 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box2 span {
    font-size: 0.9em;
  }
  .tablecont table.box2 span.mabox {
    font-size: 0.9em;
    margin: 5px 0 0 0;
    line-height: 1.5em;
    display: block;
  }
  .tablecont table.box2 .intable {
    width: 100%;
  }
  .tablecont table.box2 .intable th {
    width: 90px;
    background: #f4f4f4;
    padding: 15px 0;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    border-left: none;
    border-top: none;
  }
  .tablecont table.box2 .intable tr:last-child td {
    border-bottom: none;
  }
  .tablecont table.box2 .intable tr:last-child th {
    border-bottom: none;
  }
  .tablecont table.box2 .intable td {
    width: calc(100% - 90px);
    background: #fff;
    padding: 15px 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-right: none;
    border-top: none;
  }
  .tablecont table.box3 th {
    width: 235px;
    background: #f4f4f4;
    padding: 15px 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
  }
  .tablecont table.box3 td {
    width: calc(100% - 235px);
    background: #fff;
    padding: 15px 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box3 a {
    font-size: 0.9em;
    color: #000;
    transition: opacity 0.3s;
  }
  .tablecont table.box3 a:hover {
    opacity: 0.7;
  }
  .tablecont table tr td.nopad {
    padding: 0;
  }
  .bottomtablebox {
    padding: 60px 0;
    background: #ebeff7;
    width: 100%;
  }
  .bottombox {
    width: 1000px;
    margin: 0 auto;
  }
  .entry-form {
    text-align: center;
    padding: 30px 0;
  }
  .floatleft {
    width: 315px;
    padding: 0 15px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
  }
  .floatleft .tlbox {
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 50px 0;
  }
  .floatleft .textbox {
    margin: 0 0 10px 0;
    color: #ea5e00;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
  }
  .floatleft a {
    width: 100%;
    display: inline-block;
    padding: 25px 0;
    border-radius: 5px;
    margin: 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: background 0.3s;
    background: #ea5e00;
  }
  .floatleft a:hover {
    background: #ff9000;
  }
  .floatleft a:after {
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -2px 0 0 0;
    content: "";
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
  .floatright {
    width: 585px;
    box-sizing: border-box;
    float: right;
  }
  .floatright .tlbox {
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }
  #cont1, #cont2, #cont3, #cont4, #cont5, #cont6, #cont7 {
    padding-top: 88px;
    margin-top: -88px;
  }
}
@media screen and (max-width:750px) {
  .mainbox {
    width: 100%;
    padding: 0 0 0 0;
    margin: 50px 0 0 0 !important;
    position: relative;
    background: url(/doctor/images/recruiting/main_bg.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .mainbox .innerbox {
    width: 100%;
    text-align: center;
    height: 110px;
  }
  .mainbox .innerbox .inbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mainbox .innerbox .inbox .tlbox {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin: 0 0 10px 0;
    color: #071a66;
  }
  .mainbox .innerbox .inbox .subbox {
    font-size: 1.1em;
    letter-spacing: 0.1em;
  }
  .mainbox .innerbox .inbox .subbox span {
    color: #ea5e00;
  }
  .mainbox .innerbox .inbox .textbox {
    line-height: 1.7em;
    font-size: 1.1em;
  }
  .flowlist {
    text-align: center;
    padding: 40px 0 0 0;
  }
  .flowlist .tlbox {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px 0;
  }
  .flowlist ul {
    width: 90%;
    margin: 0 0 0 0;
    display: inline-block;
  }
  .flowlist ul li {
    padding: 0 0 50px 0;
    width: 100%;
    list-style: none;
    float: left;
    position: relative;
    box-sizing: border-box;
    background: url(/doctor/images/recruiting/sp_arrow.png) 50% 82% no-repeat;
    background-size: 30px;
  }
  .flowlist ul li:last-child {
    background: none;
  }
  .flowlist ul li .txbox {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: #071a66;
    display: inline-block;
  }
  .flowlist ul li .numbox {
    font-weight: bold;
    font-size: 2em;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .flowlist ul li .bg1 .numbox {
    font-weight: bold;
    font-size: 2em;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .flowlist ul li .txbox {
    font-size: 1.2em;
    vertical-align: middle;
  }
  .flowlist ul li .bg1 .txbox {
    font-size: 1.5em;
    color: #fff;
    vertical-align: middle;
  }
  .flowlist ul li .capbox {
    font-size: 1em;
    padding: 5px 0 0 0;
    line-height: 1.5em;
    color: #071a66;
    text-align: center;
  }
  .flowlist ul li .spanbox {
    text-align: left;
    display: inline-block;
  }
  .flowlist ul li .capbox .spanbox span {
    display: inline-block;
    background: #d8dae3;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
  }
  .flowlist ul li .inbox {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    text-decoration: none;
    color: #071a66;
    padding: 27px 0;
    border-radius: 50px;
    background: -webkit-linear-gradient(bottom left, #fe66a6, #2093cf);
    background: -o-linear-gradient(bottom left, #fe66a6, #2093cf);
    background: linear-gradient(to top right, #fe66a6, #2093cf);
    transition: color 0.3s;
  }
  .flowlist ul li .inbox.bg1 {
    background: #ff67a7;
    color: #fff;
  }
  .flowlist ul li .inbox .innerbox {
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50px;
    padding: 26px 0;
    width: calc(100% - 2px);
    transition: background 0.3s;
  }
  .flowlist ul li .inbox.bg1 .innerbox {
    background: #ff67a7;
  }
  .flowlist ul li .inbox .innerbox .intxbox {
    position: absolute;
    top: 5px;
    left: 20px;
    text-align: left;
    width: 90%;
  }
  .tablecont {
    width: 100%;
    margin: 0 auto 40px;
    transition: opacity 1s;
  }
  .tablecont.bottomtable {
    width: 90%;
    margin: 0 auto 0;
    transition: opacity 1s;
  }
  .tablecont.bottomtable2 {
    width: 100%;
    margin: 0 auto 0;
    transition: opacity 1s;
  }
  .tablecont .tlbox {
    font-size: 1.7em;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ea5e00;
  }
  .tablecont table.box1 {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .tablecont table.box1 th {
    width: 90px;
    background: #ea5e00;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 15px 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #ccc;
  }
  .tablecont table.box1 td {
    width: calc(100% - 90px);
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box2, .tablecont table.box3 {
    width: 100%;
    line-height: 1.7em;
  }
  .tablecont table.box2 th {
    width: 34%;
    background: #f4f4f4;
    padding: 5px 7px 5px 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
  }
  .tablecont table.box2 em {
    font-size: 1.3rem;
  }
  .tablecont table.box2 td {
    width: 60%;
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box2 span {
    font-size: 0.9em;
  }
  .tablecont table.box2 span.mabox {
    font-size: 0.9em;
    margin: 5px 0 0 0;
    line-height: 1.5em;
    display: block;
  }
  .tablecont table.box2 .intable {
    width: 100%;
  }
  .tablecont table.box2 .intable th {
    width: 100%;
    display: block;
    background: #f4f4f4;
    padding: 15px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .tablecont table.box2 .intable tr:last-child td {
    border-bottom: none;
  }
  .tablecont table.box2 .intable tr:last-child th {}
  .tablecont table.box2 .intable td {
    width: 100%;
    display: block;
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  .tablecont table.box3 th {
    width: 100px;
    background: #f4f4f4;
    padding: 15px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
  }
  .tablecont table.box3 td {
    width: calc(100% - 100px);
    background: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
  .tablecont table.box3 a {
    font-size: 0.9em;
    color: #000;
    transition: opacity 0.3s;
  }
  .tablecont table.box3 a:hover {
    opacity: 0.7;
  }
  .tablecont table tr td.nopad {
    padding: 0;
  }
  .bottomtablebox {
    padding: 30px 0;
    background: #ebeff7;
    width: 100%;
  }
  .bottombox {
    width: 100%;
    margin: 0 auto;
  }
  .floatleft {
    width: 90%;
    padding: 0 0;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
  }
  .floatleft .tlbox {
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 30px 0;
  }
  .floatleft .textbox {
    margin: 0 0 10px 0;
    color: #ea5e00;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
  }
  .floatleft a {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    border-radius: 3px;
    margin: 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: background 0.3s;
    background: #ea5e00;
  }
  .floatleft a:hover {
    background: #ff9000;
  }
  .floatleft a:after {
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -2px 0 0 0;
    content: "";
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
  .floatright {
    width: 90%;
    box-sizing: border-box;
    float: none;
    margin: 40px auto 0;
  }
  .floatright .tlbox {
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }
  #cont1, #cont2, #cont3, #cont4, #cont5, #cont6, #cont7 {
    padding-top: 63px;
    margin-top: -63px;
  }
}
/* =================================================== *

   募集要項一覧 トップ

 * =================================================== */
div#requirement-list-mainvisual, div#requirement-doctor-mainvisual, div#requirement-nurse-mainvisual, div#requirement-pharmacist-mainvisual, div#requirement-rehabilitation-mainvisual, div#requirement-technician-mainvisual, div#requirement-radiologist-mainvisual, div#requirement-nutrition-management-mainvisual, div#requirement-counselor-mainvisual, div#requirement-cooking-assistance-mainvisual, div#requirement-nursing-assistant-mainvisual, div#requirement-medical-office-work-mainvisual, div#requirement-care-manager-mainvisual, div#recruit-contact-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 380px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  div#requirement-list-mainvisual, div#requirement-doctor-mainvisual, div#requirement-nurse-mainvisual, div#requirement-pharmacist-mainvisual, div#requirement-rehabilitation-mainvisual, div#requirement-technician-mainvisual, div#requirement-radiologist-mainvisual, div#requirement-nutrition-management-mainvisual, div#requirement-counselor-mainvisual, div#requirement-cooking-assistance-mainvisual, div#requirement-nursing-assistant-mainvisual, div#requirement-medical-office-work-mainvisual, div#requirement-care-manager-mainvisual, div#recruit-contact-mainvisual {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    height: 200px;
    background: transparent;
  }
}
/* =================================================== *

   仕事を知る トップ

 * =================================================== */
div#work-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 380px;
  background: transparent;
}
/* =================================================== *

   人を知る トップ

 * =================================================== */
div#recruit-footer-section1 {
  padding-bottom: 45px;
}
div#people-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 680px;
  background: transparent;
}
div#people-section1 {
  padding-top: 55px;
  padding-bottom: 0;
}
p#people-section1-text1 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
ul#people-section1-list1 {
  margin-top: 40px;
}
ul#people-section1-list1 > li {
  width: 16%;
  margin-right: 0.8%;
  margin-bottom: 40px;
}
ul#people-section1-list1 > li > a {
  color: #000000;
}
ul#people-section1-list1 > li:nth-child(6n) {
  margin-right: 0;
}
ul#people-section1-list1 > li div.people-thumb {
  margin-bottom: 10px;
}
ul#people-section1-list1 > li h3.min {
  font-size: 1.4rem;
  color: #ff68a7;
  margin-bottom: 5px;
}
ul#people-section1-list1 > li p.katagaki {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
ul#people-section1-list1 > li h4.name {
  font-size: 1.35rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  div#people-mainvisual {
    height: 340px;
  }
  div#people-section1 {
    padding-top: 20px;
  }
  ul#people-section1-list1 > li {
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 25px;
  }
  ul#people-section1-list1 > li:nth-child(6n) {
    margin-right: 1.2%;
  }
  ul#people-section1-list1 > li:nth-child(3n) {
    margin-right: 0;
  }
  p#people-section1-text1 {
    margin-top: 25px;
  }
  div#recruit-footer-section1 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  ul#people-section1-list1 > li {
    width: 48%;
    margin-right: 3.9%;
  }
  ul#people-section1-list1 > li:nth-child(3n) {
    margin-right: 3.9%;
  }
  ul#people-section1-list1 > li:nth-child(2n) {
    margin-right: 0;
  }
}
/* =================================================== *

   人を知る 個人ページ

 * =================================================== */
div#people-single-mainvisual {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 680px;
  background: transparent;
}
div#people-single-mainvisual > .inner {
  height: 100%;
}
h1#people-single-title-1 {
  width: 140px;
  position: absolute;
  top: auto;
  bottom: -100px;
  right: 15px;
}
div#people-single-section1 {
  padding-top: 20px;
  padding-bottom: 70px;
}
div#people-single-midashi-wrap > .el-left {
  font-size: 12.6rem;
  font-style: italic;
}
div#people-single-midashi-wrap > .el-left span.small {
  font-size: 8.2rem;
}
div#people-single-midashi-wrap > .el-left {
  font-size: 12.6rem;
  font-style: italic;
  line-height: 1;
  vertical-align: bottom;
  color: #ff68a7;
  margin-right: 40px;
}
div#people-single-midashi-wrap > .el-right {
  vertical-align: bottom;
}
div#people-single-midashi-wrap > .el-right p.katagaki {
  font-size: 2.75rem;
  margin-bottom: 5px;
}
div#people-single-midashi-wrap > .el-right h2.name {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 7px;
}
div#people-single-midashi-wrap > .el-right h2.name span.small {
  font-size: 1.8rem;
}
div#people-single-midashi-wrap {
  margin-bottom: 40px;
}
h3.people-single-midashi2 {
  font-size: 3.0rem;
  letter-spacing: 5px;
  color: #ff68a7;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.people-single-pic {
  margin-bottom: 30px;
}
div.people-single-layout1 > .el-left, div.people-single-layout1 > .el-right {
  width: 49%;
}
div.people-single-layout1 > .el-left {
  margin-right: 1.9%;
}
h3.tyudan-midashi {
  letter-spacing: 3px;
  padding: 5px;
  color: #4bb016;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 3px solid #4bb016;
}
h3.tyudan-midashi2 {
  letter-spacing: 3px;
  padding: 5px;
  color: #4bb016;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 6px double #4bb016;
}
h3.tyudan-midashi.red {
  letter-spacing: 3px;
  padding: 5px;
  color: #CB0000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 3px solid #CB0000;
}
h3.tyudan-midashi.gray {
  letter-spacing: 3px;
  padding: 5px;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 3px solid #666;
}
h4.waku-midashi {
  padding: 15px;
  font-weight: bold;
  font-size: 1.6rem;
  border: solid 2px #ccc;
  margin-bottom: 10px;
}
h4.waku-midashi span.number {
  font-size: 1.8rem;
  color: #006838;
  margin-right: 10px;
}
h4.faq-midashi {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
h4.faq-midashi span.deco-q {
  font-weight: bold;
  font-size: 1.8rem;
  color: #006838;
  margin-right: 10px;
}
span.deco-a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #4bb016;
  margin-right: 10px;
}
.cost-table-wrap {
  width: 100%;
  text-align: center;
}
table.cost-table {
  margin: 15px 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
}
table.cost-table tr {
  border: solid 5px #bbe58b
}
table.cost-table td {
  border-right: solid 5px #bbe58b;
  padding: 10px 20px;
  width: 50%;
  background: #fff;
}
table.cost-table td:last-child {
  border-margin: solid 1px #ccc;
  background: #fff;
}
.home-table {
  margin: 15px 0;
  width: 100%;
  background: #bbe58b;
  padding: 2%;
  text-align: center;
}
.home-table .contents3 {
  padding: 10px;
  background: #fff;
  color: #333;
}
.home-table .contents3 {
  display: inline-block;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 2%;
  font-weight: bold;
  font-size: 1.5rem;
  border: 2px solid #424242;
  border-radius: 6px;
}
.home-table .contents3:nth-child(3n) {
  margin-right: 0%;
}
.home-table .contents3:nth-child(16) {
  margin-bottom: 0%;
}
.home-table .contents3:nth-child(17) {
  margin-bottom: 0%;
}
.home-table .contents3:nth-child(18) {
  margin-bottom: 0%;
}
.contents3 a {
  width: 100%;
  height: 100%;
  display: block;
  color: #424242;
}
.home-table2 {
  margin: 15px 0;
  width: 100%;
  background: #bbe58b;
  padding: 2%;
  text-align: center;
}
.home-table2 .contents1 {
  background: #fff;
  padding: 10px;
  margin-bottom: 2%;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #424242;
  border-radius: 6px;
}
.home-table2 p.table-text {
  color: #424242 !important;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.tel-link {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #006837;
}
@media screen and (max-width: 900px) {
  .home-table {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .home-table .contents3 {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
    margin-bottom: 2%;
    padding: 5px;
    height: 50px;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .home-table .contents3:nth-child(3n) {
    margin-right: 3%;
  }
  .home-table .contents3:nth-child(2n) {
    margin-right: 0%;
  }
  .home-table .contents3:nth-child(16) {
    margin-bottom: 2%;
  }
}
ul.list-maru {
  padding: 0px;
}
ul.list-maru li {
  margin-bottom: 10px;
}
ul.list-number {
  counter-reset: li;
  list-style: none;
  padding: 0px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
ul.list-number li {
  padding: 0px;
  line-height: 1.8;
  margin-left: 29px;
}
ul.list-number li::before {
  margin-right: 0.25rem;
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
  font-size: 1.7rem;
  padding-right: 10px;
  margin-left: -28px;
}
ul.list-type02 {
  margin-bottom: 10px;
}
ul.list-type01 li::before {
  content: "●";
  color: #006838;
  margin-left: -20px;
  margin-right: 4px;
}
ul.list-type01 li {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 0;
  margin-left: 20px;
}
ul.list-type02 li {
  list-style: circle;
  /* color: #424242; */
  margin-left: 23px;
  font-size: 1.5rem;
}
ul.list-type03 {
  margin-bottom: 30px;
}
ul.list-type03 li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 0 5px 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  border-bottom: solid 2px #ddf7bf;
}
ul.list-type03 li::before {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 4px solid #CB0000;
  border-bottom: 4px solid #CB0000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.list-type04 {
  margin: 0;
}
ul.list-type04 li::before {
  content: "●";
  color: #006838;
  margin-left: -17px;
  margin-right: 3px;
}
ul.list-type04 li {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 5px 0;
  margin-left: 20px;
}
h3.list-midashi {
  font-weight: bold;
  color: #006837;
  margin: 0px 0 10px;
  font-size: 1.8rem;
}
h3.list-midashi.gray {
  color: #666;
  margin: 0px 0 10px;
  font-size: 1.8rem;
}
h3.list-midashi2 {
  font-weight: bold;
  color: #006837;
  margin: 15px 0 10px;
  font-size: 1.8rem;
}
h3.list-midashi3 {
  position: relative;
  background: #cfeab0;
  padding: 15px 20px;
  color: #212121;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}
h3.list-midashi3:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #cfeab0 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
h3.list-midashi3 span {
  font-size: 1.3rem;
  background: #006838;
  color: #fff;
  padding: 2px 4px;
  margin-right: 10px;
}
h3.list-midashi3.g-m {
  font-weight: bold;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: 3px;
  line-height: 1.6;
}
p.tel_txt a {
  font-size: 2.4rem;
  border-top: 2px solid;
  border-bottom: 2px solid #006838;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  div#people-single-mainvisual {
    height: 340px;
  }
  div#people-section1 {
    padding-top: 20px;
  }
  h1#people-single-title-1 {
    display: none;
  }
  div#people-single-midashi-wrap > .el-left {
    font-size: 7rem;
    margin-right: 20px;
  }
  div#people-single-midashi-wrap > .el-left span.small {
    font-size: 5rem;
  }
  div#people-single-midashi-wrap > .el-right p.katagaki {
    font-size: 1.6rem;
  }
  div#people-single-midashi-wrap > .el-right h2.name {
    font-size: 2.2rem;
    margin-bottom: 4px;
  }
  div#people-single-midashi-wrap > .el-right h2.name span.small {
    font-size: 1.4rem;
  }
  div#people-single-midashi-wrap {
    margin-bottom: 25px;
  }
  div.people-single-layout1 > .el-left, div.people-single-layout1 > .el-right {
    width: 100%;
    display: block;
  }
  div.people-single-layout1 > .el-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  h3.people-single-midashi2 {
    font-size: 2.0rem;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  div.people-single-pic {
    margin-bottom: 25px;
  }
  div#people-single-section1 {
    padding-bottom: 25px;
  }
  h1.people-single-title-sp {
    margin-bottom: 30px;
    font-size: 2.8rem;
    color: pink;
    line-height: 1.5;
    color: #ff68a7;
    letter-spacing: 3px;
  }
  table.cost-table td {
    font-size: 1.3rem;
  }
}
/* =================================================== *

   理念・沿革

 * =================================================== */
.rinen-text {
  text-align: center;
  margin-bottom: 40px;
}
.rinen-text h2 {
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.7rem;
}
.rinen-text h2 span {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
}
.rinen-text h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
}
.rinen-text table.enkaku {
  margin: 0 auto;
}
.rinen-text table.enkaku tr {
  border: solid 1px #fff;
}
.rinen-text table.enkaku td {
  border-right: solid 3px #016837;
  padding: 5px 20px;
  background: #f9f9f9;
  text-align: left;
}
.rinen-text table.enkaku td:nth-child(2) {
  border-right: solid 0px #ccc;
  width: 70%;
}
.pic-80 {
  width: 100%;
  max-width: 723px;
  margin: 0 auto 2%;
}
.pic.w70per {
  width: 70%;
  margin: 0 auto;
}
.w30per {
  width: 30%;
  display: inline-block;
}
.w62per {
  width: 62%;
  margin: 0 auto;
}
.w63per {
  width: 63%;
  margin: 0 auto;
}
.w100per {
  width: 100% !important;
}
.pic.w62per {
  width: 62%;
  margin: 0 auto;
}
.pic.w45per {
  width: 45%;
  margin: 0 auto;
}
.pic.w10per {
  width: 10%;
  margin: 0 auto;
}
.pic.w5per {
  width: 5%;
  margin: 0 auto;
}
.pic.w80per {
  width: 80%;
  margin: 0 auto;
}
.mb2 {
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .rinen-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .rinen-text h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    letter-spacing: 0rem;
    line-height: 1.8;
  }
  .rinen-text h2 {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
  .rinen-text table.enkaku td {
    width: 33%;
    padding: 5px;
    font-size: 1.2rem;
  }
  .rinen-text table.enkaku td:nth-child(2) {
    width: 60%;
    padding: 5px;
  }
  .pic.w45per {
    width: 280px;
  }
  .pic.w5per {
    width: 35px;
  }
  .pic.w62per {
    width: 62%;
    margin: 0 auto 20px;
  }
  .pic.w70per {
    width: 100%;
  }
  .w70per-sp {
    width: 100% !important;
  }
  .w100per-sp {
    width: 100% !important;
  }
}
/* =================================================== *

   フッタ

 * =================================================== */
div#company-footer-copyright {
  background: #006837;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
div#company-footer-copyright p.copyright {
  margin-bottom: 0;
}
div#company-footer-section1 {
  padding-bottom: 45px;
}
div#company-footer-section2 {
  padding-bottom: 10px;
}
ul.footer-menu {
  text-align: center;
  display: flex;
  padding: 15px 0;
  justify-content: center;
}
ul.footer-menu li a {
  color: #6bc600;
}
ul.footer-menu li {
  padding: 0 20px;
  border-right: solid 2px #6bc600;
  height: 20px;
  vertical-align: middle;
  line-height: 17px;
  text-align: right;
  width: 50%;
}
ul.footer-menu li:last-child {
  border-right: solid 0px #6bc600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#company-footer-copyright {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* =================================================== *

   文字揃え

 * =================================================== */
.align1 {
  text-align: center !important;
}
.align2 {
  text-align: left !important;
}
.align3 {
  text-align: right !important;
}
.mt30 {
  margin-top: 30px;
}
.wine-red {
  color: #CB0000 !important;
}
.wine-red.b {
  font-weight: bold;
}
.wine-red.font-big {
  font-size: 1.6rem;
  font-weight: bold;
}
.wine-red.font-big.fs20 {
  font-size: 2rem;
  border-bottom: double 6px #CB0000;
}
.muscat-green {
  color: #4ab016 !important;
}
.muscat-green.b {
  font-weight: bold;
}
.muscat-green.font-big {
  font-size: 1.6rem;
  font-weight: bold;
}
.muscat-green.font-big.fs20 {
  font-size: 2rem;
  border-bottom: double 6px #4ab016;
}
.inline-b {
  display: inline-block;
}
.marker-y {
  background: linear-gradient(transparent 60%, #f9ffa4 60%);
}
.marker-y.b {
  background: linear-gradient(transparent 60%, #f9ffa4 60%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wine-red.font-big {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .muscat-green.font-big {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .muscat-green.font-big.fs20 {
    font-size: 1.7rem;
    border-bottom: double 6px #4ab016;
  }
}
/* =================================================== *

   カテゴリ共通フッター

 * =================================================== */
/* =================================================== *

   ボタン

 * =================================================== */
.btn-flat-border00 {
  display: inline-block;
  padding: 0.3em 0em;
  font-size: 1.8rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 100%;
  vertical-align: middle;
  max-width: 480px;
  position: relative;
}
.btn-flat-border00::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12% !important;
  right: 2%;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border00.left-arrow::after {
  display: none;
}
.btn-flat-border00.left-arrow::before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12%;
  left: 2%;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border00:hover {
  background: #006837;
  color: #fff;
}
.btn-flat-border00red {
  display: inline-block;
  padding: 0.3em 0em;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #c30d23;
  border: solid 5px #c30d23;
  border-radius: 6px;
  transition: .4s;
  width: 100%;
  vertical-align: middle;
  max-width: 49.8%;
  position: relative;
}
.btn-flat-border00red::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12% !important;
  right: 2%;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border00red.left-arrow::after {
  display: none;
}
.btn-flat-border00red.left-arrow::before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12%;
  left: 2%;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border00red:hover {
  background: #fff;
  color: #c30d23;
}
.btn-flat-border01 {
  display: inline-block;
  padding: 0.3em 0em;
  font-size: 1.8rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 100%;
  vertical-align: middle;
  max-width: 480px;
  position: relative;
}
.btn-flat-border01::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12%;
  right: 2%;
  vertical-align: middle;
  display: inline-block;
}
.linkbtn.backface a {
  -webkit-backface-visibility: hidden; /* 追加 */
  backface-visibility: hidden; /* 追加 */
}
.btn-flat {
  display: inline-block;
  padding: 0.5em 3em;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #6bc600;
  transition: .4s;
  vertical-align: middle;
  border: none;
}
.btn-flat:hover {
  background: #fff;
  color: #6bc600;
  border: solid 1px #6bc600;
}
.btn-flat-border01:hover {
  background: #006837;
  color: #fff;
}
.btn-flat-border02 {
  display: inline-block;
  padding: 0.3em 0em;
  font-size: 1.8rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 100%;
  vertical-align: middle;
  max-width: 480px;
  position: relative;
}
.btn-flat-border02::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12%;
  right: 2%;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border02.no-link::after {
  content: "";
  margin: 0px 0px 0px 12px;
  position: absolute;
  top: 20%;
  right: 2%;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.btn-flat-border02:hover {
  background: #006837;
  color: #fff;
}
.btn-flat-border02.no-link:hover {
  background: no-repeat;
  color: initial;
}
@media screen and (max-width: 768px) {
  .btn-flat-border00 {
    border: solid 4.2px #bbe58b;
  }
  .btn-flat-border00::after {
    margin: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    bottom: auto;
  }
  .btn-flat-border00 {
    font-size: 1.25rem;
  }
  .btn-flat-border02 {
    min-height: 53px;
    border: solid 4.2px #bbe58b;
  }
  .btn-flat-border02::after {
    margin: 0;
    top: 15px;
    width: 12px;
    height: 12px;
    bottom: auto;
  }
  .btn-flat-border00.left-arrow::before {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 2%;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    top: 7px;
  }
  .btn-flat-border02 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .btn-flat-border02.pd15 {
    padding: 15px 0 0;
  }
  .btn-flat-border01 {
    font-size: 1.5rem;
  }
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.9rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 290px;
  max-width: 289px;
  vertical-align: middle;
}
.btn-flat-border::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: -7px;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border:hover {
  background: #fff;
  color: #006837;
}
@media screen and (max-width: 768px) {
  .btn-flat-border {
    border: solid 4.2px #bbe58b;
    width: 270px;
  }
}
.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.7rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 450px;
  max-width: 450px;
  vertical-align: middle;
}
.btn-flat-border2::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: -4px;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border2:hover {
  background: #fff;
  color: #006837;
}
.btn-flat-border4 {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.7rem;
  text-decoration: none;
  color: #006837;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 5px #bbe58b;
  border-radius: 6px;
  transition: .4s;
  width: 450px;
  max-width: 450px;
  vertical-align: middle;
}
.btn-flat-border4::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border4:hover {
  background: #fff;
  color: #006837;
}
.btn-flat-border3 {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.7rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #bbe58b;
  border: solid 5px #4bb016;
  border-radius: 6px;
  transition: .4s;
  width: 450px;
  max-width: 450px;
  vertical-align: middle;
}
.btn-flat-border3::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  position: relative;
  top: -5px;
  vertical-align: middle;
  display: inline-block;
}
.btn-flat-border3:hover {
  background: #bbe58b;
  color: #006837;
}
@media screen and (max-width: 768px) {
  .btn-flat-border2 {
    border: solid 4.2px #bbe58b;
    width: 280px;
    font-size: 1.4rem;
  }
  .btn-flat-border2::after {
    top: -2px;
  }
  .btn-flat-border4 {
    display: inline-block;
    padding: 0.3em 1em;
    font-size: 1.5rem;
    text-decoration: none;
    color: #006837;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border: solid 5px #bbe58b;
    border-radius: 6px;
    transition: .4s;
    width: 300px;
    max-width: 450px;
    vertical-align: middle;
    position: relative;
  }
  .btn-flat-border4::after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 11%;
    right: 4%;
    font-size: 2rem;
    vertical-align: middle;
  }
  .btn-flat-border4:hover {
    background: #fff;
    color: #006837;
  }
}
.head_test {
  margin: 0; /* デフォルトCSS打ち消し */
  font-size: 18px; /* 文字サイズ指定 */
  position: relative; /* 位置調整 */
  font-weight: normal; /* 文字の太さ調整 */
  margin-bottom: 25px; /* 周りの余白指定 */
  border-radius: 2px; /* 角丸指定 */
}
.head_test-point {
  background-color: #2196F3; /* 背景色指定 */
  border-radius: 50%; /* 丸くする */
  padding: 5px 12px; /* 余白指定 */
  font-size: 20px; /* 文字サイズ指定 */
  color: #fff; /* 文字色指定 */
  margin-right: 5px; /* 周りの余白指定 */
}
/* =================================================== *

   在宅医療　下層

 * =================================================== */
a.pdf_link:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/action/pdf_icon.png) 50% 60% no-repeat;
}
.contact-box {
  width: 100%;
  margin: 0 auto;
  border: solid 3px #ccc;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.contact-box .b-left {
  display: inline-block;
  width: 49.5%;
  border-right: solid 3px #ccc;
  vertical-align: bottom;
  margin: 25px 0;
  padding: 0 33px 0 30px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.contact-box .b-right {
  display: inline-block;
  width: 49.5%;
  vertical-align: bottom;
  margin: 25px 0;
  padding: 0 30px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.contact-box .b-left .contact-button a {
  background: #4bb016;
  padding: 10px 20px;
  font-size: 2rem;
  color: #fff;
  display: block;
  border-radius: 6px;
}
.contact-box .b-left .contact-button a:hover {
  background: #66ca32;
  transition: 0.4s;
}
.contact-box .b-right .contact-button a {
  background: #ef8a22;
  padding: 10px 20px;
  font-size: 2rem;
  color: #fff;
  display: block;
  border-radius: 6px;
}
.contact-box .b-right .contact-button a:hover {
  background: #f19d47;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .contact-box .b-left {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    border-right: solid 0px #ccc;
    vertical-align: bottom;
    margin: 20px 0 0;
    padding: 0 15px;
  }
  .contact-box .b-right {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    vertical-align: bottom;
    margin: 5px 0 15px;
    padding: 0 15px;
  }
  .contact-box .b-left .contact-button a {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  .contact-box .b-right .contact-button a {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
.cost-table2 td span.sub {
  line-height: 1.5;
  display: block;
}
span.sub {
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  span.sub {
    font-size: 12px;
  }
}
table.cost-table2 {
  margin: 15px 0;
  width: 100%;
  font-size: 1.5rem;
}
table.cost-table2 tr {
  border: solid 1px #c3c3c3;
}
table.cost-table2 th {
  background: #FFFFCC;
  border-right: solid 1px #c3c3c3;
  color: #666;
  letter-spacing: 3px;
  padding: 5px;
  font-size: 1.7rem;
}
table.cost-table2 th:last-child {
  border-right: solid 0px #c3c3c3;
}
table.cost-table2 td:first-child {
  background: #d8edcc;
}
table.cost-table2 td {
  border-right: solid 1px #c3c3c3;
  padding: 5px;
  vertical-align: middle;
}
table.cost-table2 td.w {
  background: #fff !important;
}
table.cost-table2 td:last-child {
  border-right: solid 0px #c3c3c3;
}
table.cost-table2 tr.tr-border {
  border-bottom: solid 3px #666;
}
table.cost-table3 {
  margin: 15px 0;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
table.cost-table3 tr {
  border: solid 1px #c3c3c3;
}
table.cost-table3 th {
  background: #FFFFCC;
  border-right: solid 1px #c3c3c3;
  color: #666;
  letter-spacing: 5px;
  padding: 5px;
  font-size: 1.7rem;
}
table.cost-table3 th:last-child {
  border-right: solid 0px #c3c3c3;
}
table.cost-table3 td {
  border-right: solid 1px #c3c3c3;
  padding: 5px;
  vertical-align: middle;
}
table.cost-table3 td:last-child {
  border-right: solid 0px #c3c3c3;
}
.border-box {
  border: solid 3px #cfeab0;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.border-box2 {
  border: solid 3px #ccc;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.border-box2 p {
  margin-bottom: 0;
}
.border-box2 p.text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.h-200 img {
  height: 200px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  table.cost-table2 {
    font-size: 1.3rem;
  }
  table.cost-table2 th {
    font-size: 1.4rem;
  }
  .pic-sp-w {
    width: 250px !important;
    margin: 0 auto 20px !important;
  }
  .pic-sp-w2 {
    width: 250px !important;
    margin: 0 auto 20px !important;
  }
  .border-box2 {
    padding: 10px 15px;
  }
  .border-box2 p.text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  /*.pic-sp-w{width:170px !important; margin: 0 auto 20px !important;}*/
  .pic-sp-w2 {
    width: 200px !important;
    margin: 0 auto 20px !important;
  }
}
/* =================================================== *

   サイトマップ

 * =================================================== */
.sitemap-wrap {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.sitemap-left {
  width: 48%;
  float: left;
}
.sitemap-right {
  width: 48%;
  margin: 0 0 0 4%;
  float: right !important;
}
.sitemap-wrap ul > li {
  width: 100%;
  margin-bottom: 30px;
}
.sitemap-wrap ul > li > ul {
  margin: 20px 0 0 0;
}
.sitemap-wrap ul > li > ul > li {
  margin: 0px;
  padding: 0 0 0 20px;
}
.sitemap-wrap li.sitemap-m a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 5px;
  border: solid 2px #ccc;
  border-left: solid 5px #bbe58b;
  color: #006837 !important;
  margin-bottom: 20px;
}
.sitemap-wrap li.sitemap-m a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  position: absolute;
  color: #666;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.sitemap-wrap li.sitemap-m ul li a {
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  border-radius: 0px;
  border: solid 0px #ccc;
  border-left: solid 0px #bbe58b;
  border-bottom: solid 2px #ccc;
  color: #006837 !important;
  margin-bottom: 10px;
}
.sitemap-wrap li.sitemap-m ul li a::after {
  display: none;
}
.sitemap-wrap li.sitemap-m ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  position: absolute;
  color: #666;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
}
li.sitemap-t {
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 7px 20px;
  color: #006837 !important;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
ul.sub-map {
  width: auto;
  margin: 20px 0px 10px 20px !important;
}
ul.sub-map li {
  width: auto;
}
ul.sub-map li a {
  position: relative;
}
ul.sub-map li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f068" !important;
  font-weight: 600;
  position: absolute;
  color: #666;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sitemap-left {
    width: 100%;
    float: none !important;
    margin: 0 0 10px 0;
  }
  .sitemap-right {
    width: 100%;
    margin: 0 0 10px 0;
    float: none !important;
  }
}
/* =================================================== *

   オペレーターボタン

 * =================================================== */
div#operator-btn {
  max-width: 130px;
  right: 0;
  left: auto;
  top: 250px;
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  div#operator-btn {
    width: 35%;
    max-width: 100px;
    position: fixed;
    top: auto;
    bottom: 3%;
    right: 3%;
  }
}
/* =================================================== *

   問い合わせ

 * =================================================== */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  border-radius: 4px;
  border: solid 1px #D6D7D7;
  padding: 3px 13px;
  display: initial;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
  display: initial;
}
input.accordion {
  display: none !important;
}
.wp100 {
  width: 100% !important;
}
.wp85 {
  width: 85% !important;
}
.wp80 {
  width: 80% !important;
}
.wp30 {
  width: 30%;
}
.wp20 {
  width: 20%;
}
.wp15 {
  width: 15%;
}
.required span {
  color: #fff;
  padding: 1px 7px 2px;
  background: #E54A4A;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 5px;
}
small {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
form tbody small {
  display: block;
  margin-top: 10px;
}
form span.err {
  color: #E54A4A;
  position: relative;
  padding-left: 1.8rem;
  display: none;
}
.input-name input {
  margin-right: 20px;
}
form span.err {
  color: #E54A4A;
  position: relative;
  padding-left: 1.8rem;
  display: none;
}
form label {
  padding-right: 20px;
}
.select-style select {
  padding: 3px 38px 3px 13px;
  color: #231815;
}
.select-style select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.pd-t20 {
  padding-top: 20px;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
@media screen and (max-width: 768px) {
  .select-style select {
    font-size: 1.3rem;
  }
  .wp50-sp {
    width: 50% !important;
  }
  .wp100-sp {
    width: 100% !important;
  }
}
form span.err {
  color: #E54A4A;
  position: relative;
  padding-left: 1.8rem;
  display: none;
}
form span.err.active {
  display: block;
}
form span.err:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
input.err {
  border: solid 1px #E54A4A;
}
/* button */
input[type="submit"], input[type="reset"], #conf-btn, #prev-btn {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 50px 10px 50px;
  border-radius: 10px;
  border: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#conf-btn.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#conf-btn {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
input[type="submit"], #conf-btn {
  background: #4cb117;
  color: #fff;
}
input[type="submit"]:hover, #conf-btn.active:hover {
  background: #4cb117;
  cursor: pointer;
}
input[type="reset"], #prev-btn {
  background: #E5E5E5;
  color: #231815;
}
input[type="reset"]:hover, #prev-btn:hover {
  background: #D2EAFF;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-postal {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #3284C6;
  font-size: 1.8rem;
  margin-left: 10px;
}
.btn-postal:hover {
  text-decoration: underline;
}
#conf-area {
  display: none;
}
.tbl-style-01 {
  width: 100%;
  /*table-layout: auto;*/
}
.tbl-style-01 tr {
  line-height: 2.4;
}
.contact-btn-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.contact-btn-list ul {
  text-align: center;
}
.contact-btn-list ul li {
  width: 35%;
  display: inline-block;
}
.contact-btn-list ul li:first-child {
  margin-right: 2%;
}
div.el-right p.ruby {
  font-size: 1.1rem;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 1rem;
  font-weight: bold;
  text-align: left !important;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .tbl-sp {
    width: 100%;
    table-layout: auto;
    border-top: solid 1px #B8D4E9;
    font-size: 1.6rem;
  }
}
/*-----------------------------------

-----------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 1.6rem;
  background: #006837;
  ;
  border-radius: 7px;
  margin-right: 10px;
  line-height: 1.5;
  padding: 3px 15px;
  color: white;
  letter-spacing: 3px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 5px;
}
.tab_item:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .tab_item {
    display: inline-block;
    margin-right: 2%;
    width: 48%;
    font-size: 1.3rem;
  }
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tab_content {
    display: none;
    padding: 20px 10px 0;
    clear: both;
    overflow: hidden;
  }
}
/*選択されているタブのコンテンツのみを表示*/
#shinryou:checked ~ #shinryou_content, #kango:checked ~ #kango_content, #riha:checked ~ #riha_content, #gijyutsu:checked ~ #gijyutsu_content, #iryou:checked ~ #iryou_content, #kanri:checked ~ #kanri_content, #other:checked ~ #other_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #6bc600;
  color: #fff;
}
.header-menu-tel {
  margin-top: 11px;
}
.contact-text {
  text-align: center;
}
a.contact-tel {
  color: #6bc600;
  font-size: 2.2rem;
  font-weight: bold;
}
a.contact-tel:hover {
  opacity: 0.7;
  transition: 0.3s;
}
a.contact-tel span {
  font-size: 1.4rem;
}
a.contact-tel::before {
  content: '';
  background-image: url(../images/tel.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  color: #6bc600;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
}
/*------------------------------------
在宅医療fiwedボタン
------------------------------------*/
div.fix-contactbtn {
  display: none;
}
a.post-entry-btn {
  background: #82bd4f;
  border: 2px solid #82bd4f;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px;
}
a.post-btn {
  display: inline-block;
  width: 48.5%;
  background: #6bc600;
  padding: 10px 10px;
  font-size: 2.0rem;
  border-radius: 8px;
  vertical-align: top;
  text-align: center;
}
/*.custom-pulse {
    animation-duration: 1.4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
a.post-btn, a.wpfp-link {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
a.post-btn, a.wpfp-link {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  div.fix-contactbtn {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  a.post-btn {
    background: #6bc600;
  }
  a.post-btn:first-child {
    background: #ffc800;
  }
  a.post-btn, a.wpfp-link:first-child {
    padding: 8px 0px;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 0px;
  }
  a.post-btn, a.wpfp-link {
    padding: 8px 0px;
    width: 48%;
    margin-right: 0%;
    margin-bottom: 0px;
  }
  div.fix-entrybtn > a.post-entry-btn {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 85%;
  }
  a.post-detail-btn i, a.post-entry-btn i {
    float: right;
    margin-top: 6px;
    font-size: 110%;
    margin-right: 0.5em;
    margin-left: -0.5em;
  }
  .fa-play-arrow:before {
    content: "\f138";
  }
  .fa-phone-alt:before {
    content: "\f095";
  }
  div#operator-btn.zaitaku {
    bottom: 11% !important;
  }
}
.fa-flip-horizontal {
  /* 〜 prefix部分省略 〜 */
  transform: scale(-1, 1);
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  a.post-detail-btn i, a.post-entry-btn i.fa-phone-alt {
    float: left;
    margin-top: 4px;
    font-size: 135%;
    margin-right: -0.5em;
    margin-left: 1em;
  }
}
/*=============施設紹介===============*/
.pic-col3-wrap {
  width: 100%;
}
.pic-col3 {
  width: 30%;
  margin-right:3%;
  display: inline-block;
}
.pic-col3:last-child {
  margin-right:0%;
}

.pic-col4-wrap {
  width: 100%;
  font-size: 0;
}
.pic-col4 {
  width: 23.5%;
  margin-right:2%;
  display: inline-block;
}
.pic-col4:last-child {
  margin-right:0%;
}

div#facilities-menu-wrap {
  padding-bottom: 10px;
}
ul.facilities-menu {
  text-align: center;
  display: flex;
  padding: 15px 0;
  justify-content: center;
  border-radius: 10px;
  border: solid 2px #6bc600;
  height:105px;
}
ul.facilities-menu li a {
  color: #6bc600;
}
ul.facilities-menu li a:hover {
  color: #b1ec6b;
  transition: 0.3s ;
}
ul.facilities-menu li a span {
  font-size:2rem;
  display: block;
  padding-bottom: 10px;
}
ul.facilities-menu li {
  padding: 0 6px;
  border-right: solid 2px #6bc600;
  height: 70px;
  vertical-align: middle;
  line-height: 17px;
  text-align: center;
  width: 50%;
  font-weight: bold;
}
ul.facilities-menu li:last-child {
  border-right: solid 0px #6bc600;
}

h3.e-title span,h3.e-title2 span{
    border-bottom:solid 1px #cb0000;
    color:#cb0000;
    font-size: 1.6rem;
}
h3.e-title,h3.e-title2{
    margin-bottom:1rem;
}

h3.e-title2{
    margin-top:1rem;
}
ul.houjin-list{width:100%; display: block;}
ul.houjin-list li{display: inline-block; margin-right:1em; color:#006836;}
ul.houjin-list li:last-child{margin-right:0em;}
ul.houjin-list li a{color:#006836;}

@media only screen and (max-width: 768px) {
ul.facilities-menu {
  height:50px;
}
ul.facilities-menu li {
  font-size: 1.8rem;
  height: 20px;
  padding: 0 10px;
}    
}
/*============================*/
@media only screen and (max-width: 320px) {
  a.post-detail-btn i, a.post-entry-btn i.fa-phone-alt {
    float: left;
    margin-top: 4px;
    font-size: 135%;
    margin-right: 0em;
    margin-left: 0.5em;
  }
}
/* =================================================== *

   youtube レスポンシブ

 * =================================================== */
.youtube {
  position: relative;
  width: 70%;
  padding-top: 44.25%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 100%;
    padding-top: 60%;
  }
}
.border-box2 iframe {
  width: 100%;
}
#service-1 div#company-footer-copyright, #service-2 div#company-footer-copyright, #service-3 div#company-footer-copyright, #service-4 div#company-footer-copyright, #service-h-0 div#company-footer-copyright, #service-h-1 div#company-footer-copyright, #service-h-2 div#company-footer-copyright, #service-h-3 div#company-footer-copyright, #service-h-4 div#company-footer-copyright, #service-h-5 div#company-footer-copyright, #service-h-6 div#company-footer-copyright, #service-h-7 div#company-footer-copyright, #service-h-8 div#company-footer-copyright, #service-h-9 div#company-footer-copyright, #service-h-10 div#company-footer-copyright, #service-h-11 div#company-footer-copyright, #service-h-12 div#company-footer-copyright, #service-h-13 div#company-footer-copyright, #service-h-14 div#company-footer-copyright, #service-h-15 div#company-footer-copyright, #service-h-16 div#company-footer-copyright, #service-h-17 div#company-footer-copyright, #service-h-18 div#company-footer-copyright, #service-h-19 div#company-footer-copyright, #service-h-20 div#company-footer-copyright {
  padding-bottom: 70px;
}
/* =================================================== *

   reCAPTCHA

 * =================================================== */

.g-recaptcha {
    width: 100%;
    margin: 25px auto;
}
.g-recaptcha > div {
    margin: 0 auto;
}

/* =================================================== *

   表示切り替え

 * =================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* ----------------------------------------------------------------------
 br - pc-sp での改行
---------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

@media all and (-ms-high-contrast:none){
	table input {
            display: inline-block;
	}
}

@media all and (-ms-high-contrast:none){
	table input {
		    display: inline-block;
	}
}

p.cbig {
    font-weight: bold;
    font-size: 180%;
}


p.mbig {
    font-weight: bold;
    font-size: 120%;
}
a.opebtn_blue {
    background: #2563a1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
a.opebtn_red {
    background: #d34d4d;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.box{
	display: flex;
}
.box-item1{
	flex-basis: 50%;
}
.box-item2{
	flex-basis: 50%;
}
.box-item2 img{
	width: 100%;
	height: auto;	
}

@media screen and (max-width: 767px) {
.box{
	display: block;
  }
.box-item2 img{
	display: none;	
  }
}

