:root {
    --grad-progress: 0;
    --intro-progress: 0;
    --g-padding-s: 32px;
    --g-padding-m: 64px;
    --g-padding-l: 136px;
    --g-color-base: #f8f8f8;
    --g-color-pink: #fe70d1;
    --g-color-green: #06c755;
    --g-color-black: #101828;
    --g-color-blue: #5e8ec1;
    --g-color-white: #fff;
    --g-color-border: #707070;
    --g-color-yellow: #f59e33;
}
@media screen and (max-width: 1350px) {
    :root {
        --g-padding-s: 32rem;
        --g-padding-m: 64rem;
        --g-padding-l: 136rem;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --g-padding-s: 0;
        --g-padding-m: 0;
        --g-padding-l: 0;
    }
}

._b {
    font-weight: bold;
}

._m {
    font-weight: 500;
}

._n {
    font-weight: normal;
}

.c-font-xs {
    font-size: 12rem;
    letter-spacing: 0.05em;
}

.c-font-s {
    font-size: 16rem;
    font-weight: 500;
    line-height: 1.4;
}

.c-font-m {
    font-size: 25rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.c-font-l {
    font-size: 45rem;
    font-weight: 500;
    line-height: 90rem;
    letter-spacing: 0.05em;
}

.c-font-xl {
    font-size: 120rem;
    font-weight: normal;
    line-height: 1.2;
}

@media (max-width: 768px) {
    ._pc {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    ._tablet {
        display: none !important;
    }
}
@media (min-width: 768px) {
    ._sp {
        display: none !important;
    }
}
.smooth-scroll {
    height: 100vh;
    width: 100%;
}

.scrollbar-track {
    display: none !important;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-scroll-container] {
    overflow: hidden !important;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11rem;
    height: 100vh;
    transform-origin: center right;
    transition:
        transform 0.3s,
        opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7rem;
    border-radius: 10rem;
    margin: 2rem;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.cover-footer {
    z-index: 1;
}

body.is-loading .js-cursor {
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

html {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1350px) {
    html {
        font-size: 0.0740740741vw;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 0.2564102564vw;
    }
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

::before,
::after {
    box-sizing: inherit;
    margin: 0;
}

::selection {
    background-color: #ccc;
}

body {
    overflow-wrap: break-word;
    width: 100%;
    min-height: 100%;
    line-height: 1.8;
    overflow-x: hidden;
}
body.is-menu-active {
    overflow: hidden;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1em;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 0;
}

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

dl {
    padding: 0;
}

iframe {
    border-style: none;
}

.black a,
.black p {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
a,
p,
span {
    color: var(--g-color-black);
}

section {
    position: relative;
    overflow: hidden;
}

span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
    bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
    bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
    transform: translateY(0);
}

.js-menu .c-menu {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.js-menu .c-menu span {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: inherit;
}
@media screen and (max-width: 768px) {
    .js-menu .c-menu span {
        transform: unset !important;
    }
}
.js-menu .c-menu span::after {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    content: attr(data-text);
    transform: translateY(100%);
}
@media screen and (max-width: 768px) {
    .js-menu .c-menu span::after {
        content: unset;
    }
}

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

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

.container {
    max-width: 1232px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1350px) {
    .container {
        max-width: 1232rem;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 358rem;
    }
}

.sec-ttl {
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 1350px) {
    .sec-ttl {
        margin-bottom: 40rem;
    }
}
.sec-ttl h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: var(--g-color-pink);
    display: flex;
    align-items: end;
    justify-content: center;
}
@media screen and (max-width: 1350px) {
    .sec-ttl h2 {
        font-size: 30rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-ttl h2 {
        font-size: 24rem;
    }
}
.sec-ttl h2 img {
    width: 62px;
}
@media screen and (max-width: 1350px) {
    .sec-ttl h2 img {
        width: 62rem;
    }
}
.sec-ttl p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 2;
    color: var(--g-color-pink);
    margin-top: 10px;
}
@media screen and (max-width: 1350px) {
    .sec-ttl p {
        margin-top: 10rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-ttl p {
        font-size: 14rem;
        margin-top: 5rem;
    }
}
.sec-ttl._black h2 {
    color: var(--g-color-black);
}
.sec-ttl._black p {
    color: var(--g-color-black);
}

.line-btn a {
    width: 200px;
    height: 48px;
    background: var(--g-color-green);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .line-btn a {
        width: 200rem;
        height: 48rem;
    }
}
@media screen and (max-width: 768px) {
    .line-btn a {
        width: 322rem;
        height: 60rem;
    }
}
.line-btn a img {
    width: 36px;
}
@media screen and (max-width: 1350px) {
    .line-btn a img {
        width: 36rem;
    }
}
.line-btn a span {
    margin-left: 9px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--g-color-white);
}
@media screen and (max-width: 1350px) {
    .line-btn a span {
        margin-left: 9rem;
        font-size: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .line-btn a span {
        font-size: 19rem;
    }
}
.line-btn a:hover {
    opacity: 0.7;
}

.view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 400;
    letter-spacing: 0.05em;
    border: unset;
    background: none;
    cursor: pointer;
}
.view-more svg {
    width: 57px;
    height: auto;
    margin-right: 2px;
    transform: translateY(3px);
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .view-more svg {
        width: 57rem;
    }
}
.view-more span {
    display: block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.view-more span span:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.view-more:hover span {
    color: var(--g-color-pink);
}
.view-more:hover svg {
    transform: translateY(8px);
}
.view-more.active svg {
    transform: translateY(3px) rotate(180deg);
}
.view-more.active span span:first-child {
    opacity: 0;
}
.view-more.active span span:last-child {
    opacity: 1;
}
.view-more.active:hover svg {
    transform: translateY(-2px) rotate(180deg);
}
.view-more._s {
    font-size: 14px;
}
@media screen and (max-width: 1350px) {
    .view-more._s {
        font-size: 14rem;
    }
}
.view-more._s svg {
    width: 45px;
}
@media screen and (max-width: 1350px) {
    .view-more._s svg {
        width: 45rem;
    }
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 12rem;
        height: 12rem;
    }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe70d1;
}

.swiper-wrapper {
    align-items: stretch;
}
.swiper-wrapper .swiper-slide {
    height: auto;
}

.lower-fv {
    background: url(../img/thoughts-img.webp);
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
}
.lower-fv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7803921569);
    z-index: 1;
}
.lower-fv .container {
    position: relative;
    z-index: 2;
}
.lower-fv-main {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 440px;
    padding-top: 80px;
}
@media screen and (max-width: 1350px) {
    .lower-fv-main {
        padding-top: 80rem;
        height: 440rem;
    }
}
@media screen and (max-width: 768px) {
    .lower-fv-main {
        padding-top: 86rem;
        height: 330rem;
    }
}
.lower-fv-main h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.36;
    letter-spacing: 0.35px;
    color: #fe70d1;
    text-shadow:
        -2px -2px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff;
}
@media screen and (max-width: 1350px) {
    .lower-fv-main h2 {
        font-size: 44rem;
    }
}
@media screen and (max-width: 768px) {
    .lower-fv-main h2 {
        font-size: 30rem;
    }
}

html {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-style: normal;
}

._bold {
    font-weight: 700;
}

.js-ttl,
.js-ttl-io {
    overflow: hidden;
    display: block;
    opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
    opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
    display: inline-flex;
    align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
    display: inline-block;
    transform: translate(0, 101%);
    transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
    transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
    transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
    transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
    transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
    transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
    transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
    transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
    transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
    transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
    transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
    transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
    transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
    transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
    transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
    transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
    transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
    transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
    transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
    transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
    transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
    transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
    transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
    transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
    transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
    transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
    transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
    transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
    transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
    transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
    transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
    transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
    transform: translate(0, 0);
}

.js-io._clip {
    clip-path: polygon(0 0, 0 0, 0 0);
    transition: all 1.5s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeup {
    transform: translate(0, 36px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
    transform: translate(0, 130%);
    transition:
        transform 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
    transform: translateX(100px) scale(1.1);
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    filter: blur(10px);
    opacity: 0;
}
@media screen and (max-width: 1350px) {
    .js-io._fadeleft {
        transform: translateX(100rem) scale(1.1);
    }
}
@media screen and (max-width: 768px) {
    .js-io._fadeleft {
        transform: translateX(50rem) scale(1.1);
    }
}
.js-io._lettering {
    opacity: 0;
}
.js-io._lettering span {
    transition:
        transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1),
        opacity 0.6s ease-in-out,
        filter 1s ease-in-out;
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.2);
}
.js-io._lettering span:nth-of-type(1) {
    transition-delay: 0s;
}
.js-io._lettering span:nth-of-type(2) {
    transition-delay: 0.18s;
}
.js-io._lettering span:nth-of-type(3) {
    transition-delay: 0.34s;
}
.js-io._lettering span:nth-of-type(4) {
    transition-delay: 0.42s;
}
.js-io._lettering span:nth-of-type(5) {
    transition-delay: 0.5s;
}
.js-io._lettering span:nth-of-type(6) {
    transition-delay: 0.58s;
}
.js-io._lettering span:nth-of-type(7) {
    transition-delay: 0.66s;
}
.js-io._lettering span:nth-of-type(8) {
    transition-delay: 0.74s;
}
.js-io._lettering span:nth-of-type(9) {
    transition-delay: 0.82s;
}
.js-io._lettering span:nth-of-type(10) {
    transition-delay: 0.9s;
}
.js-io._lettering span:nth-of-type(11) {
    transition-delay: 0.98s;
}
.js-io._lettering span:nth-of-type(12) {
    transition-delay: 1.06s;
}
.js-io._lettering span:nth-of-type(13) {
    transition-delay: 1.12s;
}
.js-io._lettering span:nth-of-type(14) {
    transition-delay: 1.2s;
}
.js-io._lettering._show {
    opacity: 1;
}
.js-io._lettering._show span {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}
.js-io._faderight {
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    filter: blur(10px);
    opacity: 0;
}
.js-io._fadexy {
    transform: translate3d(20px, 20px, 0);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._blur {
    transform: scale(1.1);
    transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
    visibility: hidden;
    filter: blur(10px);
    opacity: 0;
}
.js-io._fadein {
    transform: translateY(0);
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.js-io._zoomup {
    transform: scale(0.5);
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
    transform: translate(0) scale(1);
    visibility: visible;
    filter: blur(0);
    opacity: 1;
}
.js-io._delay.--fadein {
    transform: translateY(0);
}
.js-io._delay._show {
    transform: translate(0) scale(1);
    visibility: visible;
    filter: blur(0);
    opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
    transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
    transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
    transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
    transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
    transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
    transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
    transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
    transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
    transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
    transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
    transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
    transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
    transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
    transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
    transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
    transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
    transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
    transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
    transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
    transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
    transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
    transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
    transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
    transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
    transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
    transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
    transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
    transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
    transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
    transition-delay: 1.17s;
}

.js-menu .c-menu {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.js-menu .c-menu span {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: inherit;
}
.js-menu .c-menu span::after {
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    content: attr(data-text);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

._cus-blur {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
    filter: blur(10px);
    opacity: 0;
}
._cus-blur._show {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
}

._cus-fadeup {
    transform: translate(0, 36px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1),
        background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
    transform: translate(0);
    opacity: 1;
}
._cus-fadeup._delay._show {
    transform: translate(0) scale(1);
    visibility: visible;
    filter: blur(0);
    opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
    transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
    transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
    transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
    transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
    transition-delay: 0.17s;
}

.handle-anime-txt {
    animation-name: handle_anime_txt;
    animation-duration: 0.87s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes handle_anime_txt {
    0% {
        clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
        transform: translate(0, 100%) scale(1, 3.6);
    }
    100% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        transform: translate(0, 0) scale(1);
    }
}
.js-io-anime {
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
    animation-name: handle_anime;
    animation-duration: 0.653s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-delay: 0.776s;
}

@keyframes handle_anime {
    0% {
        clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
        transform: translate(0, 0);
    }
}
.parallax-img__wrap {
    position: relative;
}
.parallax-img__wrap .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 150px);
}
@media screen and (max-width: 1350px) {
    .parallax-img__wrap .parallax-img {
        height: calc(100% + 150rem);
    }
}
@media screen and (max-width: 768px) {
    .parallax-img__wrap .parallax-img {
        height: 100%;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: all 0.4s ease-in-out;
    background: #fcfcfc;
    border: 1px solid #d1d5dc;
}
.header-container {
    padding: 6px 24px;
    padding-right: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1350px) {
    .header-container {
        padding: 6rem 24rem;
        padding-right: 98rem;
    }
}
@media screen and (max-width: 768px) {
    .header-container {
        padding: 0 24rem 0 16rem;
        height: 86rem;
    }
}
.header-logo img {
    width: 134px;
    height: auto;
}
@media screen and (max-width: 1350px) {
    .header-logo img {
        width: 134rem;
    }
}
@media screen and (max-width: 768px) {
    .header-logo img {
        width: 114rem;
    }
}
.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .header-link {
        display: none;
    }
}
.header-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-link ul li {
    visibility: visible;
    position: relative;
}
.header-link ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--g-color-black);
    transition: all 0.4s ease-in-out;
}
.header-link ul li:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.header-link ul li:not(:last-child) {
    margin-right: 30px;
}
@media screen and (max-width: 1350px) {
    .header-link ul li:not(:last-child) {
        margin-right: 30rem;
    }
}
.header-link ul li a {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: var(--g-color-black);
    transition: all 0.4s ease-in-out;
    text-shadow:
        -2px -2px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff;
}
@media screen and (max-width: 1350px) {
    .header-link ul li a {
        font-size: 14rem;
    }
}
.header-link ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 58px;
    opacity: 0.48;
}
@media screen and (max-width: 1350px) {
    .header-link ul li a img {
        width: 58rem;
    }
}
.header-link ul li a span {
    position: relative;
    z-index: 2;
}
.header-btn {
    margin-left: 170px;
}
@media screen and (max-width: 1350px) {
    .header-btn {
        margin-left: 100px;
    }
}
@media screen and (max-width: 1350px) {
    .header-btn {
        margin-left: 100rem;
    }
}
@media screen and (max-width: 768px) {
    .header-btn {
        margin-left: 0;
    }
}
.header-sp-menu {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-sp-menu {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .header-sp-menu-btn {
        width: 32rem;
        height: 20rem;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .header-sp-menu-btn span {
        width: 100%;
        height: 2rem;
        display: inline-block;
        background: #364153;
        transition: all 0.4s ease-in-out;
    }
}
.header-sp-menu-btn span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-sp-menu-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-sp-menu-btn.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.header-sp-menu-btn.active span:nth-child(2) {
    opacity: 0;
}
.header-sp-menu-btn.active span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
}

.full-menu-sp {
    position: fixed;
    right: 0;
    z-index: 899;
    display: none;
}
@media screen and (max-width: 768px) {
    .full-menu-sp {
        display: block;
        background: #fff;
        padding: 32rem 0 32rem 16rem;
        border-radius: 0 0 0 24rem;
        top: 85rem;
        transform: translateX(101%);
        width: 261rem;
        transition: all 0.4s ease-in-out;
    }
}
.full-menu-sp.active {
    transform: translateX(0);
}
.full-menu-sp li {
    border-bottom: 1px solid rgba(54, 65, 83, 0.2);
}
.full-menu-sp li a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    text-shadow:
        -2px -2px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff;
}
@media screen and (max-width: 768px) {
    .full-menu-sp li a {
        padding: 24rem;
        font-size: 18rem;
        font-weight: 500;
        line-height: 1;
        color: #364153;
    }
}
.full-menu-sp li a img {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2;
}
@media screen and (max-width: 768px) {
    .full-menu-sp li a img {
        width: 58rem;
    }
}
.full-menu-sp li a span {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .full-menu-sp li a svg {
        width: 12rem;
        margin-right: 18rem;
    }
}

.full-bg {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 898;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
    .full-bg {
        display: block;
    }
}
.full-bg.active {
    visibility: visible;
    opacity: 1;
}

.line-sp-btn {
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 898;
    display: none;
}
@media screen and (max-width: 768px) {
    .line-sp-btn {
        opacity: 0;
        visibility: hidden;
        bottom: 40rem;
        display: block;
        width: 71rem;
        transition: all 0.4s ease-in-out;
    }
}
.line-sp-btn.show {
    opacity: 1;
    visibility: visible;
}
.line-sp-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .line-sp-btn a {
        width: 71rem;
        height: 48rem;
        border-radius: 32rem 0 0 32rem;
        padding-top: 3rem;
        background: #06c755;
        padding-left: 9rem;
    }
}
@media screen and (max-width: 768px) {
    .line-sp-btn a:not(:last-child) {
        margin-bottom: 8rem;
    }
}
@media screen and (max-width: 768px) {
    .line-sp-btn a img {
        width: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .line-sp-btn a span {
        font-size: 12rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.03em;
        color: #fff;
        transform: translateY(-2rem);
    }
}

.footer {
    padding: 52px 0;
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
}
@media screen and (max-width: 1350px) {
    .footer {
        padding: 52rem 0;
    }
}
@media screen and (max-width: 768px) {
    .footer {
        padding: 64rem 0;
    }
}
.footer-container {
    max-width: 1128px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1350px) {
    .footer-container {
        max-width: 1128rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-container {
        max-width: 342rem;
    }
}
.footer-main {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 32px;
}
@media screen and (max-width: 1350px) {
    .footer-main {
        padding-bottom: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-main {
        padding: 32rem 0;
        padding-bottom: 48rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .footer-logo {
        margin-bottom: 48rem;
        text-align: center;
    }
}
.footer-logo img {
    width: 143px;
    height: auto;
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .footer-logo img {
        width: 143rem;
        margin-bottom: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-logo img {
        margin: auto;
        margin-bottom: 16rem;
    }
}
.footer-logo p {
    font-size: 14px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #d1d5dc;
}
@media screen and (max-width: 1350px) {
    .footer-logo p {
        font-size: 14rem;
    }
}
.footer-content {
    display: flex;
    align-items: start;
    justify-content: right;
}
@media screen and (max-width: 768px) {
    .footer-content {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu {
        margin-bottom: 48rem;
    }
}
.footer-menu-ttl {
    margin-bottom: 11px;
}
@media screen and (max-width: 1350px) {
    .footer-menu-ttl {
        margin-bottom: 11rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu-ttl {
        margin-bottom: 16rem;
    }
}
.footer-menu-ttl p {
    font-size: 16px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}
@media screen and (max-width: 1350px) {
    .footer-menu-ttl p {
        font-size: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu-ttl p {
        font-size: 18rem;
    }
}
.footer-menu-main {
    display: flex;
    align-items: start;
    justify-content: left;
}
@media screen and (max-width: 768px) {
    .footer-menu-main {
        gap: 64rem;
    }
}
.footer-menu ul {
    width: 176px;
}
@media screen and (max-width: 1350px) {
    .footer-menu ul {
        width: 176rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu ul {
        width: auto;
    }
}
.footer-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
    .footer-menu ul li:not(:last-child) {
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu ul li:not(:last-child) {
        margin-bottom: 16rem;
    }
}
.footer-menu ul li a {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #d1d5dc;
    position: relative;
}
@media screen and (max-width: 1350px) {
    .footer-menu ul li a {
        font-size: 14rem;
    }
}
.footer-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #d1d5dc;
    transition: all 0.4s ease-in-out;
}
.footer-menu ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.footer-contact-ttl {
    margin-bottom: 11px;
}
@media screen and (max-width: 1350px) {
    .footer-contact-ttl {
        margin-bottom: 11rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-contact-ttl {
        margin-bottom: 16rem;
    }
}
.footer-contact-ttl p {
    font-size: 16px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}
@media screen and (max-width: 1350px) {
    .footer-contact-ttl p {
        font-size: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-contact-ttl p {
        font-size: 18rem;
    }
}
.footer-contact ul:not(:last-child) {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .footer-contact ul:not(:last-child) {
        margin-bottom: 16rem;
    }
}
.footer-contact ul:last-child {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
}
@media screen and (max-width: 1350px) {
    .footer-contact ul:last-child {
        gap: 16rem;
    }
}
.footer-contact ul:last-child svg {
    transition: all 0.4s ease-in-out;
    width: 20px;
    height: auto;
}
@media screen and (max-width: 1350px) {
    .footer-contact ul:last-child svg {
        width: 20rem;
    }
}
.footer-contact ul:last-child a:hover svg {
    transform: scale(1.1);
}
.footer-contact ul li {
    display: flex;
    align-items: center;
    justify-content: left;
}
.footer-contact ul li:last-child span {
    text-decoration: underline;
}
.footer-contact ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
}
.footer-contact ul li svg {
    width: 18px;
    height: auto;
    margin-right: 4px;
}
@media screen and (max-width: 1350px) {
    .footer-contact ul li svg {
        width: 18rem;
        margin-right: 4rem;
    }
}
.footer-contact ul li span {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #d1d5dc;
}
@media screen and (max-width: 1350px) {
    .footer-contact ul li span {
        font-size: 14rem;
    }
}
.footer-copyright {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #4a5565;
}
@media screen and (max-width: 1350px) {
    .footer-copyright {
        padding-top: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-copyright {
        padding-top: 48rem;
    }
}
.footer-copyright p {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #99a1af;
}
@media screen and (max-width: 768px) {
    .footer-copyright p {
        font-size: 14rem;
    }
}

.blog-single-main {
    padding: 100px 0;
}
@media screen and (max-width: 1350px) {
    .blog-single-main {
        padding: 100rem 0;
    }
}
.blog-single-main-container {
    max-width: 1150px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
}
@media screen and (max-width: 1350px) {
    .blog-single-main-container {
        gap: 48rem;
        max-width: 1150rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-single-main-container {
        flex-direction: column;
        max-width: 342rem;
    }
}

.blog-archive-list {
    background: var(--g-color-white);
    max-width: 846px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media screen and (max-width: 1350px) {
    .blog-archive-list {
        gap: 24rem;
        max-width: 846rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-archive-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16rem;
        max-width: 100%;
    }
}
.blog-archive-list .sec-news__elem,
.blog-recommend-list-main .sec-news__elem {
    width: 100%;
}
.sec-news__elem-ctgs {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-ctgs {
        margin-bottom: 12rem;
        gap: 8rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-news__elem-ctgs {
        margin-bottom: 12rem;
        gap: 8rem;
    }
}
.sec-news__elem-ctgs span {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fe70d1;
    padding: 4px 24px;
    border-radius: 100px;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-ctgs span {
        padding: 4rem 24rem;
        font-size: 12rem;
    }
}
.blog-single {
    background: var(--g-color-white);
    max-width: 846px;
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .blog-single {
        max-width: 846rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-single {
        max-width: 100%;
    }
}
.blog-single-content * {
    font-size: 16px;
    font-weight: 400;
    color: var(--g-color-black);
    line-height: 1.8;
    margin-bottom: 16px;
}
.blog-single-content ul,
ol {
    list-style: disc;
    list-style-position: inside;
}
@media screen and (max-width: 768px) {
    .blog-single-content * {
        margin-bottom: 16rem;
        font-size: 16rem;
    }
}
.blog-single-content b,
.blog-single-content strong {
    display: inline;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
}
.blog-single-content .wp-block-group {
    padding: 0;
    margin-bottom: 0;
}
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    color: #101828;
    background: #ffe5f8;
    padding: 16px 24px;
    border-radius: 100px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1350px) {
    .blog-single-content h1,
    .blog-single-content h2,
    .blog-single-content h3,
    .blog-single-content h4,
    .blog-single-content h5,
    .blog-single-content h6 {
        margin-bottom: 24rem;
        padding: 16rem 24rem;
        font-size: 24rem;
    }
}
.blog-single-img {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 24px;
}
@media screen and (max-width: 1350px) {
    .blog-single-img {
        border-radius: 40rem;
        margin-bottom: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-single-img {
        border-radius: 40rem;
        margin-bottom: 24rem;
    }
}
.blog-single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-single-ttl {
    padding-bottom: 12px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .blog-single-ttl {
        margin-bottom: 12rem;
        padding-bottom: 12rem;
    }
}
.blog-single-ttl p {
	display: grid;
	font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #1e2939;
    margin-bottom: 0;
    font-weight: bold;
}
@media screen and (max-width: 1350px) {
    .blog-single-ttl p {
        font-size: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-single-ttl p {
        font-size: 16rem;
    }
}
.blog-single-ttl span {
    font-size: 10px;
    color: #4d4d4d;
    opacity: 0.5;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .blog-single-ttl span {
        font-size: 12rem;
    }
}
.blog-single-ctgs {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}
@media screen and (max-width: 1350px) {
    .blog-single-ctgs {
        margin-bottom: 48rem;
        gap: 8rem;
    }
}
.blog-single-ctgs span {
    font-size: 12px;
    color: #f8f8f8;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    background: #ff7700;
    padding: 4px 24px;
    border-radius: 100px;
}
@media screen and (max-width: 768px) {
    .blog-single-ctgs span {
        padding: 4rem 24rem;
        font-size: 12rem;
    }
}
.blog-single-btn {
    text-align: center;
    margin-top: 100px;
}
@media screen and (max-width: 1350px) {
    .blog-single-btn {
        margin-top: 100rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-single-btn {
        margin-top: 48rem;
    }
}
.blog-single-btn a {
    margin: auto;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background: #fe70d1;
    padding: 16px 78px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .blog-single-btn a {
        padding: 16rem 78rem;
        font-size: 18rem;
    }
}

.blog-recommend-list {
    margin-top: 48px;
}
@media screen and (max-width: 1350px) {
    .blog-recommend-list {
        margin-top: 48rem;
    }
}
.blog-recommend-list-ttl {
    padding-bottom: 12px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .blog-recommend-list-ttl {
        margin-bottom: 12rem;
        padding-bottom: 12rem;
    }
}
.blog-recommend-list-ttl p {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #1e2939;
    margin-bottom: 0;
    font-weight: bold;
}
@media screen and (max-width: 1350px) {
    .blog-recommend-list-ttl p {
        font-size: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-recommend-list-ttl p {
        font-size: 16rem;
    }
}
.blog-recommend-list-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media screen and (max-width: 1350px) {
    .blog-recommend-list-main {
        gap: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-recommend-list-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 16rem;
    }
}
.blog-single-btn a:hover {
    opacity: 0.7;
}

.blog-ctg-list {
    max-width: 256px;
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .blog-ctg-list {
        max-width: 256rem;
    }
}
@media screen and (max-width: 768px) {
    .blog-ctg-list {
        max-width: 100%;
    }
}
.blog-ctg-list-container {
    position: sticky;
    top: 100px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 24px;
    border: 4px solid #ffe5f8;
    padding: 16px;
}
@media screen and (max-width: 1350px) {
    .blog-ctg-list-container {
        top: 100rem;
        padding: 16rem;
    }
}
.blog-ctg-list-container ul li {
    border-bottom: 1px solid #fe70d1;
}
.blog-ctg-list-container ul li a {
    padding: 24px 16px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.31px;
    color: #364153;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .blog-ctg-list-container ul li a {
        padding: 24rem 16rem;
        font-size: 16rem;
    }
}
.blog-ctg-list-container ul li a:hover {
    background: #f8f8f8;
}
.blog-ctg-list-ttl {
    border-bottom: 4px solid #fe70d1;
    padding: 16px;
}
@media screen and (max-width: 1350px) {
    .blog-ctg-list-ttl {
        padding: 16rem;
    }
}
.blog-ctg-list-ttl p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.31px;
    color: #101828;
}
@media screen and (max-width: 1350px) {
    .blog-ctg-list-ttl p {
        font-size: 18rem;
    }
}

.blog-archive-list .sec-before__elem {
    margin-right: 0 !important;
}

.blog-single-main {
    position: relative;
}

.blog-archive-none {
    font-size: 16px;
    text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .blog-archive-none {
        font-size: 15rem;
    }
}

.blog-single-main.case-main .blog-archive-list {
    grid-template-columns: repeat(1, 1fr);
}
.blog-single-main.case-main .blog-archive-list .sec-before__elem {
    width: 100%;
}
.blog-single-main.case-main .blog-archive-list .sec-before__elem-img {
    width: 100%;
}
.blog-single-main.case-main .blog-archive-list .sec-before__elem-img-container {
    width: 100%;
}
.blog-single-main.case-main .blog-archive-list .sec-before__elem-img-container img {
    width: 100%;
}

.case-single .sec-before__elem-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    gap: 16px;
}
@media screen and (max-width: 1350px) {
    .case-single .sec-before__elem-imgs {
        margin-bottom: 24rem;
        gap: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .case-single .sec-before__elem-imgs {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 16rem;
    }
}
.case-single .sec-before__elem-img {
    position: relative;
}
.case-single .sec-before__elem-img-container {
    width: 100% !important;
    height: 288px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1350px) {
    .case-single .sec-before__elem-img-container {
        height: 288rem;
    }
}
.case-single .sec-before__elem-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-single .sec-before__elem-img span {
    width: 80px;
    height: 24px;
    border-radius: 50px;
    background: #99a1af;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .case-single .sec-before__elem-img span {
        width: 80rem;
        height: 24rem;
        margin-bottom: 8rem;
        font-size: 12rem;
    }
}

.sec-fv {
    padding: 140px 0 20px;
}
@media screen and (max-width: 1350px) {
    .sec-fv {
        padding: 140rem 0 20rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-fv {
        padding: 100rem 0 45rem;
    }
}
.sec-fv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7803921569);
}
.sec-fv .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 768px) {
    .sec-fv .container {
        display: block;
    }
}
.sec-fv-main {
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .sec-fv-main {
        text-align: center;
    }
}
.sec-fv-main h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.36;
    letter-spacing: 0.35px;
    color: #7f8c8d;
    margin-bottom: 40px;
    text-shadow:
        -2px -2px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff;
}
@media screen and (max-width: 1350px) {
    .sec-fv-main h2 {
        font-size: 44rem;
        margin-bottom: 40rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-fv-main h2 {
        margin-bottom: 10rem;
        font-size: 42rem;
    }
}
.sec-fv-main h2 span {
    color: #fe70d1;
}
@media screen and (max-width: 768px) {
    .sec-fv-main h2 span {
        font-size: 27rem;
    }
}
.sec-fv-main p {
    color: #364153;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.45px;
    margin-bottom: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-fv-main p {
        font-size: 20rem;
        margin-bottom: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-fv-main p {
        font-size: 13rem;
        margin-bottom: 316rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-fv-main .line-btn a {
        margin: auto;
    }
}
.sec-fv-slide {
    max-width: 600px;
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .sec-fv-slide {
        max-width: 600rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-fv-slide {
        position: absolute;
        top: 243rem;
        max-width: 360rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}
.sec-fv-slide__elem img {
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.sec-fv-slide__elem.swiper-slide-active img {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .sec-fv .swiper-pagination {
        bottom: -85rem;
    }
}
.sec-fv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sec-fv-bg .swiper-container {
    width: 100%;
    height: 100%;
}
.sec-fv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-fv-bg__elem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-news {
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-news {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-news {
        padding: 60rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-news-main__wrap {
        width: 100%;
        overflow-x: auto;
    }
}
.sec-news-main {
    display: flex;
    align-items: stretch;
    justify-content: left;
    gap: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-news-main {
        gap: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-news-main {
        width: max-content;
        gap: 10rem;
    }
}
.sec-news__elem {
    width: 390px;
    border: 2px solid #ff92dd;
    border-radius: 24px;
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem {
        width: 390rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-news__elem {
        width: 342rem;
    }
}
.sec-news__elem:hover .sec-news__elem-img img {
    transform: scale(1.1);
}
.sec-news__elem-img {
    width: 100%;
    height: 192px;
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-img {
        height: 192rem;
    }
}
.sec-news__elem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.sec-news__elem-content {
    padding: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-content {
        padding: 24rem;
    }
}
.sec-news__elem-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-date {
        margin-bottom: 8rem;
    }
}
.sec-news__elem-date span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #7f8c8d;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-date span {
        font-size: 14rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-news__elem-date span {
        font-size: 14rem;
    }
}
.sec-news__elem-ttl {
    margin-bottom: 12px;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-ttl {
        margin-bottom: 12rem;
    }
}
.sec-news__elem-ttl p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #2c3e50;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-ttl p {
        font-size: 18rem;
    }
}
.sec-news__elem-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #7f8c8d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1350px) {
    .sec-news__elem-txt p {
        font-size: 14rem;
    }
}

.sec-clinic {
    background: #f8f8f8;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-clinic {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-clinic {
        padding: 60rem 0;
    }
}
.sec-clinic-main {
    max-width: 788px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1350px) {
    .sec-clinic-main {
        max-width: 788rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-clinic-main {
        max-width: 100%;
    }
}
.sec-clinic-main img,
.sec-clinic-main video,
.sec-clinic-main iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-clinic-main p {
    font-size: 16px;
    line-height: 1.5;
    color: #364153;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    margin-top: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-clinic-main p {
        margin-top: 16rem;
        font-size: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-clinic-main p {
        font-size: 14rem;
    }
}

.sec-thoughts {
    padding: 100px 0 80px;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts {
        padding: 100rem 0 80rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts {
        padding: 60rem 0;
    }
}
.sec-thoughts > img {
    position: absolute;
    z-index: 1;
    opacity: 0.34;
    width: 500px;
    right: 0;
    top: 45%;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts > img {
        width: 500rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts > img {
        width: 300rem;
        bottom: -5%;
        top: auto;
        right: -30%;
    }
}
.sec-thoughts .container {
    position: relative;
    z-index: 2;
}
.sec-thoughts-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 24px;
    box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.5);
    border: 1px solid #ffe5f8;
    background: #fff;
    padding: 50px;
    position: relative;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-main {
        padding: 50rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-main {
        padding: 24rem;
        display: block;
    }
}
.sec-thoughts-main > img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -20%);
    width: 132px;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-main > img {
        width: 132rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-main > img {
        width: 66rem;
        transform: translate(-20%, -50%);
    }
}
.sec-thoughts-img {
    width: 48%;
    border-radius: 24px;
    padding: 20px 0;
    background: linear-gradient(159.54deg, #fff0fb 3.97%, #ffe5f8 96.03%);
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-img {
        padding: 20rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-img {
        width: 100%;
        padding: 0;
        border-radius: 16rem;
        margin-bottom: 32rem;
    }
}
.sec-thoughts-img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .sec-thoughts-img img {
        border-radius: 0;
    }
}
.sec-thoughts-content {
    width: 48%;
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-content {
        padding-bottom: 50rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-content {
        padding-bottom: 0;
        width: 100%;
    }
}
.sec-thoughts-ttl {
    margin-bottom: 28px;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-ttl {
        margin-bottom: 28rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-ttl {
        margin-bottom: 24rem;
    }
}
.sec-thoughts-ttl p {
    font-size: 32px;
    line-height: 1;
    color: #101828;
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
    .sec-thoughts-ttl p {
        font-size: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-ttl p {
        font-size: 22rem;
    }
}
.sec-thoughts-txt p {
    font-size: 16px;
    line-height: 1.7;
    color: #364153;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .sec-thoughts-txt p {
        font-size: 14rem;
    }
}
.sec-thoughts-txt p span {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
.sec-thoughts-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .sec-thoughts-btn {
        position: unset;
        transform: translateX(0);
        text-align: center;
        margin-top: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-thoughts-btn .view-more {
        margin: auto;
    }
}

.sec-concerns {
    background: #f8f8f8;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-concerns {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-concerns {
        padding: 60rem 0;
    }
}
.sec-concerns-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-concerns-main {
        gap: 32rem;
    }
}
.sec-concerns__elem {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid var(--g-color-pink);
    padding: 24px;
    text-align: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2588235294);
}
@media screen and (max-width: 1350px) {
    .sec-concerns__elem {
        padding: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-concerns__elem {
        width: 342rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-concerns__elem:not(:last-child) {
        margin-right: 10rem;
    }
}
.sec-concerns__elem-img {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-concerns__elem-img {
        margin-bottom: 16rem;
    }
}
.sec-concerns__elem-img img {
    margin: auto;
    width: 64px;
}
@media screen and (max-width: 1350px) {
    .sec-concerns__elem-img img {
        width: 64rem;
    }
}
.sec-concerns__elem-ttl {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-concerns__elem-ttl {
        margin-bottom: 16rem;
    }
}
.sec-concerns__elem-ttl p {
    font-weight: Bold;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #1e2939;
}
@media screen and (max-width: 1350px) {
    .sec-concerns__elem-ttl p {
        font-size: 18rem;
    }
}
.sec-concerns__elem-txt p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #4a5565;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .sec-concerns__elem-txt p {
        font-size: 14rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-concerns .swiper-pagination {
        bottom: 34rem;
    }
}

.sec-details {
    background: url(../img/details-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-details {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-details {
        padding: 60rem 0;
    }
}
.sec-details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.768627451);
    z-index: 1;
}
.sec-details .container {
    position: relative;
    z-index: 2;
}
.sec-details-main {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
    .sec-details-main {
        gap: 24rem;
    }
}
.sec-details__elem {
    width: 596px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 24px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
    display: flex;
    align-items: start;
    justify-content: left;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem {
        width: 596rem;
        padding: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem {
        width: 342rem;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem:not(:last-child) {
        margin-right: 10rem;
    }
}
.sec-details__elem > a {
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: bold;
    display: inline-block;
    color: var(--g-color-pink);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .sec-details__elem > a {
        bottom: 35rem;
        font-size: 14rem;
    }
}
.sec-details__elem-img {
    max-width: 128px;
    width: 100%;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-img {
        max-width: 128rem;
        height: 128rem;
        margin-right: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem-img {
        margin-right: 0;
        margin: auto;
        margin-bottom: 32rem;
    }
}
.sec-details__elem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-details__elem-content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-content {
        padding-bottom: 50rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem-content {
        padding-bottom: 40rem;
    }
}
.sec-details__elem-ttl {
    margin-bottom: 12px;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-ttl {
        margin-bottom: 12rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem-ttl {
        text-align: center;
    }
}
.sec-details__elem-ttl p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: var(--g-color-pink);
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-ttl p {
        font-size: 18rem;
    }
}
.sec-details__elem-txt {
    overflow: hidden;
}
.sec-details__elem-txt * {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #4a5565;
    font-weight: 400;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-txt * {
        font-size: 14rem;
    }
}
.sec-details__elem-txt p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #4a5565;
    font-weight: 400;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem-txt p {
        font-size: 14rem;
    }
}
.sec-details__elem-txt .txt-full {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
    .sec-details__elem-txt .txt-full {
        max-height: none;
        opacity: 1;
    }
}
.sec-details__elem-txt.is-open .txt-full {
    opacity: 1;
}
.sec-details__elem a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: bold;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: var(--g-color-pink);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .sec-details__elem a {
        font-size: 16rem;
        bottom: 15rem;
        right: 25rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-details__elem a {
        font-size: 14rem;
        opacity: 1;
        visibility: visible;
    }
}
.sec-details__elem a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--g-color-pink);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.sec-details__elem a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.sec-details__elem a.active {
    opacity: 1;
    visibility: visible;
}
.sec-details__elem-btn {
    position: absolute;
    bottom: 0;
    left: 20%;
}
@media screen and (max-width: 768px) {
    .sec-details .swiper-pagination {
        bottom: -30rem;
    }
}
.sec-details .swiper-pagination .swiper-pagination-bullet {
    background: #a1a1a1;
}
.sec-details .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--g-color-pink);
}

.sec-before {
    background: #ffe5f8;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-before {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-before {
        padding: 60rem 0;
    }
}
.sec-before-ttl {
    margin-bottom: 48px;
    text-align: center;
}
@media screen and (max-width: 1350px) {
    .sec-before-ttl {
        margin-bottom: 48rem;
    }
}
.sec-before-ttl h2 {
    color: #fe70d1;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-shadow:
        -2px -2px 0 #fff,
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff;
}
@media screen and (max-width: 1350px) {
    .sec-before-ttl h2 {
        font-size: 30rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before-ttl h2 {
        font-size: 24rem;
    }
}
.sec-before-main {
    position: relative;
}
.sec-before .swiper-wrapper {
    align-items: start;
}
.sec-before .swiper-controller {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1330px;
    visibility: hidden;
    z-index: 3;
}
@media screen and (max-width: 1350px) {
    .sec-before .swiper-controller {
        width: 1330rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before .swiper-controller {
        width: 281rem;
        top: 100%;
        transform: translate(-50%, 68%);
    }
}
.sec-before .swiper-controller .swiper-button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-before .swiper-controller .swiper-button {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 35px;
    height: 93px;
    margin: 0;
    visibility: visible;
}
@media screen and (max-width: 1350px) {
    .sec-before .swiper-controller .swiper-button {
        width: 35rem;
        height: 93rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before .swiper-controller .swiper-button {
        width: 42rem;
        height: 42rem;
    }
}
.sec-before .swiper-controller .swiper-button::before,
.sec-before .swiper-controller .swiper-button::after {
    display: none;
}
.sec-before .swiper-controller .swiper-button svg {
    width: 35px;
    height: auto;
}
@media screen and (max-width: 1350px) {
    .sec-before .swiper-controller .swiper-button svg {
        width: 35rem;
    }
}
.sec-before .swiper-controller .swiper-button:hover {
    transform: scale(0.95);
}
.sec-before__elem {
    margin: 0 auto;
    width: 592px;
}
@media screen and (max-width: 1350px) {
    .sec-before__elem {
        width: 592rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before__elem {
        width: 342rem;
    }
}
.sec-before__elem:not(:last-child) {
    margin-right: 48px;
}
@media screen and (max-width: 1350px) {
    .sec-before__elem:not(:last-child) {
        margin-right: 48rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before__elem:not(:last-child) {
        margin-right: auto;
        margin-bottom: 48rem;
    }
}
.sec-before__elem-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    gap: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-before__elem-imgs {
        margin-bottom: 24rem;
        gap: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before__elem-imgs {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 16rem;
    }
}
.sec-before__elem-img {
    position: relative;
}
.sec-before__elem-img-container {
    width: 288px;
    height: 288px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1350px) {
    .sec-before__elem-img-container {
        width: 288rem;
        height: 288rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before__elem-img-container {
        width: 100%;
    }
}
.sec-before__elem-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-before__elem-img span {
    width: 80px;
    height: 24px;
    border-radius: 50px;
    background: #99a1af;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .sec-before__elem-img span {
        width: 80rem;
        height: 24rem;
        margin-bottom: 8rem;
        font-size: 12rem;
    }
}
.sec-before__elem-txt {
    padding: 14px 8px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-before__elem-txt {
        padding: 14rem 8rem;
        border-radius: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-before__elem-txt {
        padding: 16rem;
    }
}
.sec-before__elem-txt p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #6a7282;
}
@media screen and (max-width: 768px) {
    .sec-before__elem-txt p {
        font-size: 12rem;
    }
}

.sec-facilities {
    background: #f9fafb;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-facilities {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-facilities {
        padding: 60rem 0;
    }
}
.sec-facilities-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 28px;
}
@media screen and (max-width: 1350px) {
    .sec-facilities-main {
        gap: 42rem 28rem;
    }
}
.sec-facilities__elem {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #ffe5f8;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .sec-facilities__elem {
        width: 342rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-facilities__elem:not(:last-child) {
        margin-right: 10rem;
    }
}
.sec-facilities__elem-img {
    width: 100%;
    height: 192px;
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .sec-facilities__elem-img {
        height: 192rem;
    }
}
.sec-facilities__elem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-facilities__elem-content {
    padding: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-facilities__elem-content {
        padding: 24rem;
    }
}
.sec-facilities__elem-ttl {
    margin-bottom: 8px;
}
@media screen and (max-width: 1350px) {
    .sec-facilities__elem-ttl {
        margin-bottom: 8rem;
    }
}
.sec-facilities__elem-ttl p {
    font-size: 17px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #1e2939;
}
@media screen and (max-width: 1350px) {
    .sec-facilities__elem-ttl p {
        font-size: 17rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-facilities__elem-ttl p span {
        font-size: 13rem;
    }
}
.sec-facilities__elem-txt p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #7f8c8d;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
}
@media screen and (max-width: 1350px) {
    .sec-facilities__elem-txt p {
        font-size: 14rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-facilities .swiper-pagination {
        bottom: 35rem;
    }
}

.sec-staff {
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-staff {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff {
        padding: 60rem 0;
    }
}
.sec-staff-main__wrap {
    position: relative;
}
.sec-staff-main {
    position: relative;
    z-index: 1;
}
.sec-staff-deco-img {
    z-index: 2;
    position: absolute;
    width: 204px;
    height: 245px;
    border-radius: 16px;
    overflow: hidden;
    right: 71px;
    top: -91px;
}
@media screen and (max-width: 1350px) {
    .sec-staff-deco-img {
        width: 204rem;
        height: 245rem;
        right: 71rem;
        top: -91rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff-deco-img {
        width: 98rem;
        height: 117rem;
        right: auto;
        left: -16rem;
        top: -27rem;
    }
}
.sec-staff-deco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-staff__elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border: 4px solid #ffe5f8;
    border-radius: 24px;
    position: relative;
    padding: 24px 32px;
    gap: 48px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem {
        padding: 24rem 32rem;
        gap: 48rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem {
        gap: 32rem;
        padding: 16rem 24rem;
        flex-direction: column;
        justify-content: center;
    }
}
.sec-staff__elem:nth-child(even) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .sec-staff__elem:nth-child(even) {
        flex-direction: column;
    }
}
.sec-staff__elem:nth-child(even) .sec-staff__elem-content {
    padding-left: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem:nth-child(even) .sec-staff__elem-content {
        padding-left: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem:nth-child(even) .sec-staff__elem-content {
        padding-left: 0;
    }
}
.sec-staff__elem > img {
    position: absolute;
    width: 137px;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem > img {
        width: 137rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem > img {
        width: 60rem;
        left: -20rem;
    }
}
.sec-staff__elem > img:nth-child(2) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}
.sec-staff__elem:last-child {
    padding-left: 64px;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem:last-child {
        padding-left: 64rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem:last-child {
        padding-left: 24rem;
    }
}
.sec-staff__elem:last-child > img {
    top: auto;
    bottom: 0;
    left: -2%;
    transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
    .sec-staff__elem:last-child > img {
        bottom: auto;
        top: 0;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem:last-child > img:nth-child(2) {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%);
    }
}
.sec-staff__elem:not(:last-child) {
    margin-bottom: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem:not(:last-child) {
        margin-bottom: 32rem;
    }
}
.sec-staff__elem-img {
    max-width: 320px;
    width: 100%;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem-img {
        max-width: 320rem;
        height: 320rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem-img {
        max-width: 280rem;
        height: 280rem;
    }
}
.sec-staff__elem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-staff__elem:nth-of-type(2) .sec-staff__elem-img img {
    object-position: center 15%;
}
.sec-staff__elem-content {
    max-width: 100%;
    width: 100%;
}
.sec-staff__elem-ttl {
    margin-bottom: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem-ttl {
        margin-bottom: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem-ttl {
        text-align: center;
    }
}
.sec-staff__elem-ttl p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #101828;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem-ttl p {
        font-size: 24rem;
    }
}
.sec-staff__elem-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #364153;
}
@media screen and (max-width: 1350px) {
    .sec-staff__elem-txt p {
        font-size: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem-txt p {
        font-size: 14rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff__elem-txt p > span {
        text-align: center;
        font-size: 11rem;
        display: block;
        line-height: 1.4;
    }
}
.sec-staff__elem-txt p > span > span {
    display: inline;
}
@media screen and (max-width: 768px) {
    .sec-staff__elem-txt p > span > span {
        display: none;
    }
}
.sec-staff-btn {
    text-align: center;
    margin-top: 80px;
}
@media screen and (max-width: 1350px) {
    .sec-staff-btn {
        margin-top: 80rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-staff-btn {
        margin-top: 48rem;
    }
}
.sec-staff-btn a {
    margin: auto;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background: var(--g-color-pink);
    padding: 16px 62px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .sec-staff-btn a {
        padding: 16rem 62rem;
        font-size: 18rem;
    }
}
.sec-staff-btn a:hover {
    opacity: 0.7;
}

.sec-line {
    background: #f8f8f8;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-line {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-line {
        padding: 60rem 0;
    }
}
.sec-line-ttl {
    margin-bottom: 48px;
    text-align: center;
}
@media screen and (max-width: 1350px) {
    .sec-line-ttl {
        margin-bottom: 48rem;
    }
}
.sec-line-ttl h2 {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: var(--g-color-pink);
}
@media screen and (max-width: 1350px) {
    .sec-line-ttl h2 {
        font-size: 30rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-line-ttl h2 {
        font-size: 24rem;
    }
}
.sec-line-ttl p {
    margin-top: 16px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: var(--g-color-pink);
}
@media screen and (max-width: 1350px) {
    .sec-line-ttl p {
        margin-top: 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-line-ttl p {
        font-size: 14rem;
    }
}
.sec-line-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}
@media screen and (max-width: 1350px) {
    .sec-line-main {
        gap: 24rem;
        margin-bottom: 48rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-line-main {
        gap: 10rem;
        grid-template-columns: repeat(1, 1fr);
    }
}
.sec-line__elem {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    padding: 25px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
    text-align: center;
}
@media screen and (max-width: 1350px) {
    .sec-line__elem {
        padding: 25rem;
    }
}
.sec-line__elem-num {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-line__elem-num {
        margin-bottom: 16rem;
    }
}
.sec-line__elem-num span {
    border-radius: 50%;
    background: var(--g-color-green);
    width: 64px;
    height: 64px;
    color: var(--g-color-white);
    font-size: 20px;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 1350px) {
    .sec-line__elem-num span {
        width: 64rem;
        height: 64rem;
        font-size: 20rem;
    }
}
.sec-line__elem-content span {
    color: var(--g-color-green);
    font-size: 14px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
@media screen and (max-width: 1350px) {
    .sec-line__elem-content span {
        font-size: 14rem;
        margin-bottom: 8rem;
    }
}
.sec-line__elem-content p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #7f8c8d;
    font-weight: 400;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
    .sec-line__elem-content p {
        font-size: 14rem;
    }
}
.sec-line__elem-content p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
}
@media screen and (max-width: 1350px) {
    .sec-line__elem-content p:nth-child(2) {
        font-size: 18rem;
        margin-bottom: 8rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-line__elem-content p:nth-child(2) {
        font-size: 18rem;
    }
}
.sec-line-btn {
    text-align: center;
}
.sec-line-btn .line-btn a {
    margin: auto;
}

.sec-faq {
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-faq {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-faq {
        padding: 60rem 0;
    }
}
.sec-faq-main {
    padding: 0 40px;
}
@media screen and (max-width: 1350px) {
    .sec-faq-main {
        padding: 0 40rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-faq-main {
        padding: 0;
    }
}
.sec-faq__elem {
    max-width: 848px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 4px 8px -6px rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    border: 1px solid #d1d5dc;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .sec-faq__elem {
        max-width: 342rem;
    }
}
.sec-faq__elem:not(:last-child) {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem:not(:last-child) {
        margin-bottom: 16rem;
    }
}
.sec-faq__elem p {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #364153;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem p {
        font-size: 16rem;
    }
}
.sec-faq__elem-ttl,
.sec-faq__elem-txt {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-ttl,
    .sec-faq__elem-txt {
        padding: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-faq__elem-ttl,
    .sec-faq__elem-txt {
        padding: 16rem;
    }
}
.sec-faq__elem-ttl > span,
.sec-faq__elem-txt > span {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    border-radius: 4px;
    background: #d1d5dc;
    max-width: 32px;
    width: 100%;
    height: 32px;
    line-height: 1;
    color: #4d4d4d;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-ttl > span,
    .sec-faq__elem-txt > span {
        font-size: 14rem;
        max-width: 32rem;
        height: 32rem;
    }
}
.sec-faq__elem-txt {
    transition: all 0.4s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-txt {
        padding: 0 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-faq__elem-txt {
        padding: 0 16rem;
    }
}
.sec-faq__elem-txt.active {
    padding: 24px;
    max-height: 100%;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-txt.active {
        padding: 24rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-faq__elem-txt.active {
        padding: 16rem;
    }
}
.sec-faq__elem-txt-btn {
    text-align: right;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-txt-btn {
        margin-top: 10rem;
    }
}
.sec-faq__elem-txt a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: bold;
    display: inline-block;
    margin-left: auto;
    color: var(--g-color-pink);
    position: relative;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-txt a {
        font-size: 16rem;
    }
}
.sec-faq__elem-txt a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--g-color-pink);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.sec-faq__elem-txt a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.sec-faq__elem-ttl {
    position: relative;
    background: #f9fafb;
    cursor: pointer;
    padding-right: 50px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-ttl {
        padding-right: 50rem;
    }
}
.sec-faq__elem-ttl::before,
.sec-faq__elem-ttl::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 24px;
    transition: all 0.4s ease-in-out;
    background: var(--g-color-pink);
    border-radius: 5px;
    width: 14px;
    height: 2px;
}
@media screen and (max-width: 1350px) {
    .sec-faq__elem-ttl::before,
    .sec-faq__elem-ttl::after {
        width: 14rem;
        right: 24rem;
    }
}
.sec-faq__elem-ttl::after {
    transform: rotate(90deg);
}
.sec-faq__elem-ttl.active::after {
    transform: rotate(0deg);
}
.sec-faq__elem-ttl span {
    background: var(--g-color-pink);
    color: var(--g-color-white);
}
.sec-faq__elem-ttl p {
    font-weight: bold;
}

.sec-access {
    background: #f8f8f8;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-access {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-access {
        padding: 60rem 0;
    }
}
.sec-access-ttl {
    margin-bottom: 48px;
}
@media screen and (max-width: 1350px) {
    .sec-access-ttl {
        margin-bottom: 48rem;
    }
}
.sec-access-ttl h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-access-ttl h2 {
        margin-bottom: 16rem;
    }
}
.sec-access-ttl h2 span {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: var(--g-color-pink);
    display: block;
    margin: 0 12px;
}
@media screen and (max-width: 1350px) {
    .sec-access-ttl h2 span {
        margin: 0 12rem;
        font-size: 30rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-access-ttl h2 span {
        font-size: 24rem;
    }
}
.sec-access-ttl h2 svg {
    width: 24px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .sec-access-ttl h2 svg {
        width: 24rem;
    }
}
.sec-access-ttl p {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: var(--g-color-pink);
}
@media screen and (max-width: 768px) {
    .sec-access-ttl p {
        font-size: 14rem;
    }
}
.sec-access-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .sec-access-main {
        display: block;
    }
}
.sec-access-map {
    max-width: 592px;
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .sec-access-map {
        max-width: 592rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-access-map {
        max-width: 100%;
        margin-bottom: 24rem;
    }
}
.sec-access-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .sec-access-map iframe {
        aspect-ratio: 1/1;
    }
}
.sec-access-info {
    max-width: 592px;
    width: 100%;
    border: 1px solid #ffe5f8;
    border-radius: 24px;
    background: #ffffff;
    padding: 32px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
    position: relative;
}
@media screen and (max-width: 1350px) {
    .sec-access-info {
        max-width: 592rem;
        padding: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-access-info {
        max-width: 100%;
        padding: 24rem;
    }
}
.sec-access-info-ttl {
    margin-bottom: 24px;
}
@media screen and (max-width: 1350px) {
    .sec-access-info-ttl {
        margin-bottom: 24rem;
    }
}
.sec-access-info-ttl p {
    font-size: 24px;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    color: #2c3e50;
    line-height: 1.5;
}
@media screen and (max-width: 1350px) {
    .sec-access-info-ttl p {
        font-size: 24rem;
    }
}
.sec-access-info__elem {
    position: relative;
    padding-left: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-access-info__elem {
        padding-left: 32rem;
    }
}
.sec-access-info__elem:not(:last-child) {
    margin-bottom: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-access-info__elem:not(:last-child) {
        margin-bottom: 16rem;
    }
}
.sec-access-info__elem-ttl {
    display: flex;
    align-items: center;
    justify-content: left;
}
.sec-access-info__elem-ttl svg {
    width: 20px;
    height: auto;
    position: absolute;
    top: 3px;
    left: 0;
}
@media screen and (max-width: 1350px) {
    .sec-access-info__elem-ttl svg {
        width: 20rem;
    }
}
.sec-access-info__elem-ttl p {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #2c3e50;
}
@media screen and (max-width: 1350px) {
    .sec-access-info__elem-ttl p {
        font-size: 16rem;
    }
}
.sec-access-info__elem-txt p {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7f8c8d;
}
@media screen and (max-width: 1350px) {
    .sec-access-info__elem-txt p {
        font-size: 16rem;
    }
}
.sec-access-info > img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    width: 137px;
}
@media screen and (max-width: 1350px) {
    .sec-access-info > img {
        width: 137rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-access-info > img {
        width: 67rem;
    }
}

.sec-company {
    background: #fcaee3;
    padding: 80px 0;
}
@media screen and (max-width: 1350px) {
    .sec-company {
        padding: 80rem 0;
    }
}
@media screen and (max-width: 768px) {
    .sec-company {
        padding: 60rem 0;
    }
}
.sec-company-ttl {
    margin-bottom: 48px;
}
@media screen and (max-width: 1350px) {
    .sec-company-ttl {
        margin-bottom: 48rem;
    }
}
.sec-company-ttl h2,
.sec-company-ttl p {
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.sec-company-ttl h2 {
    font-size: 36px;
}
@media screen and (max-width: 1350px) {
    .sec-company-ttl h2 {
        font-size: 36rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-ttl h2 {
        font-size: 24rem;
    }
}
.sec-company-ttl p {
    font-size: 16px;
}
@media screen and (max-width: 1350px) {
    .sec-company-ttl p {
        font-size: 16rem;
    }
}
.sec-company-main__wrap {
    padding: 0 40px;
}
@media screen and (max-width: 1350px) {
    .sec-company-main__wrap {
        padding: 0 40rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main__wrap {
        padding: 0;
    }
}
.sec-company-main {
    max-width: 908px;
    width: 100%;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .sec-company-main {
        max-width: 100%;
    }
}
.sec-company-main::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #fcb0e4 5.29%, #fe70d1 85.58%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: 50%;
    left: 50%;
    border-radius: 24px;
    z-index: 1;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .sec-company-main::after {
        border-radius: 24rem;
        width: calc(100% + 8rem);
        height: calc(100% + 8rem);
    }
}
.sec-company-main ul {
    z-index: 2;
    width: 100%;
    border-radius: 24px;
    background: #fff;
    position: relative;
    padding: 24px 16px;
}
@media screen and (max-width: 1350px) {
    .sec-company-main ul {
        padding: 24rem 16rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main ul {
        border-radius: 24rem;
    }
}
.sec-company-main ul li {
    display: flex;
    align-items: start;
    justify-content: left;
    padding: 32px;
}
@media screen and (max-width: 1350px) {
    .sec-company-main ul li {
        padding: 32rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li {
        display: block;
    }
}
.sec-company-main ul li:not(:last-child) {
    border-bottom: 1px dashed var(--g-color-pink);
    margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
    .sec-company-main ul li:not(:last-child) {
        margin-bottom: 20rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li:not(:last-child) {
        margin-bottom: 16rem;
    }
}
.sec-company-main ul li:last-child {
    align-items: center;
}
.sec-company-main ul li p {
    font-weight: 400;
    font-size: 19px;
    line-height: 2;
    color: #4d4d4d;
}
@media screen and (max-width: 1350px) {
    .sec-company-main ul li p {
        font-size: 19rem;
    }
}
.sec-company-main ul li p:first-child {
    width: 20%;
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li p:first-child {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li p:last-child {
        font-size: 16rem;
    }
}
.sec-company-main ul li p a {
    font-weight: 400;
    font-size: 19px;
    line-height: 2;
    color: #4d4d4d;
}
@media screen and (max-width: 1350px) {
    .sec-company-main ul li p a {
        font-size: 19rem;
    }
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li p a {
        font-size: 16rem;
    }
}
.sec-company-main ul li p a:last-child {
    text-decoration: underline;
}
.sec-company-main ul li p img {
    width: 100px;
}
@media screen and (max-width: 768px) {
    .sec-company-main ul li p img {
        width: 100rem;
    }
}
blockquote {
    position: relative;
    border: 1px solid var(--g-color-pink);
    border-radius: 10px;
    padding: 30px;
}
@media screen and (max-width: 1350px) {
    blockquote {
        padding: 30rem 20rem;
    }
}
blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 20px;
    color: var(--g-color-pink);
    top: 10px;
    left: 10px;
    line-height: 1;
}
blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: var(--g-color-pink);
    right: 10px;
    bottom: 10px;
    line-height: 1;
}
@media screen and (max-width: 1350px) {
    blockquote:before {
        font-size: 20rem;
        top: 10rem;
        left: 10rem;
    }
    blockquote:after {
        font-size: 20rem;
        right: 10rem;
        bottom: 10rem;
    }
}
blockquote * {
    display: block;
    font-size: 16px;
    color: #d4ded7;
}
@media screen and (max-width: 1350px) {
    blockquote * {
        font-size: 16rem;
    }
}
/*# sourceMappingURL=style.css.map */
