body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    color: #333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6
}

body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(./lp-basic-image/kaiketsu_pic.jpg);
    background-size: cover
}

@media screen and (min-width: 1024px) {
    body::after {
        display: none
    }
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #2e2e2e;
    text-decoration: none;
    transition: .3s
}

a:hover {
    opacity: .6
}

ol,
ul {
    list-style: none
}

ul.point li {
    padding-left: 1.5rem;
    position: relative
}

ul.point li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0
}

ol.number {
    counter-reset: cnt 0
}

ol.number li {
    padding-left: 1.5rem;
    position: relative
}

ol.number li::before {
    position: absolute;
    counter-increment: cnt 1;
    content: counter(cnt) ".";
    left: 0;
    top: 0
}

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

.link_underline {
    text-decoration: underline
}

.link_underline:hover {
    opacity: 1;
    text-decoration: none
}

.bk_white {
    background: #fff
}

@media screen and (min-width: 1024px) {
    .bk_white {
        background: none
    }
}

.pc {
    display: none
}

@media screen and (min-width: 768px) {
    .pc {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none
    }
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-4 {
    margin-top: 4rem
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.wrap {
    width: min(90%, 1200px);
    margin: 0 auto
}

.wrap10 {
    width: min(90%, 1000px);
    margin: 0 auto
}

.inner {
    padding: 20vw 0
}

@media screen and (min-width: 768px) {
    .inner {
        padding: 10rem 0
    }
}

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .flex.reverse {
        flex-direction: row-reverse
    }
}

.title_kira {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6.5vw;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .title_kira {
        font-size: 4rem;
        margin-bottom: 10rem
    }
}

.title_kira::before {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url(./lp-basic-image/title_kira.svg) no-repeat center/contain;
    position: absolute;
    left: -4rem;
    top: -2rem
}

@media screen and (min-width: 768px) {
    .title_kira::before {
        width: 80px;
        height: 80px;
        left: -5rem;
        top: -3rem
    }
}

@media screen and (min-width: 1024px) {
    .title_kira::before {
        z-index: -1
    }
}

.title_kirabk {
    font-size: 5vw;
    font-weight: 700;
    background: #effdfe;
    border-radius: 10px;
    padding: 1rem 0 1rem 4rem;
    position: relative;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .title_kirabk {
        font-size: 3rem;
        padding: 1rem 0 1rem 6rem
    }
}

.title_kirabk::before {
    content: "";
    display: block;
    width: 4.706vw;
    height: 4.706vw;
    background: url(./lp-basic-image/title_kirabk.svg) no-repeat center/contain;
    position: absolute;
    left: 1.5rem;
    top: 4vw
}

@media screen and (min-width: 768px) {
    .title_kirabk::before {
        width: 30px;
        height: 30px;
        left: 2rem;
        top: 2rem
    }
}

.slick-slider {
    position: relative
}

.slick-slider span {
    display: block;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    opacity: .3
}

.slick-slider span.pre {
    left: 0
}

.slick-slider span.nex {
    right: 0
}

.element {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform .6s, opacity .6s, visibility .6s
}

.element.is-fadeup {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

header .logo {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 1rem
}

header .logo a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

header .logo_75 {
    width: 15%
}

@media screen and (min-width: 1024px) {
    header .logo_75 {
        width: 75px
    }
}

header .logo_name {
    width: 50%
}

@media screen and (min-width: 1024px) {
    header .logo_name {
        width: 300px
    }
}

header .header_inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #13b5bb;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .3s
}

header .header_inner.show {
    z-index: 998;
    opacity: 1
}

header .header_inner ul li {
    margin-bottom: 1rem
}

header .header_inner ul li:last-child {
    margin-bottom: 0
}

header .header_inner ul li a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700
}

header .menu_btn {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 20%;
    height: 20vw;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    header .menu_btn {
        width: 155px;
        height: 135px
    }
}

