/* reset-css
---------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

li,
dd {
    list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/* base
---------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-weight: 500;
    font-size: 2.7rem;
    font-size: 2.16rem;
    line-height: 1.6;
    font-family: "TsukuARdGothic-Regular", "fot-tsukuardgothic-std", sans-serif;
}

a {
    color: inherit;
}

img {
    width: 100%;
    max-width: 100%;
}

.is-sp {
    display: none;
}

.is-pc {
    display: block;
}

/*=========================================================================
# Layout
========================================================================== */

.l-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.l-toggle {
    z-index: 40;
    position: fixed;
    top: 100px;
    left: 50%;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    transform: translateX(-50%);
    background-color: skyblue;
    transition: all 0.2s;
}

.l-main {
    position: relative;
    background: #E1E6EE;
}

/*=========================================================================
# Component
========================================================================== */

.c-toggle-open {
    z-index: 9999;
    position: fixed;
    /*ボタンを最前面に*/
    right: 60px;
    width: 60px;
    height: 60px;
    transform: translateX(50%);
    background-color: #F09691;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
}

.c-toggle-open span {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 65%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.4s;
}

.c-toggle-open span:nth-last-of-type(1) {
    top: 14px;
}

.c-toggle-open span:nth-last-of-type(2) {
    top: 29px;
}

.c-toggle-open span:nth-last-of-type(3) {
    top: 44px;
}

.c-toggle-open.active {
    opacity: 0;
}

.c-toggle-close {
    z-index: 9999;
    position: absolute;
    top: 20px;
    right: 20px;
    /*ボタンを最前面に*/
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.c-toggle-close span {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 8px;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #999899;
}

.c-toggle-close span:nth-last-of-type(1) {
    transform: rotate(45deg);
}

.c-toggle-close span:nth-last-of-type(2) {
    transform: rotate(-45deg);
}

.c-slider .slick-dots {
    z-index: 3;
    position: absolute;
    /*ドットの位置*/
    left: 50%;
    margin: -50px 0 0 0;
    transform: translateX(-50%);
    text-align: center;
}

.c-slider .slick-dots li {
    display: inline-block;
    margin: 0 14px;
}

.c-slider .slick-dots button {
    /*ドットボタンのサイズ*/
    display: block;
    width: 12px;
    /*ドットボタンのサイズ*/
    height: 12px;
    border-radius: 50%;
    outline: none;
    background: #fff;
    color: transparent;
    /*ドットボタンの色*/
}

.c-slider .slick-dots .slick-active button {
    background: #F09691;
    /*ドットボタンの現在地表示の色*/
}

.c-slider__item {
    position: relative;
    width: 100%;
}

.c-slider__img {
    -o-object-position: 50% 50%;
    -o-object-fit: cover;
    //max-height: 84vh;
    object-fit: cover;
    object-position: 50% 50%;
}

.slick-slider .slick-list {
    height: 100%;
    //max-height: calc(100vh - 82px);
}

.c-slider__txt02 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46vw;
    max-width: 700px;
    transform: translate(-50%, -50%);
}

.c-slider__txt02 img {
    width: 100%;
}

.c-step {
    padding: 0 20px;
}

.c-step__inner {
    max-width: 118.4rem;
    max-width: 94.72rem;
    margin-right: auto;
    margin-left: auto;
}

.c-step__head {
    text-align: center;
}

.c-step__head .img {
    text-align: center;
}

.c-step__head .txt-la {
    margin-top: 45px;
    font-weight: bold;
    font-size: 6rem;
    font-size: 4.8rem;
    letter-spacing: -0.08em;
}

