@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: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #FFFAE9;
  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) {
  .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: "Inter", "Noto Sans JP", 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: "Inter", "Noto Sans JP", 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: #df6d10;
      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; } }

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

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

.container-header {
  position: relative; }
  .container-header ul {
    position: absolute;
    right: 2vw;
    bottom: 2rem;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .container-header ul {
        bottom: 1rem; } }
    .container-header ul li {
      margin-left: 1rem;
      border-radius: .5rem;
      background: #47312f;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 7rem;
      padding: 0 1.5rem;
      font-size: 2rem;
      line-height: 1.3;
      text-align: center;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .container-header ul li {
          font-size: 1.7rem;
          height: 5rem; } }
  .container-header-ttl {
    aspect-ratio: 256/137;
    background: url("/common/img/lp/lp_elderly_aff/fig_main_pc.webp") no-repeat 50% 50%;
    background-size: auto 100%; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl {
        background: none;
        aspect-ratio: unset;
        height: auto; } }
    @media only screen and (max-width: 1024px) {
      .container-header-ttl {
        aspect-ratio: 200/137; } }
    .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 1.5rem; }
  @media only screen and (max-width: 767px) {
    .container-btn {
      padding: 1rem 0; } }
  .container-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00722e;
    border: .5rem solid #00581c;
    width: 100%;
    max-width: 84rem;
    height: 15rem; }
    @media only screen and (max-width: 767px) {
      .container-btn ul {
        background: none;
        border: none;
        width: auto;
        height: auto;
        align-items: flex-end; } }
    @media only screen and (max-width: 767px) {
      .container-btn ul li {
        margin: 0 2%; } }
    .container-btn ul li:nth-of-type(1) {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .container-btn ul li:nth-of-type(1) {
          width: 15rem; } }
      .container-btn ul li:nth-of-type(1) a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .container-btn ul li:nth-of-type(1) a p {
          font-size: 2rem;
          font-weight: 700;
          text-align: center; }
          @media only screen and (max-width: 1024px) {
            .container-btn ul li:nth-of-type(1) a p {
              font-size: 1.7rem; } }
          @media only screen and (max-width: 767px) {
            .container-btn ul li:nth-of-type(1) a p {
              display: none; } }
          .container-btn ul li:nth-of-type(1) a p small {
            font-weight: 400;
            font-size: 1.2rem; }
            @media only screen and (max-width: 1024px) {
              .container-btn ul li:nth-of-type(1) a p small {
                font-size: 1.1rem; } }
        .container-btn ul li:nth-of-type(1) a .tel {
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (max-width: 767px) {
            .container-btn ul li:nth-of-type(1) a .tel {
              display: none; } }
          .container-btn ul li:nth-of-type(1) a .tel span {
            width: 4.2rem;
            height: 4.2rem;
            border-radius: 50%;
            background: #fff;
            color: #47312f;
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2) inset;
            font-size: 2.8rem;
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            letter-spacing: 0;
            flex-shrink: 0;
            margin-right: .5rem; }
          .container-btn ul li:nth-of-type(1) a .tel-num {
            font-size: 5.6rem;
            line-height: 1;
            font-weight: 400;
            font-family: "Barlow";
            padding-bottom: .5rem; }
            @media only screen and (max-width: 1024px) {
              .container-btn ul li:nth-of-type(1) a .tel-num {
                font-size: 4.8rem; } }
          .container-btn ul li:nth-of-type(1) a .tel-free {
            background: #FFF100;
            border-radius: .3rem;
            font-size: 1.4rem;
            font-weight: 700;
            color: #ed4f4f;
            padding: .8rem .5rem;
            flex-shrink: 0;
            margin-left: .5rem; }
        @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_care01/btn_tel_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(1) a {
            width: 100%;
            height: auto;
            display: block;
            text-indent: -9999rem;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: 50% 0%;
            background-image: url("/common/img/lp/lp_care01/btn_tel_sp.png");
            aspect-ratio: 330 / 208; } }
    .container-btn ul li:nth-of-type(2) {
      width: 28rem;
      flex-shrink: 0;
      background: #006424;
      border-left: 1px solid #005E20;
      height: 14rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 1024px) {
        .container-btn ul li:nth-of-type(2) {
          width: 25rem; } }
      @media only screen and (max-width: 767px) {
        .container-btn ul li:nth-of-type(2) {
          width: 15rem;
          background: none;
          border: none;
          height: auto;
          flex-shrink: 1; } }
      .container-btn ul li:nth-of-type(2) a {
        background-image: url("/common/img/lp/lp_care01/btn_order-web_pc.png");
        height: 8.8rem;
        width: 24.8rem;
        display: block;
        text-indent: -9999rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 0%; }
        @media only screen and (min-width: 1025px) {
          .container-btn ul li:nth-of-type(2) a:hover {
            background-image: url("/common/img/lp/lp_care01/btn_order-web_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(2) a {
            width: 100%;
            height: auto;
            background-image: url("/common/img/lp/lp_care01/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: .5rem; }
  .slick-arrow.arrow-next {
    right: .5rem; }

.section-order {
  max-width: 99rem;
  margin: 0 auto 3rem;
  background: #fff;
  padding-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1024px) {
    .section-order {
      margin: 0 1.5rem 3rem;
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .section-order {
      margin: 0 1rem 2rem;
      box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2); } }
  .section-order#level1 .section-order-header {
    background: #ffa835; }
    .section-order#level1 .section-order-header p span {
      color: #ffa835; }
  @media only screen and (max-width: 767px) {
    .section-order#level1 .section-order-info {
      background: rgba(255, 168, 53, 0.15); } }
  .section-order#level1 .section-order-info dl dt {
    background: rgba(255, 168, 53, 0.2);
    color: #ffa835; }
  .section-order#level1 .section-order-price dl dt {
    background: #ffa835; }
  .section-order#level1 .section-order-fig-item-menu dt {
    color: #ffa835; }
  .section-order#level2 .section-order-header {
    background: #ff8454; }
    .section-order#level2 .section-order-header p span {
      color: #ff8454; }
  @media only screen and (max-width: 767px) {
    .section-order#level2 .section-order-info {
      background: rgba(255, 132, 84, 0.15); } }
  .section-order#level2 .section-order-info dl dt {
    background: rgba(255, 132, 84, 0.2);
    color: #ff8454; }
  .section-order#level2 .section-order-price dl dt {
    background: #ff8454; }
  .section-order#level2 .section-order-fig-item-menu dt {
    color: #ff8454; }
  .section-order#level3 .section-order-header {
    background: #ffa395; }
    .section-order#level3 .section-order-header p span {
      color: #ffa395; }
  @media only screen and (max-width: 767px) {
    .section-order#level3 .section-order-info {
      background: rgba(255, 163, 149, 0.15); } }
  .section-order#level3 .section-order-info dl dt {
    background: rgba(255, 163, 149, 0.2);
    color: #ffa395; }
  .section-order#level3 .section-order-price dl dt {
    background: #ffa395; }
  .section-order#level3 .section-order-fig-item-menu dt {
    color: #ffa395; }
  .section-order-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-order-header {
        height: 8rem; } }
    .section-order-header-ttl {
      color: #fff;
      font-size: 2.8rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .section-order-header-ttl {
          font-size: 20px; } }
    .section-order-header p {
      background: #fff;
      border-radius: 5rem;
      padding: 0 1.5rem;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: .7rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section-order-header p span {
        margin-right: .7rem; }
      @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;
    padding: 2rem; }
    @media only screen and (max-width: 1024px) {
      .section-order-wrap {
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .section-order-wrap {
        display: block;
        padding: 0; } }
  .section-order-more {
    width: 42rem;
    flex-shrink: 0;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-order-more {
        width: 100%;
        margin: 0 0 2rem; } }
    @media only screen and (max-width: 767px) {
      .section-order-more {
        width: 100%;
        margin: 0; } }
  .section-order-info {
    padding: 1rem 0 0;
    flex-wrap: wrap;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .section-order-info {
        padding: 1.5rem;
        margin: 1rem; } }
    .section-order-info dl {
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 700; }
      .section-order-info dl dt {
        border-radius: .2rem;
        font-size: 1.6rem;
        width: 40%;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.4rem;
        letter-spacing: 0;
        font-weight: 700;
        color: #ffa835;
        background: rgba(255, 168, 53, 0.3); }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dt {
            height: auto;
            font-size: 1.4rem;
            background: #fff !important; } }
      .section-order-info dl dd {
        width: 100%;
        font-size: 1.6rem;
        padding-left: .8rem; }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dd {
            font-size: 1.6rem;
            line-height: 1.2;
            font-weight: 700;
            padding-left: .5rem;
            margin: auto 0; } }
    .section-order-info p {
      width: 100%;
      font-size: 1.6rem;
      padding-top: 1rem;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .section-order-info p {
          font-size: 1.4rem;
          padding-top: .5rem; } }
  .section-order-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .section-order-price {
        width: auto;
        margin: 0 .5rem;
        padding: 0 .3rem .1rem;
        display: block; } }
    .section-order-price-btn {
      flex-shrink: 0;
      width: 27rem;
      height: 5.5rem; }
      @media only screen and (max-width: 767px) {
        .section-order-price-btn {
          width: 100%;
          height: auto;
          margin: 0; } }
    .section-order-price dl {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid rgba(71, 49, 47, 0.1);
      padding: 1.8rem 0;
      letter-spacing: 0;
      position: relative;
      padding: 1rem 0; }
      @media only screen and (max-width: 767px) {
        .section-order-price dl {
          padding: .5rem 0;
          border-color: rgba(238, 238, 238, 0.5);
          align-items: stretch; } }
      @media only screen and (min-width: 1025px) {
        .section-order-price dl:hover .section-product-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;
        margin-right: 2rem;
        width: 7rem;
        height: 7rem;
        color: #fff;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dt {
            margin: 0;
            width: 20%;
            height: auto;
            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: "Barlow";
            font-weight: 500; }
            @media only screen and (max-width: 767px) {
              .section-order-price dl dt b strong {
                font-size: 36px; } }
      .section-order-price dl dd {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dd {
            flex-direction: column;
            padding: 0; } }
        .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%; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dd ul {
              padding: .8rem .8rem;
              display: flex;
              justify-content: center;
              align-items: flex-end; } }
          .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: 1rem; } }
            .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: 1rem; } }
            .section-order-price dl dd ul li strong {
              color: #ed4f4f;
              font-size: 2.8rem;
              font-family: "Barlow";
              font-weight: 500; }
              @media only screen and (max-width: 767px) {
                .section-order-price dl dd ul li strong {
                  font-size: 2.6rem; } }
            .section-order-price dl dd ul li b {
              color: #ed4f4f;
              font-size: 1.6rem;
              font-family: "Barlow";
              font-weight: 500; }
              @media only screen and (max-width: 767px) {
                .section-order-price dl dd ul li b {
                  font-size: 1.4rem; } }
  .section-order-fig {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .section-order-fig {
        border-radius: 0;
        margin-bottom: 1rem; } }
    .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 .3rem 0; }
        @media only screen and (max-width: 767px) {
          .section-order-fig-item-menu {
            padding: .8rem; } }
        .section-order-fig-item-menu dt {
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            .section-order-fig-item-menu dt {
              line-height: 1.2; } }
        .section-order-fig-item-menu dd {
          font-weight: 700;
          font-size: 1.6rem;
          line-height: 1.2; }