header .menu_btn_inner {
    width: 35px;
    height: 35px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative
}

@media screen and (min-width: 1024px) {
    header .menu_btn_inner {
        width: 50px;
        height: 50px
    }
}

header .menu_btn_inner span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: .3s
}

@media screen and (min-width: 1024px) {
    header .menu_btn_inner span {
        height: 4px
    }
}

header .menu_btn.show span {
    position: absolute
}

header .menu_btn.show span:first-child {
    transform: rotate(20deg)
}

header .menu_btn.show span:last-child {
    transform: rotate(-20deg)
}

header .menu_btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 22vw;
    background: #13b5bb;
    border-radius: 50%;
    right: -3vw;
    top: -4vw
}

@media screen and (min-width: 1024px) {
    header .menu_btn::before {
        width: 200px;
        height: 200px;
        right: -5rem;
        top: -7rem
    }
}

.mv {
    background: linear-gradient(30deg, #F5F5F5, #F5F5F5, #fff);
    padding: 10.5rem 0 0
}

@media screen and (min-width: 768px) {
    .mv {
        padding: 10.5rem 0 5rem
    }
}

.mv_inner {
    position: relative;
    -webkit-animation: mv-fade 3s;
    animation: mv-fade 3s
}

@-webkit-keyframes mv-fade {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes mv-fade {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.mv_image {
    margin-left: calc(50% - 50vw + 2rem);
    border-radius: 40px 10vw 10vw 40px;
    overflow: hidden;
    height: 65vh;
    background: url(./lp-basic-image/mv.jpg) no-repeat left 30% center/cover
}

@media screen and (min-width: 768px) {
    .mv_image {
        height: auto;
        background: none
    }
}

.mv_image img {
    display: none
}

@media screen and (min-width: 768px) {
    .mv_image img {
        display: block;
        width: 100%;
        height: 65vh;
        -o-object-fit: cover;
        object-fit: cover;
        height: calc(100vh - 120px)
    }
}

.mv_text {
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width: 768px) {
    .mv_text {
        top: 5rem
    }
}

@media screen and (min-width: 1500px) {
    .mv_text {
        top: -4rem
    }
}

.mv_text p {
    font-weight: 700;
    font-size: 4vw;
    text-align: right;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff
}

@media screen and (min-width: 768px) {
    .mv_text p {
        font-size: 2.5rem;
        text-shadow: 0 0 30px #fff
    }
}

@media screen and (min-width: 1200px) {
    .mv_text p {
        font-size: 3rem;
        margin-bottom: 2rem
    }
}

.mv_text p:first-child {
    color: #13b5bb;
    font-size: 7vw;
    font-feature-settings: "palt"
}

@media screen and (min-width: 768px) {
    .mv_text p:first-child {
        font-size: 5rem
    }
}

@media screen and (min-width: 1200px) {
    .mv_text p:first-child {
        font-size: 6.5rem
    }
}

@media screen and (min-width: 1024px) {
    .mv_text p:nth-of-type(2) br {
        display: none
    }
}

.nayami {
    background: url(./lp-basic-image/nayami_bk.svg) no-repeat #f5f5f5 center bottom -1px/100%
}

.nayami .toikake {
    color: #13b5bb;
    text-align: center;
    font-size: 5.5vw;
    font-weight: 700;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .nayami .toikake {
        font-size: 4rem
    }
}

.nayami .toikake em {
    font-size: 8vw
}

@media screen and (min-width: 768px) {
    .nayami .toikake em {
        font-size: 5rem
    }
}

.nayami ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 12vw
}

@media screen and (min-width: 768px) {
    .nayami ul {
        padding-bottom: 20rem
    }
}

.nayami ul::after {
    display: block;
    content: "";
    width: 40%;
    height: 42vw;
    background: url(./lp-basic-image/nayami_woman.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -21vw
}

@media screen and (min-width: 768px) {
    .nayami ul::after {
        width: 200px;
        height: 250px;
        bottom: 0
    }
}

.nayami ul li {
    width: 100%;
    margin-bottom: 2rem
}

@media screen and (min-width: 1024px) {
    .nayami ul li {
        width: 48%
    }
}

.nayami ul li p {
    width: min(100%, 450px);
    height: 90px;
    background: #fff;
    border-radius: 50px;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    line-height: 1.3;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .nayami ul li p {
        font-size: 1.8rem
    }
}

.nayami ul li p em {
    font-size: 6vw
}

@media screen and (min-width: 768px) {
    .nayami ul li p em {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1024px) {
    .nayami ul li:first-child {
        width: 100%;
        margin-bottom: 3rem
    }
}

.nayami ul li:first-child p {
    margin: 0 auto
}

.nayami ul li:last-child p {
    margin-left: auto
}

.kaiketsu {
    background: #effdfe;
    margin-top: 10rem
}

.kaiketsu .wrap {
    position: relative;
    height: 560px
}

.kaiketsu_box {
    position: relative;
    width: 100%;
    top: -5rem;
    left: 0
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box {
        position: absolute;
        top: -10rem
    }
}

.kaiketsu_box_text {
    width: 95%;
    background: #ffffde;
    border-radius: 30px;
    padding: 3rem 2rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .kaiketsu_box_text {
        width: 85%;
        padding: 3rem
    }
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_text {
        width: 75%;
        border-radius: 60px;
        padding: 5rem 6rem 7rem;
        position: relative;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .kaiketsu_box_text {
        width: 60%
    }
}

.kaiketsu_box_text::before,
.kaiketsu_box_text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.kaiketsu_box_text::before {
    background: url(./lp-basic-image/kirakira01.svg) no-repeat center/contain;
    width: 65px;
    height: 80px;
    right: 10%;
    top: -2rem
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_text::before {
        width: 100px;
        height: 120px;
        right: -2rem
    }
}

.kaiketsu_box_text::after {
    background: url(./lp-basic-image/kirakira02.svg) no-repeat center/contain;
    width: 55px;
    height: 70px;
    left: -1rem;
    bottom: -2rem
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_text::after {
        width: 85px;
        height: 100px;
        left: -2rem
    }
}

.kaiketsu_box_text p {
    font-size: 4.3vw;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .kaiketsu_box_text p {
        font-size: 2.4rem
    }
}

.kaiketsu_box_text p:first-child {
    font-size: 5vw;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .kaiketsu_box_text p:first-child {
        font-size: 3rem;
        margin-bottom: 3rem
    }
}

.kaiketsu_box_text p:first-child em {
    font-size: 8vw;
    background: linear-gradient(0deg, #FFFF77, #FFFF77 30%, transparent 30%, transparent);
    letter-spacing: 2px
}

@media screen and (min-width: 768px) {
    .kaiketsu_box_text p:first-child em {
        font-size: 4rem;
        letter-spacing: 0
    }

    .kaiketsu_box_text p:first-child em br {
        display: none
    }
}

.kaiketsu_box_pic {
    width: 85%;
    background: #ffffde;
    border-radius: 30px;
    overflow: hidden;
    margin-top: -3rem;
    margin-left: auto;
    position: relative
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_pic {
        width: 60%
    }
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_pic {
        width: 50%;
        border-radius: 60px;
        margin-top: -10rem
    }
}

.kaiketsu_box_pic img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .kaiketsu_box_pic img {
        height: 300px
    }
}

@media screen and (min-width: 1024px) {
    .kaiketsu_box_pic img {
        height: 400px
    }
}

.chigai {
    background: #effdfe;
    position: relative;
    z-index: 0
}

.chigai .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.chigai .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 50%
}

.chigai .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.chigai .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

.chigai .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.chigai .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s
}

.chigai .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.chigai .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.chigai .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.chigai .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s
}

.chigai .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s
}

.chigai .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s
}