.c-step__head .txt-sm {
    color: #666666;
    font-weight: 500;
    font-size: 3.6rem;
    font-size: 2.88rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.c-step__body .c-step__ttl {
    margin-top: 25px;
}

.c-step__body .c-step__ttl .ttl {
    font-weight: bold;
    font-size: 7rem;
    font-size: 5.6rem;
    line-height: 1.2;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.c-step__body .c-step__ttl .txt {
    margin-top: 10px;
    font-size: 2.4rem;
    font-size: 1.92rem;
    font-family: "BIZ UDPGothic", sans-serif;
    text-align: center;
}

.c-step__body .c-step__ttl .desc {
    display: block;
    width: 95%;
    margin-top: 1.5rem;
    margin-top: 1.2rem;
    margin-left: auto;
    padding: 0 0 1rem;
    padding: 0 0 0.8rem 3rem;
    border-bottom: 2px dotted #F09691;
    font-weight: 400;
    font-size: 1.6rem;
    font-size: 1.28rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.06em;
    text-align: left;
}

.c-step__point {
    margin-top: 3.5rem;
    margin-top: 2.8rem;
}

.c-step__howto {
    margin-top: 125px;
}

.c-step__cta {
    margin-top: 60px;
}

.c-point {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.c-point__balloon {
    position: absolute;
    top: -15.5rem;
    top: -12.4rem;
    left: -4rem;
    left: -3.2rem;
}

.c-point__balloon img {
    width: 12rem;
    width: 9.6rem;
}

.c-point__body {
    width: 56.8%;
}

.c-point__item {
    display: flex;
}

.c-point__item + .c-point__item {
    margin-top: 3rem;
    margin-top: 2.4rem;
}

.c-point__item .img {
    width: 4.6rem;
    width: 3.84rem;
    margin-right: 2rem;
    margin-right: 1.6rem;
}

.c-point__item .txt-area {
    line-height: 1;
    //letter-spacing: -0.1em;
}

.c-point__item .txt-area .txt-xs {
    margin-top: 1rem;
    margin-top: 0.8rem;
    font-weight: lighter;
    font-size: 1.6rem;
    font-size: 1.28rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.06em;
    text-align: right;
}

.c-point__item .txt-area .txt-sm {
    font-size: 2.7rem;
    font-size: 2.16rem;
    font-family: "BIZ UDPGothic", sans-serif;
}

.c-point__item .txt-area .txt-la {
    margin-top: 1rem;
    margin-top: 0.8rem;
    font-size: 4.4rem;
    font-size: 3.52rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.c-point__item .txt-area .kome {
    font-weight: lighter;
    font-size: 1.6rem;
    font-size: 1.28rem;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: top;
}

.c-point__img {
    position: relative;
    width: 39.9%;
}

.c-point__tag {
    position: absolute;
    top: 50%;
    left: -12.5rem;
    left: -10.0rem;
    transform: translateY(-50%);
}

.c-point__tag img {
    width: 15.2rem;
    width: 12.16rem;
}

.c-howto__container {
    position: relative;
    padding: 6rem 5.5rem 5rem;
    padding: 4.8rem 4.4rem 4rem;
    border: 1px solid #F09691;
    border-radius: 25px;
    box-shadow: 10px 10px 0 rgba(195, 156, 137, 0.2);
}

.c-howto__head {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    font-size: 3.2rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.c-howto__head .ttl {
    display: inline-block;
    min-width: 61.5rem;
    min-width: 49.2rem;
    max-width: 100%;
    padding: 0.5rem 6rem;
    padding: 0.4rem 4.8rem;
    border-radius: 50px;
    background-color: #F09691;
    box-shadow: 10px 10px 0 rgba(195, 156, 137, 0.2);
}

.c-howto__head .ttl .txt-sm {
    font-size: 3rem;
    font-size: 2.4rem;
}

.c-howto__row {
    display: flex;
}

.c-howto__row + .c-howto__row {
    margin-top: 2rem;
    margin-top: 1.6rem;
}

.c-howto__item {
    width: 46.1%;
    max-width: 100%;
}

.c-howto__img {
    position: relative;
    text-align: center;
}

.c-howto__img img {
    width: 37.6rem;
    width: 30.08rem;
}

.c-howto__tag {
    position: absolute;
    top: -12.3rem;
    left: -3.5rem;
    width: 28.3rem;
    width: 22.64rem;
}

.c-howto__body {
    margin-top: -5rem;
    margin-top: -4rem;
}

.c-howto__step {
    margin-bottom: 2rem;
    margin-bottom: 1.6rem;
    padding-bottom: 0.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #F09691;
    color: #F09691;
    font-weight: bold;
    font-size: 3rem;
    font-size: 2.4rem;
}

.c-howto__step .num {
    margin-left: 1rem;
    margin-left: 0.8rem;
    font-size: 4.4rem;
    font-size: 3.52rem;
}

.c-howto__txt {
    font-weight: bold;
    letter-spacing: -0.035em;
    font-size: 2.24rem;
}

.c-howto__txt .txt-la {
    font-size: 3.1rem;
    font-size: 2.48rem;
}

.c-howto__txt .kome {
    font-weight: normal;
    font-size: 2rem;
    font-size: 1.6rem;
}

.c-howto__arrow {
    width: 7.7%;
    margin-top: 17rem;
    margin-top: 13.6rem;
    text-align: center;
}

.c-howto__arrow img {
    width: 1.55rem;
    width: 1.24rem;
}

.c-howto__point {
    width: 54.4%;
    padding-top: 4rem;
    padding-top: 3.2rem;
}

.c-howto__btn {
    margin-top: 25px;
}

.c-cta__row01 {
    display: flex;
    justify-content: space-between;
}

.c-cta__item {
    width: 47.3%;
}

.c-cta__row02 {
    margin-top: 6rem;
    margin-top: 4.8rem;
}

.c-cta__row3 {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    margin-top: 3.2rem;
}

.c-cta__row3 a {
    width: 49%;
}

.c-cta-box01 {
    padding: 3.5rem 4.5rem;
    padding: 2.8rem 3.6rem;
    border: 1px solid #F09691;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 10px 10px 0 rgba(195, 156, 137, 0.2);
}

.c-cta-box01__btn a {
    transition: all 0.3s;
}

.c-cta-box01__btn a:hover {
    opacity: 0.7;
}

.c-cta-box01__cont {
    position: relative;
}

.c-cta-box01__body {
    padding-top: 1.2rem;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-left: 1.0rem;
    line-height: 1.2;
}

.c-cta-box01__ttl {
    color: #F09691;
    font-weight: bold;
    font-size: 5.6rem;
    font-size: 4.48rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.c-cta-box01__capacity {
    margin-top: 1.5rem;
    margin-top: 1.2rem;
    font-size: 2.4rem;
    font-size: 1.92rem;
    font-family: "BIZ UDPGothic", sans-serif;
}

.c-cta-box01__price {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    font-size: 1.44rem;
    font-family: "BIZ UDPGothic", sans-serif;
}

.c-cta-box01__price .txt-la {
    font-size: 2.75rem;
    font-size: 2.2rem;
}

.c-cta-box01__img {
    position: absolute;
    right: 3rem;
    right: 2.4rem;
    bottom: 0;
}

.c-cta-box01__img.--01 img {
    width: 8rem;
    width: 6.4rem;
}

.c-cta-box01__img.--02 img {
    width: 8.2rem;
    width: 6.65rem;
}

.c-cta-box01__img.--03 {
    right: -10px;
}

.c-cta-box01__txt {
    font-family: "BIZ UDPGothic", sans-serif;
}

.c-cta-box01__txt::before {
    content: "●";
    color: #F09691;
    transform: scale(0.7) translateY(-1px);
    display: inline-block;
    position: absolute;
    left: 0;
}

.c-cta-box02 {
    display: flex;
    justify-content: space-between;
    padding: 3.5rem 4.5rem;
    padding: 2.8rem 3.6rem;
    border: 1px solid #F09691;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 10px 10px 0 rgba(195, 156, 137, 0.2);
}

.c-cta-box02__cont {
    position: relative;
    width: 58%;
}

.c-cta-box02__body {
    line-height: 1.2;
}

.c-cta-box02__ttl {
    margin-bottom: 1rem;
    margin-bottom: 0.8rem;
    color: #F09691;
    font-weight: bold;
    font-size: 5.6rem;
    font-size: 4.48rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.c-cta-box02__txt {
    font-size: 2.4rem;
    font-size: 1.92rem;
    line-height: 1.35;
    font-family: "BIZ UDPGothic", sans-serif;
    //letter-spacing: -0.06em;
}

.c-cta-box02__txt::before {
    content: "●";
    color: #F09691;
    padding-right: 2px;
    transform: scale(0.7) translateY(-1px);
    display: inline-block;
}

.c-cta-box02__txt .txt-sm {
    font-size: 2rem;
    font-size: 1.6rem;
}

.c-cta-box02__price {
    margin-top: 0.5rem;
    margin-top: 0.4rem;
    font-size: 1.8rem;
    font-size: 1.44rem;
    font-family: "BIZ UDPGothic", sans-serif;
}

.c-cta-box02__price .txt-la {
    font-size: 2.75rem;
    font-size: 2.2rem;
}

.c-cta-box02__img {
    position: absolute;
    right: -3rem;
    right: -2.4rem;
    right: 1rem;
    bottom: 0;
}

.c-cta-box02__img img {
    width: 13.3rem;
    width: 10.0rem;
}

.c-cta-box02__btn {
    width: 44%;
    max-width: 100%;
}

.c-cta-box02__btn a {
    transition: all 0.3s;
}

.c-cta-box02__btn a:hover {
    opacity: 0.7;
}

.c-btn {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 58.3rem;
    max-width: 46.64rem;
    height: 11.8rem;
    height: 9.44rem;
    padding-left: 4rem;
    padding-left: 3.2rem;
    border: 1px solid currentColor;
    background-color: #fff;
    color: #000;
    font-size: 3.2rem;
    font-size: 2.56rem;
    line-height: 1.35;
    font-family: "BIZ UDPGothic", sans-serif;
    transition: all 0.3s;
}

.c-btn::before,
.c-btn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s;
}

.c-btn::before {
    right: 5rem;
    right: 4rem;
    width: 2.6rem;
    width: 2.08rem;
    height: 2.6rem;
    height: 2.08rem;
    border-radius: 50%;
    background-color: #000;
}

.c-btn::after {
    right: 5.65rem;
    right: 4.448rem;
    width: 0;
    height: 0;
    border-width: 0.65rem 0 0.65rem 1rem;
    border-width: 0.52rem 0 0.52rem 0.8rem;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.c-btn:hover {
    background-color: #000;
    color: #fff;
}

.c-btn:hover::before {
    background-color: #fff;
}

.c-btn:hover::after {
    border-color: transparent transparent transparent #000;
}

.c-ttl-fukidashi {
    font-size: 6rem;
    font-size: 4.8rem;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.c-ttl-fukidashi > span {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.c-ttl-fukidashi > span::before,
.c-ttl-fukidashi > span::after {
    position: absolute;
    top: 50%;
    width: 4px;
    height: 100%;
    background-color: #000;
    content: "";
}

.c-ttl-fukidashi > span::before {
    left: 0;
    transform: translateY(-50%) rotate(-20deg);
}

.c-ttl-fukidashi > span::after {
    right: 0;
    transform: translateY(-50%) rotate(20deg);
}

.c-sp-toggle {
    padding: 0 10px;
    cursor: pointer;
}

.c-sp-toggle.--p0 {
    padding: 0;
}

.c-close-btn {
    width: 45px;
    width: 12vw;
    margin-right: auto;
    margin-left: auto;
    background: transparent !important;
    background-color: transparent !important;
    cursor: pointer;
}

/*=========================================================================
# Project
========================================================================== */

.p-header {
    z-index: 20;
    position: relative;
    background-color: #fff;
}

.p-header__inner {
    display: flex;
    align-items: center;
    height: 82px;
}

.p-header__logo img {
    width: 129.96px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.p-header__logo02 {
    margin-left: auto;
}

.p-header__logo02 img {
    width: 123px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.p-mv {
    background-color: #EAEBEC;
    max-width: 1160px;
    margin: 0 auto;
}

.p-mv__slider {
    z-index: 1;
    position: relative;
    //max-height: calc(100vh - 82px);
}

.p-global-nav {
    z-index: 999;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
}

.p-global-nav.panelactive {
    right: 0;
}

.p-global-nav.panelactive .p-global-nav__lists {
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
}

.p-global-nav__logo {
    margin-bottom: 35px;
    padding-left: 25px;
}

.p-global-nav__logo img {
    width: 206px;
}

.p-global-nav__lists {
    z-index: 999;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    top: 80px;
    right: -120%;
    transition: all 0.6s;
}

.p-global-nav__list {
    border-top: 1px solid #999899;
}

.p-global-nav__list a {
    display: block;
    padding: 18px 25px;
    font-weight: 300;
    font-size: 2.2rem;
    font-size: 1.76rem;
    font-family: "Noto Sans JP", sans-serif;
}

.p-global-nav__list:last-child {
    border-bottom: 1px solid #999899;
}

.p-contents01 {
    position: relative;
    padding: 0 4rem 10rem;
    padding: 0 3.6rem 8rem;
    background-color: #E1E6EE;
}

.p-contents01::after {
    position: absolute;
    bottom: -9.5rem;
    bottom: -7.6rem;
    left: 50%;
    width: 28.75rem;
    width: 23.0rem;
    height: 13.15rem;
    height: 10.52rem;
    transform: translateX(-50%);
    background: url(../img/triangle.png) no-repeat center center/contain;
    content: "";
}

.p-contents01__step {
    padding: 75px 0;
    background-color: #fff;
}

.p-contents01__step + .p-contents01__step {
    padding: 20px 0 65px;
}

.p-step-head {
    padding: 80px 0 170px;
    background: url(../img/step-head-bg.png) no-repeat center center/cover;
    background-color: #fff;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.08em;
    text-align: center;
}

.p-step-head__txt01 {
    display: inline-block;
    font-weight: bold;
    font-size: 7.7rem;
    font-size: 6.16rem;
}

.p-step-head__txt01 strong.txt-la {
    font-size: 10.1rem;
    font-size: 8.08rem;
}

.p-step-head__txt01 span.txt-la {
    font-size: 9.1rem;
    font-size: 7.28rem;
}

.p-step-head__txt02 {
    display: inline-block;
    font-weight: bold;
    font-size: 9.6rem;
    font-size: 7.68rem;
}

.p-step-head__txt02 .num {
    font-size: 13.5rem;
    font-size: 10.8rem;
}

.p-step-head__txt02 .txt-la {
    font-size: 10.6rem;
    font-size: 8.48rem;
    letter-spacing: -12px;
}

.p-step-head__txt03 {
    display: inline-block;
    margin-top: 40px;
    font-weight: bold;
    font-size: 5.1rem;
    font-size: 4.08rem;
}

.p-step-head__txt03 .txt-la {
    font-size: 6rem;
    font-size: 4.8rem;
}

.p-aging-care__container {
    padding: 3.5rem;
    padding: 2.8rem;
    background-color: #D6D9A8;
}

.p-aging-care__inner {
    padding: 11rem 6.5rem 10rem;
    padding: 8.8rem 5.2rem 8rem;
    background-color: #FFFEF7;
}

.p-aging-care__head {
    text-align: center;
}

.p-aging-care__sub {
    margin-bottom: 0.5rem;
    margin-bottom: 0.4rem;
}

.p-aging-care__ttl {
    margin-bottom: 1.5rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    font-size: 7rem;
    font-size: 5.6rem;
    letter-spacing: -0.1em;
}

.p-aging-care__txt {
    display: inline-block;
    color: #734B23;
    font-size: 3.6rem;
    font-size: 2.88rem;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: right;
    white-space: nowrap;
}

.p-aging-care__txt .kome-pc {
    display: inline-block;
    margin-left: -3rem;
    margin-left: -2.4rem;
    font-size: 1.6rem;
    font-size: 1.28rem;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: top;
}

.p-aging-care__txt .kome-sp {
    display: none;
}

.p-aging-care__txt .desc {
    display: block;
    margin-top: 1.5rem;
    margin-top: 1.2rem;
    color: #000;
    font-size: 1.6rem;
    font-size: 1.28rem;
    font-family: "Noto Sans JP", sans-serif;
}

.p-aging-care__components {
    display: flex;
    justify-content: space-evenly;
    margin-top: 4rem;
    margin-top: 3.6rem;
}

.p-aging-care__item {
    width: 29%;
}

.p-aging-care__item .ttl {
    margin-top: 4.5rem;
    margin-top: 3.6rem;
    color: #734B23;
    font-weight: bold;
    font-size: 3.2rem;
    font-size: 2.56rem;
    line-height: 1.1;
}

.p-aging-care__item .ttl .txt-sm {
    font-size: 2.2rem;
    font-size: 1.76rem;
}

.p-aging-care__moisture {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5.5rem;
    margin-top: 4.4rem;
}

.p-aging-care__moisture .img {
    width: 36%;
}

.p-aging-care__moisture .body {
    position: relative;
    width: 53%;
    color: #734B23;
    text-align: left;
}

.p-aging-care__moisture .body .ttl {
    font-family: "Zen Maru Gothic", sans-serif;
}

.p-aging-care__moisture .body .lists {
    margin-top: 2rem;
    margin-top: 1.6rem;
}

.p-aging-care__moisture .body .lists li {
    font-weight: bold;
    font-family: "BIZ UDPGothic", sans-serif;
}

.p-aging-care__moisture .body .img {
    position: absolute;
    right: -4rem;
    right: -3.6rem;
    bottom: -5.3rem;
    bottom: -4.24rem;
    width: 44.5rem;
    width: 35.6rem;
}

.p-aging-care__moist-comp {
    display: flex;
    justify-content: space-evenly;
    margin-top: 7rem;
    margin-top: 5.6rem;
}

.p-aging-care__moist-comp .head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30.5%;
    background-color: #F09691;
    color: #fff;
    font-size: 3.2rem;
    font-size: 2.56rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.p-aging-care__moist-comp .body {
    display: flex;
    justify-content: space-between;
    width: 61%;
}

.p-aging-care__moist-comp .body .img {
    width: 23.2%;
}

.p-aging-care__moist-comp .body .txt {
    width: 72.4%;
    font-size: 2.8rem;
    font-size: 2.1rem;
    letter-spacing: -0.1em;
    text-align: left;
}

.p-aging-care__btn {
    margin-top: 35px;
}

.p-contents02 {
    padding: 15rem 4rem 10rem;
    padding: 12rem 3.6rem 8rem;
    background-color: #A8B896;
}

.p-contents02__box {
    padding: 4.5rem 3.5rem 9rem;
    padding: 3.6rem 2.8rem 7.2rem;
    background-color: #fff;
}

.p-contents02__ttl01 {
    max-width: 118.8rem;
    max-width: 95.04rem;
    margin-top: 5rem;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    color: #427935;
    font-family: "Noto Sans JP", sans-serif;
}

.p-contents02__ttl01 .tag {
    display: inline-block;
    margin-right: 15px;
    padding: 0.8rem 1.5rem 1.1rem;
    padding: 0.64rem 1.2rem 0.88rem;
    border-radius: 4px;
    background-color: #285A4C;
    color: #fff;
    font-size: 2.5rem;
    font-size: 2.0rem;
    line-height: 1;
}

.p-contents02__ttl01 .ttl {
    font-weight: bold;
    font-size: 3.4rem;
    font-size: 2.72rem;
}

.p-contents02__ttl02 {
    margin-right: auto;
    margin-left: auto;
    color: #427935;
    font-family: "Noto Sans JP", sans-serif;
}

.p-contents02__ttl02 .tag {
    display: inline-block;
    margin-right: 15px;
    padding: 0.8rem 1.5rem 1.1rem;
    padding: 0.64rem 1.2rem 0.88rem;
    border-radius: 4px;
    background-color: #285A4C;
    color: #fff;
    font-size: 2.5rem;
    font-size: 2.0rem;
    line-height: 1;
}

.p-contents02__ttl02 .ttl {
    font-weight: bold;
    font-size: 3.4rem;
    font-size: 2.72rem;
}

.p-contents02__row01 {
    display: flex;
    justify-content: space-between;
    max-width: 118.8rem;
    max-width: 95.04rem;
    margin-top: 2.5rem;
    margin-top: 2.0rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5rem;
    padding-bottom: 4rem;
    border-bottom: 0.23rem dotted #285A4C;
    border-bottom: 0.184rem dotted #285A4C;
    color: #427935;
    font-family: "Noto Sans JP", sans-serif;
}

.p-contents02__row01 .body {
    width: 53.2%;
}

.p-contents02__row01 .body .txt {
    font-size: 2.9rem;
    font-size: 2.32rem;
    line-height: 1;
}

.p-contents02__row01 .body > picture img {
    margin-top: 2rem;
    margin-top: 1.6rem;
}

.p-contents02__row01 .p-contents__sub-ttl {
    color: #585757;
    font-size: 2.8rem;
    font-size: 2.24rem;
}

.p-contents02__row01 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-top: 1.6rem;
}

.p-contents02__row01 .flex .flex-img {
    width: 21.5%;
}

.p-contents02__row01 .flex .flex-body {
    width: 75.3%;
}

.p-contents02__row01 .flex .flex-body span {
    display: inline-block;
    margin-top: 0.5rem;
    margin-top: 0.4rem;
    color: #231815;
    font-weight: lighter;
    font-size: 2.5rem;
    font-size: 2.0rem;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.p-contents02__row01 .img {
    width: 43%;
}

.p-contents02__row02 {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 118.8rem;
    max-width: 95.04rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 1rem;
    padding-bottom: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
}

.p-contents02__row02::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72%;
    border-bottom: 0.23rem dotted #285A4C;
    border-bottom: 0.184rem dotted #285A4C;
    content: "";
}

.p-contents02__row02 .img {
    width: 32.4%;
}

.p-contents02__row02 .flex {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 64.1%;
}

.p-contents02__row02 .flex .flex-body {
    width: 86.6%;
}

.p-contents02__row02 .flex .flex-body .txt {
    display: inline-block;
    margin-top: 2rem;
    margin-top: 1.8rem;
    color: #231815;
    font-weight: lighter;
    font-size: 2.8rem;
    font-size: 2.24rem;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.p-contents02__row02 .flex .flex-img {
    width: 20%;
}

.p-contents02__row03 {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 118.8rem;
    max-width: 95.04rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3rem;
    padding-top: 2.4rem;
    color: #427935;
    font-family: "Noto Sans JP", sans-serif;
}

.p-contents02__row03 .body {
    width: 65%;
}

.p-contents02__row03 .body .txt {
    display: inline-block;
    margin-top: 2rem;
    margin-top: 1.6rem;
    color: #231815;
    font-weight: lighter;
    font-size: 2.8rem;
    font-size: 2.28rem;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.p-contents02__row03 .img {
    position: absolute;
    top: -5rem;
    top: -4rem;
    right: 7rem;
    right: 5.6rem;
    width: 31.2rem;
    width: 24.96rem;
}

.p-contents02__btn {
    margin-top: 25px;
    margin-top: 6.667vw;
}

.p-contents03 {
    padding: 10rem 4rem 7rem;
    padding: 8rem 3.2rem 5.6rem;
    background-color: #E1E6EE;
}

.p-contents03__inner {
    max-width: 122.5rem;
    max-width: 98.0rem;
    margin-right: auto;
    margin-left: auto;
}

.p-contents03__back-to-top {
    margin-top: 6rem;
    margin-top: 4.8rem;
    text-align: center;
}

.p-contents03__back-to-top button {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.p-contents03__back-to-top button:hover {
    opacity: 0.7;
}

.p-contents03__back-to-top button img {
    width: 10.3rem;
    width: 8.24rem;
}

.p-contents03__back-to-top .txt {
    display: block;
    width: 24rem;
    width: 19.2rem;
    margin-top: 2rem;
    margin-top: 1.6rem;
    margin-right: auto;
    margin-left: auto;
}

.p-footer {
    z-index: 10;
    position: relative;
    padding: 4.5rem 0;
    padding: 3.6rem 0;
    background-color: #fff;
}

.p-footer__copy {
    display: block;
    color: #231815;
    font-weight: 300;
    font-size: 2.8rem;
    font-size: 2.24rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

/*=========================================================================
# Utility
========================================================================== */

.u-txt-primary {
    color: #F09691;
}

/* メディアクエリ
-------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1500px) {

    html {
        font-size: 0.625vw;
    }

}

@media screen and (min-width: 768px) {

    .c-howto__head {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (min-width: 1500px) {

    .c-toggle-open {
        width: 74px;
        height: 74px;
    }

    .c-toggle-open span {
        left: 12px;
    }

    .c-toggle-open span:nth-last-of-type(1) {
        top: 18px;
    }

    .c-toggle-open span:nth-last-of-type(2) {
        top: 35px;
    }

    .c-toggle-open span:nth-last-of-type(3) {
        top: 52px;
    }

    .c-slider__img {
        -o-object-fit: cover;
        object-fit: cover;
    }

}

@media screen and (max-width: 767px) {

    html {
        font-size: 50%;
    }

    .is-sp {
        display: block;
    }

    .is-pc {
        display: none;
    }

    .l-inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .l-toggle {
        top: 60px;
    }

    .c-toggle-open {
        right: 30px;
        width: 45px;
        height: 45px;
    }

    .c-toggle-open span {
        left: 8px;
    }

    .c-toggle-open span:nth-last-of-type(1) {
        top: 10px;
    }

    .c-toggle-open span:nth-last-of-type(2) {
        top: 21px;
    }

    .c-toggle-open span:nth-last-of-type(3) {
        top: 32px;
    }

    .c-toggle-close {
        right: 10px;
    }

    .c-slider .slick-dots {
        margin: -25px 0 0 0;
        /*ドットの位置*/
    }

    .c-slider .slick-dots li {
        margin: 0 8px;
    }

    .c-slider .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .c-slider__item {
        //max-height: calc(100vh - 52px);
    }

    .c-slider__img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .slick-slider .slick-list {
        //max-height: calc(100vh - 52px);
    }

    .c-slider__txt02 {
        width: 70%;
        display: none !important;
    }

    .c-step__head .img img {
        width: 79px;
        width: 21.067vw;
    }

    .c-step__head .img02 .cream {
        display: block;
        width: 250px;
        width: 66.667vw;
        margin-right: auto;
        margin-left: auto;
    }

    .c-step__head .img02 .face-wash {
        display: block;
        width: 110px;
        width: 29.333vw;
        margin-right: auto;
        margin-left: auto;
    }

    .c-step__head .txt-la {
        margin-top: 20px;
        margin-top: 5.333vw;
        font-size: 28px;
        font-size: 7.467vw;
        line-height: 1.2;
    }

    .c-step__head .txt-sm {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-size: 18px;
        font-size: 4.8vw;
    }

    .c-step__body .c-step__ttl {
        margin-top: 15px;
        margin-top: 4vw;
    }

    .c-step__body .c-step__ttl .ttl {
        font-size: 26px;
        font-size: 6.933vw;
    }

    .c-step__body .c-step__ttl .txt {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-size: 14px;
        font-size: 3.733vw;
    }

    .c-step__body .c-step__ttl .desc {
        width: calc(100% - 60px);
        width: calc(100% - 16vw);
        margin-left: 60px;
        margin-left: 16vw;
        padding: 0 0 10px;
        padding: 0 0 2.667vw;
        padding-right: 15px;
        padding-right: 4vw;
        padding-left: 40px;
        padding-left: 4.667vw;
        border-bottom: 1px dotted #F09691;
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 1.4;
        text-align: left;
    }

    .c-step__point {
        margin-top: 10px;
        margin-top: 2.667vw;
    }

    .c-step__howto {
        margin-top: 0;
    }

    .c-point {
        display: block;
        padding: 0px 10px;
        padding: 0px 2.667vw;
    }

    .c-point__balloon {
        top: -66px;
        top: -17.6vw;
        left: 5px;
        left: 1.333vw;
    }

    .c-point__balloon img {
        width: 60px;
        width: 16vw;
    }

    .c-point__body {
        width: 100%;
    }

    .c-point__item .img {
        align-self: flex-end;
        width: 25px;
        width: 6.667vw;
        margin-right: 10px;
        margin-right: 2.667vw;
    }

    .c-point__item .txt-area {
        letter-spacing: -0.05em;
    }

    .c-point__item .txt-area .txt-xs {
        text-align: left;
    }

    .c-point__item .txt-area .txt-sm {
        font-size: 15px;
        font-size: 4vw;
    }

    .c-point__item .txt-area .txt-la {
        font-size: 22px;
        font-size: 5.867vw;
        letter-spacing: -0.05em;
    }

    .c-point__item .txt-area .kome {
        font-size: 10px;
        font-size: 2.667vw;
    }

    .c-point__img {
        width: 100%;
        margin-top: 15px;
        margin-top: 4vw;
        margin-bottom: 15px;
        margin-bottom: 4vw;
    }

    .c-howto {
        box-sizing: border-box;
        visibility: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding: 15px;
        padding: 4vw;
        overflow: auto;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.5);
        background-color: #E1E6EE;
        opacity: 0;
        transition: 0.3s;
    }

    .c-howto.active {
        visibility: visible;
        z-index: 100;
        opacity: 1;
    }

    .c-howto__container {
        margin-right: auto;
        margin-left: auto;
        padding: 30px 25px;
        padding: 8vw 6.667vw;
        border: none;
        border-radius: 0;
        background-color: #fff;
        box-shadow: none;
    }

    .c-howto__head {
        position: relative;
        font-size: 22px;
        font-size: 5.867vw;
        line-height: 1.2;
    }

    .c-howto__head .ttl {
        width: 300px;
        width: 80vw;
        min-width: 0;
        margin-bottom: 25px;
        margin-bottom: 6.667vw;
        padding: 1.5rem 1rem;
        border-radius: 15px;
        box-shadow: 5px 5px 0 rgba(195, 156, 137, 0.2);
    }

    .c-howto__head .ttl .txt-sm {
        font-size: 16px;
        font-size: 4.267vw;
    }

    .c-howto__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .c-howto__item {
        width: 100%;
    }

    .c-howto__img img {
        width: 200px;
        width: 53.333vw;
    }

    .c-howto__body {
        margin-top: 0px;
    }

    .c-howto__step {
        margin-bottom: 10px;
        margin-bottom: 2.667vw;
        padding-bottom: 0;
        font-size: 18px;
        font-size: 4.8vw;
    }

    .c-howto__step .num {
        margin-left: 4px;
        margin-left: 1.067vw;
        font-size: 26px;
        font-size: 6.933vw;
    }

    .c-howto__txt {
        font-weight: normal;
        font-size: 16px;
        font-size: 4.267vw;
    }

    .c-howto__txt .txt-la {
        font-weight: bold;
        font-size: 18px;
        font-size: 4.8vw;
    }

    .c-howto__txt .kome {
        font-size: 12px;
        font-size: 3.2vw;
    }

    .c-howto__arrow {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-bottom: 2.667vw;
    }

    .c-howto__arrow img {
        width: 20px;
        width: 5.333vw;
        vertical-align: middle;
    }

    .c-howto__point {
        width: 110%;
        padding-top: 0;
    }

    .c-cta__row01 {
        display: block;
    }

    .c-cta__item {
        width: 100%;
    }

    .c-cta__item + .c-cta__item {
        margin-top: 20px;
        margin-top: 5.333vw;
    }

    .c-cta__row3 {
        display: block;
        margin-top: 30px;
        margin-top: 8vw;
    }

    .c-cta__row3 a {
        width: 100%;
    }

    .c-cta-box01 {
        padding: 20px 25px;
        padding: 5.333vw 6.667vw;
    }

    .c-cta-box01__ttl {
        font-size: 32px;
        font-size: 8.533vw;
    }

    .c-cta-box01__ttl span {
        font-size: 84%;
    }

    .c-cta-box01__capacity {
        margin-top: 10px;
        margin-top: 2.667vw;
        font-size: 14px;
        font-size: 3.733vw;
    }

    .c-cta-box01__price {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-size: 10px;
        font-size: 2.667vw;
    }

    .c-cta-box01__price .txt-la {
        font-size: 14px;
        font-size: 3.733vw;
    }

    .c-cta-box01__img {
        right: 20px;
        right: 5.333vw;
    }

    .c-cta-box01__img.--01 img {
        width: 45px;
        width: 12vw;
    }

    .c-cta-box01__img.--02 img {
        width: 48px;
        width: 12.8vw;
    }

    .c-cta-box01__img.--03 img {
        width: 85px;
        width: 22.667vw;
    }

    .c-cta-box01__txt {
        margin-top: 2.667vw;
        font-size: 3.733vw;
        margin-top: 2.667vw;
        font-size: 3.733vw;
        padding-left: 16px;
        position: relative;
    }

    .c-cta-box01__txt + .c-cta-box01__txt {
        margin-top: 1.333vw;
    }

    .c-cta-box01__txt .txt-sm {
        font-size: 3.2vw;
    }

    .c-btn {
        max-width: 100%;
        height: 65px;
        height: 17.333vw;
        padding-left: 15px;
        padding-left: 4vw;
        font-size: 17px;
        font-size: 4.533vw;
    }

    .c-btn + .c-btn {
        margin-top: 20px;
        margin-top: 5.333vw;
    }

    .c-btn::before {
        right: 20px;
        right: 5.333vw;
        width: 15px;
        width: 4vw;
        height: 15px;
        height: 4vw;
    }

    .c-btn::after {
        right: 24px;
        right: 6.4vw;
        border-width: 3.5px 0 3.5px 6px;
        border-width: 0.933vw 0 0.933vw 1.6vw;
    }

    .c-ttl-fukidashi {
        font-size: 20px;
    }

    .c-ttl-fukidashi > span {
        padding: 0 15px;
    }

    .c-ttl-fukidashi > span::before,
    .c-ttl-fukidashi > span::after {
        width: 2px;
    }

    .p-header__inner {
        height: 52px;
    }

    .p-header__logo img {
        width: 65.52px;
    }

    .p-header__logo02 img {
        width: 62px;
    }

    .p-mv__slider {
        //max-height: calc(100vh - 52px);
    }

    .p-global-nav {
        max-width: 100%;
    }

    .p-global-nav.panelactive .p-global-nav__lists {
        max-width: 100%;
    }

    .p-global-nav__lists {
        top: 55px;
    }

    .p-contents01 {
        padding: 0 0 60px;
        padding: 0 0 16vw;
    }

    .p-contents01::after {
        bottom: -42px;
        bottom: -11.2vw;
        left: 50%;
        width: 114px;
        width: 30.4vw;
        height: 61px;
        height: 16.267vw;
    }

    .p-contents01__step {
        margin-top: 15px;
        margin-top: 4vw;
        margin-top: 0;
        padding: 35px 0;
        padding: 9.333vw 0;
    }

    .p-contents01__step + .p-contents01__step {
        margin-top: 0;
        padding: 35px 0 20px;
        padding: 9.333vw 0 5.333vw;
    }

    .p-step-head {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 25px 0 60px;
        padding: 6.667vw 0 16vw;
        background: url(../img/sp_step-head-bg.png) no-repeat center center/cover;
    }

    .p-step-head__txt01 {
        font-size: 24px;
        font-size: 6.4vw;
    }

    .p-step-head__txt01 strong.txt-la {
        font-size: 30px;
        font-size: 8vw;
    }

    .p-step-head__txt01 span.txt-la {
        font-size: 28px;
        font-size: 7.467vw;
    }

    .p-step-head__txt02 {
        font-size: 32px;
        font-size: 8.533vw;
    }

    .p-step-head__txt02 .num {
        font-size: 44px;
        font-size: 11.733vw;
    }

    .p-step-head__txt02 .txt-la {
        font-size: 32px;
        font-size: 8.533vw;
        letter-spacing: -8px;
    }

    .p-step-head__txt03 {
        margin-top: 10px;
        margin-top: 2.667vw;
        font-size: 16px;
        font-size: 4.267vw;
    }

    .p-step-head__txt03 .txt-la {
        font-size: 20px;
        font-size: 5.333vw;
    }

    .p-aging-care {
        padding: 15px;
        padding: 4vw;
        background-color: #fff;
    }

    .p-aging-care__container {
        box-sizing: border-box;
        visibility: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding: 15px;
        padding: 4vw;
        overflow: auto;
        transform: translate(-50%, -50%);
        background-color: #D6D9A8;
        opacity: 0;
        transition: 0.3s;
    }

    .p-aging-care__container.active {
        visibility: visible;
        z-index: 100;
        opacity: 1;
    }

    .p-aging-care__inner {
        padding: 8vw;
    }

    .p-aging-care__sub {
        margin-bottom: 15px;
        margin-bottom: 4vw;
    }

    .p-aging-care__ttl {
        font-size: 26px;
        font-size: 6.933vw;
        line-height: 1.35;
    }

    .p-aging-care__txt {
        width: 100%;
        font-size: 18px;
        font-size: 4.8vw;
        line-height: 1.35;
        text-align: center;
        white-space: normal;
    }

    .p-aging-care__txt .kome-pc {
        display: none;
    }

    .p-aging-care__txt .kome-sp {
        display: inline-block;
        margin-left: 0;
        font-size: 10px;
        font-size: 2.667vw;
        font-family: "Noto Sans JP", sans-serif;
        vertical-align: top;
    }

    .p-aging-care__txt .desc {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-weight: normal;
        font-size: 12px;
        font-size: 3.2vw;
    }

    .p-aging-care__components {
        display: block;
    }

    .p-aging-care__item {
        width: 100%;
    }

    .p-aging-care__item + .p-aging-care__item {
        margin-top: 25px;
        margin-top: 6.667vw;
    }

    .p-aging-care__item .img {
        display: block;
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-aging-care__item .ttl {
        margin-top: 10px;
        margin-top: 2.667vw;
        font-size: 20px;
        font-size: 5.333vw;
    }

    .p-aging-care__item .ttl .txt-sm {
        font-size: 14px;
        font-size: 3.733vw;
    }

    .p-aging-care__moisture {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .p-aging-care__moisture .img {
        width: 100%;
        margin-bottom: 20px;
        margin-bottom: 5.333vw;
    }

    .p-aging-care__moisture .img img {
        width: 40px;
        width: 10.667vw;
    }

    .p-aging-care__moisture .body {
        width: 100%;
    }

    .p-aging-care__moisture .body .ttl {
        font-size: 20px;
        font-size: 5.333vw;
        text-align: center;
    }

    .p-aging-care__moisture .body .lists li {
        font-size: 16px;
        font-size: 4.267vw;
    }

    .p-aging-care__moisture .body .img {
        right: -35px;
        right: -9.333vw;
        bottom: -40px;
        bottom: -10.667vw;
        width: 170px;
        width: 45.333vw;
    }

    .p-aging-care__moisture .body .img img {
        width: 100%;
    }

    .p-aging-care__moist-comp {
        display: block;
    }

    .p-aging-care__moist-comp .head {
        width: 100%;
        padding: 10px 0;
        padding: 2.667vw 0;
        font-weight: bold;
        font-size: 20px;
        font-size: 5.333vw;
    }

    .p-aging-care__moist-comp .body {
        align-items: center;
        width: 100%;
        margin-top: 20px;
        margin-top: 5.333vw;
    }

    .p-aging-care__moist-comp .body .img {
        width: 32%;
    }

    .p-aging-care__moist-comp .body .txt {
        width: 64%;
        font-size: 15px;
        font-size: 4vw;
    }

    .p-contents02 {
        padding: 60px 0 40px;
        padding: 16vw 0 10.667vw;
    }

    .p-contents02__container {
        box-sizing: border-box;
        visibility: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding: 15px;
        padding: 4vw;
        overflow: auto;
        transform: translate(-50%, -50%);
        background-color: #A8B896;
        opacity: 0;
        transition: 0.3s;
    }

    .p-contents02__container.active {
        visibility: visible;
        z-index: 100;
        opacity: 1;
    }

    .p-contents02__box {
        padding: 40px 20px;
        padding: 10.667vw 5.333vw;
    }

    .p-contents02__ttl01.--pc {
        display: none !important;
    }

    .p-contents02__ttl01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-top: 5.333vw;
    }

    .p-contents02__ttl01 .tag {
        min-width: 145px;
        min-width: 38.667vw;
        margin-right: 0;
        font-size: 20px;
        font-size: 5.333vw;
        text-align: center;
    }

    .p-contents02__ttl01 .ttl {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-size: 19px;
        font-size: 5.067vw;
    }

    .p-contents02__ttl02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .p-contents02__ttl02 .tag {
        min-width: 145px;
        min-width: 38.667vw;
        font-size: 20px;
        font-size: 5.333vw;
        text-align: center;
    }

    .p-contents02__ttl02 .ttl {
        margin-top: 5px;
        margin-top: 1.333vw;
        font-size: 19px;
        font-size: 5.067vw;
    }

    .p-contents02__ttl02.--01 {
        position: relative;
    }

    .p-contents02__ttl02.--01::before,
    .p-contents02__ttl02.--01::after {
        position: absolute;
        content: "";
    }

    .p-contents02__ttl02.--01::before {
        top: 25px;
        top: 6.667vw;
        left: 20px;
        left: 5.333vw;
        width: 32px;
        width: 8.533vw;
        height: 15px;
        height: 4vw;
        background: url(../img/leaf02.png) no-repeat center center/contain;
    }

    .p-contents02__ttl02.--01::after {
        top: 2px;
        top: 0.533vw;
        right: 30px;
        right: 8vw;
        width: 35.8px;
        width: 9.547vw;
        height: 27.8px;
        height: 7.413vw;
        background: url(../img/leaf01.png) no-repeat center center/contain;
    }

    .p-contents02__ttl02.--02 {
        position: relative;
    }

    .p-contents02__ttl02.--02::before,
    .p-contents02__ttl02.--02::after {
        position: absolute;
        content: "";
    }

    .p-contents02__ttl02.--02::before {
        top: 30px;
        top: 8vw;
        left: 20px;
        left: 5.333vw;
        width: 41.2px;
        width: 10.987vw;
        height: 20px;
        height: 5.333vw;
        background: url(../img/leaf03.png) no-repeat center center/contain;
    }

    .p-contents02__ttl02.--02::after {
        top: 20px;
        top: 5.333vw;
        right: 30px;
        right: 8vw;
        width: 26.3px;
        width: 7.013vw;
        height: 22.7px;
        height: 6.053vw;
        background: url(../img/leaf04.png) no-repeat center center/contain;
    }

    .p-contents02__row01 {
        flex-direction: column-reverse;
        margin-top: 25px;
        margin-top: 6.667vw;
        padding-bottom: 0;
        border: none;
    }

    .p-contents02__row01 .body {
        width: 100%;
    }

    .p-contents02__row01 .body .txt {
        margin-top: 5px;
        margin-top: 1.333vw;
        margin-bottom: 5px;
        margin-bottom: 1.333vw;
        font-size: 15px;
        font-size: 4vw;
    }

    .p-contents02__row01 .body > picture img {
        margin-top: 10px;
        margin-top: 2.667vw;
    }

    .p-contents02__row01 .p-contents__sub-ttl {
        margin-top: 15px;
        margin-top: 4vw;
        font-size: 16px;
        font-size: 4.267vw;
    }

    .p-contents02__row01 .flex {
        margin-top: 0;
    }

    .p-contents02__row01 .flex .flex-body span {
        font-size: 14px;
        font-size: 3.733vw;
    }

    .p-contents02__row01 .img {
        width: 100%;
    }

    .p-contents02__row02 {
        flex-direction: column-reverse;
        margin-top: 40px;
        margin-top: 10.667vw;
        padding-top: 0;
    }

    .p-contents02__row02::after {
        display: none;
    }

    .p-contents02__row02 .img {
        width: 100%;
        margin-top: 20px;
        margin-top: 5.333vw;
    }

    .p-contents02__row02 .flex {
        width: 100%;
    }

    .p-contents02__row02 .flex .flex-body {
        width: 100%;
    }

    .p-contents02__row02 .flex .flex-body .txt {
        padding-right: 85px;
        padding-right: 22.667vw;
        font-size: 16px;
        font-size: 4.267vw;
    }

    .p-contents02__row02 .flex .flex-img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 73px;
        width: 19.467vw;
    }

    .p-contents02__row03 {
        flex-direction: column;
    }

    .p-contents02__row03 .body {
        width: 100%;
    }

    .p-contents02__row03 .body .txt {
        font-size: 16px;
        font-size: 4.267vw;
    }

    .p-contents02__row03 .img {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 65%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-contents03 {
        padding: 40px 20px;
        padding: 10.667vw 5.333vw;
    }

    .p-contents03__back-to-top button img {
        width: 45px;
        width: 12vw;
    }

    .p-contents03__back-to-top .txt {
        width: 120px;
        width: 32vw;
    }

    .p-footer {
        padding: 15px 0 30px;
    }

    .p-footer__copy {
        font-size: 12px;
    }

}