.section-product {
  padding: 4rem; }
  @media only screen and (max-width: 1024px) {
    .section-product {
      padding: 3rem 0; } }
  @media only screen and (max-width: 767px) {
    .section-product {
      padding: 2rem 1rem 0; } }
  .section-product-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 4rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-product-header {
        padding: .5rem 1.5rem;
        margin: 0 auto .5rem; } }
    .section-product-header:before, .section-product-header:after {
      content: "";
      width: 1px;
      height: 10rem;
      background: #47312f;
      margin: 0 3rem; }
      @media only screen and (max-width: 767px) {
        .section-product-header:before, .section-product-header:after {
          height: 3rem;
          margin: 0; } }
    .section-product-header:before {
      transform: rotate(-45deg);
        margin-right: 30px; }
    .section-product-header:after {
      transform: rotate(45deg);
        margin-left: 30px; }
    .section-product-header-ttl {
      font-size: 2.8rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .section-product-header-ttl {
          font-size: 1.6rem; } }
  .section-product-inner {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .section-product-inner {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .section-product-inner {
        flex-direction: column; } }
.section-trouble-header {
  background: rgba(71, 49, 47, 0.1);
  padding: 5rem 0 4rem; }
  @media only screen and (max-width: 767px) {
    .section-trouble-header {
      padding: 3rem 0 2rem; } }
  .section-trouble-header-ttl {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.3; }
    @media only screen and (max-width: 1024px) {
      .section-trouble-header-ttl {
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .section-trouble-header-ttl {
        font-size: 2rem; } }
    .section-trouble-header-ttl span {
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-header-ttl span {
          font-size: 1.6rem; } }
    .section-trouble-header-ttl strong {
      color: #df6d10;
      font-size: 4.4rem; }
      @media only screen and (max-width: 1024px) {
        .section-trouble-header-ttl strong {
          font-size: 3.8rem; } }
      @media only screen and (max-width: 767px) {
        .section-trouble-header-ttl strong {
          font-size: 2.6rem; } }
    .section-trouble-header-ttl i {
      font-style: normal;
      position: relative;
      top: -.8rem; }
.section-trouble-list {
  background: #EEE9DB;
  padding: 0 1rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-trouble-list {
      position: relative;
      padding-bottom: 0; } }
  .section-trouble-list h3 {
    background: #47312f;
    color: #fff;
    font-size: 2.8rem;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: .8rem 1.2rem;
    margin-bottom: -1px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-trouble-list h3 {
        font-size: 1.7rem;
        line-height: 1.2;
        text-align: center;
        padding: .8rem 2rem .4rem; } }
    .section-trouble-list h3:before {
      content: "";
      background: url("/common/img/lp/lp_care01/fig_women1.png") no-repeat;
      background-size: 100% auto;
      width: 10rem;
      height: 10.1rem;
      position: absolute;
      left: -12rem;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        .section-trouble-list h3:before {
          width: 6.7rem;
          left: -6.7rem;
          height: 6.7rem; } }
    .section-trouble-list h3 span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-list h3 span {
          font-size: 1.4rem; } }
    .section-trouble-list h3 strong {
      color: #df6d10; }
  .section-trouble-list ol {
    width: 100%;
    max-width: 113rem;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: .5rem;
    padding: 2rem 0;
    border: 1px solid rgba(71, 49, 47, 0.2); }
    @media only screen and (max-width: 767px) {
      .section-trouble-list ol {
        background: none;
        border-radius: 0;
        flex-direction: column;
        padding: 0;
        border: none; } }
    .section-trouble-list ol li {
      width: calc(33.33% - 1rem);
      max-width: 35rem;
      font-size: 2rem;
      border-right: 1px solid #ddd;
      padding: 0 1rem;
      text-align: center;
      margin: 0 .5rem;
      position: relative;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .section-trouble-list ol li {
          font-size: 1.6rem;
          padding: 0 0.5rem; } }
      @media only screen and (max-width: 767px) {
        .section-trouble-list ol li {
          background: #fff;
          border-radius: .5rem;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 1.2rem .5rem;
          text-align: left;
          margin: 0 0 1rem;
          position: static;
          border: none;
          border: 1px solid rgba(71, 49, 47, 0.2); }
          .section-trouble-list ol li p {
            line-height: 1.3; }
          .section-trouble-list ol li br {
            display: none; } }
      .section-trouble-list ol li:nth-last-of-type(1) {
        border: none; }
        @media only screen and (max-width: 767px) {
          .section-trouble-list ol li:nth-last-of-type(1) {
            border: 1px solid rgba(71, 49, 47, 0.2); } }
      .section-trouble-list ol li strong {
        color: #df6d10; }
      .section-trouble-list ol li span {
        background: rgba(71, 49, 47, 0.75);
        border-radius: 50%;
        width: 6rem;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 1.2rem;
        line-height: 1;
        color: #fff;
        font-size: 1.2rem;
        margin: 0 auto 1rem; }
        @media only screen and (max-width: 767px) {
          .section-trouble-list ol li span {
            width: 4.6rem;
            height: 4.6rem;
            font-size: 1.2rem;
            margin: 0 .5rem 0 0;
            flex-shrink: 0; } }
        .section-trouble-list ol li span b {
          font-size: 2rem; }
          @media only screen and (max-width: 767px) {
            .section-trouble-list ol li span b {
              font-size: 1.6rem; } }
.section-trouble-advice {
  position: relative;
  padding: 10rem 0 0; }
  @media only screen and (max-width: 767px) {
    .section-trouble-advice {
      padding: 0 .5rem; } }
  .section-trouble-advice:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20rem;
    top: 0;
    border-style: solid;
    border-width: 6rem 20rem;
    border-color: #EEE9DB transparent transparent; }
    @media only screen and (max-width: 767px) {
      .section-trouble-advice:before {
        border-width: 2rem 16rem;
        margin-left: 0;
        left: 0; } }
  .section-trouble-advice-ttl {
    text-align: center;
    color: #47312f;
    position: relative;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    margin: 0 auto 4rem;
    width: 62rem;
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-advice-ttl {
        width: 100%;
        margin-bottom: 1.5rem; } }
    .section-trouble-advice-ttl span {
      font-size: 2.6rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-advice-ttl span {
          font-size: 1.7rem; } }
    .section-trouble-advice-ttl strong {
      font-size: 5rem; }
      .section-trouble-advice-ttl strong span {
        font-size: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-advice-ttl strong {
          font-size: 3rem; }
          .section-trouble-advice-ttl strong span {
            font-size: 2.2rem; } }
    .section-trouble-advice-ttl:before {
      content: "";
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: 50% 100%;
      position: absolute;
      top: -9rem;
      background-image: url("/common/img/lp/lp_care01/fig_women2.png");
      width: 100%;
      height: 11rem;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .section-trouble-advice-ttl:before {
          width: 9rem;
          height: 8.8rem;
          position: static;
          margin: -2rem auto .5rem auto; } }
  .section-trouble-advice-list {
    width: 100%;
    max-width: 113rem;
    margin: 0 auto 5.7rem; }
    @media only screen and (max-width: 1024px) {
      .section-trouble-advice-list {
        width: calc(100% - 2rem);
        margin: 0 1rem 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-trouble-advice-list {
      width: 100%;
      margin: 0 0 5rem; } }

    .section-trouble-advice-list ol {
      display: flex;
      justify-content: center;
      background: #fff;
      border-radius: .5rem;
      padding: 2rem 0;
      border: 1px solid rgba(71, 49, 47, 0.2); }
      @media only screen and (max-width: 767px) {
        .section-trouble-advice-list ol {
          background: none;
          border-radius: 0;
          flex-direction: column;
          padding: 0;
          border: none; } }
      .section-trouble-advice-list ol li {
        width: calc(33.33% - 1rem);
        max-width: 35rem;
        font-size: 2rem;
        border-right: 1px solid #ddd;
        padding: 0 1rem 2rem;
        text-align: center;
        margin: 0 .5rem;
        position: relative;
        font-weight: 700; }
        @media only screen and (max-width: 1024px) {
          .section-trouble-advice-list ol li {
            font-size: 1.6rem;
            padding: 0 0.5rem; } }
        @media only screen and (max-width: 767px) {
          .section-trouble-advice-list ol li {
            width: 100%;
            background: #fff;
            border-radius: .5rem;
            padding: 1.2rem .5rem;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0 0 1rem;
            text-align: left;
            position: static;
            border: none;
            border: 1px solid rgba(71, 49, 47, 0.2); }
            .section-trouble-advice-list ol li p {
              line-height: 1.3;
              letter-spacing: 0; }
            .section-trouble-advice-list ol li br {
              display: none; } }
        .section-trouble-advice-list ol li:nth-last-of-type(1) {
          border: none; }
          @media only screen and (max-width: 767px) {
            .section-trouble-advice-list ol li:nth-last-of-type(1) {
              border: 1px solid rgba(71, 49, 47, 0.2); } }
        .section-trouble-advice-list ol li strong {
          color: #df6d10; }
        .section-trouble-advice-list ol li span {
          background: #df6d10;
          border-radius: 50%;
          width: 6rem;
          height: 6rem;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          margin-bottom: 1.2rem;
          line-height: 1;
          color: #fff;
          font-size: 1.2rem;
          margin: 0 auto 1rem; }
          @media only screen and (max-width: 767px) {
            .section-trouble-advice-list ol li span {
              width: 4.6rem;
              height: 4.6rem;
              font-size: 1.2rem;
              margin: 0 .5rem 0 0;
              flex-shrink: 0; } }
          .section-trouble-advice-list ol li span b {
            font-size: 2rem; }
            @media only screen and (max-width: 767px) {
              .section-trouble-advice-list ol li span b {
                font-size: 1.6rem; } }
@media only screen and (max-width: 767px) {
  .section-trouble-menu {
    padding: 0 .5rem; } }
.section-trouble-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 12rem;
  border-color: #df6d10 transparent transparent;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .section-trouble-menu:before {
      margin-top: -2.5rem;
      margin-bottom: -4rem; } }
.section-trouble-menu-ttl {
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .section-trouble-menu-ttl {
      margin-bottom: 1rem;
      font-size: 2.4rem; } }
  .section-trouble-menu-ttl b {
    color: #df6d10; }
  .section-trouble-menu-ttl span {
    font-size: 2.4rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-menu-ttl span {
        font-size: 1.6rem; } }
  .section-trouble-menu-ttl + p {
    background: rgba(71, 49, 47, 0.05);
    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; }
.section-trouble-menu-tab ul,
.section-select-menu-tab .tab-btn{
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .section-trouble-menu-tab ul li,
.section-select-menu-tab .tab-btn a{
    width: 20rem;
    height: 6.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    margin: 0 .3rem .2rem; }
.section-trouble-menu-tab ul li{
    border-radius: 1.5rem 1.5rem 0 0;
}
.section-select-menu-tab .tab-btn a{
    border-radius: 1.5rem;
}
    @media only screen and (max-width: 767px) {
      .section-trouble-menu-tab ul li,
        .section-select-menu-tab .tab-btn a{
        width: 33.333%;
        height: 6rem;
        font-size: 1.4rem;
        line-height: 1.1;
        margin: 0 0 .2rem;
        text-align: center; }
        .section-trouble-menu-tab ul li:nth-of-type(2),
        .section-select-menu-tab .tab-btn a:nth-of-type(2){
          width: calc(33.333% - .4rem);
          margin: 0 .2rem .2rem; } }
    .section-trouble-menu-tab ul li.active {
      height: 7rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .section-trouble-menu-tab ul li.active {
          height: 6.2rem; } }
    .section-trouble-menu-tab ul li:nth-of-type(1),
.section-select-menu-tab .tab-btn a:nth-of-type(1){
      background: #ffa835; }
      .section-trouble-menu-tab ul li:nth-of-type(1) span,
.section-select-menu-tab .tab-btn a:nth-of-type(1) span{
        color: #ffa835; }
    .section-trouble-menu-tab ul li:nth-of-type(2),
.section-select-menu-tab .tab-btn a:nth-of-type(2){
      background: #ff8454; }
      .section-trouble-menu-tab ul li:nth-of-type(2) span,
.section-select-menu-tab .tab-btn a:nth-of-type(2) span{
        color: #ff8454; }
    .section-trouble-menu-tab ul li:nth-of-type(3) ,
.section-select-menu-tab .tab-btn a:nth-of-type(3){
      background: #ffa395; }
      .section-trouble-menu-tab ul li:nth-of-type(3) span,
.section-select-menu-tab .tab-btn a:nth-of-type(3) span{
        color: #ffa395; }
    .section-trouble-menu-tab ul li span,
.section-select-menu-tab .tab-btn a span{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1.6rem;
      background: #fff;
      border-radius: 1.5rem;
      padding: 0 1rem;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-menu-tab ul li span,
          .section-select-menu-tab .tab-btn a span{
          font-size: 1rem;
          padding: 0 .7rem;
          margin-bottom: .3rem; } }
.section-trouble-menu .tab-content-box {
  padding: 5rem 0; }
  @media only screen and (max-width: 767px) {
    .section-trouble-menu .tab-content-box {
      padding: 0; } }
  .section-trouble-menu .tab-content-box.level1 {
    background: #ffa835; }
    .section-trouble-menu .tab-content-box.level1 .tab-content-menu-item dl dt {
      color: #ffa835; }
  .section-trouble-menu .tab-content-box.level2 {
    background: #ff8454; }
    .section-trouble-menu .tab-content-box.level2 .tab-content-menu-item dl dt {
      color: #ff8454; }
  .section-trouble-menu .tab-content-box.level3 {
    background: #ffa395; }
    .section-trouble-menu .tab-content-box.level3 .tab-content-menu-item dl dt {
      color: #ffa395; }
.section-trouble-menu .tab-content-menu-item {
  height: auto;
  margin: 0 1rem; }
  @media only screen and (max-width: 767px) {
    .section-trouble-menu .tab-content-menu-item {
      margin: 0;
      padding: 1.2rem;
      position: relative; } }
  .section-trouble-menu .tab-content-menu-item figure {
    width: 42rem;
    border: .5rem solid #fff;
    border-radius: .5rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-menu .tab-content-menu-item figure {
        width: calc(32rem - 1rem - 2.4rem);
        border-width: .2rem;
        overflow: hidden; } }
  .section-trouble-menu .tab-content-menu-item dl {
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    width: 30rem;
    margin: 1.5rem auto 0;
    border-radius: .5rem; }
    @media only screen and (max-width: 767px) {
      .section-trouble-menu .tab-content-menu-item dl {
        position: absolute;
        left: 1.2rem;
        top: -.2rem;
        width: auto;
        border-radius: .3rem 0;
        align-items: flex-start; } }
    .section-trouble-menu .tab-content-menu-item dl dt {
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .section-trouble-menu .tab-content-menu-item dl dt {
          font-size: 1rem; } }
    .section-trouble-menu .tab-content-menu-item dl dd {
      font-size: 1.6rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-trouble-menu .tab-content-menu-item dl dd {
          font-size: 1.4rem; } }
.section-voice {
  background: url("/common/img/lp/lp_care01/bg_wood.png");
  background-size: 203px auto;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7rem 0 5rem; }
  @media only screen and (max-width: 767px) {
    .section-voice {
      padding: 3rem 0 2rem;
      box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15) inset; } }
  .section-voice-header {
    text-align: center;
    font-weight: 700;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-voice-header {
        padding-bottom: 1.5rem; } }
    .section-voice-header > p {
      font-size: 2.4rem;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.9); }
      @media only screen and (max-width: 767px) {
        .section-voice-header > p {
          font-size: 1.6rem; } }
    .section-voice-header-ttl {
      font-size: 4rem;
      text-shadow: 0 0 3px rgba(255, 255, 255, 0.9); }
      @media only screen and (max-width: 767px) {
        .section-voice-header-ttl {
          font-size: 2.8rem; } }
      .section-voice-header-ttl span {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .section-voice-header-ttl span {
            font-size: 2.4rem; } }
  .section-voice-inner > p {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-voice-inner > p {
        font-size: 1.6rem;
        padding: 0 2.5rem 1.5rem;
        text-align: left; }
        .section-voice-inner > p br {
          display: none; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-voice-inner > p {
      font-size: 1.4rem;
      padding: 0 1rem 1.5rem; } }

  .section-voice-inner .div-voice {
    max-width: 113rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dfb57a;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-voice-inner .div-voice {
        margin: 0 1.5rem 2rem;
        align-items: flex-start; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-voice-inner .div-voice {
      flex-direction: column; } }

    .section-voice-inner .div-voice-fig {
      width: 33%;
      max-width: 30rem;
      margin-right: 2rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 1024px) {
        .section-voice-inner .div-voice-fig {
          width: 48%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-voice-inner .div-voice-fig {
      width: 100%;
      margin: 0 0 1rem; } }

      .section-voice-inner .div-voice-fig img {
        border: .6rem solid #f1eeee; }
        @media only screen and (max-width: 767px) {
          .section-voice-inner .div-voice-fig img {
            border-width: .4rem; } }
    .section-voice-inner .div-voice-inner > p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-voice-inner .div-voice-inner > p {
          font-size: 1.4rem; } }
      .section-voice-inner .div-voice-inner > p strong {
        color: #df6d10; }
    .section-voice-inner .div-voice-inner dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .section-voice-inner .div-voice-inner dl {
          padding-bottom: 1rem; } }
      .section-voice-inner .div-voice-inner dl div {
        display: flex;
        justify-content: flex-start;
        width: 50%;
        font-size: 1.6rem;
        padding: 1rem 1rem 1rem 0; }
        @media only screen and (max-width: 1024px) {
          .section-voice-inner .div-voice-inner dl div {
            width: 100%;
            padding: .5rem 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-voice-inner .div-voice-inner dl div {
      font-size: 1.4rem; } }

        .section-voice-inner .div-voice-inner dl div dt {
          flex-shrink: 0;
          background: #47312f;
          color: #fff;
          border-radius: .3rem;
          padding: 0 .5rem;
          flex-shrink: 0;
          margin-right: .5rem; }
        .section-voice-inner .div-voice-inner dl div dd {
          font-weight: 700; }
.section-comparison {
  background: #fff;
  border-top: .4rem solid #DE6D10;
  border-bottom: .4rem solid #DE6D10;
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .section-comparison {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-comparison {
      padding: 2.5rem 0;
      position: relative; } }

  .section-comparison-header {
    width: 38rem;
    flex-shrink: 0;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-comparison-header {
        width: 100%;
        margin: 0 auto 2rem; } }
    .section-comparison-header-ttl {
      text-align: center;
      font-size: 4rem;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-comparison-header-ttl {
          font-size: 3rem;
          line-height: 1.3; } }
      .section-comparison-header-ttl span {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-comparison-header-ttl span {
            font-size: 1.6rem; } }
    .section-comparison-header p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 1024px) {
        .section-comparison-header p {
          text-align: center; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-comparison-header p {
      padding: 0 1.5rem;
      text-align: left;
      font-size: 1.4rem; } }

  .section-comparison-inner {
    max-width: 66rem; }
    @media only screen and (max-width: 1024px) {
      .section-comparison-inner {
        margin: 0 auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-comparison-inner {
      width: calc(100% - 1.5rem);
      overflow: scroll;
      margin: 3rem 0 0 1.5rem; }
      .section-comparison-inner img {
        width: 66rem;
        max-width: 66rem; }
      .section-comparison-inner:before {
        content: "←左右にスクロールできます→";
        width: 20rem;
        font-size: 1.2rem;
        margin: 0 auto 1.5rem;
        background: rgba(71, 49, 47, 0.15);
        border-radius: 1.5rem;
        padding: .2rem .8rem;
        display: block;
        position: absolute;
        left: 5.5rem;
        top: 15rem;
        text-align: center; } }

.div-staff {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0; }
  @media only screen and (max-width: 1024px) {
    .div-staff {
      flex-direction: column;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-staff {
      padding-top: 1rem; } }

  .div-staff figure {
    width: 40rem;
    flex-shrink: 0;
    position: relative;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .div-staff figure {
        margin: 0 auto 1rem;
        width: 32rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-staff figure {
      width: 30rem; } }

    .div-staff figure figcaption {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 5rem;
      font-size: 1.6rem;
      padding: 0 1rem;
      bottom: 1rem;
      left: 50%;
      width: 30rem;
      margin-left: -15rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .div-staff figure figcaption {
          width: 26rem;
          font-size: 1.4rem;
          margin-left: -13rem; } }
  .div-staff p {
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem; }
    @media only screen and (max-width: 767px) {
      .div-staff p {
        font-size: 1.7rem; } }
    .div-staff p span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .div-staff p span {
          font-size: 1.5rem; } }
    .div-staff p strong {
      color: #df6d10; }
.div-catch {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .div-catch {
      font-size: 2rem;
      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: #ed4f4f; }
    @media only screen and (max-width: 767px) {
      .div-catch b {
        font-size: 2.6rem; } }
.div-tel {
  padding: 5rem 0; }
  .div-tel img {
    display: none; }
  .div-tel a {
    width: 84rem;
    height: 15rem;
    background: #00722e;
    border: .5rem solid #00581c;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .div-tel a {
        pointer-events: none; } }
    .div-tel a:after {
      content: "";
      width: 100%;
      height: 100%;
      background: url("/common/img/lp/lp_care01/btn-tel_pc.png") no-repeat 50% 50%;
      background-size: 50.7rem auto;
      position: absolute;
      left: 0;
      top: 0; }
  @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: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .div-tel p {
        font-size: 1.1rem;
        margin-bottom: -.5rem; } }
    .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-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 1.5rem 5rem;
  border-bottom: .4rem solid #f39800; }
  @media only screen and (max-width: 767px) {
    .div-contact {
      padding-bottom: 2rem;
      border-width: .3rem; } }
  .div-contact-txt {
    padding: 2.5rem 0; }
    @media only screen and (max-width: 767px) {
      .div-contact-txt {
        padding: 1rem 0 0 0; } }
    .div-contact-txt p {
      text-align: center;
      font-size: 2.2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .div-contact-txt p {
          font-size: 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-contact-txt p {
      font-size: 1.4rem; } }

  .div-contact-catch {
    position: relative;
    padding-bottom: 2rem; }
    .div-contact-catch small {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .div-contact-catch small {
          font-size: 1rem; } }
    .div-contact-catch p {
      background: #df6d10;
      color: #fff;
      font-size: 2.8rem;
      padding: .5rem 1.5rem;
      position: relative;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .div-contact-catch p {
          font-size: 2rem; } }
      .div-contact-catch p:after {
        content: "";
        border-width: 1rem;
        border-style: solid;
        border-color: #df6d10 transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -1.8rem;
        margin-left: -1rem; }
      .div-contact-catch p b {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .div-contact-catch p b {
            font-size: 2.4rem; } }
  .div-contact-fig {
    width: 46rem;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .div-contact-fig {
        width: 100%;
        margin-bottom: -1rem; } }
    .div-contact-fig figcaption {
      background: #fff;
      border-radius: 1.5rem;
      font-size: 1.6rem;
      position: absolute;
      left: 50%;
      margin-left: -15rem;
      bottom: 1rem;
      width: 30rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .div-contact-fig figcaption {
          width: 26rem;
          font-size: 1.4rem;
          margin-left: -13rem; } }
  .div-contact a {
    width: 100%;
    max-width: 84rem;
    height: 15.5rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1rem;
    display: block;
    background: url("/common/img/lp/lp_care01/contact_tel_pc.png") no-repeat 50% 50%;
    background-size: auto 100%; }
    @media only screen and (max-width: 767px) {
      .div-contact a {
        height: auto;
        background: none;
        border-radius: 0;
        position: relative;
        z-index: 2; } }
    .div-contact a img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .div-contact a img {
          display: block; } }

.article-product {
  width: 35.5rem;
  margin: 0 1rem;
  box-shadow: 0 0 1rem 0 rgba(71, 49, 47, 0.3);
  background: #fff; }
  @media only screen and (max-width: 1024px) {
    .article-product {
      width: 33rem;
      margin: 0 .8rem 1.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .article-product {
      width: 100%;
      margin: 0 0 1.5rem;
      box-shadow: 0 0 0.5rem 0 rgba(71, 49, 47, 0.3); } }

  .article-product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem; }
    @media only screen and (max-width: 767px) {
      .article-product-header {
        padding-bottom: 1rem; } }
    .article-product-header p {
      height: 3rem;
      font-size: 1.6rem;
      padding: 0 1.2rem;
      border-radius: 5rem;
      font-weight: 700;
      background: #fff;
      margin-bottom: .5rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .article-product-header p {
          height: 2.4rem;
          font-size: 1.4rem; } }
      .article-product-header p span {
        font-size: 1.4rem;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .article-product-header p span {
            font-size: 1.2rem; } }
        .article-product-header p span b {
          font-size: 2rem; }
          @media only screen and (max-width: 767px) {
            .article-product-header p span b {
              font-size: 1.7rem; } }
    .article-product-header-ttl {
      font-size: 2.6rem;
      color: #fff; }
      @media only screen and (max-width: 1024px) {
        .article-product-header-ttl {
          font-size: 2.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .article-product-header-ttl {
      font-size: 2.2rem; } }

  .article-product-fig {
    margin: 1rem; }
    .article-product-fig-item {
      position: relative;
      height: auto !important; }
      .article-product-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) {
          .article-product-fig-item-menu {
            padding: .8rem; } }
        .article-product-fig-item-menu dt {
          font-size: 1rem;
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            .article-product-fig-item-menu dt {
              font-size: 10px;
              line-height: 1.2; } }
        .article-product-fig-item-menu dd {
          font-size: 1.4rem;
          line-height: 1.2;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .article-product-fig-item-menu dd {
              font-size: 14px; } }
  .article-product.level1 .article-product-header {
    background: #ffa835; }
    .article-product.level1 .article-product-header p span {
      color: #ffa835; }
  .article-product.level1 .article-product-fig-item-menu dt {
    color: #ffa835; }
  .article-product.level2 .article-product-header {
    background: #ff8454; }
    .article-product.level2 .article-product-header p span {
      color: #ff8454; }
  .article-product.level2 .article-product-fig-item-menu dt {
    color: #ff8454; }
  .article-product.level3 .article-product-header {
    background: #ffa395; }
    .article-product.level3 .article-product-header p span {
      color: #ffa395; }
  .article-product.level3 .article-product-fig-item-menu dt {
    color: #ffa395; }
.article-advice {
  max-width: 98rem;
  background: #fff;
  border-radius: .5rem;
  border: 1px solid rgba(71, 49, 47, 0.2);
  margin: 0 auto 4rem;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .article-advice {
      margin: 0 1.5rem 4rem; } }
  @media only screen and (max-width: 767px) {
    .article-advice {
      margin: 0 0 2.5rem; } }
  .article-advice-header {
    padding: 5rem 1.5rem 3.5rem; }
    @media only screen and (max-width: 767px) {
      .article-advice-header {
        margin: 0 .5rem;
        padding: 2rem 0 1rem; } }
    .article-advice-header-ttl {
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.2;
      text-align: center; }
      .article-advice-header-ttl strong {
        color: #df6d10; }
      @media only screen and (max-width: 1024px) {
        .article-advice-header-ttl {
          font-size: 2.2rem; } }
      @media only screen and (max-width: 767px) {
        .article-advice-header-ttl {
          font-size: 1.7rem; }
          .article-advice-header-ttl br {
            display: none; } }
    .article-advice-header-count {
      width: 24rem;
      height: 4rem;
      border-radius: 5rem;
      background: #df6d10;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem;
      line-height: 1.1;
      font-weight: 700;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 50%;
      top: -2rem;
      margin-left: -12rem; }
      @media only screen and (max-width: 767px) {
        .article-advice-header-count {
          width: 18rem;
          height: 2.4rem;
          font-size: 1.2rem;
          margin-left: -9rem;
          top: -1.2rem; } }
      .article-advice-header-count b {
        font-size: 2.4rem;
        margin-left: .3rem; }
        @media only screen and (max-width: 767px) {
          .article-advice-header-count b {
            font-size: 1.7rem; } }
  .article-advice-inner {
    background: rgba(223, 109, 16, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 4rem; }
    @media only screen and (max-width: 1024px) {
      .article-advice-inner {
        padding: 2rem; } }
    @media only screen and (max-width: 767px) {
      .article-advice-inner {
        background: none;
        flex-direction: column;
        padding: 0 .8rem; } }
    .article-advice-inner-fig {
      width: 42rem;
      flex-shrink: 0;
      border: .5rem solid #fff;
      border-radius: .5rem;
      margin-right: 4rem;
      overflow: hidden;
      position: relative; }
      .article-advice-inner-fig figcaption {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        font-weight: 700;
        font-size: 1.5rem;
        padding: .5rem 1rem;
        border-radius: .5rem 0 0 0; }
        @media only screen and (max-width: 767px) {
          .article-advice-inner-fig figcaption {
            font-size: 1.1rem; } }
      @media only screen and (max-width: 1024px) {
        .article-advice-inner-fig {
          width: 40%;
          margin-right: 2rem; } }
      @media only screen and (max-width: 767px) {
        .article-advice-inner-fig {
          width: 100%;
          margin: 0;
          border: none; } }
    .article-advice-inner-txt {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .article-advice-inner-txt {
          padding: .8rem .8rem 1rem; } }
      .article-advice-inner-txt p {
        font-size: 1.6rem;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .article-advice-inner-txt p {
            font-size: 1.4rem;
            line-height: 1.5; } }
        .article-advice-inner-txt p strong {
          font-weight: 700;
          border-bottom: 3px solid #df6d10; }

.ul-type {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .ul-type {
      flex-direction: column;
      margin: 0 1rem 1.5rem; } }
  .ul-type li {
    margin: 0 .8rem;
    font-weight: 700;
    width: 33.333%;
    max-width: 32rem; }
    @media only screen and (max-width: 767px) {
      .ul-type li {
        width: 100%;
        margin: 0 0 .8rem; } }
    .ul-type li:nth-of-type(1) a {
      background: #ffa835; }
      .ul-type li:nth-of-type(1) a p span {
        color: #ffa835; }
    .ul-type li:nth-of-type(2) a {
      background: #ff8454; }
      .ul-type li:nth-of-type(2) a p span {
        color: #ff8454; }
    .ul-type li:nth-of-type(3) a {
      background: #ffa395; }
      .ul-type li:nth-of-type(3) a p span {
        color: #ffa395; }
  .ul-type a {
    width: 100%;
    height: 7rem;
    border: .3rem solid #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .ul-type a {
        box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2); } }
    .ul-type a p {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      padding: .2rem 1rem;
      border-radius: 2rem;
      line-height: 1.1;
      margin-bottom: .3rem; }
      .ul-type a p span {
        margin-right: .4rem; }
    .ul-type a div {
      font-size: 2rem;
      line-height: 1.1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
      @media only screen and (max-width: 1024px) {
        .ul-type a div {
          font-size: 1.6rem; } }
      .ul-type a div:after {
        content: "\e5c5";
        font-family: "material symbols outlined";
        width: 2.1rem;
        height: 2.1rem;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #47312f;
        margin-left: .5rem; }
        @media only screen and (max-width: 1024px) {
          .ul-type a div:after {
            width: 1.8rem;
            height: 1.8rem;
            margin-left: .3rem; } }

.btn-order {
  padding: 5rem 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_care01/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; } }

.aside-faq {
  border-top: 1px solid #EE7D01;
  padding: 8rem 2rem 3rem;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .aside-faq {
      flex-direction: column;
      padding: 4rem 1.5rem 2rem; } }
  .aside-faq-ttl {
    font-size: 3.6rem;
    text-align: center;
    padding-bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .aside-faq-ttl {
        font-size: 28px;
        padding: 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; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dt {
            font-size: 16px; } }
        .aside-faq dl div dt:before {
          content: "Q";
          color: #df6d10;
          font-size: 3rem;
          margin-right: 1rem;
          font-family: "Barlow";
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dt:before {
              font-size: 30px;
              margin-right: 1rem; } }
      .aside-faq dl div dd {
        background: #FFFAE9;
        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%;
          background: #fff; }
          .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: #ed4f4f; }
        .aside-faq dl div dd:before {
          content: "A";
          font-weight: 700;
          color: #df6d10;
          font-size: 2.4rem;
          position: absolute;
          left: 2rem;
          top: 1.3rem;
          font-family: "Barlow";
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dd:before {
              font-size: 28px;
              left: 1.2rem;
              top: 0; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.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(255, 168, 53, 0.85);
    border-radius: 50%; }

.footer {
  position: relative;
  text-align: center;
  background: #fff; }
  .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: center;
    flex-direction: column; }
    @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.6rem;
      display: flex;
      justify-content: center;
      padding: 4rem 0; }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul {
          flex-direction: column;
          padding-bottom: 1.5rem;
          font-size: 16px;
          justify-content: flex-start;
          text-align: left;
          padding-top: 1rem; } }
      @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; } }

.bnr-trust{
width: 80.9rem;
height: 26.3rem;
background: url("/common/img/lp/lp_care01/bnr_trust_pc.png") no-repeat;
background-size: 100% auto;
margin: 4rem auto 0;
}
@media only screen and (max-width: 767px){
    .bnr-trust{
        width: auto;
height: auto;
padding: 0 .3rem;
background: none;
    } 
}

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


.section-select-menu-tab{
        display: none;
    }

@media only screen and (max-width: 767px){
    .section-select-menu-tab{
        display: block;
        margin-bottom: 1rem;
    }
    .section-select-menu-tab a{
        cursor: pointer;
    }
}