@-webkit-keyframes animate {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-2500px);
        opacity: 0
    }
}

@keyframes animate {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-2500px);
        opacity: 0
    }
}

.chigai .list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.chigai .list li {
    width: 100%;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .chigai .list li {
        width: 30%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1500px) {
    .chigai .list li {
        width: 28%
    }
}

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

    .chigai .list li:nth-of-type(2),
    .chigai .list li:nth-of-type(5),
    .chigai .list li:nth-of-type(8) {
        margin-top: 10rem
    }
}

@media screen and (min-width: 768px) {
    .chigai .list li:nth-of-type(3n) {
        margin-top: 20rem
    }
}

.chigai .list li .pic {
    overflow: hidden;
    border-radius: 50%;
    width: 70%;
    margin: 0 auto 1rem
}

@media screen and (min-width: 768px) {
    .chigai .list li .pic {
        width: 100%
    }
}

.chigai .list li .pic img {
    width: 100%;
    height: 63vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .chigai .list li .pic img {
        height: 27vw
    }
}

@media screen and (min-width: 1500px) {
    .chigai .list li .pic img {
        height: 336px
    }
}

.chigai .list li .text p {
    text-align: center;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .chigai .list li .text p {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 768px) {
    .chigai .list li .text p br {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .chigai .list li .text p br {
        display: block
    }
}

.service ul li.slick-slide {
    transform: scale(0.7);
    transition: .3s;
    width: 100%
}

.service ul li.slick-center {
    transform: scale(1)
}

.service ul li .pic {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem
}

.service ul li .pic img {
    width: 100%;
    height: 63.47vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .service ul li .pic img {
        height: 27.423vw
    }
}

@media screen and (min-width: 1500px) {
    .service ul li .pic img {
        height: 367px
    }
}

.service ul li .text p {
    font-size: 1.4rem
}

@media screen and (min-width: 768px) {
    .service ul li .text p {
        font-size: 1.8rem
    }
}

.service ul li .text p:first-child {
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .service ul li .text p:first-child {
        font-size: 2.4rem
    }
}

.hokan {
    position: relative;
    z-index: 0
}

@media screen and (min-width: 1024px) {
    .hokan {
        background: url(./lp-basic-image/kaiketsu_pic.jpg) no-repeat center/cover;
        background-attachment: fixed
    }
}

.hokan::before {
    content: "";
    display: block;
    width: 100%;
    height: 44vw;
    background: url(./lp-basic-image/parts_top_sp.svg) no-repeat center bottom/cover;
    position: absolute;
    z-index: -1;
    top: 0
}

@media screen and (min-width: 1024px) {
    .hokan::before {
        height: 21vw;
        background-size: 100%;
        background: url(./lp-basic-image/parts_top.svg) no-repeat center bottom/cover
    }
}

@media screen and (min-width: 1200px) {
    .hokan::before {
        height: 35vh;
        top: -6vh
    }
}

.hokan ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10rem;
    margin-top: 14rem
}

.hokan ul li {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 2rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 768px) {
    .hokan ul li {
        width: 48%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .hokan ul li {
        border-radius: 60px;
        padding: 3rem
    }
}

@media screen and (min-width: 1200px) {
    .hokan ul li {
        width: 45%;
        padding: 4rem
    }
}

@media screen and (min-width: 768px) {
    .hokan ul li:nth-of-type(2n) {
        margin-top: 16rem
    }
}

.hokan ul li .pic {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem
}

@media screen and (min-width: 1024px) {
    .hokan ul li .pic {
        border-radius: 40px
    }
}

.hokan ul li .pic img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .hokan ul li .pic img {
        height: 250px
    }
}

.hokan ul li .text p {
    font-weight: 700
}

@media screen and (min-width: 1024px) {
    .hokan ul li .text p {
        font-size: 1.8rem
    }
}

.hokan ul li .text p:first-child {
    font-size: 2rem;
    color: #13b5bb;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.2
}

@media screen and (min-width: 1024px) {
    .hokan ul li .text p:first-child {
        font-size: 2.8rem
    }
}

.hokan .omoushikomi_link a {
    display: block;
    width: min(100%, 1000px);
    margin: 0 auto;
    background: #ff0368;
    border-radius: 40px;
    border: 8px solid #fff;
    text-align: center;
    color: #fff;
    padding: 2rem 0;
    margin-bottom: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

@media screen and (min-width: 768px) {
    .hokan .omoushikomi_link a {
        background: linear-gradient(25deg, #13B5BB 0%, #13B5BB 20%, #FFFF77 50%, #13B5BB 100%);
        background-position: 1% 50%;
        background-size: 200% auto;
        border-radius: 100px;
        border: 10px solid #fff
    }
}

@media screen and (min-width: 768px) {
    .hokan .omoushikomi_link a:hover {
        opacity: 1;
        background-position: 99% 50%
    }
}

.hokan .omoushikomi_link a p {
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .hokan .omoushikomi_link a p {
        font-size: 2rem
    }
}

.hokan .omoushikomi_link a p:nth-of-type(2) {
    font-size: 8vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 768px) {
    .hokan .omoushikomi_link a p:nth-of-type(2) {
        font-size: 4rem
    }
}

.hokan .omoushikomi_link a p:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(./lp-basic-image/arrow_right_w.svg) no-repeat center/contain;
    position: absolute;
    left: -4rem;
    top: 1rem
}

@media screen and (min-width: 768px) {
    .hokan .omoushikomi_link a p:nth-of-type(2)::before {
        top: 2rem
    }
}

.cleaning {
    background: url(./lp-basic-image/cleaning_bk.svg) #effdfe no-repeat center bottom 4rem/250%
}

@media screen and (min-width: 768px) {
    .cleaning {
        background-size: 100%
    }
}

.cleaning .wrap {
    height: 500px
}

.cleaning_box {
    background: #fff;
    width: min(100%, 1000px);
    margin: 0 auto;
    border-radius: 30px;
    padding: 3rem;
    position: relative;
    top: -10rem
}

@media screen and (min-width: 768px) {
    .cleaning_box {
        border-radius: 60px;
        padding: 6rem 8rem
    }
}

.cleaning_box p {
    font-weight: 700;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .cleaning_box p {
        font-size: 2rem;
        line-height: 2
    }
}

.plan {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.plan .left,
.plan .right {
    padding: 3rem
}

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

    .plan .left,
    .plan .right {
        padding: 5rem
    }
}

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

    .plan .left,
    .plan .right {
        width: 50%;
        padding: 10rem 4vw
    }
}

.plan .left {
    background: #13b5bb
}

@media screen and (min-width: 1024px) {
    .plan .left {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 100vh
    }
}

.plan .left .title_kira {
    color: #fff;
    margin-bottom: 4rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .plan .left .title_kira {
        font-size: 3rem
    }

    .plan .left .title_kira br {
        display: none
    }
}

.plan .left .title_kira::before {
    z-index: 1
}

.plan .left dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-weight: 500;
    margin-bottom: 4rem
}

