@charset "UTF-8";
@media screen and (max-width: 1560px) {
  /* ---------------------
        header
--------------------- */
}
@media screen and (max-width: 559px) {
  /* ---------------------
        common
--------------------- */
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    width: 100%;
    padding: 0 6%;
  }
  .flex {
    flex-direction: column;
  }
  /* ---------------------
	       header
--------------------- */
  header {
    padding: 15px;
  }
  header h1 {
    padding-top: 0;
  }
  header .logo {
    padding: 0 0 1rem;
  }
  /* drawer */
  .drawer--right .drawer-nav h1, .drawer--right .drawer-nav p.logo {
    padding: 15px 8px;
  }
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    top: 16px;
    right: 4%;
    z-index: 9990;
    width: 35px;
    padding: 0;
    text-align: center;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    height: 2px;
    background-color: #8dbfae;
  }
  .drawer-hamburger-icon::before {
    background-color: #5eaac2;
  }
  .drawer-hamburger-icon::after {
    background-color: #bcd599;
  }
  .drawer--right .drawer-nav ul.main {
    margin-bottom: 40px;
	margin-top: 30px;
  }
  .drawer--right .drawer-nav ul.main li a {
    display: block;
    height: 50px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
    /*background: linear-gradient(to right, rgba(188, 213, 153, 1) 0%, rgba(94, 174, 194, 1) 100%);
    border-bottom: solid 1px #fff;*/
  }
  .drawer--right .drawer-nav ul.main li a::after {
    display: none;
  }
  .drawer--right .drawer-nav p.tel, .drawer--right .drawer-nav p.reception {
    margin-right: 0;
    text-align: center;
  }
  .drawer--right .drawer-nav ul.sub {
    display: none;
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
  }
  .drawer--right .drawer-nav ul.sub.is-open {
    display: block;
  }
  .drawer--right .drawer-nav ul.sub li {
    position: relative;
  }
  .drawer--right .drawer-nav ul.sub li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgba(143, 195, 31, 1) 0%, rgba(243, 152, 0, 1) 100%);
  }
  .drawer--right .drawer-nav ul.sub li:last-of-type::before {
    display: none;
  }
  .drawer--right .drawer-nav ul.sub li a {
    position: relative;
    background: #fff;
  }
  .drawer--right .drawer-nav ul.sub li a::before {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 6px;
    height: 1.1em;
    margin-right: 10px;
    content: "";
    background: linear-gradient(28.75deg, rgba(143, 195, 31, 1) 0%, rgba(243, 152, 0, 1) 100%);
    transform: skewX(-28.75deg);
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(1) + ul.sub li:nth-of-type(2) a::before {
    background: #eeb033;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(1) + ul.sub li:nth-of-type(3) a::before {
    background: #002855;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(3) + ul.sub li:nth-of-type(2) a::before {
    background: #eeb033;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(3) + ul.sub li:nth-of-type(3) a::before {
    background: #002855;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(3) + ul.sub li:nth-of-type(4) a::before {
    background: #ecd356;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(3) + ul.sub li:nth-of-type(5) a::before {
    background: #00a0e9;
  }
  .drawer--right .drawer-nav ul.main li:nth-of-type(3) + ul.sub li:nth-of-type(6) a::before {
    background: #a50082;
  }
  /* 開閉メニュー */
  .drawer--right .drawer-nav ul.main li.ac a {
    position: relative;
    text-decoration: none;
    opacity: 1;
  }
  .drawer--right .drawer-nav ul.main li.ac a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
  }
  .drawer--right .drawer-nav ul.main li.ac.active a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
  }
	.drawer-nav{
		color:#444;
	}
	.drawer-menu-item{
		color:#444;
	}
  /* ---------------------
	   footer
--------------------- */
  footer > p {
    height: 50px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 50px;
  }
  footer .ft-linkG p a {
    width: 100%;
  }
  footer .ftInner .col {
    width: 100%;
  }
  footer .ftInner ul.main {
    display: none;
  }
  footer .ftInner .flexL {
    width: 85%;
    margin: 0 auto;
  }
  footer .ftInner .flexL p.tel {
    font-size: 4rem;
  }
  footer .ftInner .flexL address {
    font-size: 1.4rem;
  }
  footer .ft-linkG p a {
    font-size: 1.5rem;
  }
  footer .ftInner .flexR {
    margin-top: 40px;
  }
  footer p.copy {
    margin: 65px 0 25px;
  }
  footer p.copy small {
    font-size: 1.6rem;
  }
  /* ---------------------
	      TOP
--------------------- */
  .mv {
    height: 105vw;
    margin-bottom: 78vw;
    background: url(../img/top/top-mv_sp.webp) no-repeat left top;
    background-size: 100%;
  }
  .mv .skew {
    top: 105px;
    right: -10px;
    width: 135px;
    height: 545px;
  }
  .mv h2 {
    position: absolute;
    bottom: -60px;
    padding: 30px 0 30px 6%;
    margin: 0;
    font-size: 5.4rem;
    font-weight: 500;
  }
  .mv h2::before {
    width: 99.55vw;
    clip-path: polygon(0 0, 100% 0, 75.25% 100%, 0% 100%);
  }
  .mv p.catch {
    position: absolute;
    bottom: -188px;
    width: 100%;
    padding: 30px 13% 30px 6%;
    margin: 0;
    font-size: 1.2rem;
  }
  .mv p.catch::before {
    clip-path: none;
    display: none;
  }
  .mv h2 span {
    right: 15px;
    bottom: 5rem;
    font-size: 1.4rem;
  }
  .mv h2 span:last-child {
    right: -14px;
    bottom: 34px;
    font-size: 1.2rem;
  }
  .top-sec01 .skew {
    top: -92px;
    left: 46%;
    z-index: -1;
    width: 135px;
    height: 545px;
    opacity: 0.2;
  }
  .ttl-IMG {
    width: 100%;
    margin: 60px 0;
  }
  p.contentTXT {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .top-sec01 {
    margin-bottom: 45px;
  }
  .service .contentsWrap {
    margin-top: 35px;
  }
  .service .contentsWrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .top-sec02 .contentsWrap ul li p.number {
    line-height: 1;
  }
  .service .contentsWrap ul li h3 {
    font-size: 2.2rem;
  }
  .service .contentsWrap ul li figure {
    position: relative;
    left: -7%;
    width: 100vw;
    margin: 15px 0;
  }
  .service .contentsWrap ul li figure img {
    width: 100%;
    height: auto;
  }
  .service .contentsWrap ul li p.bt a, .top-sec04 .contentsWrap .box p.bt a {
    padding: 9px 14%;
  }
  .top-sec02 {
    margin-bottom: 40px;
  }
  .top-sec03 .subTTL {
    letter-spacing: 0.3rem;
  }
  .top-sec03 > .flex-e figure:nth-child(1) {
    margin-bottom: 25px;
  }
  .top-sec03 .skew {
    top: 120px;
    left: -7%;
    width: 98px;
    height: 337px;
  }
  .top-sec03 {
    margin-bottom: 80px;
  }
  .top-sec03 .textG {
    position: static;
    width: 100%!important;
    padding: 0 6%;
    margin-top: 25px;
  }
  .top-sec03 .textG p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
  .top-sec03 .subTTL {
    margin-left: 6%;
    font-size: 1.4rem;
  }
  .top-sec03 .secTTL2 {
    margin-bottom: 25px;
    margin-left: 6%;
    font-size: 3rem;
  }
  .top-sec03 .textG p:last-child {
    margin-top: 25px;
  }
  .top-sec03 .textG p:last-child span {
    font-size: 2.4rem;
  }
  .top-sec04 .contentsWrap {
    margin-top: 35px;
  }
  .top-sec04 .contentsWrap .box {
    width: 100%;
  }
  .top-sec04 .contentsWrap .box h3 {
    margin: 10px 0;
    font-size: 2rem;
  }
  .top-sec04 .contentsWrap .box p.bt {
    margin: 30px 0 40px;
  }
  .contents-list-Wrap {
    margin-top: 0;
  }
  .contents-list-Wrap ul {
    flex-direction: row;
  }
  .contents-list-Wrap ul li {
    width: calc((100% - 2%) / 2);
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .contents-list-Wrap ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents-list-Wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents-list-Wrap ul li figure, .contents-list-Wrap ul li figure img {
    height: auto;
  }
  .contents-list-Wrap ul li p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .contents-list-Wrap ul li p::after {
    bottom: 2px;
    left: 0.5rem;
    height: 10px;
  }
  .contents-staff-Wrap .bt {
    margin-top: 60px;
  }
  .staff .sns {
    margin-top: 90px;
  }
  .staff .sns .flexL, .staff .sns .flexR {
    width: 100%;
  }
  .staff .sns .flexR {
    flex-direction: row;
    margin-top: 25px;
  }
  .top .contents-list-Wrap ul li p::after {
    bottom: 1px;
    height: 10px;
  }
  /* ---------------------
	下層ページCommon
--------------------- */
  .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background-size: 100%;
  }
  .under-mv h1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: block;
    width: 100%;
    padding: 30px 15% 30px 6%;
    margin: 0;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
  }
  .under-mv h1 span.sub {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 8%;
    font-size: 1.8rem;
    letter-spacing: 0.35rem;
  }
  .under-mv h1 span.sub::before {
    position: absolute;
    top: 4px;
    left: -18px;
    display: inline-block;
    width: 3px;
    height: 20px;
    content: "";
    background: #3e3a39;
    transform: skewX(-28.75deg);
  }
  .under-mv h1 span.sub::after {
    position: absolute;
    top: 4px;
    right: -18px;
    display: inline-block;
    width: 3px;
    height: 20px;
    content: "";
    background: #3e3a39;
    transform: skewX(-28.75deg);
  }
  .under-mv .skew {
    top: -71px;
    right: -92px;
    width: 135px;
    height: 545px;
  }
  .under-mv h1::before {
    width: 107.55vw;
  }
  .under-sec01 .skew {
    top: 25px;
    left: 32%;
    z-index: -1;
    width: 135px;
    height: 545px;
    opacity: 0.2;
  }
  /* ---------------------
	   会社情報
--------------------- */
  .company .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/company/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .company .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 72% 100%, 0% 100%);
  }
  .staff-recruitment dl, .company dl {
    width: 100%;
    margin: 35px 0 90px;
  }
  .staff-recruitment dl dt, .company dl dt, .staff-recruitment dl dd, .company dl dd {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
    font-size: 1.4rem;
  }
  .staff-recruitment dl dt, .company dl dt {
    padding: 0 0 15px;
  }
  .staff-recruitment dl dd, .company dl dd {
    padding: 15px 0 25px;
    margin-bottom: 25px;
    text-align: justify;
  }
  .company .under-sec02 .ttl-IMG {
    margin: 60px 0;
  }
  .company .under-sec02 .ttl-IMG + p {
    font-size: 1.4rem;
  }
  .company .under-sec02, .company .under-sec04 {
    margin-bottom: 90px;
  }
  .company .top-sec03 {
    margin-bottom: 90px;
  }
  .company .under-sec03 .secTTL::before {
    left: 6%;
  }
  .company .under-sec03 .secTTL::after {
    right: 6%;
  }
  .company .under-sec03 .facility-list {
    width: 100%;
    margin: 35px auto 0;
  }
  .company .under-sec03 {
    margin-bottom: 80px;
  }
  .company .under-sec04 h2 {
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
  .company .under-sec04 h2 + p {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .company .under-sec04 figure.top {
    margin-bottom: 35px;
  }
  /* -----------------------

  　　　　施設情報

----------------------- */
  .institution-info .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/institution-info/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .institution-info .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 72.2% 100%, 0% 100%);
  }
  .aboutContents-Wrap {
    margin-top: 35px;
  }
  .aboutContents-Wrap p {
    position: static;
    width: 88%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .aboutContents {
    margin-top: 25px;
  }
  .institution-info .under-sec01 .skew {
    top: 37px;
  }
  .institution-info .under-sec01 {
    margin-bottom: 90px;
  }
  .institution-info .under-sec02 .secTTL::before {
    left: 5px;
  }
  .institution-info .under-sec02 .secTTL::after {
    right: 2%;
  }
  .institution-info .under-sec02 .facility-Wrap {
    margin-top: 35px;
  }
  .institution-info .under-sec02 .facility-Wrap .text-G {
    position: static;
    order: 1;
    width: 88%;
    padding: 0;
    margin: 0 auto;
  }
  .institution-info .under-sec02 .facility-Wrap figure {
    order: 2;
  }
  .institution-info .under-sec02 .text-G h3 {
    font-size: 1.4rem !important;
    text-align: left;
  }
  .institution-info .under-sec02 .insti_main .text-G h3 {
    font-size: 2.4rem !important;
    text-align: center;
  }
  .institution-info .under-sec02 .insti_main .text-G h4 {
    font-size: 1.8rem !important;
  }
  .institution-info .under-sec02 .insti_main .text-G address {
    font-size: 1.6rem !important;
  }
  .institution-info .under-sec02 .insti_main .text-G dt, .institution-info .under-sec02 .insti_main .text-G dd {
    font-size: 1.6rem !important;
  }
  .institution-info .under-sec02 .text-G p.cat {
    flex-direction: row;
    justify-content: center;
    margin: 15px 0 15px;
    text-align: center;
  }
  .institution-info .under-sec02 .text-G h4 {
    font-size: 1.4rem !important;
  }
  .institution-info .under-sec02 .text-G address {
    font-size: 1.2rem !important;
  }
  .institution-info .under-sec02 .text-G dt, .institution-info .under-sec02 .text-G dd {
    font-size: 1.2rem !important;
  }
  .institution-info .under-sec02 .text-G p.gmap a {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
  .institution-info .under-sec02 .text-G dl {
    flex-direction: row;
    margin: 10px 0 20px;
  }
  .institution-info .under-sec02 .text-G dt {
    width: 40% !important;
  }
  .institution-info .under-sec02 .text-G dd {
    width: 60% !important;
  }
  .institution-info .under-sec02 .text-G p {
    margin-top:1rem;
  }
  .institution-info .under-sec02 .text-G p.sendBT a {
    padding: 15px 13%;
    font-size: 1.6rem;
  }
  .institution-info .under-sec02 .facility-Wrap:nth-of-type(3) {
    margin-top: 60px;
  }
  .institution-info .under-sec02 .text-G p.cat span {
    padding: 3px 5px;
    font-size: 1.1rem;
  }
  .institution-info .under-sec02 .institution-small .text-G h5 {
    font-size: 1.2rem !important;
    font-weight: 400;
  }
  .contents-list-Wrap {
    margin-top: 40px;
  }
  .contents-list-Wrap.column2 {
    margin-top: 50px;
  }
  .contents-list-Wrap.column2 ul {
    flex-direction: column;
  }
  .contents-list-Wrap.column2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .contents-list-Wrap.column2 li figure, .contents-list-Wrap.column2 li figure img {
    height: 196px;
  }
  .contents-list-Wrap.column2 li h3 {
    margin-top: 15px;
    font-size: 2.4rem;
  }
  .contents-list-Wrap.column2 li h3::after {
    bottom: 3px;
  }
  .contents-list-Wrap.column2 li p {
    margin: 20px 0;
  }
  .contents-list-Wrap.column2 li address {
    font-size: 1.6rem;
  }
  .contents-list-Wrap.column2 li p.gmap a {
    padding: 14px 15px;
    font-size: 1.4rem;
  }
  .contents-list-Wrap.column2 li p:last-of-type {
    margin: 10px 0 0;
  }
  .contents-list-Wrap.column2 li dl {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .contents-list-Wrap.column2 li dt {
    width: 23.5%;
    font-size: 1.6rem;
  }
  .contents-list-Wrap.column2 li dd {
    width: 76.5%;
    font-size: 1.6rem;
  }
  .institution-info .under-sec02 {
    margin-bottom: 45px;
  }
  .contents-list-Wrap.column2 .skew.type1 {
    top: -50px;
    right: 126px;
    width: 138px;
    height: 545px;
  }
  .contents-list-Wrap.column2 .skew.type2 {
    top: 440px;
    right: 125px;
    left: inherit;
    width: 138px;
    height: 545px;
  }
  /* ---------------------
	   サンケア訪問・スイッチ
--------------------- */
  .facility-information .under-mv, .dayservice-switch .under-mv {
    height: 602px;
    margin-bottom: 60px;
    background: no-repeat left top;
    background-size: 100%;
  }
  .facility-information .under-mv h1, .dayservice-switch .under-mv h1 {
    bottom: 115px;
    width: 94%;
    padding: 25px 20px 25px 6%;
  }
  .facility-information .under-mv h1::before, .dayservice-switch .under-mv h1::before {
    width: 91vw;
    clip-path: polygon(0 0, 93% 0, 74.5% 100%, 0% 100%);
  }
  .facility-information .under-mv .skew, .dayservice-switch .under-mv .skew {
    top: 125px;
    right: -70px;
    height: 545px;
  }
  .facility-information .under-mv p.sub, .dayservice-switch .under-mv p.sub {
    position: absolute;
    bottom: 30px;
    width: 94%;
    padding: 20px 6% 20px 35px;
    margin: 0;
    letter-spacing: 0.2rem;
  }
  .facility-information .under-mv p.sub::before, .dayservice-switch .under-mv p.sub::before {
    clip-path: polygon(0 0, 100% 0, 89.5% 100%, 0% 100%);
    width: 96vw;
  }
  .facility-information .under-mv p.sub span::before, .dayservice-switch .under-mv p.sub span::before {
    top: 0;
    left: -15px;
    height: 20px;
  }
  .facility-information .under-mv p.sub span::after, .dayservice-switch .under-mv p.sub span::after {
    top: 0;
    right: -15px;
    height: 20px;
  }
  .under-mv p.sub span span {
    font-size: 1.6rem;
  }
  .facility-information .about, .dayservice-switch .about {
    height: 478px;
    margin: 0 0 90px;
    background: url(../img/facility-information/about.png) no-repeat right bottom;
    background-size: contain;
  }
  .facility-information .about h2, .dayservice-switch .about h2 {
    font-size: 3rem;
    text-align: center;
  }
  .facility-information .about p.sub, .dayservice-switch .about p.sub {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  .facility-information .about h2 + p, .dayservice-switch .about h2 + p {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 35px;
    letter-spacing: 0.05em;
  }
  .recommendation {
    padding: 40px 0;
    background: url(../img/facility-information/recommendation-BG_sp.png) no-repeat left top;
    background-size: cover;
  }
  .recommendation h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .recommendation h2 span {
    font-size: 2rem;
  }
  .recommendation h2::before, .recommendation h2::after {
    display: none;
  }
  .facility-information .recommendation ul li {
    padding: 35px 0;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .use {
    padding: 40px 0;
  }
  .use h2 {
    font-size: 2.4rem;
  }
  .use h3 {
    margin: 15px 0 20px;
    font-size: 2.2rem;
  }
  .use .col {
    padding-right: 0;
    margin-right: 0;
  }
  .facility-information .under-sec03 {
    margin-bottom: 90px;
  }
  .introductionWrap {
    margin: 35px 0 90px;
  }
  .introductionWrap .flexL {
    order: 2;
    width: 100%;
    padding: 20px;
    margin-right: 0;
  }
  .introductionWrap .flex {
    margin-bottom: 45px;
  }
  .introductionWrap .flexR {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .introductionWrap .flexR dt {
    font-size: 1.8rem;
  }
  .introductionWrap .flexR dd {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .introductionWrap .flexR .cat2 {
    font-size: 1.8rem;
  }
  .introductionWrap .flexR h3 {
    margin: 15px 0 20px;
    font-size: 2rem;
  }
  .introductionWrap .flexR p {
    font-size: 1.6rem;
  }
  .introductionWrap .flexR p.detailContents {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .facility-information .under-sec05 {
    padding: 45px 0;
  }
  .facility-information .under-sec05 .box {
    width: 100%;
    padding: 35px 0;
    margin: 35px 0;
  }
  .facility-information .under-sec05 .box h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .facility-information .under-sec05 .box p {
    font-size: 1.8rem;
  }
  .facility-information .under-sec05 .box dl {
    width: 80%;
    margin: 0 auto 35px;
  }
  .facility-information .under-sec05 .box dl dt, .facility-information .under-sec05 .box dl dd {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .facility-information .under-sec05 .box dl dt {
    font-size: 1.4rem;
  }
  .facility-information .under-sec05 .box dl dt.ten_burden {
    margin-bottom: 1rem;
  }
  .facility-information .under-sec05 .box dl dd {
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .facility-information .under-sec05 .box dl dd span.large {
    margin-bottom: 10px;
    font-size: 3.4rem;
    line-height: 1;
  }
  .facility-information .under-sec05 .box p span {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .facility-information .under-sec05 .box dl dd.ten_burden span.large {
    font-size: 4.4rem;
  }
  .facility-information .under-sec06 {
    padding: 90px 0;
  }
  .facility-information .under-sec06 h3:nth-of-type(1) {
    margin-top: 35px;
    text-align: center;
  }
  .facility-information .under-sec06 h3 {
    width: 100%;
    padding-bottom: 10px;
    margin: 35px 0 10px;
    font-size: 2.4rem;
  }
  .facility-information .under-sec06 dl {
    width: 100%;
  }
  .facility-information .under-sec06 dt {
    font-size: 1.6rem;
  }
  .facility-information .under-sec06 dd {
    font-size: 1.4rem;
  }
  .facility-information .faq {
    margin-bottom: 90px;
  }
  .faq .accordion-area li:nth-of-type(1) {
    margin-top: 35px;
  }
  .faq .accordion-area li {
    padding: 18px 2%;
    margin: 0 0 20px;
  }
  .faq .title {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq .title span {
    font-size: 2.8rem;
  }
  .faq .title span.content {
    top: 0;
    width: 76%;
    padding: 0 0.5em;
    margin: 0 auto 0 1.2em;
    font-size: 1.6rem;
    text-align: justify;
    border: none;
  }
  .faq .title::before, .title::after {
    width: 20px;
    height: 3px;
  }
  .faq .box {
    flex-direction: row;
    padding: 10px 20px 20px;
    /*    margin-top: 35px;*/
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .faq .box .flex > span:nth-of-type(1) {
    top: 0;
    font-size: 2.8rem;
  }
  .faq .box span.content {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .area-flex {
    flex-direction: column;
  }
  .area-txt {
    margin-bottom: 12vw;
  }
  .area-img {
    width: 72vw;
  }
  /* -----------------------

  デイサービス　スイッチ

----------------------- */
  .dayservice-switch .under-mv {
    background: url(../img/dayservice-switch/mv_sp2.png) no-repeat right top/cover;
  }
  .dayservice-switch .under-mv p.sub {
    bottom: -40px;
    width: 90%;
  }
  .dayservice-switch .under-mv p.sub::before {
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
    width: 104vw;
  }
  .dayservice-switch .about {
    height: 575px;
    background: url(../img/dayservice-switch/about.png) no-repeat right bottom/contain;
  }
  .dayservice-switch .under-mv h1 {
    margin-left: 0;
    margin-top: 0;
    bottom: 185px;
  }
  .dayservice-switch .under-mv h1::before {
    width: 86vw;
    clip-path: polygon(0 0, 93% 0, 75% 100%, 0% 100%);
  }
  .dayservice-switch .under-mv h1 span {
    margin-left: 0;
    font-size: 3rem;
  }
  .dayservice-switch .under-mv p.sub {
    line-height: 1;
  }
  .dayservice-switch .under-mv p.sub span.large {
    line-height: 1.3;
  }
  .dayservice-switch .under-mv p.sub span {
    font-size: 1.4rem;
  }
  .service .contentsWrap ul {
    margin-bottom: 50px;
  }
  .dayservice-switch .under-sec03 {
    margin-bottom: 90px;
  }
  .flowContents {
    margin-top: 35px;
  }
  .flowContents .flexL {
    width: 100%;
    margin-right: 0;
  }
  .flowContents .box .flexL {
    padding: 2rem;
  }
  .flowContents .box .flexL h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .flowContents .box .flexL p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .flowContents .box {
    margin-bottom: 20px;
  }
  .flowContents .box + .arrow {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
  .dayservice-switch .imgwrap {
    width: 100vw;
  }
  .dayservice-switch .under-sec06 {
    padding: 90px 0 110px;
  }
  .dayservice-switch .slider {
    width: 100%;
    margin: 35px auto 0;
  }
  .dayservice-switch .slick-dots {
    bottom: -2.5rem;
  }
  .dayservice-switch .slick-prev, .dayservice-switch .slick-next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .dayservice-switch .slick-next {
    right: -1.5rem;
  }
  .dayservice-switch .slick-prev {
    left: -1.5rem;
  }
  .dayservice-switch .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .dayservice-switch .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .dayservice-switch .under-sec07 {
    padding: 45px 0;
  }
  .usage-fee-Contents {
    background: #fff;
    width: 100%;
    padding: 20px;
    margin: 35px auto 0;
  }
  .usage-fee-Contents p:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: justify;
    line-height: 1.75;
  }
  .usage-fee-Contents .box:first-of-type {
    margin-top: 20px;
  }
  .usage-fee-Contents .box h3 {
    font-size: 1.6rem;
  }
  .usage-fee-Contents .box p {
    text-align: center;
    line-height: 1.6;
  }
  .usage-fee-Contents .box p span.sla {
    display: none;
  }
  .usage-fee-Contents p.attention {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-left: 1em;
    text-indent: -1em;
    text-align: justify;
  }
  .dayservice-switch .faq .accordion-area li:nth-of-type(1) {
    margin-top: 35px;
  }
  .dayservice-switch .faq .accordion-area li {
    margin: 0 0 20px;
    padding: 18px 2%;
  }
  .dayservice-switch .access .flexR .gmap {
    height: 34.8rem;
  }
  .dayservice-switch .faq {
    margin: 90px 0;
  }
  .dayservice-switch .under-sec05 figure {
    margin-top: 35px;
    width: 73.6rem;
  }
  .dayservice-switch .access {
    padding: 45px 0;
  }
  .dayservice-switch .access .flexL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dayservice-switch .access .flexR {
    width: 100%;
  }
  .dayservice-switch .access .flexL p.subTTL {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .dayservice-switch .access .flexL h2 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .dayservice-switch .access .flexL address {
    margin: 20px 0 5px;
    font-size: 1.6rem;
  }
  .dayservice-switch .access .flexL p.tel {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  /* ---------------------
	
	 　　スタッフ紹介
	
--------------------- */
  .staff-introduction .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/staff-introduction/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .staff-introduction .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 72% 100%, 0% 100%);
  }
  .staff-introduction .under-sec01 .skew {
    left: 12%;
  }
  .contents-staff-introduction-Wrap .staff01, .contents-staff-introduction-Wrap .flexR {
    width: 100%;
    margin: 0;
  }
  .dtail-content .text-Area {
    position: static;
    width: 100%;
  }
  .contents-staff-introduction-Wrap .flexL figure img {
    max-width: 52%;
  }
  .contents-staff-introduction-Wrap {
    margin: 35px 0 50px;
  }
  .contents-staff-introduction-Wrap .staff01 {
    height: auto;
  }
  .contents-staff-introduction-Wrap .flexR p {
    font-size: 2.2rem;
  }
  .contents-staff-introduction-Wrap .flexR p.cat {
    margin: 15px 0 10px;
    font-size: 1.8rem;
  }
  .contents-staff-introduction-Wrap .flexR p.name {
    font-size: 3.8rem;
    color: inherit;
  }
  .contents-staff-introduction-Wrap .flexR p.join {
    margin: 15px 0 35px;
    font-size: 1, 6rem;
  }
  .contents-staff-introduction-Wrap .flexR p.message {
    font-size: 2.2rem;
    text-align: justify;
    letter-spacing: 0.07rem;
  }
  .dtail-content {
    padding: 0 6%;
    margin-bottom: 50px;
  }
  .dtail-content h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .dtail-content p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .dtail-content p.txt-top {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .dtail-content .flex {
    margin-top: 20px;
  }
  .top-sec04, section.staff {
    margin-bottom: 90px;
  }
  .contents-staff-Wrap {
    margin-top: 35px;
  }
  /* ---------------------
	 スタッフ・求人情報
--------------------- */
  .staff-recruitment .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/staff-recruitment/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .staff-recruitment .under-mv h1 {
    bottom: -20px;
  }
  .staff-recruitment .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 66% 100%, 0% 100%);
  }
  .contents-staff-Wrap ul {
    flex-direction: row;
  }
  .contents-staff-Wrap ul li {
    width: calc((100% - 2%) / 2);
    height: 159px;
    margin-right: 2%;
    margin-bottom: 70px;
  }
  .contents-staff-Wrap ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .contents-staff-Wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents-staff-Wrap ul li:nth-child(1), .contents-staff-Wrap ul li:nth-child(2), .contents-staff-Wrap ul li:nth-child(3), .contents-staff-Wrap ul li:nth-child(4), .contents-staff-Wrap ul li:nth-child(5), .contents-staff-Wrap ul li:nth-child(6) {
    height: 159px;
  }
  .contents-staff-Wrap ul li:nth-child(1) {
    background: url(../img/top/staff01-bg.png) no-repeat left center;
    background-size: contain;
  }
  .btnshine::before {
    display: none;
  }
  .contents-staff-Wrap ul li figure {
    bottom: auto;
    width: 52%;
  }
  .contents-staff-Wrap ul li div {
    bottom: -15px;
    z-index: 10;
  }
  .contents-staff-Wrap ul li div p {
    padding: 1px 10px;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .contents-staff-Wrap ul li div p.name {
    padding: 0 15px;
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .staff-recruitment .under-sec01.staff {
    margin-bottom: 75px;
  }
  .staff-recruitment dl {
    margin-bottom: 65px;
  }
  .staff-recruitment .under-sec02 {
    margin-bottom: 90px;
  }
  /* ---------------------
お問い合わせ・採用フォーム
--------------------- */
  .radioG.flex {
    width: 100%;
    flex-direction: row;
  }
  .radioG.flex label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    font-size: 2rem;
  }
  .radioG.flex label span {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  .radioG.flex label span {
    font-size: 1.4rem;
  }
  .contact.radioG.flex label.contact.checked::after, .contact.radioG.flex label.recruitment.checked::after {
    bottom: -2rem;
  }
  .contact_Inner {
    width: 100%;
    margin: 35px 0 90px;
  }
  .form table th {
    padding-bottom: 10px;
  }
  .form table td {
    padding: 15px 0 35px;
  }
  .form table td.flex div {
    width: 100%;
    margin-right: 0;
  }
  .form table td.flex div:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .radio-contact-Area .form table tr:nth-child(1) td.flex, .radio-contact-Area .form table tr:nth-child(2) td.flex, .radio-recruitment-Area .form table tr:nth-child(3) td.flex, .radio-recruitment-Area .form table tr:nth-child(4) td.flex {
    flex-direction: column;
  }
  .radio-contact-Area .form table tr:nth-child(1) td span, .radio-contact-Area .form table tr:nth-child(2) td span, .radio-recruitment-Area .form table tr:nth-child(3) td span, .radio-recruitment-Area .form table tr:nth-child(4) td span {
    margin-left: 0;
  }
  .checkbox02 {
    display: block;
    margin-bottom: 10px;
    paddiing: 0 30px;
  }
  .form table td input, .form table td textarea {
    width: 91%;
  }
  .form table td select {
    width: 100%;
    background: url(../img/common/arrow.png) no-repeat right 20px center #e4e4e4;
    background-size: 5%;
  }
  .form table tr:nth-child(1) td select {
    width: 100%;
  }
  .form table td input.sizeL {
    width: 89%;
  }
  .form table td input.sizeS {
    width: 35%;
  }
  .form p {
    font-size: 1.4rem;
  }
  .form table td.postal_code span {
    margin-left: 0;
  }
  .form table tr:nth-child(7) td p {
    font-size: 1.6rem;
  }
  .form table td.flex.born p {
    padding: 0 0 0 10px;
    margin-right: 10px;
  }
  .form table td.flex.born p:nth-of-type(3) {
    margin-right: 0;
  }
  .radio-recruitment-Area .form table td.flex.born {
    display: block;
  }
  .radio-recruitment-Area .form table td.flex.born div {
    margin-bottom: 0;
    width: 100%;
  }
  .radio-recruitment-Area .form table td.flex.born select {
    margin: 0 0 15px;
    width: 100%;
  }
  .form p.form_submit {
    margin: 35px 0 0;
  }
  .form input[type="submit"] {
    padding: 14px 13%;
    font-size: 2.2rem;
    width: 100%;
  }
  .contact-tel {
    margin-bottom: 90px;
  }
  .contact-tel p.tel {
    margin-top: 35px;
    font-size: 5rem;
  }
  .contact-tel p.tel + p {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  /* ---------------------
	  お問い合わせ
--------------------- */
  .inquiry .under-mv, .inquiry_confirmation .under-mv, .inquiry-thanks .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/inquiry/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .inquiry .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 72.25% 100%, 0% 100%);
  }
  .inquiry_confirmation .under-mv h1::before, .inquiry-thanks .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 66% 100%, 0% 100%);
  }
  .radio-input + label::before {
    top: 1px;
  }
  .radio-input:checked + label::after {
    top: 4px;
  }
  .form table td input.radio-input {
    top: 2.5em;
    width: 57%;
  }
  /* お問い合わせ完了 */
  .inquiry-thanks h2.Completion-message {
    font-size: 2.2rem;
  }
  .inquiry-thanks h2.Completion-message + p {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: justify;
  }
  .inquiry-thanks .bt a {
    padding: 12px 26%;
  }
  /* ---------------------
	  採用フォーム
--------------------- */
  .inquiry.recruitment .under-mv h1::before {
    clip-path: polygon(0 0, 89% 0, 69.5% 100%, 0% 100%);
    width: 100vw;
  }
  /* ---------------------
	 プライバシーポリシー
--------------------- */
  .privacy .under-mv {
    height: 415px;
    margin-bottom: 90px;
    background: url(../img/privacy/mv_sp.png) no-repeat left top;
    background-size: 100%;
  }
  .privacy .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 62.25% 100%, 0% 100%);
  }
}
@media screen and (max-width: 375px) {
  /* ---------------------
	      TOP
--------------------- */
  .mv h2 {
    bottom: -45px;
    padding-top: 25px;
    font-size: 5rem;
  }
  .mv h2::before {
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 72.25% 100%, 0% 100%);
  }
  .mv h2 span {
    right: 6px;
    letter-spacing: 0.05rem;
  }
  .mv h2 span:last-child {
    right: -27px;
    letter-spacing: 0.05rem;
  }
  .mv p.catch {
    bottom: -164px;
  }
  /* ---------------------
	下層ページCommon
--------------------- */
  .under-mv h1::before {
    width: 104vw;
  }
  .under-sec01 .skew {
    left: 24%;
  }
  /* -----------------------

  　　　　施設情報

----------------------- */
  .institution-info .under-mv h1::before {
    width: 107vw;
    clip-path: polygon(0 0, 92% 0, 70.2% 100%, 0% 100%);
  }
  .contents-list-Wrap.column2 .skew.type1 {
    top: -50px;
    right: 130px;
  }
  /* ---------------------
	   サンケア訪問
--------------------- */
  .facility-information .under-mv h1 {
    bottom: 99px;
    padding: 25px 20px 30px 6%;
  }
  .facility-information .under-mv h1::before {
    width: 106vw;
    clip-path: polygon(0 0, 92% 0, 71% 100%, 0% 100%);
  }
  .facility-information .under-mv p.sub {
    padding: 18px 6% 18px 36px;
  }
  .facility-information .under-mv p.sub::before {
    width: 94vw;
    clip-path: polygon(0 0, 100% 0, 89.5% 100%, 0% 100%);
  }
  .facility-information .under-mv p.sub span::before {
    top: 3px;
    left: -14px;
    height: 15px;
  }
  .facility-information .under-mv p.sub span::after {
    top: 3px;
    right: -14px;
    height: 15px;
  }
  .facility-information .under-mv .skew {
    right: -54px;
  }
  .recommendation h2 {
    letter-spacing: 0.25rem;
  }
  .use ul li {
    letter-spacing: 0.05rem;
  }
  .introductionWrap .flexR dd {
    font-size: 2rem;
  }
  .use .modal-inner.flex {
    justify-content: flex-start;
  }
  /* ---------------------
	  スタッフ紹介
--------------------- */
  .staff-introduction .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 69.5% 100%, 0% 100%);
  }
  /* ---------------------
	  スタッフ・求人情報
--------------------- */
  .staff-recruitment .under-mv h1 {
    bottom: -20px;
  }
  .staff-recruitment .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 62.5% 100%, 0% 100%);
  }
  .contents-staff-Wrap ul li {
    margin-bottom: 60px;
  }
  /* ---------------------
	  お問い合わせ
--------------------- */
  .inquiry .under-mv h1::before {
    clip-path: polygon(0 0, 94% 0, 69.5% 100%, 0% 100%);
  }
  .inquiry_confirmation .under-mv h1::before, .inquiry-thanks .under-mv h1::before {
    width: 109vw;
    clip-path: polygon(0 0, 92% 0, 64% 100%, 0% 100%);
  }
  .form table td span {
    width: 3em;
  }
  .form table td input.sizeL {
    width: 88%;
  }
  .form input[type="submit"] {
    padding: 12px 12%;
    font-size: 2.2rem;
  }
  .contact-tel p.tel {
    font-size: 4.8rem;
  }
  .contact-tel p.tel + p {
    font-size: 1.6rem;
  }
  .inquiry-thanks h2.Completion-message {
    font-size: 2rem;
  }
  /* ---------------------
	  footer
--------------------- */
  footer .ftInner .flexL {
    width: 94%;
  }
}
@media screen and (max-width: 361px) {
  /* ---------------------
	      TOP
--------------------- */
  .mv {
    height: 398px;
    margin-bottom: 205px;
  }
  .mv h2 {
    bottom: -15px;
    padding: 20px 0 20px 6%;
    font-size: 4.8rem;
  }
  .mv h2::before {
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 73.25% 100%, 0% 100%);
  }
  .mv h2 span {
    right: 6px;
    bottom: 4rem;
  }
  .mv h2 span:last-child {
    right: -23px;
    bottom: 23px;
  }
  .mv p.catch {
    bottom: -111px;
    padding: 20px 6%;
    font-size: 1.3rem;
  }
  .mv .skew {
    top: 20px;
    right: -50px;
  }
  .top-sec01 .skew {
    left: 48%;
  }
  .top-sec02 .contentsWrap ul li p.number {
    line-height: 1;
  }
  .service .contentsWrap ul li h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  /* ---------------------
	下層ページCommon
--------------------- */
  .under-mv {
    height: 400px;
  }
  .under-mv h1 {
    line-height: 1;
  }
  /* ---------------------
	　　会社情報
--------------------- */
  .company .under-mv {
    height: 400px;
  }
  .company .under-mv h1::before {
    clip-path: polygon(0 0, 92% 0, 70% 100%, 0% 100%);
  }
  .company .under-sec02 .secTTL::after {
    right: -40px;
  }
  .company .under-sec04 h2 {
    letter-spacing: 0.2rem;
  }
  /* -----------------------

  　　　　施設情報

----------------------- */
  .institution-info .under-mv h1::before {
    width: 104vw;
    clip-path: polygon(0 0, 92% 0, 70.5% 100%, 0% 100%);
  }
  .institution-info .under-sec02 .text-G dt, .contents-list-Wrap.column2 li dt {
    width: 26.5%;
  }
  .institution-info .under-sec02 .text-G dd, .contents-list-Wrap.column2 li dd {
    width: 73.5%;
  }
  /* ---------------------
	   サンケア訪問
--------------------- */
  .facility-information .under-mv {
    height: 578px;
  }
  .facility-information .under-mv h1::before {
    width: 105vw;
    clip-path: polygon(0 0, 92% 0, 72% 100%, 0% 100%);
  }
  .facility-information .under-mv p.sub::before {
    width: 96vw;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
  .facility-information .under-mv .skew {
    top: 98px;
    right: -65px;
  }
  .recommendation h2 {
    letter-spacing: 0.15rem;
  }
  .use h3 {
    padding: 10px 20px;
  }
  .use ul li {
    text-align: justify;
    letter-spacing: 0;
  }
  .introductionWrap .flexR h3 {
    letter-spacing: 0.05rem;
  }
  .facility-information .under-sec05 .box p span {
    margin-top: 0;
  }
  /* ---------------------
	  スタッフ紹介
--------------------- */
  .staff-introduction .under-mv {
    height: 398px;
  }
  .staff-introduction .under-mv h1::before {
    width: 103vw;
    clip-path: polygon(0 0, 92% 0, 70.5% 100%, 0% 100%);
  }
  /* ---------------------
	 スタッフ・求人情報
--------------------- */
  .staff-recruitment .under-mv {
    height: 390px;
  }
  .staff-recruitment .under-mv h1 {
    bottom: 0;
  }
  .staff-recruitment .under-mv h1::before {
    width: 106vw;
    clip-path: polygon(0 0, 92% 0, 65% 100%, 0% 100%);
  }
  /* ---------------------
	　　お問い合わせ
--------------------- */
  .inquiry .under-mv {
    height: 400px;
  }
  .inquiry .under-mv h1::before {
    width: 102.5vw;
    clip-path: polygon(0 0, 92% 0, 70.5% 100%, 0% 100%);
  }
  .form table td input.sizeL {
    width: 87%;
  }
  .contact-tel p.tel {
    font-size: 4.4rem;
  }
  .inquiry_confirmation .under-mv h1, .inquiry-thanks .under-mv h1 {
    line-height: 1.2;
  }
  .inquiry_confirmation .under-mv h1::before, .inquiry-thanks .under-mv h1::before {
    width: 108vw;
    clip-path: polygon(0 0, 92% 0, 62.5% 100%, 0% 100%);
  }
  .inquiry_confirmation .under-mv h1 span.sub {
    margin-left: 2%;
  }
  .inquiry-thanks h2.Completion-message {
    letter-spacing: 0;
  }
  /* ---------------------
	　　footer
--------------------- */
  footer .ftInner .flexL {
    width: 100%;
  }
}