@-webkit-keyframes fv_cloud {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes fv_cloud {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fv_title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv_product {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_product {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_product_sp {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_product_sp {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_meta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_meta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv_hdg {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_hdg {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_hdg_sp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_hdg_sp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_effect {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_effect {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_effect_sp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_effect_sp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv_sub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_sub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv_scale {
  0% {
    -webkit-transform: translate(-15%, -26%) scale(0);
            transform: translate(-15%, -26%) scale(0);
  }
  100% {
    -webkit-transform: translate(-15%, -26%) scale(1);
            transform: translate(-15%, -26%) scale(1);
  }
}
@keyframes fv_scale {
  0% {
    -webkit-transform: translate(-15%, -26%) scale(0);
            transform: translate(-15%, -26%) scale(0);
  }
  100% {
    -webkit-transform: translate(-15%, -26%) scale(1);
            transform: translate(-15%, -26%) scale(1);
  }
}
@-webkit-keyframes fv_scale_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
@keyframes fv_scale_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
@-webkit-keyframes fv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv_windUp {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fv_windUp {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fv_fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_slideScale {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@keyframes fv_slideScale {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.is_init.is_animationReady .keyAnime00 {
  position: relative;
}
.is_init.is_animationReady .keyAnime00:before {
  opacity: 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-animation: fv_windUp 1s 0.6s ease-in-out forwards;
          animation: fv_windUp 1s 0.6s ease-in-out forwards;
}

.pg_sub .firstView {
  position: relative;
  overflow: hidden;
}
.pg_sub .firstView_body {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media not all and (max-width: 767px) {
  .pg_sub .firstView_body {
    background-image: url(../images/uruhadacare/fv_base.png);
  }
}
@media (max-width: 767px) {
  .pg_sub .firstView_body {
    background-image: url(../images/uruhadacare/fv_base_sp.png);
  }
}
.pg_sub .firstView_body:before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media not all and (max-width: 767px) {
  .pg_sub .firstView_body:before {
    background-image: url(../images/uruhadacare/fv_bg.png);
  }
}
@media (max-width: 767px) {
  .pg_sub .firstView_body:before {
    background-image: url(../images/uruhadacare/fv_bg_sp.png);
  }
}
.pg_sub .firstView_inner {
  position: relative;
  z-index: 3;
}
@media not all and (max-width: 767px) {
  .pg_sub .firstView_inner {
    -webkit-transform: translate(-1.5%, 2%);
            transform: translate(-1.5%, 2%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5%;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .firstView_product {
    width: min(768px, 40%);
  }
}
@media (max-width: 767px) {
  .pg_sub .firstView_product {
    width: 80%;
    padding-top: 4%;
  }
}
.pg_sub .firstView_product img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .pg_sub .firstView_title {
    width: min(883px, 46%);
    padding-top: min(115px, 6%);
  }
}
@media (max-width: 767px) {
  .pg_sub .firstView_title {
    width: 90%;
    margin-top: 4%;
    margin-inline: auto;
    padding-bottom: 4%;
  }
}
.pg_sub .bl_stickyNav_unit a {
  color: #00a99d;
}
.pg_sub .bl_stickyNav_unit a:before {
  background-color: #00a99d;
}
.pg_sub .pageWrapper {
  overflow: hidden;
}
.pg_sub .page {
  position: relative;
  background-color: #cfefec;
  overflow: visible;
  z-index: 0;
}
.pg_sub .page:before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
@media not all and (max-width: 767px) {
  .pg_sub .page:before {
    background-size: contain;
    background-image: url(../images/uruhadacare/deco.png);
  }
}
@media (max-width: 767px) {
  .pg_sub .page:before {
    background-size: cover;
    background-image: url(../images/uruhadacare/deco_sp.png);
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 282px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/uruhadacare/grade.png);
    z-index: 1;
  }
}
.pg_sub .page_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .pg_sub .page_inner {
    padding-block: 120px 320px;
  }
}
@media (max-width: 767px) {
  .pg_sub .page_inner {
    padding-block: 50px 50px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_title .span {
    display: block;
    margin-top: 10px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_txt {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_txt {
    margin-top: 42px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_img {
    position: absolute;
    top: -40px;
    right: 8.3%;
    width: 13%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_img {
    max-width: 24%;
    margin-top: 45px;
    margin-inline: auto;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_btn {
    margin-top: 86px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_btn {
    margin-top: 40px;
  }
}
.pg_sub .about_btn a {
  border-color: #00a99d;
  background-color: #00a99d;
}
.pg_sub .about_btn a:hover {
  background-color: #fff;
  color: #00a99d;
}
@media (max-width: 767px) {
  .pg_sub .q10 {
    margin-top: 53px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .q10_inner {
    border-radius: 80px;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_inner {
    border-radius: 40px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .q10_btn {
    margin-top: 55px;
  }
}
.pg_sub .q10_btn a {
  border-color: #00a99d;
  background-color: #fff;
  color: #00a99d;
}
.pg_sub .q10_btn a:hover {
  background-color: #00a99d;
  color: #fff;
}
.pg_sub .function {
  position: relative;
  display: -ms-grid;
  display: grid;
  background-color: #cfefec;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 767px) {
  .pg_sub .function {
    padding-bottom: 90px;
  }
}
.pg_sub .function:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  aspect-ratio: 2479/1461;
  clip-path: ellipse();
  background-color: #b5e6e3;
  z-index: 0;
}
@media not all and (max-width: 767px) {
  .pg_sub .function:before {
    top: -170px;
    width: max(2479px, 120%);
    width: 160%;
  }
}
@media (max-width: 767px) {
  .pg_sub .function:before {
    top: 10px;
    width: max(440px, 120%);
  }
}
.pg_sub .function:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  aspect-ratio: 2479/1461;
  clip-path: ellipse();
  background-color: #b5e6e3;
  z-index: 0;
}
@media not all and (max-width: 767px) {
  .pg_sub .function:after {
    bottom: -210px;
    width: max(2479px, 120%);
    width: 160%;
  }
}
@media (max-width: 767px) {
  .pg_sub .function:after {
    bottom: 10px;
    width: max(440px, 120%);
  }
}
@media (max-width: 767px) {
  .pg_sub .function {
    padding-top: 86px;
    margin-bottom: -40%;
  }
}
.pg_sub .function_inner {
  position: relative;
  z-index: 1;
}
.pg_sub .function_inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background-color: #b5e6e3;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_inner:before {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_inner:before {
    height: 96%;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_inner:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 92%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/uruhadacare/deco_02.png);
  }
}
.pg_sub .function_inner > .ly_container {
  position: relative;
  z-index: 2;
}
.pg_sub .function_anchorPoint {
  position: absolute;
  left: 0;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_anchorPoint {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_anchorPoint {
    top: -60px;
  }
}
.pg_sub .function_units {
  position: relative;
  z-index: 2;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_units {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_units {
    margin-top: 50px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:not(:first-child) {
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_unit:not(:first-child) {
    margin-top: 40px;
  }
}
.pg_sub .function_unit:nth-child(odd) .function_article {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_article {
    padding: 60px 100px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_body {
    width: 53%;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_img {
    position: absolute;
    top: 6%;
    left: -13%;
    width: min(58.72894334%, 767px);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_img {
    width: 110%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.pg_sub .function_unit:nth-child(1) .function_img img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_img img {
    aspect-ratio: 638/767;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_unit:nth-child(1) .function_img img {
    aspect-ratio: 569/592;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_article {
    padding: 60px 70px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_body {
    width: 50%;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_result {
    margin-top: 47px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_img {
    position: absolute;
    top: 11%;
    right: -18%;
    width: min(67.381317%, 880px);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_img {
    width: 140%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
.pg_sub .function_unit:nth-child(2) .function_img img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_img img {
    aspect-ratio: 754/712;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_unit:nth-child(2) .function_img img {
    aspect-ratio: 706/631;
  }
}
.pg_sub .function_article {
  position: relative;
  background-color: #d9f2f0;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 80px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_article {
    display: -ms-grid;
    display: grid;
    padding: 45px 20px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.pg_sub .function_img img {
  width: 100%;
}
.pg_sub .function_body {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg_sub .function_body {
    display: contents;
  }
}
.pg_sub .function_point {
  color: #00a99d;
}
.pg_sub .function_title {
  color: #00a99d;
}
.pg_sub .function_result {
  border: 1px solid #00a99d;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_result {
    border-radius: 10px;
    margin-top: 67px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result {
    border-radius: 6px;
  }
}
.pg_sub .function_result .hdg {
  background-color: #d9f2f0;
  color: #00a99d;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_graph {
    margin-top: 30px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_graph .img {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_graph .img {
    padding-right: 8%;
  }
}
.pg_sub .function_quote {
  color: #80767b;
}
@media not all and (max-width: 767px) {
  .pg_sub .function_quote {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_quote {
    margin-top: 30px;
  }
}
.pg_sub .products {
  position: relative;
  background-color: #cfefec;
  z-index: 0;
}
@media not all and (max-width: 767px) {
  .pg_sub .products {
    padding-block: 350px 160px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products {
    padding-block: 200px 80px;
  }
}
.pg_sub .products > .ly_container {
  position: relative;
}
.pg_sub .products_anchorPoint {
  position: absolute;
  top: -100px;
  left: 0;
}
.pg_sub .products_sub {
  color: #80767b;
}
@media (max-width: 767px) {
  .pg_sub .products_img {
    width: 30%;
  }
}
.pg_sub .products_btn a {
  border-color: #00a99d;
  background-color: #00a99d;
  color: #fff;
}
.pg_sub .products_btn a:hover {
  background-color: #fff;
  color: #00a99d;
}