.plan .left dl dt {
    width: 100%;
    color: #ff7
}

@media screen and (min-width: 768px) {
    .plan .left dl dt {
        width: 100px;
        color: #fff;
        margin-top: 0
    }
}

.plan .left dl dt:nth-of-type(2) {
    margin-top: 2rem
}

@media screen and (min-width: 768px) {
    .plan .left dl dt:nth-of-type(2) {
        margin-top: 0
    }
}

.plan .left dl dd {
    width: 100%
}

@media screen and (min-width: 768px) {
    .plan .left dl dd {
        width: calc(100% - 100px)
    }
}

.plan .left p {
    color: #fff;
    font-weight: 500
}

.plan .left p span {
    color: #ff7
}

.plan .right table {
    border-left: 1px solid #13b5bb;
    border-top: 1px solid #13b5bb
}

.plan .right table th,
.plan .right table td {
    padding: .5rem;
    border-right: 1px solid #13b5bb;
    border-bottom: 1px solid #13b5bb;
    vertical-align: middle
}

.plan .right table th {
    font-weight: 700
}

.plan .right table th span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block
}

.plan .right table td {
    text-align: center
}

.plan .right table tr:not(:first-child) th {
    text-align: left
}

.plan .right table tr:first-of-type th {
    width: 20%;
    background: #13b5bb;
    color: #fff;
    padding: 1rem 0
}

