@charset "UTF-8";
/* ------------------------
    ヘッダー
------------------------ */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.header__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  height: 55px;
  transition: all 0.3s ease;
}
.header__logo {
  display: block;
  width: 276px;
  height: 80px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(/common/img/header_logo01.png) no-repeat center/contain;
  transition: all 0.3s ease;
}
.header__logo:hover {
  opacity: 0.75;
}

@media only screen and (max-width:1024px) {
  .header {
    padding: 0 0 0 20px;
  }
  .header__inner {
    height: 45px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .header__logo {
    width: 184px;
    height: 53px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------
    スマホナビ
------------------------ */
.drawer-hamburger {
  display: none;
}

@media only screen and (max-width:1024px) {
  .drawer.drawer--top .drawer-hamburger {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 47px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 10px;
    overflow: visible;
  }
  .drawer.drawer--top .drawer-hamburger .drawer-hamburger-icon {
    height: 2px;
    background-color: #5BAFD6;
    margin: 0;
    width: 100%;
  }
  .drawer.drawer--top .drawer-hamburger .drawer-hamburger-icon::before, .drawer.drawer--top .drawer-hamburger .drawer-hamburger-icon::after {
    width: 100%;
    height: 2px;
    background-color: #5BAFD6;
  }
  .drawer.drawer--top .drawer-hamburger .drawer-hamburger-icon::before {
    top: -9px;
  }
  .drawer.drawer--top .drawer-hamburger .drawer-hamburger-icon::after {
    width: calc(100% - 5px);
    top: 9px;
  }
  .drawer.drawer--top .drawer-nav {
    padding: 0;
    background-color: rgba(91, 175, 214, 0);
    opacity: 0;
    pointer-events: none;
    transition: none;
  }
  .drawer.drawer--top.drawer-open .drawer-toggle {
    left: auto;
  }
  .drawer.drawer--top.drawer-open .drawer-toggle::after {
    opacity: 1;
  }
  .drawer.drawer--top.drawer-open .drawer-toggle .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer.drawer--top.drawer-open .drawer-toggle .drawer-hamburger-icon::before, .drawer.drawer--top.drawer-open .drawer-toggle .drawer-hamburger-icon::after {
    top: 0;
    left: -2px;
    background: none;
    background-color: #ffffff;
    width: calc(100% + 4px);
  }
  .drawer.drawer--top.drawer-open .drawer-nav {
    pointer-events: auto;
    animation: opacity 1s ease 0.5s forwards;
  }
  .drawer.drawer--top.drawer-open .drawer-overlay {
    background-color: rgba(91, 175, 214, 0.8);
  }
}
.drawer--right.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------
    フッター
------------------------ */
.footer {
  position: relative;
  margin-top: 100px;
  background-color: #F4F2E6;
  padding: 0 20px 115px;
  color: #202020;
  font-size: 1.4rem;
  font-weight: 300;
  z-index: 1;
}
.footer__inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}
.footer__sitemap {
  margin: 0 auto;
  width: 100%;
}
.footer__sitemap .sitemap-list {
  margin-top: 45px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__sitemap .sitemap-list__item {
  margin: 15px 28px 0 0;
}
.footer__sitemap .sitemap-list__link {
  display: block;
  position: relative;
  padding-left: 21px;
  line-height: 1.87;
  position: relative;
  display: inline-block;
  color: #202020;
}
.footer__sitemap .sitemap-list__link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #E25A66;
  border-right: solid 3px #E25A66;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(45deg);
}
.footer__sitemap .sitemap-list__link:hover {
  color: #E25A66;
}
.footer__copy {
  margin-top: 45px;
  text-align: center;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1100px) {
  .footer__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer__sitemap {
    margin: 0 auto;
    text-align: center;
  }
  .footer__sitemap .sitemap-list {
    margin-top: 45px;
    display: inline-block;
    text-align: left;
    width: 375px;
    max-width: 100%;
  }
  .footer__sitemap .sitemap-list__item {
    margin: 15px 0 0 0;
    max-width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .footer {
    margin-top: 0;
    padding-bottom: 100px;
  }
  .footer__sitemap .sitemap-list {
    margin-top: 10px;
  }
  .footer__copy {
    margin-top: 30px;
  }
}
/* ------------------------
    トップページ
------------------------ */
.index-hero {
  width: 100%;
  height: 100vh;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 55px;
}
.index-hero__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
}
.index-hero__inner figure {
  margin: 0;
  width: 590px;
  max-width: 100%;
  position: absolute;
  left: 0;
}
.index-hero__inner .text {
  position: relative;
  width: 630px;
  max-width: 100%;
  margin-left: -20px;
}
.index-hero__inner .text .heading {
  font-size: 3rem;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #202020;
  line-height: 1.47;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.index-hero__inner .text .heading::after {
  content: "";
  position: absolute;
  right: -155px;
  bottom: -110px;
  width: 152px;
  height: 152px;
  background: url("/kojin/sonaeru/life_support/img/index/bnr_hero_free.png") no-repeat center/cover;
}
.index-hero__inner .text h2 {
  color: #E25A66;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 7rem;
  line-height: 1.29;
  font-weight: 900;
  margin-top: 20px;
}
.index-hero__inner .text h2 span {
  font-size: 3.5rem;
  display: block;
  line-height: 1.46;
}
.index-hero__inner .text > div p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  color: #202020;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.index-hero__inner .text .btn-cmn-01 {
  width: 579px;
}

@media only screen and (max-width: 1200px) {
  .index-hero__inner {
    width: 1024px;
  }
  .index-hero__inner figure {
    width: 480px;
  }
  .index-hero__inner .text {
    width: 580px;
  }
}
@media only screen and (max-width:1024px) {
  .index-hero {
    padding-top: 45px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .index-hero__inner {
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .index-hero__inner figure {
    width: 350px;
    position: relative;
  }
  .index-hero__inner .text {
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .index-hero__inner .text > div {
    width: 530px;
    max-width: 100%;
  }
  .index-hero__inner .text .heading {
    font-size: 2rem;
    line-height: 1.47;
  }
  .index-hero__inner .text .heading::after {
    right: -100px;
    bottom: -80px;
    width: 98px;
    height: 98px;
  }
  .index-hero__inner .text h2 {
    font-size: 5rem;
    line-height: 1.29;
    font-weight: 900;
    margin-top: 15px;
  }
  .index-hero__inner .text h2 span {
    font-size: 2.5rem;
    display: block;
    line-height: 1.46;
  }
  .index-hero__inner .text > div p {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
    color: #202020;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 10px;
  }
  .index-hero__inner .text .btn-cmn-01 {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px) {
  .index-hero {
    height: 724px;
  }
  .index-hero__inner {
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .index-hero__inner figure {
    width: 264px;
    position: relative;
  }
  .index-hero__inner .text {
    margin-left: 0;
    width: 100%;
  }
  .index-hero__inner .text .heading {
    font-size: 1.6rem;
    line-height: 1.47;
  }
  .index-hero__inner .text .heading::after {
    right: -115px;
    bottom: -70px;
    width: 98px;
    height: 98px;
  }
  .index-hero__inner .text h2 {
    font-size: 4.1rem;
    line-height: 1.29;
    font-weight: 900;
    margin-top: 20px;
  }
  .index-hero__inner .text h2 span {
    font-size: 2rem;
    display: block;
    line-height: 1.46;
  }
  .index-hero__inner .text > div {
    width: 370px;
  }
  .index-hero__inner .text > div p {
    font-size: 1.5rem;
  }
  .index-hero__inner .text .btn-cmn-01 {
    width: 370px;
    max-width: 100%;
    padding: 10px 15px 10px 30px;
  }
}
@media only screen and (max-width:374px) {
  .index-hero__inner {
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .index-hero__inner figure {
    width: 264px;
    position: relative;
  }
  .index-hero__inner .text {
    margin-left: 0;
    width: 100%;
  }
  .index-hero__inner .text .heading {
    font-size: 1.6rem;
    line-height: 1.47;
  }
  .index-hero__inner .text .heading::after {
    right: -85px;
    bottom: -60px;
    width: 90px;
    height: 90px;
  }
  .index-hero__inner .text h2 {
    font-size: 3.8rem;
    margin-top: 5px;
  }
  .index-hero__inner .text h2 span {
    font-size: 2rem;
    display: block;
    line-height: 1.46;
    padding-bottom: 5px;
  }
  .index-hero__inner .text > div p {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .index-hero__inner .text .btn-cmn-01 {
    margin-top: 25px;
    padding: 10px 15px 10px 20px;
  }
  .index-hero__inner .text .btn-cmn-01 > div {
    display: block;
    padding: 0 0 0 15px;
  }
  .index-hero__inner .text .btn-cmn-01 > div .small {
    padding-left: 40px;
  }
  .index-hero__inner .text .btn-cmn-01 > div .small::before {
    top: 10px;
  }
  .index-hero__inner .text .btn-cmn-01 > div .large {
    padding-left: 40px;
    font-size: 2.7rem;
  }
  .index-hero__inner .text .btn-cmn-01 > div .hour {
    text-align: left;
  }
}
.top-about {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.top-about__inner {
  margin: 0 -100px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 50% 50%/200px 200px 200px 200px;
  padding: 134px 280px;
  text-align: center;
}
.top-about__inner .title {
  width: 484px;
  max-width: 100%;
  margin: 0 auto;
}
.top-about__inner p {
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
}
.top-about__inner .image {
  margin: 45px auto 0;
  width: 930px;
  max-width: 100%;
}

@media only screen and (max-width: 1366px) {
  .top-about__inner {
    padding: 134px 150px;
  }
}
@media only screen and (max-width:768px) {
  .top-about {
    margin-top: 40px;
  }
  .top-about__inner {
    margin: 0 -100px;
    border-radius: 50% 50% 50% 50%/200px 200px 200px 200px;
    padding: 75px 120px;
    text-align: center;
  }
  .top-about__inner p {
    margin: 35px auto 0;
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
  }
  .top-about__inner .image {
    margin: 30px auto 0;
  }
}
.top-worry {
  margin: 120px auto 0;
  width: 100%;
}
.top-worry__inner {
  margin: 0 auto;
  width: 1010px;
  max-width: 100%;
  padding: 0 20px;
}
.top-worry__inner .title {
  margin: 0 auto;
  width: 422px;
  max-width: 100%;
}
.top-worry__inner .image {
  width: 100%;
  margin: 55px auto 0;
}
.top-worry .merits {
  margin: -40px auto 0;
  background: #ffffff;
  padding: 65px 85px 50px;
  border-radius: 30px;
  width: 100%;
}
.top-worry .merits h3 {
  position: relative;
  font-size: 2.5rem;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.44;
  color: #E25A66;
  text-align: center;
  padding-bottom: 18px;
}
.top-worry .merits h3::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #E25A66;
  height: 10px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-worry .merits-list {
  list-style: none;
  margin: 50px auto 0;
  padding: 0;
}
.top-worry .merits-list li {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: calc(1em + 5px);
  line-height: 1.42;
  margin-top: 15px;
}
.top-worry .merits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #E25A66;
  border-radius: 50%;
  top: 4px;
  margin-right: 5px;
}

@media only screen and (max-width:768px) {
  .top-worry {
    margin: 60px auto 0;
  }
  .top-worry__inner .image {
    width: 108vw;
    margin: 25px calc(50% - 54vw);
  }
  .top-worry .merits {
    margin: -30px auto 0;
    background: #ffffff;
    padding: 50px 20px 35px;
    border-radius: 30px;
  }
  .top-worry .merits h3 {
    font-size: 2rem;
  }
  .top-worry .merits-list {
    margin: 30px auto 0;
  }
  .top-worry .merits-list li {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width:374px) {
  .top-worry .merits h3 {
    font-size: 1.7rem;
  }
  .top-worry .merits-list li {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.top-service {
  margin: 110px auto 0;
}
.top-service__inner {
  margin: 0 auto;
  width: 1160px;
  padding: 0 20px;
  max-width: 100%;
}
.top-service__inner > h2 {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #E25A66;
  line-height: 1.46;
  text-align: center;
  margin: 0 auto;
}
.top-service__inner .service-list {
  margin: 30px -12px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-service__inner .service-list .service-heading {
  width: 25%;
  padding: 0 12px;
  margin-top: 50px;
}
.top-service__inner .service-list .service-heading h2 {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 285px;
  padding: 105px 45px;
  color: #202020;
  font-size: 4rem;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  background: #ffffff;
  text-align: center;
}
.top-service__inner .service-list .service-heading h2 .cat {
  color: #E25A66;
  font-size: 5rem;
}
.top-service__inner .service-list .service-heading.residence h2 {
  border-color: #D97527;
}
.top-service__inner .service-list .service-heading.residence h2 .cat {
  color: #D97527;
}
.top-service__inner .service-list .service-heading.living h2 {
  border-color: #68AF39;
}
.top-service__inner .service-list .service-heading.living h2 .cat {
  color: #68AF39;
}
.top-service__inner .service-list .service-heading.senior h2 {
  border-color: #5BAFD6;
}
.top-service__inner .service-list .service-heading.senior h2 .cat {
  color: #5BAFD6;
}
.top-service__inner .service-list .service-heading.senior h2 {
  border-color: #5BAFD6;
}
.top-service__inner .service-list .service-heading.senior h2 .cat {
  color: #5BAFD6;
}
.top-service__inner .service-list .service-heading.end h2 {
  border-color: #F589C2;
}
.top-service__inner .service-list .service-heading.end h2 .cat {
  color: #F589C2;
}
.top-service__inner .service-item {
  width: 25%;
  padding: 0 12px;
  margin-top: 50px;
}
.top-service__inner .service-item figure {
  margin: 0 auto;
  width: 100%;
}
.top-service__inner .service-item p {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}
.top-service__inner .service-item p span {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 15px;
}
.top-service__inner .btn-wrap {
  margin: 35px -5px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.top-service__inner .btn-wrap a {
  width: 252px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 20px;
  height: 72px;
  line-height: 72px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-service__inner .btn-wrap a.residence-btn {
  color: #D97527;
}
.top-service__inner .btn-wrap a.living-btn {
  color: #68AF39;
}
.top-service__inner .btn-wrap a.senior-btn {
  color: #5BAFD6;
}
.top-service__inner .btn-wrap a.end-btn {
  color: #F589C2;
}
.top-service__inner .btn-wrap a:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 1100px) {
  .top-service__inner .service-list .service-heading h2 {
    padding: 110px 30px;
  }
  .top-service__inner .service-list .service-heading h2 .cat {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width:768px) {
  .top-service {
    margin: 60px auto 0;
  }
  .top-service__inner > h2 {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #E25A66;
    line-height: 1.46;
    text-align: center;
    margin: 0 auto;
  }
  .top-service__inner .service-list {
    margin: 50px -5px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-service__inner .service-list .service-heading {
    width: 50%;
    padding: 0 5px;
    margin-top: 0;
  }
  .top-service__inner .service-list .service-heading h2 {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .top-service__inner .service-list .service-heading h2 .cat {
    font-size: 3.5rem;
  }
  .top-service__inner .service-list .service-heading + .service-item {
    margin-top: 0;
  }
  .top-service__inner .service-item {
    width: 50%;
    padding: 0 5px;
    margin-top: 30px;
  }
  .top-service__inner .service-item figure {
    margin: 0 auto;
    width: 100%;
  }
  .top-service__inner .service-item p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .top-service__inner .service-item p span {
    font-size: 1.3rem;
    margin-top: 0;
    text-align: left;
    line-height: 1.77;
    display: inline-block;
    width: 190px;
    max-width: 100%;
  }
  .top-service__inner .btn-wrap {
    margin: 30px -5px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .top-service__inner .btn-wrap + .service-list {
    margin-top: 30px;
  }
  .top-service__inner .btn-wrap a {
    max-width: 100%;
    margin: 0 5px;
    border-radius: 10px;
    height: 56px;
    line-height: 56px;
    font-size: 1.8rem;
  }
}
.top-using {
  width: 100%;
  margin: 110px auto 0;
}
.top-using__inner {
  width: 780px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.top-using__inner .using-list .using-item {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
.top-using__inner .using-list .using-item:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px solid #D6D6D6;
}
.top-using__inner .using-list .num {
  line-height: 37px;
  font-size: 2.5rem;
  font-family: "Outfit", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #E25A66;
  background: #F4F2E6;
  padding: 0 11px;
  margin-right: 15px;
  height: 37px;
}
.top-using__inner .using-list h2 {
  width: 100%;
  font-size: 2rem;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #E25A66;
  line-height: 1;
}
.top-using__inner .using-list h3 {
  font-size: 2rem;
  color: #E25A66;
}
.top-using__inner .using-list p {
  font-weight: bold;
}
.top-using__inner .using-list a {
  color: #E25A66;
  pointer-events: none;
}
.top-using__inner .target {
  margin: 35px auto 0;
}
.top-using__inner .target p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.88;
}
.top-using__inner .target p span {
  color: #E25A66;
  padding-right: 15px;
}
.top-using__inner .target-list {
  list-style: none;
  margin: 12px auto 0;
  padding: 0;
}
.top-using__inner .target-list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 0.9em;
  line-height: 1.86;
}
.top-using__inner .target-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-color: #202020;
  border-radius: 50%;
  top: 8px;
}

@media only screen and (max-width:768px) {
  .top-using {
    width: 100%;
    margin: 40px auto 0;
  }
  .top-using__inner {
    padding: 40px 20px;
    background: #ffffff;
  }
  .top-using__inner .using-list .using-item {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .top-using__inner .using-list h3 {
    font-size: 1.7rem;
  }
  .top-using__inner .using-list h3 + p {
    margin-top: 5px;
  }
  .top-using__inner .using-list a {
    pointer-events: auto;
  }
  .top-using__inner .target {
    margin: 30px auto 0;
  }
  .top-using__inner .target p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
  }
  .top-using__inner .target p span {
    color: #E25A66;
    padding-right: 0;
    display: block;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .top-using__inner .target-list {
    list-style: none;
    margin: 12px auto 0;
    padding: 0;
  }
  .top-using__inner .target-list li {
    position: relative;
    font-size: 1.4rem;
    font-weight: 300;
    padding-left: 0.9em;
    line-height: 1.86;
  }
  .top-using__inner .target-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-color: #202020;
    border-radius: 50%;
    top: 8px;
  }
}
.btn-area {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 100px -10px 0;
  padding: 0 20px;
}
.btn-area .btn-cmn-01 {
  margin: 0 10px;
}

@media only screen and (max-width:1024px) {
  .btn-area .btn-cmn-01 > div .small {
    padding: 25px 0 0 30px;
  }
}
@media only screen and (max-width:768px) {
  .btn-area {
    display: block;
    margin: 0 auto;
    padding: 0 20px 60px;
    background: #ffffff;
  }
  .btn-area .btn-cmn-01 {
    margin: 10px auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .btn-area .btn-cmn-01 > div {
    width: 300px;
    max-width: 100%;
  }
  .btn-area .btn-cmn-01 > div .small {
    padding: 0 0 0 50px;
  }
  .btn-area .btn-cmn-02 {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width:374px) {
  .btn-area {
    display: block;
    margin: 0 auto;
    padding: 0 20px 60px;
    background: #ffffff;
  }
  .btn-area .btn-cmn-01 {
    margin: 10px auto;
    padding: 10px 0;
  }
  .btn-area .btn-cmn-01 > div {
    padding: 0 10px;
    width: 260px;
  }
  .btn-area .btn-cmn-01 > div .small {
    padding: 0 0 0 35px;
  }
  .btn-area .btn-cmn-01 > div .large {
    padding-left: 35px;
  }
  .btn-area .btn-cmn-02 {
    margin: 10px auto 0;
  }
  .btn-area .btn-cmn-02 span {
    font-size: 2.3rem;
  }
}
.fixed-btn__area {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 15;
}
.fixed-btn__area .btn-cmn-01 {
  height: 57px;
  border-radius: 20px 0 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 75px;
  width: 400px;
}
.fixed-btn__area .btn-cmn-01 > div {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fixed-btn__area .btn-cmn-01 > div .small {
  font-size: 1.4rem;
  margin-right: 0;
  padding: 8px 0 0 30px;
}
.fixed-btn__area .btn-cmn-01 > div .small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 17px;
  height: 35px;
}
.fixed-btn__area .btn-cmn-01 > div .large {
  font-size: 2.5rem;
  padding-top: 9px;
}
.fixed-btn__area .btn-cmn-01 > div .hour {
  margin-top: 2px;
  padding-right: 15px;
}
.fixed-btn__area .btn-cmn-02 {
  height: 57px;
  margin-top: 0;
  border-radius: 0;
  padding-left: 20px;
  text-align: left;
  width: 300px;
}
.fixed-btn__area .btn-cmn-02 span {
  font-size: 2rem;
  padding-left: 45px;
  line-height: 57px;
}
.fixed-btn__area .btn-cmn-02 span br {
  display: none;
}
.fixed-btn__area .btn-cmn-02 span::before {
  width: 30px;
  height: 31px;
}

@media only screen and (max-width: 1100px) {
  .fixed-btn__area .btn-cmn-01 {
    padding-left: 30px;
  }
  .fixed-btn__area .btn-cmn-01 > div .small {
    padding: 8px 0 0 25px;
  }
}
@media only screen and (max-width:768px) {
  .fixed-btn__area {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
  }
  .fixed-btn__area .btn-cmn-01 {
    height: 53px;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 61.8%;
    padding: 8px 0 8px 18px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fixed-btn__area .btn-cmn-01 > div {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    width: 200px;
    max-width: 100%;
  }
  .fixed-btn__area .btn-cmn-01 > div .small {
    color: transparent;
    padding: 0;
    line-height: 0;
  }
  .fixed-btn__area .btn-cmn-01 > div .small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 32px;
  }
  .fixed-btn__area .btn-cmn-01 > div .large {
    font-size: 2.1rem;
    padding: 0 0 0 25px;
    line-height: 1;
  }
  .fixed-btn__area .btn-cmn-01 > div .hour {
    margin-top: 2px;
    padding-right: 5px;
    font-size: 1.2rem;
  }
  .fixed-btn__area .btn-cmn-02 {
    height: 53px;
    margin-top: 0;
    border-radius: 0;
    text-align: left;
    width: 38.2%;
    line-height: 1.2;
    padding: 7px 10px 7px 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fixed-btn__area .btn-cmn-02 span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 35px;
    width: 130px;
    max-width: 100%;
  }
  .fixed-btn__area .btn-cmn-02 span br {
    display: block;
  }
  .fixed-btn__area .btn-cmn-02 span::before {
    width: 27px;
    height: 29px;
  }
}
@media only screen and (max-width:374px) {
  .fixed-btn__area .btn-cmn-01 {
    padding: 8px 0 8px 13px;
  }
  .fixed-btn__area .btn-cmn-01 > div .large {
    font-size: 2rem;
    padding: 0 0 0 25px;
  }
  .fixed-btn__area .btn-cmn-01 > div .hour {
    margin-top: 3px;
    font-size: 1.1rem;
  }
  .fixed-btn__area .btn-cmn-02 {
    line-height: 1.2;
    padding: 9px 5px 9px 10px;
  }
  .fixed-btn__area .btn-cmn-02 span {
    display: block;
    font-size: 1.4rem;
    padding-left: 35px;
  }
}
/* ------------------------
    汎用
------------------------ */
.btn-cmn-01,
.btn-cmn-01--center {
  display: block;
  position: relative;
  width: 550px;
  max-width: 100%;
  text-decoration: none;
  color: #ffffff;
  background-color: #E25A66;
  padding: 0;
  text-align: center;
  margin-top: 50px;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 20px;
  height: 95px;
  pointer-events: none;
}
.btn-cmn-01 span,
.btn-cmn-01--center span {
  color: #ffffff;
}
.btn-cmn-01:first-child,
.btn-cmn-01--center:first-child {
  margin-top: 0;
}
.btn-cmn-01 > div,
.btn-cmn-01--center > div {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.btn-cmn-01 > div span,
.btn-cmn-01--center > div span {
  display: block;
  color: #ffffff;
}
.btn-cmn-01 > div .small,
.btn-cmn-01--center > div .small {
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  margin-right: 25px;
  font-weight: bold;
  position: relative;
  padding: 25px 0 0 51px;
}
.btn-cmn-01 > div .small::before,
.btn-cmn-01--center > div .small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 23px;
  height: 46px;
  background: url("/other/life_support/img/index/ico_tel.svg") no-repeat center/contain;
}
.btn-cmn-01 > div .large,
.btn-cmn-01--center > div .large {
  font-family: "Outfit", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 20px;
}
.btn-cmn-01 > div .hour,
.btn-cmn-01--center > div .hour {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  text-align: right;
}
.btn-cmn-01.btn-cmn-01--center,
.btn-cmn-01--center.btn-cmn-01--center {
  margin: 50px auto 0;
}

@media only screen and (max-width:1024px) {
  .btn-cmn-01 > div,
.btn-cmn-01--center > div {
    padding: 0 15px;
  }
  .btn-cmn-01 > div .small,
.btn-cmn-01--center > div .small {
    font-size: 1.4rem;
    margin-right: 5px;
    padding: 25px 0 0 30px;
  }
  .btn-cmn-01 > div .large,
.btn-cmn-01--center > div .large {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width:768px) {
  .btn-cmn-01 {
    padding: 10px 15px 10px 30px;
    pointer-events: auto;
  }
  .btn-cmn-01:hover {
    opacity: 0.75;
  }
  .btn-cmn-01 > div {
    display: block;
  }
  .btn-cmn-01 > div .small {
    padding: 0;
    margin-right: 0;
    line-height: 1.2;
    text-align: left;
    padding-left: 50px;
  }
  .btn-cmn-01 > div .small::before {
    top: 10px;
  }
  .btn-cmn-01 > div .large {
    font-size: 3rem;
    line-height: 1.27;
    padding-top: 0;
    text-align: left;
    padding-left: 50px;
  }
  .btn-cmn-01 > div .hour {
    text-align: left;
  }
}
.btn-cmn-02,
.btn-cmn-02--center {
  display: block;
  position: relative;
  width: 550px;
  max-width: 100%;
  text-decoration: none;
  color: #ffffff;
  background-color: #E25A66;
  padding: 0;
  text-align: center;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 20px;
}
.btn-cmn-02 span,
.btn-cmn-02--center span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 55px;
  position: relative;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 95px;
}
.btn-cmn-02 span::before,
.btn-cmn-02--center span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 38px;
  background: url("/other/life_support/img2403/index/ico_calendar.svg") no-repeat center/contain;
}
.btn-cmn-02:hover,
.btn-cmn-02--center:hover {
  opacity: 0.75;
}
.btn-cmn-02.btn-cmn-02--center,
.btn-cmn-02--center.btn-cmn-02--center {
  margin: 50px auto 0;
}

@media only screen and (max-width:1024px) {
  .btn-cmn-02 span,
.btn-cmn-02--center span {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=common.css.map */


