@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #FFFBE9;
  line-height: 1.6;
  color: #47312f;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #47312f;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    color: rgba(71, 49, 47, 0.8);
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

mark {
  color: #47312f; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 1.6rem;
  box-sizing: border-box; }

button {
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 5rem; } }
  .header-logo {
    display: flex;
    align-items: center; }
    .header-logo span {
      background: #f58a00;
      color: #fff;
      font-weight: 700;
      padding: .2rem .8rem;
      border-radius: .3rem;
      margin-left: .8rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .header-logo span {
          padding: .1rem .5rem; } }
    .header-logo img {
      width: 24rem; }
      @media only screen and (max-width: 767px) {
        .header-logo img {
          width: 16rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.wrap {
  overflow: hidden; }

.container-header-ttl {
  aspect-ratio: 256/120;
  background: url("/common/img/lp/lp_elderly02/fig_main_pc.jpg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .container-header-ttl {
      background: none;
      aspect-ratio: unset;
      height: auto; } }
  .container-header-ttl:after {
    content: "";
    background: url("/common/img/lp/lp_elderly02/fig_main_staff_pc.png") no-repeat 50% 0%;
    background-size: 100% auto;
    width: 22.6rem;
    height: 37.4rem;
    position: absolute;
    bottom: -2rem;
    right: 5%; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl:after {
        background-image: url("/common/img/lp/lp_elderly02/fig_main_staff_sp.png");
        width: 15.4rem;
        height: 18.3rem;
        bottom: 1rem;
        right: 3%; } }
  .container-header-ttl img {
    display: none; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl img {
        display: block; } }
.container-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0; }
  @media only screen and (max-width: 767px) {
    .container-btn {
      padding: 1rem 0; } }
  .container-btn ul {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .container-btn ul li {
      width: 32rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 767px) {
        .container-btn ul li {
          width: 15rem;
          margin: 0 2%; } }
      .container-btn ul li a {
        width: 32rem;
        display: block;
        text-indent: -9999rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 0%; }
        @media only screen and (max-width: 767px) {
          .container-btn ul li a {
            width: 100%;
            height: auto; } }
      .container-btn ul li:nth-of-type(1) a {
        background-image: url("/common/img/lp/lp_elderly02/btn_tel_pc.png");
        height: 10.4rem; }
        @media only screen and (min-width: 1025px) {
          .container-btn ul li:nth-of-type(1) a {
            transition: all 0s; }
            .container-btn ul li:nth-of-type(1) a:hover {
              background-image: url("/common/img/lp/lp_elderly02/btn_tel_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(1) a {
            height: auto;
            background-image: url("/common/img/lp/lp_elderly02/btn_tel_sp.png");
            aspect-ratio: 330 / 208; } }
      .container-btn ul li:nth-of-type(2) a {
        background-image: url("/common/img/lp/lp_elderly02/btn_web_pc.png");
        height: 9.5rem; }
        @media only screen and (min-width: 1025px) {
          .container-btn ul li:nth-of-type(2) a:hover {
            background-image: url("/common/img/lp/lp_elderly02/btn_web_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(2) a {
            height: auto;
            background-image: url("/common/img/lp/lp_elderly02/btn_web_sp.png");
            aspect-ratio: 330 / 190; } }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background: #47312f;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .slick-arrow {
      width: 2.6rem;
      height: 2.6rem;
      margin-top: -1.3rem; } }
  .slick-arrow.arrow-back {
    left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.arrow-back {
        left: .8rem; } }
  .slick-arrow.arrow-next {
    right: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.arrow-next {
        right: .8rem; } }

.section-point {
  padding: 0 0 3rem 0; }
  @media only screen and (max-width: 767px) {
    .section-point {
      padding: 0; } }
  .section-point-header {
    width: 40rem;
    height: 10rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #47312f;
    color: #fff;
    margin: -4rem auto 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-point-header {
        width: 25rem;
        height: 6rem;
        margin-top: -3rem; } }
    .section-point-header:after {
      content: "";
      border-style: solid;
      border-color: #47312f transparent transparent;
      border-width: .8rem;
      position: absolute;
      left: 50%;
      margin-left: -.8rem;
      bottom: -1.4rem; }
    .section-point-header-ttl {
      text-align: center;
      font-size: 3.2rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .section-point-header-ttl {
          font-size: 24px;
          line-height: 1.1; } }
      .section-point-header-ttl span {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-point-header-ttl span {
            font-size: 16px; } }
      .section-point-header-ttl strong {
        color: #ea2f2f; }
  @media only screen and (max-width: 767px) {
    .section-point-inner {
      padding: 0 1rem; } }
  .section-point-inner dl {
    background: rgba(238, 238, 238, 0.5);
    border-radius: .5rem;
    padding: 3rem;
    margin: 0 3rem; }
    @media only screen and (max-width: 767px) {
      .section-point-inner dl {
        padding: 1.5rem;
        margin: 0 0 1rem; } }
    .section-point-inner dl dt {
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-point-inner dl dt {
          font-size: 18px;
          margin-bottom: 1rem; } }
      .section-point-inner dl dt strong {
        border-bottom: 0.3rem solid #f58a00; }
.section-about {
  background: url("/common/img/lp/lp_elderly02/bg_dot.jpg");
  background-size: 3.9rem auto;
  padding: 3rem 0 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-about {
      padding: 2rem 0 0; } }
  .section-about-header {
    width: 34rem;
    height: 12rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    margin: 0 auto 4rem;
    position: relative;
    border: 1px solid #dfa902;
    border-radius: 1rem; }
    @media only screen and (max-width: 767px) {
      .section-about-header {
        width: 23rem;
        height: 8rem;
        margin-bottom: 1.5rem; } }
    .section-about-header:after {
      content: "";
      border-style: solid;
      border-width: 1rem;
      border-color: #fff transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -1.8rem;
      margin-left: -1rem; }
    .section-about-header-ttl {
      font-size: 4.8rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .section-about-header-ttl {
          font-size: 36px; } }
      .section-about-header-ttl span {
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .section-about-header-ttl span {
            font-size: 18px; } }
  .section-about-list {
    max-width: 98rem;
    margin: 0 auto;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-about-list {
        padding: 1rem; } }
  .section-about-menu {
    background: url("/common/img/lp/lp_elderly02/bg_arrow.png") no-repeat 50% -0.1rem #FFFBE9;
    background-size: 37.5rem auto;
    padding-top: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-about-menu {
        padding: 5rem 0 0; } }
    .section-about-menu-ttl {
      font-size: 4rem;
      line-height: 1.3;
      text-align: center;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-about-menu-ttl {
          margin-bottom: 1rem;
          font-size: 2.4rem; } }
      .section-about-menu-ttl b {
        color: #ea2f2f; }
      .section-about-menu-ttl span {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-about-menu-ttl span {
            font-size: 1.6rem; } }
      .section-about-menu-ttl + p {
        background: rgba(71, 49, 47, 0.25);
        border-radius: 5rem;
        width: 29rem;
        border-radius: 5rem;
        height: 2.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 2.5rem;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .section-about-menu-ttl + p {
            font-size: 14px; } }
    .section-about-menu-tab .menu-catch {
      max-width: 84rem;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-about-menu-tab .menu-catch {
          margin: 0 .5rem .3rem; } }
      .section-about-menu-tab .menu-catch li {
        width: 33.333%;
        text-align: center;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-about-menu-tab .menu-catch li {
            font-size: 12px;
            line-height: 1.1;
            letter-spacing: 0;
            position: relative; } }
        .section-about-menu-tab .menu-catch li:before, .section-about-menu-tab .menu-catch li:after {
          margin: 0 .5rem; }
          @media only screen and (max-width: 767px) {
            .section-about-menu-tab .menu-catch li:before, .section-about-menu-tab .menu-catch li:after {
              margin: 0 .3rem;
              width: 1px;
              height: 2.5em;
              background: #47312f; } }
        .section-about-menu-tab .menu-catch li:before {
          content: "＼"; }
          @media only screen and (max-width: 767px) {
            .section-about-menu-tab .menu-catch li:before {
              content: "";
              left: 0;
              transform: rotate(-40deg); } }
        .section-about-menu-tab .menu-catch li:after {
          content: "／"; }
          @media only screen and (max-width: 767px) {
            .section-about-menu-tab .menu-catch li:after {
              content: "";
              right: 0;
              transform: rotate(40deg); } }
        .section-about-menu-tab .menu-catch li:nth-last-of-type(1) {
          width: 66.666%; }
    .section-about-menu-tab .tab-btn {
      max-width: 84rem;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-about-menu-tab .tab-btn {
          padding: 0 .5rem; } }
      .section-about-menu-tab .tab-btn li {
        width: 27rem;
        margin: 0 .5rem;
        border-radius: 1.5rem 1.5rem 0 0;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 6rem;
        font-size: 2rem;
        background: #fff;
        font-weight: 700; }
        .section-about-menu-tab .tab-btn li span {
          border-radius: 5rem;
          font-size: 1.2rem;
          padding: 0 1rem; }
          @media only screen and (max-width: 767px) {
            .section-about-menu-tab .tab-btn li span {
              font-size: 12px;
              padding: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .section-about-menu-tab .tab-btn li {
            font-size: 16px;
            line-height: 1.3;
            text-align: center;
            margin: 0 .1rem;
            flex-direction: column; } }
        .section-about-menu-tab .tab-btn li:nth-of-type(1) {
          color: #82af00; }
          .section-about-menu-tab .tab-btn li:nth-of-type(1).active {
            background: #82af00;
            color: #fff; }
        .section-about-menu-tab .tab-btn li:nth-of-type(2) {
          color: #f58a00; }
          .section-about-menu-tab .tab-btn li:nth-of-type(2) span {
            background: #f58a00;
            color: #fff; }
          .section-about-menu-tab .tab-btn li:nth-of-type(2).active {
            background: #f58a00;
            color: #fff; }
            .section-about-menu-tab .tab-btn li:nth-of-type(2).active span {
              color: #f58a00;
              background: #fff; }
        .section-about-menu-tab .tab-btn li:nth-of-type(3) {
          color: #e68087; }
          .section-about-menu-tab .tab-btn li:nth-of-type(3) span {
            background: #e68087;
            color: #fff; }
          .section-about-menu-tab .tab-btn li:nth-of-type(3).active {
            background: #e68087;
            color: #fff; }
            .section-about-menu-tab .tab-btn li:nth-of-type(3).active span {
              color: #e68087;
              background: #fff; }
    .section-about-menu .tab-content-box {
      padding: 5rem 0;
      background: #fff;
      border-top: .4rem solid;
      border-bottom: 1px solid #F2EFE7 !important; }
      @media only screen and (max-width: 767px) {
        .section-about-menu .tab-content-box {
          padding: 1rem 0; } }
      .section-about-menu .tab-content-box.support {
        background: rgba(130, 175, 0, 0.1);
        border-color: #82af00; }
        .section-about-menu .tab-content-box.support .tab-content-menu-item dl dt {
          color: #82af00; }
      .section-about-menu .tab-content-box.level1 {
        background: rgba(245, 138, 0, 0.1);
        border-color: #f58a00; }
        .section-about-menu .tab-content-box.level1 .tab-content-menu-item dl dt {
          color: #f58a00; }
      .section-about-menu .tab-content-box.level2 {
        background: rgba(230, 128, 135, 0.1);
        border-color: #e68087; }
        .section-about-menu .tab-content-box.level2 .tab-content-menu-item dl dt {
          color: #e68087; }
    .section-about-menu .tab-content-menu-item {
      height: auto;
      margin: 0 1rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-about-menu .tab-content-menu-item {
          margin: 0 1rem;
          position: relative; } }
      .section-about-menu .tab-content-menu-item figure {
        width: 42rem;
        border: .5rem solid #fff;
        border-radius: 1rem;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .section-about-menu .tab-content-menu-item figure {
            width: 28rem;
            border-width: .4rem;
            overflow: hidden; } }
      .section-about-menu .tab-content-menu-item dl {
        background: rgba(255, 255, 255, 0.85);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 1rem 1rem 1rem 1.5rem;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 1rem 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .section-about-menu .tab-content-menu-item dl {
            padding: .5rem 1rem; } }
        .section-about-menu .tab-content-menu-item dl dt {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-about-menu .tab-content-menu-item dl dt {
              font-size: 10px; } }
        .section-about-menu .tab-content-menu-item dl dd {
          font-size: 1.6rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-about-menu .tab-content-menu-item dl dd {
              font-size: 12px; } }
.section-product-header {
  padding: 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .section-product-header {
      padding: 1.5rem 1.5rem; } }
  .section-product-header p {
    font-size: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .section-product-header p {
        font-size: 16px; } }
  .section-product-header span {
    padding: 0 2.5rem;
    height: 3rem;
    font-size: 1.6rem;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
  .section-product-header-ttl {
    font-size: 4rem;
    line-height: 1.2;
    padding-top: 1rem; }
    @media only screen and (max-width: 767px) {
      .section-product-header-ttl {
        font-size: 30px; } }
.section-product-inner {
  padding-bottom: 4rem; }
  .section-product-inner-info {
    padding: 3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .section-product-inner-info {
        padding: 1rem;
        flex-direction: column; } }
    .section-product-inner-info-fig {
      width: 40rem;
      flex-shrink: 0;
      border-radius: 1rem;
      border: .5rem solid #fff;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .section-product-inner-info-fig {
          width: 100%; } }
      .section-product-inner-info-fig .fig-item {
        width: 39rem;
        position: relative;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .section-product-inner-info-fig .fig-item {
            width: 100%; } }
        .section-product-inner-info-fig .fig-item-menu {
          position: absolute;
          background: rgba(255, 255, 255, 0.8);
          padding: .3rem 1rem;
          border-radius: 0 0 .5rem 0;
          left: 0;
          top: 0;
          font-weight: 700; }
          .section-product-inner-info-fig .fig-item-menu dt {
            font-size: 1rem; }
            @media only screen and (max-width: 767px) {
              .section-product-inner-info-fig .fig-item-menu dt {
                font-size: 10px; } }
          .section-product-inner-info-fig .fig-item-menu dd {
            font-size: 1.2rem; }
            @media only screen and (max-width: 767px) {
              .section-product-inner-info-fig .fig-item-menu dd {
                font-size: 12px; } }
    .section-product-inner-info .dl-info {
      width: 100%;
      padding-left: 4rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-product-inner-info .dl-info {
          padding-left: 0; } }
      .section-product-inner-info .dl-info div {
        width: 49%;
        padding: .7rem 0; }
        .section-product-inner-info .dl-info div dt {
          font-size: 1.5rem;
          background: #fff;
          padding: .2rem;
          margin-bottom: .5rem; }
          @media only screen and (max-width: 767px) {
            .section-product-inner-info .dl-info div dt {
              font-size: 15px;
              padding: .1rem; } }
        .section-product-inner-info .dl-info div dd {
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .section-product-inner-info .dl-info div dd {
              font-size: 16px; } }
.section-product-info {
  padding: 0 0 0 1.5rem; }
  @media only screen and (max-width: 767px) {
    .section-product-info {
      display: flex;
      flex-wrap: wrap;
      padding: 1rem 0 0; } }
  .section-product-info dl {
    padding: .5rem;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .section-product-info dl {
        width: 50%;
        display: flex;
        justify-content: space-between;
        padding: .5rem 0; } }
    .section-product-info dl dt {
      border-radius: .2rem;
      font-size: 1.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 2.4rem;
      letter-spacing: 0;
      background: rgba(230, 128, 135, 0.2);
      color: #e68087;
      min-width: 18rem; }
      @media only screen and (max-width: 767px) {
        .section-product-info dl dt {
          height: auto;
          font-size: 12px;
          min-width: 6rem;
          flex-shrink: 0; } }
    .section-product-info dl dd {
      width: 100%;
      font-size: 1.6rem;
      padding: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-product-info dl dd {
          font-size: 16px;
          line-height: 1.2;
          padding-left: .5rem;
          margin: auto 0; } }
.section-recommend {
  padding: 4rem 0 0; }
  @media only screen and (max-width: 767px) {
    .section-recommend {
      padding: 0; } }
  .section-recommend-header {
    background: url("/common/img/lp/lp_elderly02/bg_recommend_ttl.png") no-repeat;
    max-width: 41rem;
    height: 8rem;
    background-size: 100% 100%;
    margin: 0 auto 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-recommend-header {
        max-width: 28rem;
        height: 4.8rem; } }
    .section-recommend-header-ttl {
      height: 8rem;
      text-align: center;
      font-size: 3.2rem;
      line-height: 1.3;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .section-recommend-header-ttl {
          height: 4.8rem;
          font-size: 24px;
          line-height: 1.2; } }
      .section-recommend-header-ttl span {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-recommend-header-ttl span {
            font-size: 16px; } }
  .section-recommend-inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-recommend-inner {
        padding: 0 1rem; } }
    .section-recommend-inner p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-recommend-inner p {
          font-size: 16px; } }
  .section-recommend-check {
    max-width: 80rem;
    min-height: 14rem;
    border: 1px solid;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 15rem 2rem 1.5rem;
    background: #fff;
    margin: 0 auto 3rem;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .section-recommend-check {
        min-height: 0;
        margin: 0 .5rem 1.5rem;
        padding: 15px 125px 15px 10px; } }
    .section-recommend-check:before {
      content: "\e5ca";
      font-family: "material symbols outlined";
      font-size: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0;
      width: 2.8rem;
      height: 2.8rem;
      background: #ea2f2f;
      color: #fff;
      border-radius: 50%;
      margin-right: 1rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .section-recommend-check:before {
          width: 28px;
          height: 28px;
          font-size: 20px; } }
    .section-recommend-check p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-recommend-check p {
          font-size: 16px; } }
    .section-recommend-check figure {
      width: 11rem;
      height: 100%;
      position: absolute;
      right: 2rem;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .section-recommend-check figure {
          width: 120px;
          height: 95%;
          right: 2px;
          bottom: 0;
          top: auto; } }
      .section-recommend-check figure figcaption {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
        position: absolute;
        right: -2rem;
        width: 14rem;
        bottom: 0;
        padding: .3rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
        letter-spacing: 0; }
        @media only screen and (max-width: 767px) {
          .section-recommend-check figure figcaption {
            font-size: 9px;
            width: 120px;
            right: 0; } }
  .section-recommend .ul-list li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: .5rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .section-recommend .ul-list li {
        font-size: 16px; } }
    .section-recommend .ul-list li:before {
      content: "";
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      background: #47312f;
      opacity: 0.7;
      flex-shrink: 0;
      margin-right: .5rem;
      margin-top: .4rem; }
      @media only screen and (max-width: 767px) {
        .section-recommend .ul-list li:before {
          width: 16px;
          height: 16px; } }
  .section-recommend .ul-check {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-recommend .ul-check {
        flex-wrap: wrap;
        padding: 0 .5rem; } }
    .section-recommend .ul-check li {
      width: 100%;
      max-width: 21rem;
      background: #fff;
      border: 1px solid rgba(130, 175, 0, 0.2);
      border-radius: .5rem;
      padding: 1.5rem .5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 1rem; }
      @media only screen and (max-width: 767px) {
        .section-recommend .ul-check li {
          width: 47%;
          margin: .5rem 1.5%; } }
      .section-recommend .ul-check li p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.3;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-recommend .ul-check li p {
            font-size: 16px; } }
      .section-recommend .ul-check li figure img {
        width: 10rem; }
      .section-recommend .ul-check li:before {
        content: "\e5ca";
        font-family: "material symbols outlined";
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0;
        width: 2.8rem;
        height: 2.8rem;
        background: #ea2f2f;
        color: #fff;
        border-radius: 50%;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-recommend .ul-check li:before {
            width: 28px;
            height: 28px;
            font-size: 20px; } }
.section-cheer {
  background: url("/common/img/lp/lp_elderly02/bg_staff.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .section-cheer {
      margin-bottom: 2rem;
      padding: 1.5rem 0 0; } }
  .section-cheer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(71, 49, 47, 0.55);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5) inset; }
  .section-cheer-ttl {
    font-size: 2.8rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
    background: rgba(89, 73, 63, 0.5);
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-cheer-ttl {
        font-size: 1.6rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        background: rgba(0, 0, 0, 0.5); } }
  .section-cheer-wrap {
    max-width: 84rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .section-cheer-fig {
    width: 30.8rem;
    flex-shrink: 0;
    position: relative; }
    .section-cheer-fig figcaption {
      position: absolute;
      font-size: 1.2rem;
      line-height: 1.3;
      text-align: center;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: .5rem;
      font-weight: 700;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }
    @media only screen and (max-width: 767px) {
      .section-cheer-fig {
        width: 17rem;
        left: -1rem; }
        .section-cheer-fig figcaption {
          padding-left: 1rem;
          font-size: .9rem; } }
  .section-cheer p {
    width: 100%;
    color: #fff;
    font-weight: 700;
    padding-left: 3rem;
    line-height: 1.8;
    padding-right: 1.5rem;
    font-size: 2rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 767px) {
      .section-cheer p {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 1rem;
        line-height: 1.2; } }
    .section-cheer p b {
      color: #fff100;
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .section-cheer p b {
          font-size: 1.2rem; } }
.section-order {
  max-width: 99rem;
  margin: 0 auto 5rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-order {
      margin: 0 .5rem 1rem; } }
  .section-order-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 13rem; }
    @media only screen and (max-width: 767px) {
      .section-order-header {
        padding: 1rem .5rem;
        height: auto; } }
    .section-order-header-ttl {
      font-size: 4rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .section-order-header-ttl {
          font-size: 30px; } }
    .section-order-header span {
      font-size: 1.6rem;
      height: 2.8rem;
      padding: 0 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      border-radius: 5rem;
      margin-bottom: .8rem; }
      @media only screen and (max-width: 767px) {
        .section-order-header span {
          font-size: 16px;
          padding: 0 .5rem; } }
    .section-order-header p {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: .7rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-order-header p {
          font-size: 16px;
          margin-bottom: .5rem; } }
  .section-order-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-order-wrap {
        display: block;
        padding: 0; } }
  .section-order.support .section-order-header {
    background: #82af00; }
  .section-order.support .section-order-more {
    background: rgba(130, 175, 0, 0.1); }
  .section-order.support .section-order-info dt {
    color: #82af00; }
  .section-order.support .section-order-price dt {
    background: #82af00; }
  .section-order.level1 .section-order-header {
    background: #f58a00; }
    .section-order.level1 .section-order-header span {
      background: #fff;
      color: #f58a00; }
  .section-order.level1 .section-order-more {
    background: rgba(245, 138, 0, 0.1); }
  .section-order.level1 .section-order-info dt {
    color: #f58a00; }
  .section-order.level1 .section-order-price dt {
    background: #f58a00; }
  .section-order.level2 .section-order-header {
    background: #e68087; }
    .section-order.level2 .section-order-header span {
      background: #fff;
      color: #e68087; }
  .section-order.level2 .section-order-more {
    background: rgba(230, 128, 135, 0.1); }
  .section-order.level2 .section-order-info dt {
    color: #e68087; }
  .section-order.level2 .section-order-price dt {
    background: #e68087; }
  .section-order-more {
    width: 57rem;
    flex-shrink: 0;
    padding: 2rem 2.5rem; }
    @media only screen and (max-width: 767px) {
      .section-order-more {
        width: 100%;
        padding: .5rem; } }
  .section-order-info {
    padding: 1rem .5rem .5rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start; }
    .section-order-info dl {
      width: 33.333%;
      padding: .5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-order-info dl {
          width: 50%; } }
      .section-order-info dl dt {
        border-radius: .2rem;
        font-size: 1.5rem;
        line-height: 1;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2rem;
        background: #fff;
        margin-bottom: .5rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dt {
            font-size: 15px; } }
      .section-order-info dl dd {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.1; }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dd {
            font-size: 16px; } }
    .section-order-info p {
      width: 100%;
      font-size: 1.6rem;
      padding-top: 1.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-order-info p {
          font-size: 1.2rem;
          padding-top: .5rem; } }
  .section-order-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 2rem; }
    @media only screen and (max-width: 767px) {
      .section-order-price {
        padding: 1rem; } }
    .section-order-price-btn {
      width: 25rem;
      height: 5rem;
      display: block; }
      @media only screen and (max-width: 767px) {
        .section-order-price-btn {
          width: 100%; } }
    .section-order-price dl {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      padding: 1.8rem 0;
      letter-spacing: 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-order-price dl {
          padding: 1rem 0; } }
      @media only screen and (min-width: 1025px) {
        .section-order-price dl:hover .section-order-price-btn {
          opacity: 0.7; } }
      .section-order-price dl:nth-last-of-type(1) {
        border-bottom: none; }
      .section-order-price dl dt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
        border-radius: .3rem;
        margin-right: 2rem;
        width: 9rem;
        color: #fff;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dt {
            margin: 0;
            width: 20%;
            flex-shrink: 0; } }
        .section-order-price dl dt span {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dt span {
              font-size: 12px; } }
        .section-order-price dl dt b {
          font-size: 2rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dt b {
              font-size: 20px; } }
          .section-order-price dl dt b strong {
            font-size: 3.6rem;
            font-family: Arial; }
            @media only screen and (max-width: 767px) {
              .section-order-price dl dt b strong {
                font-size: 36px; } }
      .section-order-price dl dd {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dd {
            padding-left: 1rem; } }
        .section-order-price dl dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .section-order-price dl dd ul {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: baseline;
          padding-bottom: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dd ul {
              padding-bottom: .8rem; } }
          .section-order-price dl dd ul li {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1;
            text-align: left; }
            @media only screen and (max-width: 767px) {
              .section-order-price dl dd ul li {
                font-size: 12px;
                margin: 0 .25rem;} }
            .section-order-price dl dd ul li span {
              font-size: 1.2rem; }
              @media only screen and (max-width: 767px) {
                .section-order-price dl dd ul li span {
                  font-size: 12px; } }
            .section-order-price dl dd ul li strong {
              color: #ea2f2f;
              font-size: 2.8rem;
              font-family: Arial; }
              @media only screen and (max-width: 767px) {
                .section-order-price dl dd ul li strong {
                  font-size: 28px; } }
            .section-order-price dl dd ul li b {
              color: #ea2f2f;
              font-size: 1.6rem;
              font-family: Arial; }
              @media only screen and (max-width: 767px) {
                .section-order-price dl dd ul li b {
                  font-size: 16px; } }
  .section-order-fig {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: .5rem solid #fff; }
    .section-order-fig-item {
      position: relative;
      height: auto !important; }
      .section-order-fig-item-menu {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.2rem;
        left: 0;
        top: 0;
        border-radius: 0 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .section-order-fig-item-menu {
            padding: .8rem; } }
        .section-order-fig-item-menu dt {
          font-size: 1rem;
          line-height: 1.5;
          color: #e68087; }
          @media only screen and (max-width: 767px) {
            .section-order-fig-item-menu dt {
              font-size: .9rem;
              line-height: 1.2; } }
        .section-order-fig-item-menu dd {
          font-size: 1.2rem;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .section-order-fig-item-menu dd {
              font-size: 1rem; } }

.div-catch {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .div-catch {
      font-size: 22px;
      padding-top: 2.5rem;
      margin-bottom: 1rem;
      border-width: .3rem; } }
  @media only screen and (max-width: 767px) {
    .div-catch br {
      display: block; } }
  .div-catch b {
    font-size: 3.6rem;
    color: #ea2f2f; }
    @media only screen and (max-width: 767px) {
      .div-catch b {
        font-size: 28px; } }
.div-tel {
  padding: 5rem 0; }
  .div-tel img {
    display: none; }
  .div-tel a {
    width: 84rem;
    height: 15rem;
    background: url("/common/img/lp/lp_elderly02/tap_tel_pc.png");
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .div-tel a {
        pointer-events: none; } }
  @media only screen and (max-width: 767px) {
    .div-tel {
      margin: 0 1rem;
      padding: 0 0 2rem; }
      .div-tel a {
        background: none;
        width: auto;
        height: auto;
        border: none; }
        .div-tel a:after {
          display: none; }
      .div-tel img {
        display: block; } }
  .div-tel p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .div-tel p {
        font-size: 18px; } }
    .div-tel p span {
      position: relative;
      display: flex;
      justify-content: center;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .div-tel p span {
          padding-bottom: 0; } }
      .div-tel p span:before, .div-tel p span:after {
        content: "";
        border-style: solid;
        border-color: rgba(71, 49, 47, 0.7) transparent transparent;
        border-width: 1.3rem .8rem;
        margin: 0 .2rem;
        position: relative;
        bottom: -1.2rem; }
        @media only screen and (max-width: 767px) {
          .div-tel p span:before, .div-tel p span:after {
            border-width: .9rem .5rem;
            bottom: -.5rem; } }
.div-products {
  max-width: 98rem;
  margin: 0 auto;
  padding-bottom: 8rem; }
  @media only screen and (max-width: 767px) {
    .div-products {
      padding-top: 1rem;
      padding-bottom: 2rem; } }
  .div-products-tab .menu-catch {
    max-width: 84rem;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .div-products-tab .menu-catch {
        margin: 0 .5rem .3rem; } }
    .div-products-tab .menu-catch li {
      width: 33.333%;
      text-align: center;
      font-size: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .div-products-tab .menu-catch li {
          font-size: 12px;
          line-height: 1.1;
          letter-spacing: 0;
          position: relative; } }
      .div-products-tab .menu-catch li:before, .div-products-tab .menu-catch li:after {
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .div-products-tab .menu-catch li:before, .div-products-tab .menu-catch li:after {
            margin: 0 .3rem;
            width: 1px;
            height: 2.5em;
            background: #47312f; } }
      .div-products-tab .menu-catch li:before {
        content: "＼"; }
        @media only screen and (max-width: 767px) {
          .div-products-tab .menu-catch li:before {
            content: "";
            left: 0;
            transform: rotate(-40deg); } }
      .div-products-tab .menu-catch li:after {
        content: "／"; }
        @media only screen and (max-width: 767px) {
          .div-products-tab .menu-catch li:after {
            content: "";
            right: 0;
            transform: rotate(40deg); } }
      .div-products-tab .menu-catch li:nth-last-of-type(1) {
        width: 66.666%; }
  .div-products-tab .tab-btn {
    max-width: 84rem;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .div-products-tab .tab-btn {
        padding: 0 .5rem; } }
    .div-products-tab .tab-btn li {
      width: 27rem;
      margin: 0 .5rem;
      border-radius: 1.5rem 1.5rem 0 0;
      border: 1px solid #e5e5e5;
      border-bottom: none;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 6rem;
      font-size: 2rem;
      background: #fff;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .div-products-tab .tab-btn li {
          font-size: 16px;
          line-height: 1.3;
          text-align: center;
          margin: 0 .1rem; } }
      .div-products-tab .tab-btn li:nth-of-type(1) {
        color: #82af00; }
        .div-products-tab .tab-btn li:nth-of-type(1).active {
          background: #82af00;
          color: #fff; }
      .div-products-tab .tab-btn li:nth-of-type(2) {
        color: #f58a00; }
        .div-products-tab .tab-btn li:nth-of-type(2).active {
          background: #f58a00;
          color: #fff; }
      .div-products-tab .tab-btn li:nth-of-type(3) {
        color: #e68087; }
        .div-products-tab .tab-btn li:nth-of-type(3).active {
          background: #e68087;
          color: #fff; }
  .div-products .section-product {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top-width: .5rem; }
    @media only screen and (max-width: 767px) {
      .div-products .section-product {
        border-top-width: .3rem;
        margin: 0 .5rem; } }
    .div-products .section-product.support {
      border-top-color: #82af00; }
      .div-products .section-product.support .section-product-header {
        color: #82af00; }
      .div-products .section-product.support .section-product-inner {
        background: rgba(130, 175, 0, 0.1); }
        .div-products .section-product.support .section-product-inner .dl-info dt {
          color: #82af00; }
        .div-products .section-product.support .section-product-inner-info .fig-item-menu dt {
          color: #82af00; }
    .div-products .section-product.level1 {
      border-top-color: #f58a00; }
      .div-products .section-product.level1 .section-recommend-check {
        border-color: rgba(245, 138, 0, 0.3); }
      .div-products .section-product.level1 .section-product-header {
        color: #f58a00; }
        .div-products .section-product.level1 .section-product-header span {
          background: #f58a00;
          color: #fff; }
      .div-products .section-product.level1 .section-product-inner {
        background: rgba(245, 138, 0, 0.1); }
        .div-products .section-product.level1 .section-product-inner .dl-info div dt {
          color: #f58a00; }
        .div-products .section-product.level1 .section-product-inner-info .fig-item-menu dt {
          color: #f58a00; }
    .div-products .section-product.level2 {
      border-top-color: #e68087; }
      .div-products .section-product.level2 .section-recommend-check {
        border-color: rgba(230, 128, 135, 0.3); }
      .div-products .section-product.level2 .section-product-header {
        color: #e68087; }
        .div-products .section-product.level2 .section-product-header span {
          background: #e68087;
          color: #fff; }
      .div-products .section-product.level2 .section-product-inner {
        background: rgba(230, 128, 135, 0.1); }
        .div-products .section-product.level2 .section-product-inner .dl-info div dt {
          color: #e68087; }
        .div-products .section-product.level2 .section-product-inner-info .fig-item-menu dt {
          color: #e68087; }
.div-btn {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .div-btn {
      padding: 2rem 1rem; } }
  .div-btn p {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .div-btn p {
        font-size: 16px; } }
  .div-btn a {
    width: 100%;
    max-width: 60rem;
    height: 10rem;
    border-radius: 10rem;
    background: #E9302F;
    box-shadow: 0 .7rem 0 0 #ac2a2a;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .div-btn a {
        height: 75px;
        font-size: 24px;
        box-shadow: 0 6px 0 0 #ac2a2a; } }
    .div-btn a strong {
      color: #FEF102; }
      @media only screen and (max-width: 767px) {
        .div-btn a strong {
          font-size: 30px; } }
    @media only screen and (min-width: 1025px) {
      .div-btn a:hover {
        background: #ac2a2a;
        box-shadow: 0 .7rem 0 0 #861a1a; } }

.tab-content-box {
  display: none; }
  .tab-content-box.show {
    display: block; }

.article-point {
  margin: 0 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .article-point {
      flex-direction: column;
      margin: 0;
      padding: 1.5rem 0; } }
  .article-point:nth-of-type(2n) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .article-point:nth-of-type(2n) {
        flex-direction: column; } }
  .article-point:nth-last-of-type(1) {
    border-bottom: none;
    padding-bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .article-point:nth-last-of-type(1) {
        padding-bottom: 1rem; } }
  .article-point-fig {
    width: 50%;
    flex-shrink: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .article-point-fig {
        width: 100%;
        margin: 0 0 1rem; } }
    .article-point-fig img {
      border-radius: .5rem; }
  .article-point-ttl {
    font-size: 2.4rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .article-point-ttl {
        font-size: 20px;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem; } }
    .article-point-ttl span {
      border-radius: 5rem;
      height: 2.8rem;
      background: #47312f;
      color: #fff;
      font-size: 1.6rem;
      padding: 0 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .article-point-ttl span {
          font-size: 16px; } }
  .article-point-inner {
    width: 100%;
    padding: 0 2rem; }
    @media only screen and (max-width: 767px) {
      .article-point-inner {
        padding: 0 .5rem; } }
    .article-point-inner p {
      font-size: 1.6rem;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        .article-point-inner p {
          font-size: 16px; } }
.article-about {
  background: #fff;
  position: relative;
  min-height: 28.5rem;
  border-radius: 1rem;
  border: 1px solid #dfa902;
  margin-bottom: 2.5rem;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .article-about {
      margin-bottom: .8rem; } }
  .article-about-fig {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    width: 35.5rem;
    border-radius: 1rem;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .article-about-fig {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
        border-radius: 0; } }
    .article-about-fig figcaption {
      background: #fff;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0;
      padding: .3rem;
      position: absolute;
      right: .5rem;
      bottom: .5rem; }
  .article-about-ttl {
    font-size: 2.8rem;
    background: #47312f;
    color: #fff;
    padding: 2.5rem 2.5rem 2.5rem 40rem; }
    @media only screen and (max-width: 767px) {
      .article-about-ttl {
        font-size: 24px;
        line-height: 1.3;
        padding: 1.5rem;
        text-align: center; } }
  .article-about-inner {
    padding: 2.5rem 2.5rem 2.5rem 40rem; }
    .article-about-inner p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .article-about-inner p {
          font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .article-about-inner {
        padding: 1.5rem; } }

.btn-order {
  padding: 8rem 0; }
  @media only screen and (max-width: 767px) {
    .btn-order {
      padding: 2rem .8rem 2rem; } }
  .btn-order p {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .btn-order p {
        font-size: 18px;
        padding-bottom: .3rem; } }
  .btn-order a {
    width: 60rem;
    height: 12.5rem;
    background-image: url("/common/img/lp/lp_elderly02/btn_entry_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 1025px) {
      .btn-order a:hover {
        opacity: 0.7; } }
    .btn-order a img {
      display: none; }
    @media only screen and (max-width: 767px) {
      .btn-order a {
        background: none;
        height: auto;
        width: auto; }
        .btn-order a img {
          display: block; } }
  .btn-order-wrap {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .btn-order-wrap {
        flex-direction: column; } }
  .btn-order-fig {
    width: 33.4rem;
    flex-shrink: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .btn-order-fig {
        width: 100%;
        padding: 0 1rem; } }
    .btn-order-fig figcaption {
      background: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      padding: .2rem .5rem;
      position: absolute;
      right: 0;
      bottom: 0; }
  .btn-order-txt {
    max-width: 47rem;
    background: rgba(230, 128, 135, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    margin: auto 1.5rem; }
    @media only screen and (max-width: 767px) {
      .btn-order-txt {
        width: 100%;
        margin: 0; } }
    .btn-order-txt p {
      font-size: 1.6rem;
      line-height: 1.4;
      padding-bottom: .5em;
      font-weight: 400;
      text-align: left; }
      .btn-order-txt p:nth-last-of-type(1) {
        padding-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .btn-order-txt p {
          font-size: 16px; } }
  .btn-order-catch {
    padding: 3rem 0 2.5rem; }
    @media only screen and (max-width: 767px) {
      .btn-order-catch {
        padding: 1.5rem 0; } }
    .btn-order-catch p {
      font-size: 2.8rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .btn-order-catch p {
          font-size: 22px; } }
      .btn-order-catch p strong {
        color: #ea2f2f; }

.nav-order {
  padding-bottom: 4rem;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .nav-order {
      padding-bottom: 1rem; } }
  .nav-order li {
    margin: 0 .5rem; }
    @media only screen and (max-width: 767px) {
      .nav-order li {
        width: 100%;
        margin: 0 .1rem; } }
    .nav-order li a {
      width: 27rem;
      height: 8rem;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.2;
      border-radius: 1.5rem;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      color: #fff;
      padding: 1rem 0; }
      @media only screen and (max-width: 767px) {
        .nav-order li a {
          width: 100%;
          height: 80px;
          font-size: 16px;
          text-align: center;
          padding: 0; } }
      .nav-order li a:hover {
        opacity: 0.8; }
      .nav-order li a span {
        color: #47312f;
        font-size: 3rem;
        height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .nav-order li a span {
            font-size: 20px; } }
      .nav-order li a b {
        border-radius: 5rem;
        padding: 0 1rem;
        font-size: 1.5rem;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 767px) {
          .nav-order li a b {
            font-size: 12px;
            padding: 0 .5rem; } }
    .nav-order li:nth-of-type(1) a {
      background: #82af00;
      color: #fff; }
    .nav-order li:nth-of-type(2) a {
      background: #f58a00;
      color: #fff; }
      .nav-order li:nth-of-type(2) a b {
        background: #fff;
        color: #f58a00; }
    .nav-order li:nth-of-type(3) a {
      background: #e68087;
      color: #fff; }
      .nav-order li:nth-of-type(3) a b {
        background: #fff;
        color: #e68087; }

.dl-works {
  max-width: 80rem;
  border: .6rem solid #ea6200;
  background: #fff;
  padding: 2.5rem;
  margin: 10rem auto; }
  @media only screen and (max-width: 767px) {
    .dl-works {
      margin: 0 .5rem;
      border-width: .4rem;
      padding: 1.5rem; } }
  .dl-works dt {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 2.8rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .dl-works dt {
        font-size: 20px;
        margin-bottom: 1rem; } }
    .dl-works dt img {
      width: 31rem; }
      @media only screen and (max-width: 767px) {
        .dl-works dt img {
          width: 15rem; } }
  .dl-works dd {
    text-align: center; }
    .dl-works dd img {
      width: 37rem; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.aside-faq {
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 2rem 3rem;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .aside-faq {
      padding: 4rem 1.5rem 2rem; } }
  .aside-faq-ttl {
    font-size: 3.6rem;
    line-height: 1.2;
    border-bottom: .4rem solid #ffa835;
    text-align: center;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .aside-faq-ttl {
        font-size: 28px;
        margin: 0 0 2rem; } }
  .aside-faq dl {
    width: 100%;
    max-width: 80rem;
    text-align: left;
    margin: 0 auto; }
    .aside-faq dl div {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .aside-faq dl div {
          margin-bottom: 1.5rem; } }
      .aside-faq dl div dt {
        font-size: 1.8rem;
        padding-bottom: 1rem;
        display: flex;
        align-items: baseline;
        justify-content: flex-start; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dt {
            font-size: 16px;
            padding-bottom: .5rem; } }
        .aside-faq dl div dt:before {
          content: "Q";
          color: #f58a00;
          font-size: 2.5rem;
          margin-right: .8rem;
          font-family: Arial;
          flex-shrink: 0;
          position: relative;
          top: .2rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dt:before {
              font-size: 20px; } }
      .aside-faq dl div dd {
        background: #fff;
        border: 1px solid #f58a00;
        padding: 2rem 2rem 2rem 5rem;
        border-radius: .3rem;
        position: relative;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dd {
            font-size: 16px;
            padding: 1.2rem 1rem 1.2rem 3.5rem; } }
        .aside-faq dl div dd p {
          padding-bottom: 1em; }
        .aside-faq dl div dd table {
          border-top: 1px solid #47312f;
          border-left: 1px solid #47312f;
          width: 100%; }
          .aside-faq dl div dd table th {
            background: rgba(71, 49, 47, 0.2);
            font-weight: 700;
            padding: .5rem 1rem;
            border-right: 1px solid #47312f;
            border-bottom: 1px solid #47312f;
            text-align: center; }
          .aside-faq dl div dd table td {
            border-right: 1px solid #47312f;
            border-bottom: 1px solid #47312f;
            padding: .5rem 1rem;
            text-align: center; }
        .aside-faq dl div dd strong {
          color: #ea2f2f; }
        .aside-faq dl div dd:before {
          content: "A";
          font-weight: 700;
          color: rgba(245, 138, 0, 0.6);
          font-size: 2.2rem;
          position: absolute;
          left: 2rem;
          top: 1.3rem;
          font-family: Arial; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dd:before {
              font-size: 20px;
              left: 1.2rem;
              top: .8rem; } }

.div-top {
  position: fixed;
  right: 1.5rem;
  bottom: 20%;
  z-index: 99;
  right: 1rem; }
  .div-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: rgba(230, 128, 135, 0.85);
    border-radius: 50%; }

.footer {
  position: relative;
  text-align: center; }
  .footer-logo {
    width: 28rem;
    margin: 4rem auto; }
    @media only screen and (max-width: 767px) {
      .footer-logo {
        width: 16.3rem;
        margin: 1rem auto 1.5rem; } }
  .footer-wrap {
    background: #59493f;
    color: #fff;
    padding: 2rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        padding: 2rem 2rem 1rem;
        flex-direction: column;
        justify-content: center; } }
    .footer-wrap ul {
      font-size: 1.2rem;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul {
          flex-direction: column;
          justify-content: flex-start;
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul li {
          margin-bottom: .8rem; } }
      .footer-wrap ul li:nth-last-of-type(1) a:after {
        display: none; }
      .footer-wrap ul a {
        display: block;
        color: #fff; }
        .footer-wrap ul a:after {
          content: "|";
          margin: 0 .3rem; }
          @media only screen and (max-width: 767px) {
            .footer-wrap ul a:after {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .footer-wrap ul a:before {
            content: "- "; } }
  .footer-copy {
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: 10px; } }