.plan .right table tr:first-of-type th:first-of-type {
    width: 60%
}

.plan .right table tr:first-of-type th:nth-of-type(2) {
    background: #ff0368
}

.plan .right table tr:nth-of-type(2n) {
    background: #effdfe
}

.kakaku picture {
    display: block;
    margin-bottom: 6rem
}

@media screen and (min-width: 768px) {
    .kakaku picture img {
        position: relative;
        top: -6rem
    }
}

.kakaku p {
    font-weight: 700;
    padding-left: 6rem
}

@media screen and (min-width: 768px) {
    .kakaku p {
        font-size: 2rem;
        padding-left: 4rem
    }
}

.nagare {
    background: url(./lp-basic-image/nagare_bk01.jpg) no-repeat center top 45vw/100%, url(./lp-basic-image/nagare_bk02.jpg) no-repeat center bottom/100%, #fff;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .nagare {
        background: url(./lp-basic-image/nagare_bk01.jpg) no-repeat center top/100%, url(./lp-basic-image/nagare_bk02.jpg) no-repeat center bottom/100%, #fff
    }
}

.nagare::before {
    content: "";
    display: block;
    width: 100%;
    height: 68vw;
    background: url(./lp-basic-image/parts_nagare_sp.svg) no-repeat center bottom/100%;
    position: absolute;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .nagare::before {
        background: url(./lp-basic-image/parts_top_sp.svg) no-repeat center bottom/100%;
        height: 35vh
    }
}

