@charset "UTF-8";
body {
  overflow-x: hidden;
}

:root {
  --swiper-theme-color: #ef624b ;
}

@font-face {
  font-family: "YUMIN";
  src: url("../font/YUMIN.TTF");
}
@font-face {
  font-family: "YUMINDB";
  src: url("../font/YUMINDB.TTF");
}
@font-face {
  font-family: "YUMINL";
  src: url("../font/YUMINL.TTF");
}
@font-face {
  font-family: "NOTOSANSJP-REGULAR";
  src: url("../font/NOTOSANSJP-REGULAR.OTF");
}
@font-face {
  font-family: "YuGothR";
  src: url("../font/YuGothR.ttc");
}
.wraper {
  width: 89.58%;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.indexNavMain {
  height: 68px;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
.indexNavMain .indexNavBox {
  height: 68px;
  position: relative;
}
.indexNavMain .indexNavBox > a {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 68px;
  z-index: 99;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul {
  width: 100%;
  padding-left: 290px;
  box-sizing: border-box;
  text-align: right;
}
.indexNavMain .indexNavBox ul li {
  display: inline-block;
  margin-left: 70px;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  font-size: 16px;
  line-height: 68px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d81618;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover {
  color: #d81618;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.indexNavMain .indexNavBox ul li:last-child {
  float: right;
  width: 128px;
}
.indexNavMain .indexNavBox ul li:last-child a {
  height: 40px;
  width: 100%;
  margin-top: 14px;
  background: #feebb1;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.indexNavMain .indexNavBox ul li:last-child a::after {
  content: none;
}
.indexNavMain .indexNavBox ul li:last-child a:hover {
  background-color: #f1cd61;
  color: #333;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.fixNavBg {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.MBannerMain {
  position: relative;
  width: 100%;
  padding: 0 60px;
  margin-top: 100px;
  box-sizing: border-box;
}
.MBannerMain .banner {
  display: block;
  width: 100%;
}
.MBannerMain .ball01 {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 28%;
  z-index: -1;
  animation: Scales 5s linear infinite;
}
.MBannerMain .ball02 {
  position: absolute;
  left: 3%;
  top: 20%;
  width: 8%;
  animation: Scales 3s linear infinite;
}

.title {
  padding-bottom: 2em;
  font: bold 34px/100px "NOTOSANSJP-REGULAR";
  color: #333;
}
.title span {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #f2f2f2;
}
.title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 133px;
  height: 3px;
  background-color: #ef624b;
}

.homeNurseMain .main01 {
  padding-top: 40px;
}
.homeNurseMain .main01 .img {
  float: left;
  width: 47.64%;
  border-radius: 10px;
  overflow: hidden;
}
.homeNurseMain .main01 .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.homeNurseMain .main01 .img img:hover {
  transform: scale(1.07);
}
.homeNurseMain .main01 .txt {
  float: right;
  width: 560px;
  max-width: 47.64%;
}
.homeNurseMain .main01 .txt p {
  font: normal 18px/48px "YuGothR";
  color: #333;
}
.homeNurseMain .main02 {
  padding-top: 46px;
}
.homeNurseMain .main02 .title {
  padding-bottom: 40px;
  text-align: center;
}
.homeNurseMain .main02 .title span {
  border-bottom: none;
}
.homeNurseMain .main02 .title span::after {
  left: 50%;
  margin-left: -66px;
}
.homeNurseMain .main02 ul li {
  float: left;
  width: 23.7%;
  margin-right: 1.73%;
}
.homeNurseMain .main02 ul li .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.homeNurseMain .main02 ul li .img > img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.homeNurseMain .main02 ul li .img > img:hover {
  transform: scale(1.07);
}
.homeNurseMain .main02 ul li .img h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 74px;
  padding: 0 14px 0 22px;
  border-radius: 0 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 74px;
  text-align: center;
}
.homeNurseMain .main02 ul li .img h3 span {
  display: inline-block;
  vertical-align: middle;
  font: normal 18px/28px "NOTOSANSJP-REGULAR";
  color: #222;
}
.homeNurseMain .main02 ul li .img h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.homeNurseMain .main02 ul li p {
  padding: 25px 0;
  font: normal 16px/30px "YuGothR";
  color: #666;
}
.homeNurseMain .main02 ul li:nth-child(4n) {
  margin-right: 0;
}
.homeNurseMain .main02 .btn {
  width: 500px;
  margin: 50px auto;
  background-image: linear-gradient(45deg, #ef624b, #fc9f90);
  border-radius: 8px;
  transition: all 0.5s;
}
.homeNurseMain .main02 .btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
}
.homeNurseMain .main02 .btn a span {
  display: block;
  font: normal 26px/50px "YuGothR";
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.homeNurseMain .main02 .btn a b {
  display: contents;
  font: bold 36px/50px "NOTOSANSJP-REGULAR";
}
.homeNurseMain .main02 .btn:hover {
  background-image: linear-gradient(-45deg, #ef624b, #fc9f90);
  transform: translateY(-15px);
  box-shadow: 0 0 15px #ef624b;
}
.homeNurseMain .main03 {
  margin-top: 50px;
  padding-top: 4.9%;
}
.homeNurseMain .main03 .imgbox {
  position: relative;
  height: 698px;
  padding-top: 90px;
}
.homeNurseMain .main03 .imgbox .img {
  position: absolute;
  right: 10%;
  bottom: 0;
}
.homeNurseMain .main03 .imgbox .ball01 {
  position: absolute;
  left: 40%;
  top: 0;
  width: 29.6%;
  z-index: -1;
  animation: Scales 5s linear infinite;
}
.homeNurseMain .main03 .imgbox .ball02 {
  position: absolute;
  right: 5%;
  bottom: 33%;
  width: 8.85%;
  animation: Scales 3s linear infinite;
}
.homeNurseMain .main03 .imgbox h3 {
  position: absolute;
  left: 13.54%;
  top: 0;
  width: 34px;
  font: bold 34px/36px "NOTOSANSJP-REGULAR";
  color: #fff;
}
.homeNurseMain .main03 .imgbox h3::before {
  content: "なちゅらるの訪問看護師さんの1日";
  position: absolute;
  left: -2px;
  bottom: 1px;
  width: 34px;
  color: #222;
}
.homeNurseMain .main03 .imgbox p {
  position: absolute;
  right: 50%;
  margin-right: -640px;
  bottom: 0;
  padding: 2.2em 2.6em;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  font: normal 18px/48px "YuGothR";
  color: #333;
}
.homeNurseMain .main03 ul {
  padding-top: 95px;
}
.homeNurseMain .main03 ul li {
  float: left;
  width: 48%;
  padding: 40px 0;
  border-bottom: 1px solid #eeebea;
  box-sizing: border-box;
}
.homeNurseMain .main03 ul li .img {
  float: left;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  margin-left: 16px;
  background: radial-gradient(#fff6e4, #fc9f90);
  text-align: center;
  line-height: 122px;
  transition: all 0.3s;
}
.homeNurseMain .main03 ul li .img img {
  vertical-align: middle;
}
.homeNurseMain .main03 ul li .txt {
  float: right;
  width: calc(100% - 138px);
  padding: 0 6%;
  box-sizing: border-box;
}
.homeNurseMain .main03 ul li .txt h4 {
  position: relative;
  display: inline-block;
  font: bold 20px/36px "NOTOSANSJP-REGULAR";
  color: #222;
}
.homeNurseMain .main03 ul li .txt h4::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 11px;
  width: 18px;
  height: 13px;
  margin-left: 12px;
  background: url(../images/M-icon01.png) no-repeat;
}
.homeNurseMain .main03 ul li .txt p {
  margin-top: 1em;
  font: normal 16px/28px "YuGothR";
  color: #333;
  text-align: justify;
}
.homeNurseMain .main03 ul li:nth-child(2n) {
  float: right;
}
.homeNurseMain .main03 ul li:nth-child(1), .homeNurseMain .main03 ul li:nth-child(2) {
  height: 294px;
  border-top: 1px solid #eeebea;
}
.homeNurseMain .main03 ul li:nth-child(3), .homeNurseMain .main03 ul li:nth-child(4) {
  height: 230px;
}
.homeNurseMain .main03 ul li:nth-child(5), .homeNurseMain .main03 ul li:nth-child(6) {
  height: 220px;
}
.homeNurseMain .main03 ul li:hover .img {
  transform: scale(1.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.rehabilitationMain {
  padding-top: 60px;
}
.rehabilitationMain .main01 {
  position: relative;
  padding: 53px 0 83px;
}
.rehabilitationMain .main01 .ball01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29.6%;
  z-index: -1;
  animation: Scales 5s linear infinite;
}
.rehabilitationMain .main01 .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.rehabilitationMain .main01 .imgbox .img {
  display: block;
  width: 100%;
}
.rehabilitationMain .main01 .imgbox h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  font: normal 34px/36px "NOTOSANSJP-REGULAR";
  color: #333;
  text-align: right;
}
.rehabilitationMain .main01 .imgbox h3 span, .rehabilitationMain .main01 .imgbox h3 strong {
  float: right;
  width: 44px;
  text-align: center;
}
.rehabilitationMain .main01 .imgbox h3 strong {
  color: #ef624b;
  margin-top: 18px;
  font-weight: normal;
}
.rehabilitationMain .main01 .imgbox .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 498px;
  padding: 54px 30px 12px 20px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
.rehabilitationMain .main01 .imgbox .txt p {
  padding-bottom: 28px;
  font: normal 16px/28px "YuGothR";
  color: #333;
  text-align: justify;
}
.rehabilitationMain .main01 .imgbox .txt p strong {
  color: #ef624b;
}
.rehabilitationMain .title {
  padding-bottom: 75px;
  text-align: center;
}
.rehabilitationMain .title span {
  border-bottom: none;
}
.rehabilitationMain .title span::after {
  left: 50%;
  margin-left: -66px;
}
.rehabilitationMain .main02 {
  margin-left: calc(50% - 640px);
}
.rehabilitationMain .main02 .swiper {
  width: 100%;
  padding-top: 98px;
}
.rehabilitationMain .main02 .swiper-slide p {
  padding: 28px 0;
  font: normal 16px/28px "YuGothR";
  color: #333;
  text-align: justify;
  box-sizing: border-box;
}
.rehabilitationMain .main02 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rehabilitationMain .main02 .swiper-slide {
  width: 40%;
}
.rehabilitationMain .main02 .swiper-button-next, .rehabilitationMain .main02 .swiper-button-prev {
  position: absolute;
  top: 0;
  right: 60%;
  width: 50px;
  height: 50px;
  margin-top: 0;
  border-radius: 50%;
}
.rehabilitationMain .main02 .swiper-button-next::after, .rehabilitationMain .main02 .swiper-button-prev::after {
  content: "🠖";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font: bold 24px/50px "NotoSansJP";
  text-align: center;
  color: #ef624b;
  border-radius: 50%;
}
.rehabilitationMain .main02 .swiper-button-next:hover::after, .rehabilitationMain .main02 .swiper-button-prev:hover::after {
  color: #fff;
  background: #ef624b;
}
.rehabilitationMain .main02 .swiper-button-prev {
  margin-right: 60px;
  left: initial;
}
.rehabilitationMain .main02 .swiper-button-prev::after {
  content: "🠔";
}
.rehabilitationMain .main02 .swiper-pagination {
  position: absolute;
  left: 55px;
  top: 23px;
  width: 90px;
  height: 2px;
  background: #eaeaea;
}
.rehabilitationMain .main02 .swiper-pagination::before, .rehabilitationMain .main02 .swiper-pagination::after {
  content: "01";
  position: absolute;
  left: -55px;
  top: -25px;
  font: normal 24px/50px "Arial";
  color: #ef624b;
}
.rehabilitationMain .main02 .swiper-pagination::after {
  content: "04";
  left: initial;
  right: -55px;
}

.aboutMain {
  padding-top: 78px;
  background-image: linear-gradient(#fef4f2, #fff);
}
.aboutMain .main01 {
  padding-top: 60px;
}
.aboutMain .main01 .img {
  float: right;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
.aboutMain .main01 .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.aboutMain .main01 .img img:hover {
  transform: scale(1.07);
}
.aboutMain .main01 .txt {
  float: left;
  width: 48%;
}
.aboutMain .main01 .txt p {
  max-width: 548px;
  font: normal 18px/48px "YuGothR";
  color: #333;
}
.aboutMain .main02 {
  padding-top: 4.9%;
}
.aboutMain .main02 .imgbox {
  position: relative;
  padding-top: 90px;
  height: 698px;
  z-index: 9;
}
.aboutMain .main02 .imgbox .img {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.aboutMain .main02 .imgbox .ball01 {
  position: absolute;
  left: 7.8%;
  top: 0;
  width: 29.6%;
  z-index: -1;
  animation: Scales 5s linear infinite;
}
.aboutMain .main02 .imgbox .ball02 {
  position: absolute;
  right: 5%;
  bottom: 33%;
  width: 8.85%;
  animation: Scales 3s linear infinite;
}
.aboutMain .main02 .imgbox h3 {
  position: absolute;
  left: 13.54%;
  top: 0;
  width: 34px;
  font: bold 34px/36px "NOTOSANSJP-REGULAR";
  color: #222;
  text-align: center;
}
.aboutMain .main02 .imgbox h3::before {
  content: "なちゅらるの訪問鍼灸マッサ | ジのご案内";
  position: absolute;
  left: 2px;
  bottom: 1px;
  width: 34px;
  color: #fff;
}
.aboutMain .main02 .imgbox p {
  position: absolute;
  right: 50%;
  margin-right: -640px;
  bottom: 0;
  width: 880px;
  padding: 1em 2em;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  font: normal 18px/36px "YuGothR";
  color: #333;
  box-sizing: border-box;
}
.aboutMain .main02 .txtbox {
  padding-top: 86px;
}
.aboutMain .main02 .txtbox .titlebox {
  float: left;
  width: 20%;
}
.aboutMain .main02 .txtbox .titlebox p {
  float: left;
  width: 16px;
  padding-top: 20px;
  background: url(../images/M-icon08.png) no-repeat;
  font: normal 16px/22px "YUMIN";
  color: #ef624b;
  text-transform: uppercase;
}
.aboutMain .main02 .txtbox .titlebox h3 {
  float: right;
  font: bold 34px/36px "NOTOSANSJP-REGULAR";
  color: #222;
}
.aboutMain .main02 .txtbox .titlebox h3 span {
  float: right;
  width: 34px;
  margin-left: 20px;
}
.aboutMain .main02 .txtbox .titlebox h3 span:nth-child(2) {
  margin-left: 0;
}
.aboutMain .main02 .txtbox ul {
  float: right;
  width: 66%;
  padding-top: 60px;
}
.aboutMain .main02 .txtbox ul li {
  float: left;
  width: 48%;
  height: 172px;
}
.aboutMain .main02 .txtbox ul li .img {
  float: left;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #ffe2e2;
  text-align: center;
  line-height: 88px;
  transition: all 0.3s;
}
.aboutMain .main02 .txtbox ul li .img img {
  vertical-align: middle;
}
.aboutMain .main02 .txtbox ul li .txt {
  float: right;
  width: calc(100% - 114px);
}
.aboutMain .main02 .txtbox ul li .txt h4 {
  font: bold 20px/20px "NOTOSANSJP-REGULAR";
  color: #222;
}
.aboutMain .main02 .txtbox ul li .txt p {
  margin-top: 1em;
  font: normal 16px/28px "YuGothR";
  color: #333;
  text-align: justify;
}
.aboutMain .main02 .txtbox ul li:nth-child(2n) {
  float: right;
}
.aboutMain .main02 .txtbox ul li:hover .img {
  transform: scale(1.07);
  box-shadow: 0 0 15px #ffe2e2;
}
.aboutMain .main03 {
  width: calc(50% + 640px);
  height: 148px;
  background-color: #ef624b;
  margin-left: calc(50% - 640px);
  margin-top: 70px;
  margin-bottom: 70px;
  border-radius: 10px 0 0 0;
  text-align: center;
  line-height: 148px;
}
.aboutMain .main03 .w1280 {
  margin: 0;
}
.aboutMain .main03 a {
  display: inline-block;
  height: 62px;
  padding: 0 26px;
  margin-right: 20px;
  border-radius: 62px;
  background-color: #dd462d;
  font: bold 36px/62px "NOTOSANSJP-REGULAR";
  color: #fff;
  vertical-align: middle;
}
.aboutMain .main03 a:hover {
  box-shadow: 0 0 15px #ffe2e2;
}
.aboutMain .main03 p {
  display: inline-block;
  font: bold 22px/36px "NOTOSANSJP-REGULAR";
  color: #fff;
  vertical-align: middle;
}

@keyframes Scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.footerBox {
  padding-top: 56px;
  background: #f5f2f2;
  position: relative;
}
.footerBox .left {
  position: absolute;
  left: 0;
  top: 0;
}
.footerBox .left .footerLogo img {
  display: inline-block;
}
.footerBox .left .address {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.footerBox .footerNav {
  width: 100%;
  height: 300px;
  padding-left: 300px;
  padding-top: 20px;
  padding-right: 250px;
  font-size: 16px;
  line-height: 52px;
  box-sizing: border-box;
}
.footerBox .footerNav div {
  float: left;
  margin-left: 80px;
}
.footerBox .footerNav a {
  display: block;
  padding-left: 22px;
  background: url(../images/libg02.png) no-repeat left center;
  color: #333;
  font-weight: bold;
}
.footerBox .footerNav a:hover {
  text-decoration: underline;
}
.footerBox .right {
  position: absolute;
  right: 0;
  top: 23px;
}
.footerBox .right .tel {
  display: inline-block;
  padding: 0 20px;
  font-size: 32px;
  line-height: 50px;
  color: #d81618;
  font-weight: bold;
  background-color: #fff;
}
.footerBox .right .socialBox {
  margin-top: 22px;
  text-align: right;
}
.footerBox .right .socialBox a {
  display: inline-block;
  margin-left: 15px;
}
.footerBox .right .socialBox a img {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.5s;
}
.footerBox .right .socialBox a:hover img {
  transform: scale(1.05, 1.05);
}
.footerBox .copyRight p {
  font-size: 14px;
  line-height: 80px;
  color: #222;
  text-align: center;
}
.pcclassi{position:fixed;bottom:85px;right:0px;z-index:999;}
.pcclassi1{position:fixed;bottom:280px;right:0px;z-index:999;}
.gotop {
  position: fixed;
  right: 25px;
  bottom: 20px;
  display: none;
  z-index: 99;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

@media (min-width: 0) and (max-width: 1620px) {
  .indexNavMain .indexNavBox ul li {
    margin-left: 35px;
  }
}
@media (min-width: 0) and (max-width: 1500px) {
  .MBannerMain {
    padding: 0 50px;
  }
  .w1400 {
    width: calc(100% - 100px);
  }
  .homeNurseMain .main03 .imgbox .img, .aboutMain .main02 .imgbox .img {
    right: 50px;
  }
  .homeNurseMain .main03 .imgbox .ball01, .aboutMain .main02 .imgbox .ball01 {
    left: 10%;
  }
  .homeNurseMain .main03 .imgbox .ball02, .aboutMain .main02 .imgbox .ball02 {
    right: 0;
  }
  .homeNurseMain .main03 .imgbox p, .aboutMain .main02 .imgbox p {
    right: 50px;
    margin-right: 0;
    border-radius: 10px 0 0 0;
  }
}
@media (min-width: 0) and (max-width: 1380px) {
  .wraper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .w1280 {
    width: calc(100% - 100px);
  }
  .indexNavMain .indexNavBox > a {
    left: 25px;
  }
  .footerBox .left {
    left: 30px;
  }
  .footerBox .right {
    right: 30px;
  }
  .footerBox .right .tel {
    font-size: 28px;
  }
  .footerBox .footerNav {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: initial;
  }
  .footerBox .footerNav div {
    margin-left: 40px;
  }
  .homeNurseMain .main03 ul li .img {
    width: 100px;
    height: 100px;
    margin-left: 0;
    line-height: 100px;
  }
  .homeNurseMain .main03 ul li .txt {
    width: calc(100% - 120px);
    padding: 0;
  }
  .aboutMain .title {
    font-size: 26px;
  }
  .aboutMain .main02 .imgbox p {
    width: 800px;
  }
  .aboutMain .main03 {
    width: calc(100% + 50px);
    margin-left: 50px;
  }
  .rehabilitationMain .main02 {
    margin-left: 50px;
  }
}
@media (min-width: 0) and (max-width: 1160px) {
  .homeNurseMain .title {
    font-size: 26px;
  }
  .homeNurseMain .main01 .txt p {
    font-size: 16px;
    line-height: 40px;
  }
  .homeNurseMain .main03 ul li:nth-child(1), .homeNurseMain .main03 ul li:nth-child(2) {
    height: 380px;
  }
  .homeNurseMain .main03 ul li:nth-child(3), .homeNurseMain .main03 ul li:nth-child(4) {
    height: 260px;
  }
  .homeNurseMain .main02 ul li .img h3 {
    padding: 0 6px;
  }
  .homeNurseMain .main02 ul li .img h3 img {
    margin-left: 3px;
  }
  .rehabilitationMain .main01 .imgbox .txt p {
    padding-bottom: 10px;
  }
  .aboutMain .title {
    font-size: 22px;
  }
  .aboutMain .main02 .txtbox ul {
    width: 75%;
  }
}
@media (min-width: 0) and (max-width: 1120px) {
  .indexNavMain .indexNavBox ul li {
    margin-left: 15px;
  }
  .footerBox .right .tel {
    font-size: 24px;
  }
  .aboutMain .main02 .imgbox p {
    width: 750px;
  }
}/*# sourceMappingURL=M-pc.css.map */