@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h2, h3 {
  line-height: 1;
  font-weight: 600;
}

.lp-inner {
  margin: auto;
  width: calc(100% - 40px);
  max-width: 880px;
}

.lp-inner-wide {
  max-width: 1040px;
}

.lp-inner.-w1200 {
  max-width: 1200px;
}

.col_2 {
  color: #FF6666;
  font-weight: bold;
}

.inline_b {
  display: inline-block;
}

.taC {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .content-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-flex.is-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.lp_btn {
  position: relative;
  width: 100%;
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  border-radius: 50vh;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .lp_btn {
    font-size: 16px;
    padding: 17px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .lp_btn {
    max-width: 400px;
    font-size: 16px;
    padding: 1em 0;
    margin-inline: auto;
  }
}
.lp_btn::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/top/icon_arrow_right_orange.png") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.4666666667vw;
  height: 2.9333333333vw;
  right: 6.4vw;
}
@media only screen and (min-width: 769px) {
  .lp_btn::after {
    width: 13px;
    height: 11px;
    right: 30px;
  }
}

.c-header {
  min-width: 1150px;
}
@media only screen and (max-width: 1160px) {
  .c-header {
    min-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .c-header {
    min-width: initial;
  }
}

.c-header-search {
  position: relative;
}
.c-header-search::before {
  background-image: url(../img/common/icon/ico_search01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1160px) {
  .c-header-search_input {
    font-size: 13px;
    width: 177px;
  }
}

@media only screen and (max-width: 1160px) {
  .c-header-tel_text {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1160px) {
  .c-header-tel_text span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1160px) {
  .c-header-button_link {
    font-size: 11px;
  }
}
.c-header-button_link img {
  vertical-align: top;
}
@media only screen and (max-width: 1160px) {
  .c-header-button_link img {
    vertical-align: -2px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1160px) {
  .c-header-button_application {
    width: 172px;
  }
}
@media only screen and (max-width: 1160px) {
  .c-header-button_application img {
    width: 15px;
    height: 14px;
  }
}

@media only screen and (max-width: 1160px) {
  .c-header-button_request {
    width: 130px;
  }
}

.c-header_logo {
  width: 100%;
  max-width: 355px;
}
@media only screen and (max-width: 1160px) {
  .c-header_logo {
    max-width: 309px;
  }
}
@media only screen and (max-width: 768px) {
  .c-header_logo {
    max-width: 90%;
  }
}

.lpTop {
  background-image: url(../img/lp/bg_1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 76px;
}
@media only screen and (max-width: 768px) {
  .lpTop {
    background-image: url(../img/lp/bg_1_sp.webp);
  }
}
.lpTop .lpTop-mv {
  display: block;
}
.lpTop .lpTop-mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .lpTop .lpTop-mv img {
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .lpTop .lpTop-mv {
    min-height: 759px;
  }
}
@media only screen and (max-width: 768px) {
  .lpTop .lpTop-mv {
    margin-bottom: 35px;
  }
}
.lpTop .lpTop-ttl_img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .lpTop .lpTop-ttl_img {
    padding: 0 5%;
  }
}
.lpTop .lpTop-content {
  margin-top: 20px;
}
.lpTop .lpTop img {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
}
.lpTop .lpTop-text {
  font-size: 18px;
  margin: 20px 0;
}
.lpTop .lpTop-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 31px 0;
}
@media only screen and (min-width: 769px) {
  .lpTop .lpTop-boxes {
    margin-top: 33px;
    padding: 31px 0;
  }
}
@media only screen and (max-width: 768px) {
  .lpTop .lpTop-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
    margin-inline: auto;
    padding: 21px 23px;
    row-gap: 38px;
    position: relative;
  }
  .lpTop .lpTop-boxes::before {
    content: "";
    display: inline-block;
    background: #DDDDDD;
    background-size: contain;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .lpTop .lpTop-box {
    width: 50%;
  }
  .lpTop .lpTop-box img {
    width: auto;
    height: 46px;
  }
  .lpTop .lpTop-box:first-child {
    border-right: 1px solid #DDDDDD;
  }
}
@media only screen and (max-width: 768px) {
  .lpTop .lpTop-box img {
    width: auto;
    height: 40px;
  }
}
.lpTop .lpTop-box:last-child img {
  padding: 0 5%;
}

.lpDementiaCare {
  background-image: url(../img/lp/bg_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 104px;
  padding-bottom: 188px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare {
    background-image: url(../img/lp/bg_2_sp.webp);
    padding-top: 40px;
    padding-bottom: 125px;
  }
}
.lpDementiaCare .lpDementiaCare-heading {
  text-align: center;
  margin-bottom: 46px;
  font-size: clamp(20px, 16.1481481481px + 0.987654321vw, 28px);
  font-weight: 600;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-heading img:not(.lpDementiaCare-heading_logo) {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lpDementiaCare .lpDementiaCare-heading_logo {
  display: block;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-heading_logo {
    width: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 16px;
  }
}
.lpDementiaCare .lpDementiaCare-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.lpDementiaCare .lpDementiaCare-title img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lpDementiaCare .lpDementiaCare-text {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.6;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-text {
    line-height: 1.65;
  }
}
.lpDementiaCare .lpDementiaCare-box {
  background: #fff;
  padding: 40px 72px;
  border-radius: 16px;
  margin: 20px auto;
  text-align: left;
  margin-bottom: 43px;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-box {
    padding: 17px 20px 37px;
    text-align: center;
    margin-bottom: 67px;
  }
}
.lpDementiaCare .lpDementiaCare-box h3 {
  font-size: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
  margin-bottom: 24px;
  line-height: 1.5;
}
.lpDementiaCare .lpDementiaCare-box p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-box p {
    text-align: start;
  }
}
.lpDementiaCare .lpDementiaCare-box img {
  max-width: 200px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-box img {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.lpDementiaCare .lpDementiaCare-menu {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.lpDementiaCare .lpDementiaCare-menu_label {
  border-radius: 16px 16px 0 0;
  background-color: #FFD5D5;
  font-weight: 600;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: clamp(18px, 17.037037037px + 0.2469135802vw, 20px);
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-menu_label {
    height: 37px;
  }
}
.lpDementiaCare .lpDementiaCare-menu-items {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-menu-items {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    row-gap: 24px;
    position: relative;
  }
  .lpDementiaCare .lpDementiaCare-menu-items > * {
    width: 47%;
  }
  .lpDementiaCare .lpDementiaCare-menu-items::before {
    content: "";
    display: inline-block;
    background: #DDDDDD;
    background-size: contain;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
}
.lpDementiaCare .lpDementiaCare-menu-item {
  text-align: center;
  background: #fff;
  padding: 0 22px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: 600;
  font-size: clamp(24px, 23.037037037px + 0.2469135802vw, 26px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 769px) {
  .lpDementiaCare .lpDementiaCare-menu-item {
    width: 25%;
  }
  .lpDementiaCare .lpDementiaCare-menu-item img {
    width: auto;
    height: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-menu-item {
    padding: 13px 4px 10px;
  }
  .lpDementiaCare .lpDementiaCare-menu-item img {
    width: auto;
    height: 58px;
  }
}
.lpDementiaCare .lpDementiaCare-menu-item:not(:last-child) {
  border-right: 1px solid #F0F0F0;
}
.lpDementiaCare .lpDementiaCare-menu-item .sub {
  display: block;
  font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
}
@media only screen and (max-width: 768px) {
  .lpDementiaCare .lpDementiaCare-menu-item:nth-child(2) {
    border-right: none;
  }
}
.lpDementiaCare .lpDementiaCare-menu-item:hover {
  opacity: 0.6;
}

section:has(.lpSection_ttl_wrap) {
  margin-top: -60px;
}
@media only screen and (max-width: 768px) {
  section:has(.lpSection_ttl_wrap) {
    margin-top: -40px;
  }
}

.sec_bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .sec_bg {
    padding-bottom: 60px;
  }
}

.lpSection_ttl_wrap {
  background-color: #fff;
  background-image: url(../img/lp/bg_ttl.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0 100px;
  position: relative;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lpSection_ttl_wrap {
    background-image: url(../img/lp/bg_ttl_sp.webp);
    background-size: cover;
    padding: 33px 40px 50px;
    border-radius: 30px 30px 0 0;
    background-position: center;
  }
}

.lpSection_ttl {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .lpSection_ttl {
    margin-bottom: 24px;
  }
}
.lpSection_ttl img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 450px) and (max-width: 768px) {
  .lpSection_ttl img {
    scale: 0.8;
  }
}

.lpFeature_wrap .sec_bg {
  background-image: url(../img/lp/bg_3.webp);
  background-position: top 118px center;
}
@media only screen and (min-width: 769px) {
  .lpFeature_wrap .sec_bg {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature_wrap .sec_bg {
    background-image: none;
    padding-bottom: 15px;
  }
}

.lpFeature {
  background-color: #fff;
  margin-bottom: 161px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .lpFeature {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature {
    margin-bottom: 56px;
  }
}
.lpFeature .lpFeature-num {
  background-image: url(../img/lp/point_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 140px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  position: absolute;
  inset: -76px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-num {
    background-image: url(../img/lp/point_1_sp.webp);
    inset: -55px 0 0 0;
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-img.sp-only {
    margin-bottom: 24px;
    display: block;
  }
}
.lpFeature.lpFeature01 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature01 {
    padding-top: 60px;
  }
}
.lpFeature.lpFeature01 .lpFeature-img.sp-only.hami img {
  width: calc(100vw - 20px);
  margin-left: calc(50% - 50vw);
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature01, .lpFeature.lpFeature02 {
    width: 100%;
    position: relative;
  }
  .lpFeature.lpFeature01::before, .lpFeature.lpFeature02::before {
    content: "";
    background-image: url(../img/lp/bg_3_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 110%;
    position: absolute;
    bottom: -13%;
  }
  .lpFeature.lpFeature01 .lp-inner, .lpFeature.lpFeature02 .lp-inner {
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature02 {
    margin-bottom: 158px;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature02 {
    padding-top: 45px;
    margin-bottom: 38px;
  }
  .lpFeature.lpFeature02 h2 {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 35px;
  }
}
.lpFeature.lpFeature02 .lpFeature-num {
  background-image: url(../img/lp/point_2.webp);
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature02 .lpFeature-num {
    background-image: url(../img/lp/point_2_sp.webp);
    inset: -64px 0 0 0;
  }
}
.lpFeature.lpFeature02 .lpFeature-img.sp-only.hami img {
  width: calc(100vw - 20px);
  margin-right: calc(50% - 50vw);
  max-width: none;
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature02 .lpFeature-text {
    width: 51%;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature02 .lpFeature-text p {
    max-width: 440px;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 {
    width: 100%;
    padding-top: 60px;
  }
}
.lpFeature.lpFeature03 .lpFeature-num {
  background-image: url(../img/lp/point_3.webp);
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .lpFeature-num {
    background-image: url(../img/lp/point_3_sp.webp);
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .lpFeature-content.content-flex {
    margin-bottom: 40px;
  }
}
.lpFeature.lpFeature03 .lpFeature-content.content-flex.is-revers {
  margin-bottom: 60px;
}
.lpFeature.lpFeature03 .lpFeature-img.sp-only.hami img {
  width: calc(100vw - 20px);
  margin-left: calc(50% - 50vw);
  max-width: none;
}
.lpFeature.lpFeature03 .is_happy.bg {
  background-color: #FFF7F7;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .is_happy.bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 30px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img img {
    max-width: 100px;
    width: 100%;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img p {
    font-size: 12px;
    line-height: 1.33;
    margin-top: 10px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox {
    margin-top: 20px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_ttl {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_ttl span {
    display: inline-block;
    border-bottom: 1px solid #111111;
    padding-bottom: 2px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_imgBox {
    margin-top: 10px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature03 .is_happy.bg {
    padding: 50px 60px;
    gap: 60px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img {
    max-width: 138px;
    width: 100%;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-img p {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-text {
    max-width: 562px;
    width: 100%;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-text h3 {
    font-size: 20px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-text p {
    font-size: 15px;
    line-height: 1.73;
    margin-top: 28px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-top: 10px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_ttl {
    font-size: 15px;
    font-weight: 600;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_ttl span {
    display: inline-block;
    border-bottom: 1px solid #111111;
    padding-bottom: 2px;
  }
  .lpFeature.lpFeature03 .is_happy.bg .lpFeature-btmBox_imgBox {
    max-width: 414px;
    width: 100%;
  }
}
.lpFeature.lpFeature03 .award.bg {
  background-color: #FFF7F7;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.lpFeature.lpFeature03 .award.bg .content-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lpFeature.lpFeature03 .award.bg .lpFeature-text h3 {
  font-size: 20px;
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature03 .award.bg .lpFeature-text {
    padding: 36px 0px 20px 40px;
    width: calc(100% - 363px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature03 .award.bg .lpFeature-text p {
    max-width: 100%;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature.lpFeature03 .award.bg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0 !important;
  }
  .lpFeature.lpFeature03 .award.bg .lpFeature-img {
    max-width: 323px;
    width: 100%;
  }
  .lpFeature.lpFeature03 .award.bg .lpFeature-img img {
    position: absolute;
    height: 100%;
    right: 0;
    max-width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .well {
    width: 100%;
  }
}
.lpFeature.lpFeature03 .well .lpFeature-img.sp-only {
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 450px;
  margin-inline: auto;
}
.lpFeature.lpFeature03 .well p {
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .is_happy {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature.lpFeature03 .award {
    width: 100%;
  }
  .lpFeature.lpFeature03 .award.lpFeature-content.content-flex {
    row-gap: 0;
    margin-bottom: 0;
  }
  .lpFeature.lpFeature03 .award .lpFeature-text {
    padding: 24px;
  }
  .lpFeature.lpFeature03 .award .lpFeature-text h3 {
    text-align: center;
  }
  .lpFeature.lpFeature03 .award .lpFeature-text p {
    max-width: none;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }
}
.lpFeature .lpFeature-content.content-flex {
  gap: 67px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .lpFeature .lpFeature-content.content-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-content.content-flex {
    margin-bottom: 61px;
  }
}
.lpFeature .lpFeature-text h2 {
  font-size: clamp(26px, 20.2222222222px + 1.4814814815vw, 38px);
  margin-bottom: 40px;
  line-height: 1.4736842105;
}
@media only screen and (min-width: 769px) {
  .lpFeature .lpFeature-text h2 {
    margin-bottom: 30px;
    min-width: 12em;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-text h2 {
    text-align: center;
  }
}
.lpFeature .lpFeature-text h2.-fix {
  font-size: clamp(26px, 24.5555555556px + 0.3703703704vw, 29px);
}
@media only screen and (min-width: 769px) {
  .lpFeature .lpFeature-text h2.-fix {
    min-width: 13em;
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-text h2.-fix {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
.lpFeature .lpFeature-text h3 {
  font-size: clamp(20px, 18.0740740741px + 0.4938271605vw, 24px);
  line-height: 1.5454545455;
  margin-bottom: 17px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-text h3 {
    letter-spacing: 0.04em;
  }
}
.lpFeature .lpFeature-text p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .lpFeature .lpFeature-text p {
    font-size: 15px;
    line-height: 1.85;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature .lpFeature-img {
    width: 49%;
  }
  .lpFeature .lpFeature-text {
    width: 50%;
  }
}
.lpFeature .lpFeature-stats {
  margin-bottom: 0;
}

.lpFeature-stats {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .lpFeature-stats {
    width: 100%;
  }
}
.lpFeature-stats h3 {
  margin-bottom: 40px;
  font-size: clamp(26px, 25.037037037px + 0.2469135802vw, 28px);
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 769px) {
  .lpFeature-stats h3 {
    padding-left: 1em;
  }
  .lpFeature-stats h3 .col_2 {
    font-size: clamp(26px, 21.1851851852px + 1.2345679012vw, 36px);
  }
}
@media only screen and (max-width: 768px) {
  .lpFeature-stats h3 {
    margin-bottom: 20px;
  }
  .lpFeature-stats h3 .sp-fix {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.lpFeature-stats_items {
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .lpFeature-stats_items {
    max-width: 400px;
    margin-inline: auto;
  }
}

.lpFeature-stats_item {
  -webkit-filter: drop-shadow(0px 10px 15px rgba(255, 235, 235, 0.6));
          filter: drop-shadow(0px 10px 15px rgba(255, 235, 235, 0.6));
}
@media only screen and (min-width: 769px) {
  .lpFeature-stats_item {
    max-width: 430px;
  }
}

.lpFeature-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF7F7;
  padding: 39px 55px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .lpFeature-doctor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 17px 20px;
    row-gap: 20px;
  }
}
.lpFeature-doctor .lpFeature-doctor-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95px;
  height: 95px;
}
.lpFeature-doctor .lpFeature-doctor-info h4 {
  font-size: 20px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .lpFeature-doctor .lpFeature-doctor-info h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature-doctor .lpFeature-doctor-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.lpFeature-doctor .lpFeature-doctor-name {
  font-size: 12px;
}
.lpFeature-doctor .lpFeature-doctor-name strong {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .lpFeature-doctor .lpFeature-doctor-name {
    width: 68%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 450px) and (max-width: 768px) {
  .lpFeature-doctor .lpFeature-doctor-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lpFeature-doctor .lpFeature-doctor-name span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .lpFeature-doctor .lpFeature-doctor-img {
    padding-right: 0 !important;
    width: 30%;
  }
}
.lpFeature-doctor .lpFeature-doctor-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .lpFeature-doctor .lpFeature-doctor-text {
    line-height: 1.85;
  }
}
@media only screen and (min-width: 769px) {
  .lpFeature01 .lpFeature-doctor .lpFeature-doctor-info {
    border-left: 1px #DDDDDD solid;
    padding-left: 50px;
  }
}
.lpFeature01 .lpFeature-doctor .lpFeature-doctor-img {
  padding-right: 46px;
}
.lpFeature02 .lpFeature-doctor .lpFeature-doctor-img {
  padding-right: 46px;
}
.lpFeature03 .lpFeature-doctor {
  padding: 40px 50px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (min-width: 769px) {
  .lpFeature03 .lpFeature-doctor .lpFeature-doctor-name {
    width: 36.4%;
  }
}
.lpFeature03 .lpFeature-doctor .lpFeature-doctor-name .content-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .lpFeature03 .lpFeature-doctor .lpFeature-doctor-name .content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lpFeature03 .lpFeature-doctor .lpFeature-doctor-img {
  margin-bottom: 11px;
}
@media only screen and (min-width: 769px) {
  .lpFeature03 .lpFeature-doctor .lpFeature-doctor-info {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .lpRecovery {
    margin-top: -127px !important;
  }
}
.lpRecovery .lpSection_ttl_wrap {
  padding-bottom: 210px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpSection_ttl_wrap {
    padding: 33px 60px 108px;
  }
}
@media only screen and (min-width: 769px) {
  .lpRecovery .sec_bg {
    background-image: url(../img/lp/bg_4.webp);
  }
}
@media only screen and (max-width: 768px) {
  .lpRecovery .sec_bg {
    padding-bottom: 0;
  }
}
.lpRecovery .bg_w {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  margin-top: -175px;
  position: relative;
  padding: 80px 20px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .bg_w {
    margin-top: -112px;
    padding: 0;
    border-radius: 50px 50px 0 0;
  }
  .lpRecovery .bg_w .lp-inner {
    width: 100%;
  }
}
.lpRecovery .lpRecovery-item {
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-bottom: 36px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-item {
    row-gap: 10px;
    margin-bottom: 61px;
  }
}
.lpRecovery .lpRecovery-img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 34px;
}
.lpRecovery .lpRecovery-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-img {
    max-width: none;
    margin-bottom: 20px;
  }
  .lpRecovery .lpRecovery-img img {
    height: auto;
  }
}
.lpRecovery .lpRecovery-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-text {
    padding-left: 0;
  }
}
.lpRecovery .lpRecovery-text h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-text h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .lpRecovery .lpRecovery-text p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-text p {
    letter-spacing: -0.04em;
  }
}
.lpRecovery .lpRecovery-text p small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-text p small {
    font-size: 12px;
  }
}
.lpRecovery .lpRecovery-hide-img {
  margin: 100px 0;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-hide-img {
    margin: 80px 0;
  }
  .lpRecovery .lpRecovery-hide-img img {
    height: auto;
  }
}
.lpRecovery .lpRecovery-hide-ttl {
  font-size: 22px;
  margin-bottom: 64px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpRecovery-hide-ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.lpRecovery .lpRecovery-hide-txt {
  line-height: 1.875;
}
.lpRecovery .lpRecovery-hide-name {
  margin: 64px 0;
}
.lpRecovery .lpRecovery-link {
  display: inline-block;
  color: #FF6666;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #FF6666;
  padding-bottom: 2px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lpRecovery .lpRecovery-content {
    gap: 60px;
  }
  .lpRecovery .lpRecovery-img {
    max-width: 50%;
  }
  .lpRecovery .lpRecovery-text {
    max-width: 50%;
  }
}
.lpRecovery .lpRecovery-buttons {
  margin-top: 24px;
}
.lpRecovery .lpRecovery-buttons.is_close {
  padding-bottom: 0;
  max-width: 368px;
  margin: 0 auto;
}
.lpRecovery .lpRecovery-buttons.is_close::after {
  content: none;
}
.lpRecovery .lpRecovery-buttons.is_close.is_open {
  padding-bottom: 100px;
  margin: 24px auto 100px;
}
.lpRecovery .lpRecovery-buttons.is_close.is_open::after {
  background-color: #DDDDDD;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lpRecovery .lpRecovery-buttons.is_close .readmore.lp_btn .close {
  display: inline;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn {
  display: inline;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn.is_open {
  display: none;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn::after {
  background: url(../img/lp/icon_plus.webp) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn:hover {
  background: transparent;
  border: 1px solid #ccc;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn .close {
  display: none;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn .open, .lpRecovery .lpRecovery-buttons .readmore.lp_btn .close {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn.on-click {
  background: transparent;
  border: 1px solid #ccc;
}
.lpRecovery .lpRecovery-buttons .readmore.lp_btn.on-click::after {
  -webkit-transform: rotate(45deg) translate(-25%, -30%);
          transform: rotate(45deg) translate(-25%, -30%);
}
.lpRecovery .hide-text {
  display: none; /* 初期状態で非表示 */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* フェードアウトを速く */
}
.lpRecovery .click_hide-text {
  display: inline; /* 即座に切り替わる */
}
.lpRecovery .lpFeature-doctorBox {
  background: #FFF7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 50px;
  border-radius: 15px;
  gap: 56px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpFeature-doctorBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 20px 35px;
    gap: 25px;
  }
}
.lpRecovery .lpFeature-doctorBox_leftBox {
  max-width: 284px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpFeature-doctorBox_leftBox {
    max-width: 100%;
  }
}
.lpRecovery .lpFeature-doctorBox_leftBox p {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 10px;
}
.lpRecovery .lpFeature-doctorBox_topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .lpFeature-doctorBox_topBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lpRecovery .lpFeature-doctorBox_ttlBox h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.lpRecovery .lpFeature-doctorBox_ttlBox p {
  font-size: 12px;
  line-height: 1.5;
}
.lpRecovery .lpFeature-doctorBox_imgBox {
  max-width: 95px;
  width: 100%;
}
.lpRecovery .lpFeature-doctorBox_rightBox {
  max-width: 440px;
  width: 100%;
}
.lpRecovery .lpFeature-doctorBox_rightBox h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.lpRecovery .lpFeature-doctorBox_rightBox p {
  font-size: 15px;
  line-height: 1.73;
}
.lpRecovery .-fix.lpFeature-doctor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .-fix.lpFeature-doctor {
    row-gap: 14px;
    margin-bottom: 83px;
    padding-bottom: 35px;
  }
}
.lpRecovery .-fix.lpFeature-doctor .content-flex {
  margin-bottom: 20px;
  max-width: 96%;
  margin-inline: auto;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .-fix.lpFeature-doctor .content-flex {
    max-width: 100%;
    padding-top: 18px;
    margin-bottom: 0;
  }
}
.lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor_ttl {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor_ttl {
    padding-left: 10px;
    font-size: 4.55vw;
  }
}
.lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor_ttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #FF6666;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor_ttl {
    width: 50%;
    min-width: 18em;
  }
}
.lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor-text {
  max-width: 700px;
  margin-inline: auto;
  letter-spacing: 0.045em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .-fix.lpFeature-doctor .lpFeature-doctor-text {
    letter-spacing: 0.01em;
    line-height: 1.85;
  }
}
@media only screen and (min-width: 769px) {
  .lpRecovery .-fix.lpFeature-doctor .lpRecovery-doctor-img {
    max-width: 239px;
  }
}
.lpRecovery .-fix.lpFeature-doctor .lpRecovery-doctor-img.sp-only {
  padding-top: 10px;
  max-width: 75%;
}
.lpRecovery .-fix.lpFeature-doctor .lpRecovery-doctor-img.sp-only img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .lpRecovery .-fix.lpFeature-doctor .lpRecovery-doctor-img.sp-only img {
    display: block;
  }
}

.lpNozomiLab {
  background-image: url(../img/lp/bg_nozomi.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 24px 24px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab {
    background-image: url(../img/lp/bg_nozomi_sp.webp);
    width: 100%;
    padding-top: 60px;
    padding-bottom: 104px;
  }
}
.lpNozomiLab .lpNozomiLab_ttl {
  margin-bottom: 57px;
  text-align: center;
}
.lpNozomiLab .lpNozomiLab_ttl_top {
  display: block;
}
.lpNozomiLab .lpNozomiLab_ttl_sub {
  display: block;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab_ttl {
    overflow: hidden;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab_ttl img {
    scale: 0.8;
  }
}
.lpNozomiLab .lpNozomiLab_lead {
  max-width: 640px;
  margin-inline: auto;
  font-size: 15px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab_lead {
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 39px;
  }
}
.lpNozomiLab .lpNozomiLab-item {
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  margin-bottom: 63px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab-item {
    row-gap: 36px;
    margin-bottom: 40px;
  }
}
.lpNozomiLab .lpNozomiLab-item.is_voxela {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 0;
}
.lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text {
    padding-bottom: 120px;
  }
  .lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text h3 {
    font-size: clamp(17px, 16.5185185185px + 0.1234567901vw, 18px);
  }
}
.lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text img {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 229px;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text img {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 260px;
    width: 100%;
  }
}
.lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-text p.is_caution {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}
.lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-img {
  max-width: 307px;
  width: 34.9%;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab-item.is_voxela .lpNozomiLab-img {
    max-width: 100%;
    width: 100%;
  }
}
.lpNozomiLab .lpNozomiLab-item:nth-of-type(1) {
  margin-bottom: 60px;
}
.lpNozomiLab .lpNozomiLab-img {
  line-height: 1.6;
}
.lpNozomiLab .lpNozomiLab-img img {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .lpNozomiLab .lpNozomiLab-img {
    width: 50%;
  }
}
.lpNozomiLab .lpNozomiLab-text {
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .lpNozomiLab .lpNozomiLab-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
}
.lpNozomiLab .lpNozomiLab-text h3 {
  font-size: clamp(20px, 19.037037037px + 0.2469135802vw, 22px);
  margin-bottom: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .lpNozomiLab .lpNozomiLab-text p {
    letter-spacing: -0.03em;
    line-height: 1.7;
  }
}
.lpNozomiLab .lpFeature-doctor {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .lpNozomiLab .lpFeature-doctor .lpFeature-doctor-info {
    padding-left: 40px;
  }
}

.lpCareSystem {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem {
    margin-top: 0 !important;
  }
}
.lpCareSystem .lpSection_ttl_wrap {
  padding-bottom: 204px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem .lpSection_ttl_wrap {
    padding-bottom: 162px;
  }
}
.lpCareSystem .lpSection_ttl_wrap::after {
  content: "";
  display: inline-block;
  background: url(../img/lp/bg_5.webp) no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 797px;
  position: absolute;
  inset: 100% 0;
  z-index: -1;
}
.lpCareSystem .lpCareSystem_box {
  background-color: #fff;
  margin-top: -172px;
  position: relative;
  border-radius: 24px;
  padding: 50px 20px 60px;
  margin-bottom: 191px;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem .lpCareSystem_box {
    padding: 35px 20px 60px;
    margin-bottom: 80px;
  }
}
.lpCareSystem .lpCareSystem_box .lpFeature-stats {
  margin-bottom: 0;
}
.lpCareSystem .lpCareSystem_box .lpFeature-stats .lpCareSystem_box_p {
  max-width: 777px;
  margin-inline: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem .lpCareSystem_box .lpFeature-stats .lpCareSystem_box_p {
    line-height: 1.7;
  }
}
.lpCareSystem .lpCareSystem_box .lpFeature-stats .lpFeature-stats_items {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem .lpCareSystem_box .lpFeature-stats .lpFeature-stats_items {
    gap: 25px;
  }
}
.lpCareSystem .lpCareSystem_box .lpFeature-stats .lpFeature-stats_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lpCareSystem .lpCareSystem_box .lpFeature-stats .lpFeature-stats_item p {
  font-size: 12px;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .lpCareSystem .lpCareSystem_box .lpFeature-stats .lpFeature-stats_item p {
    margin-top: 6px;
  }
}

.lpHomeIntro .lpSection_ttl_wrap {
  padding-bottom: 161px;
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lpSection_ttl_wrap {
    padding: 33px 25px 50px;
    padding-bottom: 131px;
  }
}
.lpHomeIntro .sec_bg {
  background-image: url(../img/lp/bg_6.webp);
  padding-bottom: 182px;
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .sec_bg {
    background-image: url(../img/lp/bg_6_sp.webp);
    padding-bottom: 144px;
  }
}
.lpHomeIntro .lp-inner {
  margin-top: -130px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lp-inner {
    margin-top: -136px;
    width: calc(100% - 20px);
  }
}
.lpHomeIntro .lpHomeIntro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  row-gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lpHomeIntro-list {
    gap: 0;
    row-gap: 21px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.lpHomeIntro .lpHomeIntro-item {
  width: 23.5%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lpHomeIntro-item {
    width: 50%;
  }
}
.lpHomeIntro .lpHomeIntro-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.lpHomeIntro .lpHomeIntro-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lpHomeIntro .lpHomeIntro-name {
  padding: 23.5px;
  font-weight: bold;
  font-size: clamp(16px, 13.1111111111px + 0.7407407407vw, 22px);
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lpHomeIntro-name {
    padding: 14.5px;
  }
}
@media only screen and (max-width: 768px) {
  .lpHomeIntro .lpHomeIntro-item:nth-child(odd):not(:last-child) {
    border-radius: 10px 0 0 10px;
  }
  .lpHomeIntro .lpHomeIntro-item:nth-child(odd):not(:last-child) .lpHomeIntro-name {
    border-right: #dddddd 1px solid;
  }
  .lpHomeIntro .lpHomeIntro-item:nth-child(even) {
    border-radius: 0 10px 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .lpPricePlan {
    margin-top: -55px;
  }
}
.lpPricePlan .sec_bg {
  background-image: url(../img/lp/bg_7.webp);
  padding-bottom: 176px;
}
@media only screen and (max-width: 768px) {
  .lpPricePlan .sec_bg {
    background-image: url(../img/lp/bg_7_sp.webp);
    padding-bottom: 143px;
  }
}
.lpPricePlan .lpSection_ttl_wrap {
  padding-bottom: 98px;
}
@media only screen and (max-width: 768px) {
  .lpPricePlan .lpSection_ttl_wrap {
    padding: 42px 58px 36px;
  }
}
.lpPricePlan .lpPricePlan-subtitle {
  text-align: center;
}
.lpPricePlan .lp-inner {
  margin-top: -95px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpPricePlan .lp-inner {
    margin-top: -40px;
  }
}
.lpPricePlan .lpPricePlan-content {
  max-width: 780px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .lpPricePlan .lpPricePlan-type {
    max-width: 450px;
    margin-inline: auto;
  }
}
.lpPricePlan .lpPricePlan-type img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lpPricePlan .lpPricePlan-ageType {
  margin-top: 5px;
  font-weight: bold;
}
.lpPricePlan .lpPricePlan-note {
  margin-top: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .lpPricePlan .lpPricePlan-note {
    margin-top: 7px;
  }
}

.lpInquiry {
  /* 資料請求ブロック */
}
@media only screen and (max-width: 768px) {
  .lpInquiry {
    background-image: url(../img/lp/bg_lpInquiry_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 30px 30px 0 0;
  }
}
.lpInquiry .sec_bg {
  background-position: top center;
  padding-bottom: 160px;
}
@media only screen and (min-width: 769px) {
  .lpInquiry .sec_bg {
    background-image: url(../img/lp/bg_8.webp);
  }
}
@media only screen and (max-width: 768px) {
  .lpInquiry .sec_bg {
    padding-bottom: 0;
  }
}
.lpInquiry .lpSection_ttl_wrap {
  background-color: transparent;
  padding-top: 116px;
  padding-bottom: 188px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpSection_ttl_wrap {
    padding: 49px 3px 50px;
    background-image: none;
  }
  .lpInquiry .lpSection_ttl_wrap .lpSection_ttl img {
    scale: 1;
  }
}
.lpInquiry .lp-inner {
  margin-top: -145px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lp-inner {
    margin-top: -40px;
    background-color: #fff;
    border-radius: 24px;
  }
}
.lpInquiry .lpInquiry-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 52px 74px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-content {
    padding: 38px 14px;
    margin-bottom: 20px;
  }
}
.lpInquiry .lpInquiry-content.-fix {
  padding: 15px 74px 30px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-content.-fix {
    padding: 38px 14px;
  }
  .lpInquiry .lpInquiry-content.-fix .lpInquiry-heading {
    margin-bottom: 0;
  }
}
.lpInquiry .lpInquiry-img {
  max-width: 56%;
}
.lpInquiry .lpInquiry-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-left: 1vw;
}
.lpInquiry .lpInquiry-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.lpInquiry .lpInquiry-heading {
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-heading {
    margin-bottom: 13px;
  }
  .lpInquiry .lpInquiry-heading img {
    padding: 0 3%;
    height: auto;
  }
}
.lpInquiry .lpInquiry_phone_card {
  height: auto;
}
.lpInquiry .lpInquiry-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    text-align: center;
    max-width: 100%;
  }
}
.lpInquiry .lpInquiry-buttons .lp_btn {
  margin-bottom: 24px;
}
.lpInquiry .lpInquiry-btn-request.lp_btn {
  display: inline-block;
  background-color: #FF7F4C;
  border-color: transparent;
  color: #fff;
  font-size: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
  padding-left: 2.5em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-btn-request.lp_btn {
    letter-spacing: -0.03em;
    padding-left: 1.5em;
    padding: 23px 0;
  }
}
.lpInquiry .lpInquiry-btn-request.lp_btn::after {
  background: url(../img/lp/calendar.webp) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-btn-request.lp_btn::after {
    left: 17%;
  }
}
.lpInquiry .lpInquiry-btn-request.lp_btn:hover {
  opacity: 0.6;
}
.lpInquiry .lp_btn {
  font-size: 16px;
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lp_btn {
    padding: 21px;
    letter-spacing: -0.1em;
  }
}
.lpInquiry .lp_btn::after {
  background-image: url(../img/common/icon/icon_arrow-red.png);
}
.lpInquiry a.lpInquiry-phone {
  display: block;
}
@media only screen and (max-width: 768px) {
  .lpInquiry a.lpInquiry-phone {
    max-width: 450px;
    margin-inline: auto;
  }
  .lpInquiry a.lpInquiry-phone img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lpInquiry .lpInquiry-phone.bg {
  margin-top: 20px;
  text-align: center;
  background-image: url(../img/lp/bg_tel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.lpInquiry .lpInquiry-phone-number {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.lpInquiry .lpInquiry-catalog {
  text-align: center;
  background-color: #fff;
  padding: 64px 20px 60px;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-catalog_bg {
    background-image: url(../img/lp/bg_btm.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    max-width: 1000px;
    margin-inline: auto;
    padding: 42px 0 23px;
  }
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-catalog_bg {
    max-width: 450px;
    margin-inline: auto;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-heading {
    margin-bottom: 38px;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-catalog-img {
  margin: 20px auto;
  max-width: 300px;
}
.lpInquiry .lpInquiry-catalog .lpInquiry-catalog-img img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-buttons {
    margin-top: 40px;
    width: 280px;
    margin-inline: auto;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call {
  background-color: #393432;
  color: #fff;
  font-size: 20px;
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  padding: 26px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call {
    padding: 22px 0;
    margin-bottom: 40px;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call:after {
  background-image: url(../img/lp/icon_tel.svg);
  left: 25%;
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call:after {
    left: 11%;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call:hover {
  opacity: 0.6;
  background: #393432;
  border: 1px solid transparent;
}
@media only screen and (min-width: 769px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.-call {
    max-width: 360px;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix {
  background-color: #FF5072;
  font-size: clamp(18px, 17.037037037px + 0.2469135802vw, 20px);
  padding-left: 1em;
  padding: 26px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 769px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix {
    padding-left: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix {
    padding: 22px 0;
    margin-bottom: 0;
    padding-left: 1em;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix::after {
  background-image: url(../img/lp/icon_catalog.svg);
}
@media only screen and (max-width: 768px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix::after {
    left: 12%;
  }
}
.lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix:hover {
  opacity: 0.6;
  background: #FF5072;
  border: 1px solid transparent;
}
@media only screen and (min-width: 769px) {
  .lpInquiry .lpInquiry-catalog .lpInquiry-btn-request.col_fix {
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .lpInquiry .lpInquiry-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lpInquiry .lpInquiry-img {
    max-width: 100%;
  }
}

.c-footer_contents {
  border-top: none;
}

.c-bottombtn_box .c-bottombtn_list:nth-child(1) a {
  background-color: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-bottombtn_box .c-bottombtn_list:nth-child(1) a img {
  margin-top: 0;
}

.c-bottombtn_box .c-bottombtn_list:nth-child(2) a {
  background-color: #FF7F4C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-bottombtn_box .c-bottombtn_list:nth-child(2) a img {
  margin-top: 0;
}

.c-bottombtn_box .c-bottombtn_list:nth-child(3) a {
  background-color: #FF5072;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-bottombtn_box .c-bottombtn_list:nth-child(3) a img {
  margin-top: 0;
}

/*# sourceMappingURL=lp.css.map*/