@media screen and (min-width: 1200px) {
    .nagare::before {
        background: url(./lp-basic-image/parts_top.svg) no-repeat center bottom/100%
    }
}

.nagare .title_kira {
    margin-bottom: 2rem
}

.nagare .t-center {
    font-weight: 700;
    margin-bottom: 10rem
}

@media screen and (min-width: 768px) {
    .nagare .t-center {
        font-size: 2rem
    }
}

.nagare ol li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 8rem
}

.nagare ol li .pic {
    width: 100%;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    border-radius: 0 200px 200px 0;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .nagare ol li .pic {
        width: 50%;
        flex: 1;
        margin-bottom: 0
    }
}

.nagare ol li .pic img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .nagare ol li .pic img {
        height: 400px
    }
}

.nagare ol li .text {
    width: 100%
}

@media screen and (min-width: 768px) {
    .nagare ol li .text {
        width: 45%;
        margin-left: 5%;
        margin-bottom: 4rem
    }
}

.nagare ol li .text p {
    padding: 0 1rem
}

.nagare ol li .text p.title {
    font-size: 5.5vw;
    font-weight: 700;
    color: #13b5bb;
    line-height: 1;
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative
}

@media screen and (min-width: 768px) {
    .nagare ol li .text p.title {
        font-size: 2.4rem
    }
}

.nagare ol li .text p.title span {
    font-family: "Marcellus", serif;
    font-size: 10vw;
    font-weight: initial;
    margin-right: 1rem
}

@media screen and (min-width: 768px) {
    .nagare ol li .text p.title span {
        font-size: 6rem
    }
}

.nagare ol li .text p.title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #13b5bb;
    position: absolute;
    left: 0;
    bottom: 0
}

.nagare ol li:nth-of-type(2n) {
    flex-direction: row-reverse
}

.nagare ol li:nth-of-type(2n) .pic {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    border-radius: 200px 0 0 200px
}

.nagare ol li:nth-of-type(2n) .text {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .nagare ol li:nth-of-type(2n) .text {
        margin-right: 5%
    }
}

.brand {
    background: #effdfe
}

.brand .flex {
    align-items: center;
    justify-content: space-between
}

.brand .flex .text {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .brand .flex .text {
        width: 45%;
        margin-bottom: 0
    }
}

.brand .flex .pic {
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .brand .flex .pic {
        width: 50%
    }
}

.brand .flex .pic img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .brand .flex .pic img {
        height: 300px
    }
}

.voice {
    position: relative;
    z-index: 0
}

.voice::before {
    content: "";
    width: 100%;
    height: 35vh;
    background: url(./lp-basic-image/parts_voice_sp.svg) no-repeat #effdfe center top/100%;
    position: absolute;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .voice::before {
        background: url(./lp-basic-image/parts_top2_sp.svg) no-repeat #effdfe center top/cover;
    }
}

@media screen and (min-width: 1024px) {
    .voice::before {
        background: url(./lp-basic-image/parts_top2.svg) no-repeat #effdfe center top/cover;
    }
}

.voice ul li {
    padding: 0 1.5rem
}

@media screen and (min-width: 1200px) {
    .voice ul li {
        padding: 0 3rem
    }
}

.voice ul li .title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.voice ul li .title .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #13B5BB;
    padding: 1rem;
}

.voice ul li .title p {
    width: calc(100% - 75px);
    font-size: 2rem;
    font-weight: 700;
}

.voice ul li .title p small {
    display: block;
    font-weight: initial;
    font-size: initial;
}

.voice ul li .text {
    margin-top: 1rem;
}

.faq {
    position: relative;
    overflow: hidden
}

.faq .parts {
    display: none
}

@media screen and (min-width: 768px) {
    .faq .parts {
        display: block;
        position: absolute
    }

    .faq .parts.parts01 {
        right: -20rem;
        top: 10rem;
        width: 400px;
        height: 450px
    }

    .faq .parts.parts02 {
        left: -10rem;
        bottom: 25rem;
        width: 250px;
        height: 300px
    }

    .faq .parts.parts03 {
        right: 33vw;
        bottom: 20rem;
        width: 100px;
        height: 100px
    }

    .faq .parts.parts04 {
        right: -18rem;
        bottom: 0;
        width: 300px;
        height: 310px
    }
}

.faq .flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 110%;
    margin-left: -5%;
    padding-left: 5%
}

@media screen and (min-width: 768px) {
    .faq .flex {
        flex-wrap: wrap;
        overflow-x: auto;
        width: auto;
        margin-left: 0;
        padding-left: 0
    }
}

.faq .item {
    width: 250px;
    height: 400px;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    visibility: visible;
    flex-shrink: 0;
    margin-right: 2rem
}

.faq .item:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .faq .item {
        width: 49%;
        margin-right: 2%;
        height: 300px
    }
}

@media screen and (min-width: 1200px) {
    .faq .item {
        width: 23%;
        height: 380px
    }
}

@media screen and (min-width: 768px) {
    .faq .item:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .faq .item:nth-of-type(2n) {
        margin-right: 2%
    }
}

@media screen and (min-width: 1024px) {
    .faq .item:nth-of-type(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .faq .item:nth-of-type(-n+2) {
        margin-top: 0
    }
}

@media screen and (min-width: 1200px) {
    .faq .item:nth-of-type(-n+4) {
        margin-top: 0
    }
}

.faq .item .front,
.faq .item .back {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #13b5bb;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    padding: 2rem
}

.faq .item .front span,
.faq .item .back span {
    font-family: "Marcellus", serif;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block
}

.faq .item .front p,
.faq .item .back p {
    font-weight: 700;
    line-height: 1.4
}

.faq .item .front::before,
.faq .item .back::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    font-size: 3rem
}

.faq .item .front {
    background: #13b5bb;
    color: #fff
}

.faq .item .front::before {
    content: ""
}

.faq .item .back {
    background: #fff;
    transform: rotateY(-180deg);
    color: #13b5bb
}

.faq .item .back::before {
    content: ""
}

.faq .item.is_show .front {
    transform: rotateY(180deg)
}

.faq .item.is_show .back {
    transform: rotateY(0)
}

footer {
    background: #13b5bb;
    color: #fff;
    position: relative;
    margin-top: 10vw;
    padding: 2rem 0 15rem
}

@media screen and (min-width: 768px) {
    footer {
        padding-bottom: 5rem
    }
}

footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 13vw;
    background: url(./lp-basic-image/footer_parts.svg) #fff no-repeat center bottom/contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10vw
}

@media screen and (min-width: 1024px) {
    footer::before {
        z-index: -1
    }
}

footer ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

footer ul li {
    width: 100%
}

@media screen and (min-width: 768px) {
    footer ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 2rem
    }
}

footer ul li a {
    color: #fff;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    footer ul li a {
        font-size: 1.8rem
    }
}

footer .logo {
    width: 80%;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    footer .logo {
        width: 350px
    }
}

footer .copyright {
    font-size: 1.4rem;
    font-weight: 700
}

footer .button {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 60px 0 0 0;
    color: #fff;
    width: 100%;
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
    padding: 1rem 0;
    background: #ff0368
}

@media screen and (min-width: 768px) {
    footer .button {
        border-radius: 80px 0 0 0;
        width: 350px;
        padding: 3rem 0 2rem;
        font-size: 4rem;
        background: #13b5bb
    }
}

footer .button small {
    display: block;
    font-size: 1.4rem
}

@media screen and (min-width: 768px) {
    footer .button small {
        font-size: 1.6rem
    }
}

footer .button:hover {
    opacity: 1;
    background: #ff0368
}

/*追加分 */
.fs-l-main {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.fs-l-pageMain {
    max-width: 100%;
    margin-left: 0;
}


/*
a:active,
a:visited {
    color: #fff;
}
*/


a:hover {
    text-decoration: none;
}

.faq a:active,
.faq a:visited {
    color: #000;
}

.mailform .title_kira {
    margin-bottom: 6rem;
}

.mailform .box {
    border-radius: 30px;
    background: #effdfe;
    padding: 4rem 2rem;
    position: relative;
    z-index: 0;
}

.mailform .box table {
    width: min(100%, 800px);
    margin: 0 auto 0;
}

.mailform .box table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.mailform .box table tr th,
.mailform .box table tr td {
    width: 100%;
}

.mailform .box table tr th {
    text-align: left;
    font-weight: 700;
}

.mailform .box table tr td input:not([type="radio"]),
.mailform .box table tr td select {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.mailform .box table tr.name td,
.mailform .box table tr.kana td {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mailform .box table tr.name td input,
.mailform .box table tr.kana td input {
    width: 49.5%;
}

.mailform .box table tr.tel td input,
.mailform .box table tr.birth td input {
    width:28%;
}

.mailform .box table tr.birth td select {
    width: 24%;
}

.mailform .box table .require {
    background: #ff0368;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 .5rem;
    margin-left: 1rem;
}

.mailform .box table em {
    font-weight: 700;
}

.mailform .box .submit input {
    display: block;
    width: min(90%,300px);
    margin: 4rem auto 0;
    padding: 2rem 0;
    background: #13B5BB;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    border: none;
}

.mailform .box .submit input:hover {
    background: #ff0368;
}

@media screen and (min-width: 768px) {
    .mailform .box {
        border-radius: 60px;
        padding: 5rem 4rem;
    }
    .mailform .box table tr.tel td input,
    .mailform .box table tr.birth td input,
    .mailform .box table tr.birth td select {
        width: 100px;
    }
}