@charset "UTF-8";

/* ==========================================================================
   foundation
   ========================================================================== */
html {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

*,
::before,
::after {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6,
a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn,
blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd,
div, section, article, main, aside, nav, header, hgroup, footer,
img, figure, figcaption, address, time, audio, video, canvas, iframe,
details, summary, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
}

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

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

ul, ol {
    list-style: none;
}

address {
    font-style: normal;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: opacity 0.4s;
}

a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   global / fluid font-size
   ========================================================================== */
html {
    font-size: 62.5%;
}

@media screen and (min-width: 769px) {
    html {
        font-size: 0.6944444444vw; /* 10px / 1440px */
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 4.2666666667vw; /* 16px / 375px */
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 16px;
    }
}

/* ==========================================================================
   layout
   ========================================================================== */
.l-header {
    position: relative;
    overflow: hidden;
}

.l-footer {
    position: relative;
}

/* ==========================================================================
   object / component
   ========================================================================== */
.c-section-inner {
    width: 100%;
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.c-badge {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    border-radius: 999px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.6rem 2.4rem;
    letter-spacing: 0.06em;
}

.c-badge--pink {
    background: #ED6D95;
}

.c-badge--blue {
    background: #2761AD;
}

.c-badge--green {
    background: #009E86;
}

.c-section-ttl {
    text-align: center;
    font-weight: 700;
    font-size: 4rem;
    margin: 1rem 0 3rem;
    letter-spacing: 0.04em;
}

.c-section-ttl--pink {
    color: #ED6D95;
}

.c-section-ttl--blue {
    color: #2761AD;
}

.c-section-ttl--green {
    color: #009E86;
}

.c-catch {
    display: block;
    width: fit-content;
    margin: 2.4rem auto 2.4rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.c-catch--pink {
    background-image: linear-gradient(transparent 60%, #FFE0E8 40%);
}

.c-marker {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.9;
    margin: 2.4rem auto 0;
    max-width: 92rem;
}

.c-marker__mark {
    background-repeat: inherit;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.c-marker__mark--blue {
    background-image: linear-gradient(transparent 60%, #BEE5F9 40%);
}

.c-marker__mark--green {
    background-image: linear-gradient(transparent 60%, #E8F7CC 40%);
}

.c-lead-txt {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 2.4rem auto 0;
    max-width: 97rem;
}

.c-lead-txt--center {
    text-align: center;
}

.c-note {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.2rem 0 0;
}

.c-note--blue {
    color: #2761AD;
}

.c-note--green {
    color: #009E86;
}

/* -------- photos -------- */
.c-photos {
    margin: 3rem 0 0;
}

.c-photos__swiper {
    overflow: visible;
}

.c-photos__slide {
    height: 19rem;
    border-radius: 1.6rem;
    overflow: hidden;
}

.c-photos__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-photos__pagination {
    display: none;
    text-align: center;
    margin-top: 1.6rem;
    position: relative;
}

.c-photos__pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    background: #d9d9d9;
    opacity: 1;
}

.c-photos__pagination--pink .swiper-pagination-bullet-active {
    background: #ED6D95;
}

.c-photos__pagination--blue .swiper-pagination-bullet-active {
    background: #2761AD;
}

.c-photos__pagination--green .swiper-pagination-bullet-active {
    background: #009E86;
}

/* -------- voice -------- */
.c-voice {
    margin: 6rem 0 0;
}

.c-voice__ttl {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid #e5e5e5;
}

.c-voice__icon {
    width: 5rem;
    height: 4.25rem;
    flex-shrink: 0;
}

.c-voice__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-voice--pink .c-voice__ttl {
    color: #ED6D95;
}

.c-voice--blue .c-voice__ttl {
    color: #2761AD;
}

.c-voice--green .c-voice__ttl {
    color: #009E86;
}

.c-voice--pink .c-voice__ttl {
    border-bottom-color: #ED6D95;
}

.c-voice--blue .c-voice__ttl {
    border-bottom-color: #2761AD;
}

.c-voice--green .c-voice__ttl {
    border-bottom-color: #009E86;
}

.c-voice__list {
    display: flex;
    gap: 2.4rem;
    margin-top: 3.2rem;
}

.c-voice__item {
    flex: 1;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.9;
    padding: 2.4rem;
    border-radius: 1.6rem;
}

.c-voice--green .c-voice__item {
    letter-spacing: 0.075em;
}

.c-voice__item-ls {
    letter-spacing: 0.075em;
}

.c-voice__item::after {
    content: "";
    position: absolute;
    left: 3.2rem;
    bottom: -1.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6rem 0 0 1.6rem;
}

.c-voice--pink .c-voice__item {
    background: #FFF2F2;
}

.c-voice--pink .c-voice__item::after {
    border-color: #FFF2F2 transparent transparent transparent;
}

.c-voice--blue .c-voice__item {
    background: #E5FAFC;
}

.c-voice--blue .c-voice__item::after {
    border-color: #E5FAFC transparent transparent transparent;
}

.c-voice--green .c-voice__item {
    background: #F3FFD3;
}

.c-voice--green .c-voice__item::after {
    border-color: #F3FFD3 transparent transparent transparent;
}

/* -------- schedule -------- */
.c-schedule {
    margin: 6rem 0 0;
}

.c-schedule__ttl {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid #e5e5e5;
}

.c-schedule__icon {
    width: 5rem;
    height: 4.25rem;
    flex-shrink: 0;
}

.c-schedule__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-schedule--pink .c-schedule__ttl {
    color: #ED6D95;
    border-bottom-color: #ED6D95;
}

.c-schedule--blue .c-schedule__ttl {
    color: #2761AD;
    border-bottom-color: #2761AD;
}

.c-schedule--green .c-schedule__ttl {
    color: #009E86;
    border-bottom-color: #009E86;
}

.c-schedule__item {
    margin-top: 7.3rem;
}

.c-schedule__item:first-of-type {
    margin-top: 3rem;
}

.c-schedule__day {
    display: flex;
    align-items: baseline;
    gap: 1.2rem;
    font-weight: 700;
}

.c-schedule__num {
    font-size: 4.4rem;
    color: #ED6D95;
}

.c-schedule__day--blue .c-schedule__num {
    color: #2761AD;
}

.c-schedule__day--green .c-schedule__num {
    color: #009E86;
}

.c-schedule__week {
    position: relative;
    top: -0.2rem;
    font-size: 2.4rem;
    color: #ED6D95;
}

.c-schedule__day--blue .c-schedule__week {
    color: #2761AD;
}

.c-schedule__day--green .c-schedule__week {
    color: #009E86;
}

.c-schedule__time {
    font-size: 3.8rem;
    font-weight: normal;
}

.c-schedule__lead {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 1.6rem;
}

.c-schedule__sub {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 0.8rem;
    color: #000000;
}

/* -------- card -------- */
.c-card__list {
    display: flex;
    gap: 2rem;
    margin-top: 3.2rem;
}

.c-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 0.1rem solid #e0e0e0;
    border-radius: 1.6rem;
    padding: 2.4rem;
}

.c-card__label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 2rem;
    font-weight: 700;
    color: #ED6D95;
}

.c-card__dot {
    display: inline-block;
    width: 1.1rem;
    font-size: 1.1rem;
}

.c-card__ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0.6rem;
    padding-left: 1.7rem;
    line-height: 1.5;
}

.c-card__txt {
    flex: 1 1 auto;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1.2rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid #e0e0e0;
    color: #000000;
}

.c-card__time {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    line-height: 1.6;
    word-break: break-all;
}

/* -------- buttons / cau -------- */
.c-btn-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50rem;
    height: 7rem;
    margin: 4rem auto 0;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ED6D95;
    background: linear-gradient(90deg, #FFE0E8, #FFF2F2);
    border: 0.2rem solid #ED6D95;
    border-radius: 999px;
    padding: 0 2rem;
    position: relative;
}

.c-btn-pill::after {
    content: "";
    position: absolute;
    right: 2.4rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #ED6D95;
    border-right: 0.2rem solid #ED6D95;
    transform: translateY(-50%) rotate(45deg);
}

.c-btn-pill--outline {
    max-width: 38rem;
    background: #FDF2F5;
    color: #ED6D95;
    font-weight: 700;
    margin-top: 2rem;
}

.c-cau {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 1.6rem;
    color: #000000;
}

.c-cau--center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

/* -------- banner soon -------- */
.c-banner-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
    border-radius: 1.6rem;
    padding: 2.4rem;
    margin-top: 2.4rem;
}

.c-banner-soon__icon {
    width: 12rem;
    height: 12rem;
    flex-shrink: 0;
}

.c-banner-soon__txt {
    font-size: 4rem;
    font-weight: 700;
}

.c-banner-soon--blue {
    background: linear-gradient(180deg, #BEE5F9, #E5FAFC);
    color: #2761AD;
}

.c-banner-soon--green {
    background: linear-gradient(180deg, #E8F7CC, #F3FFD3);
    color: #009E86;
}

/* -------- map -------- */
.c-map {
    margin-top: 6rem;
    background: #FAFAFA;
    border-radius: 1.6rem;
    padding: 4rem 4rem 3.2rem;
}

.c-map__ttl {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    color: #ED6D95;
    margin-bottom: 1.6rem;
}

.c-map__place {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    font-size: 2.4rem;
    font-weight: 700;
}

.c-map__pin {
    width: 2.8rem;
    height: 2.8rem;
    color: #ED6D95;
    flex-shrink: 0;
}

.c-map__addr {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0.6rem;
    color: #000000;
}

.c-map__img {
    margin-top: 2.4rem;
    border-radius: 1.2rem;
    overflow: hidden;
}

.c-map__link {
    margin-top: 1.2rem;
    text-align: right;
}

.c-map__link a {
    color: #ED6D95;
    text-decoration: underline;
}

/* -------- sns -------- */
.c-sns {
    display: flex;
    gap: 1.6rem;
    margin-top: 3.2rem;
}

.c-sns.c-section-inner {
    margin-top: 6.4rem;
}

.c-sns__item {
    flex: 1;
}

.c-sns__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    background: #ffffff;
    border: 0.2rem solid #ED6D95;
    border-radius: 999px;
    padding: 1.4rem 3.6rem;
    text-align: center;
}

.c-sns__icon {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.12rem;
    height: 3.12rem;
    flex-shrink: 0;
}

.c-sns__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-sns__label {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.c-sns__arrow {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    color: #000000;
    flex-shrink: 0;
}

/* ==========================================================================
   object / project - fv
   ========================================================================== */
.p-fv {
    padding: 5em 0 7.2rem;
}

.p-fv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76.3rem;
    background-image: url("../img/top/mainvisual.png");
    background-image: image-set(url("../img/top/mainvisual.webp") type("image/webp"), url("../img/top/mainvisual.png") type("image/png"));
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.p-fv__logo {
    position: absolute;
    top: 3rem;
    right: 3.2rem;
    width: 12rem;
    z-index: 2;
}

.p-fv__inner {
    position: relative;
    text-align: center;
    z-index: 1;
}

.p-fv__badge {
    position: absolute;
    top: 2.34rem;
    left: -8.3rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    overflow: hidden;
}

.p-fv__badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-fv__en {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    color: #ED6D95;
    letter-spacing: 0.1em;
}

.p-fv__ttl {
    position: relative;
    max-width: 86rem;
    margin: 2rem auto 0;
}

.p-fv__lead {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 4.3rem;
}

.p-fv__txt {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 2.6rem;
    color: #444444;
}

.p-fv__slide {
    position: relative;
    z-index: 1;
    margin-top: 5.5rem;
    overflow: hidden;
    width: 100%;
}

.p-fv__slide-track {
    display: flex;
    width: max-content;
    animation: fv-slide-loop 110s linear infinite;
}

.p-fv__slide-track picture,
.p-fv__slide-track img {
    height: 20rem;
    width: auto;
    display: block;
}

@keyframes fv-slide-loop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.p-gnav {
    position: relative;
    z-index: 1;
    margin-top: 5.5rem;
}

.p-gnav__list {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.p-gnav__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    text-align: center;
    border: 0.2rem solid currentColor;
}

.p-gnav__item--v01 a {
    background: #FFE5EA;
    color: #EC7793;
}

.p-gnav__item--v02 a {
    background: #C9EBFA;
    color: #2761AD;
}

.p-gnav__item--v03 a {
    background: #EBF9CE;
    color: #009E86;
}

.p-gnav__badge {
    position: absolute;
    top: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.3rem 1.2rem;
    color: #ffffff;
}

.p-gnav__item--v01 .p-gnav__badge {
    background: #EC7793;
}

.p-gnav__item--v02 .p-gnav__badge {
    background: #2761AD;
}

.p-gnav__item--v03 .p-gnav__badge {
    background: #009E86;
}

.p-gnav__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0.8rem;
}

.p-gnav__arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.6rem;
    height: 1.6rem;
}

.p-info {
    margin-top: 8.6rem;
}

.p-info__list {
    background: #FDF2F5;
    border-radius: 1.6rem;
    padding: 3.2rem 4rem;
}

.p-info__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 0;
}

.p-info__date {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ED6D95;
    flex-shrink: 0;
    width: 11rem;
}

.p-info__link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-info__icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
}

.p-info__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-v02,
.p-v03 {
    padding-top: 12rem;
}

.p-v01__main-img,
.p-v02__main-img,
.p-v03__main-img {
    margin-top: 3rem;
    border-radius: 1.6rem;
    overflow: hidden;
}

.p-footer__top {
    background: #FDF2F5;
    padding: 6rem 0 4.8rem;
    margin-top: 8rem;
}

.p-footer__contact {
    max-width: 50rem;
    margin: 4.8rem auto 0;
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 3.2rem 6rem;
    text-align: center;
}

.p-footer__contact-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ED6D95;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #f3d9e1;
}

.p-footer__company {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 1.6rem;
}

.p-footer__logo {
    width: 12rem;
    margin: 4rem auto 0;
    padding-bottom: 4rem;
}

/* ==========================================================================
   utility
   ========================================================================== */
.u-df { display: flex; }
.u-ta-c { text-align: center; }
.u-fw-bold { font-weight: 700; }
.u-sp-only { display: none; }
.u-pc-only { display: inline; }

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

/* ==========================================================================
   responsive : SP
   ========================================================================== */
@media screen and (max-width: 768px) {
    body {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .c-section-inner {
        max-width: 100%;
        padding: 0 1.6rem;
    }

    .c-badge {
        font-size: 0.85rem;
        padding: 0.2rem 0.4rem;
    }

    .c-section-ttl {
        font-size: 1.8rem;
        margin: 0.6rem 0 1.6rem;
    }

    .c-catch {
        font-size: 1.1rem;
        margin: 0.8rem auto 0.5rem;
    }

    .c-marker {
        font-size: 0.95rem;
        margin-top: 0.8rem;
    }

    .c-lead-txt {
        font-size: 0.95rem;
        margin-top: 0.5rem;
    }

    .c-note {
        font-size: 0.8rem;
    }

    .c-photos {
        margin-top: 1.5rem;
        margin-left: -1.6rem;
        margin-right: -1.6rem;
        overflow-x: hidden;
    }

    .c-photos__slide {
        height: 11rem;
    }

    .c-photos__pagination {
        display: block;
    }

    .c-photos .c-photos__pagination {
        left: 1.6rem;
        width: calc(100% - 3.2rem);
    }

    .c-photos__pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
    }

    .c-voice {
        margin-top: 3.3rem;
    }

    .c-voice__ttl {
        font-size: 1.3rem;
        padding-bottom: 0.6rem;
    }

    .c-voice__icon {
        width: 2.5rem;
        height: 2.125rem;
    }

    .c-voice__list {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2.4rem;
    }

    .c-voice__item {
        font-size: 0.85rem;
        padding: 1rem;
    }

    .c-voice--green .c-voice__item {
        letter-spacing: normal;
    }

    .c-voice__item-ls {
        letter-spacing: normal;
    }

    .c-schedule {
        margin-top: 2.1rem;
    }

    .c-schedule__ttl {
        font-size: 1.3rem;
        padding-bottom: 0.6rem;
    }

    .c-schedule__icon {
        width: 2.5rem;
        height: 2.125rem;
    }

    .c-schedule__item {
        margin-top: 3.3rem;
    }

    .c-schedule__item:first-of-type {
        margin-top: 1.6rem;
    }

    .c-schedule__day {
        flex-wrap: wrap;
        gap: 0.6rem 1rem;
    }

    .c-schedule__num {
        font-size: 1.8rem;
    }

    .c-schedule__week {
        font-size: 0.9rem;
        margin-left: -0.8rem;
    }

    .c-schedule__time {
        font-size: 1.6rem;
    }

    .c-schedule__lead {
        font-size: 1rem;
        margin-top: 1.2rem;
    }

    .c-schedule__sub {
        font-size: 0.9rem;
    }

    .c-card__list {
        flex-direction: column;
        gap: 1.6rem;
        margin-top: 1.2rem;
    }

    .c-card {
        padding: 1.2rem;
    }

    .c-card__label {
        font-size: 0.9rem;
        gap: 0.4rem;
    }

    .c-card__ttl {
        font-size: 1rem;
        margin-top: 0.2rem;
        padding-left: 1.3rem;
    }

    .c-card__txt {
        font-size: 0.85rem;
        margin-top: 0.6rem;
        padding-bottom: 1rem;
    }

    .c-card__time {
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .c-btn-pill {
        width: 100%;
        min-width: 0;
        height: 3.75rem;
        font-size: 1rem;
        padding: 0 2.4rem;
        margin-top: 1.6rem;
        border-width: 0.1rem;
    }

    .c-btn-pill--outline {
        padding: 0 1.2rem;
        margin-top: 1.2rem;
    }

    .c-btn-pill::after {
        right: 1.2rem;
        width: 0.6rem;
        height: 0.6rem;
        border-top: 0.1rem solid #ED6D95;
        border-right: 0.1rem solid #ED6D95;
    }

    .c-cau {
        font-size: 0.75rem;
    }

    .c-cau--center {
        text-align: left;
    }

    .c-lead-txt--center {
        text-align: left;
    }

    .c-banner-soon {
        gap: 0.8rem;
        padding: 2rem 1rem;
    }

    .c-banner-soon__icon {
        width: 3rem;
        height: 3rem;
    }

    .c-banner-soon__txt {
        font-size: 1.3rem;
    }

    .c-map {
        margin-top: 3.1rem;
        padding: 1rem 1rem;
    }

    .c-map__ttl {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }

    .c-map__pin {
        width: 1.6rem;
        height: 1.6rem;
    }

    .c-map__place {
        font-size: 0.8125rem;
        gap: 0.6rem;
    }

    .c-map__addr {
        font-size: 0.85rem;
    }

    .c-map__img {
        margin-top: 1rem;
    }

    .c-map__link {
        margin-top: 0.8rem;
        text-align: center;
    }

    .c-sns {
        flex-direction: column;
        gap: 1.2rem;
        margin-top: 2.4rem;
    }

    .c-sns.c-section-inner {
        margin-top: 2.4rem;
    }

    .c-sns__link {
        border-width: 0.1rem;
    }

    .c-sns__arrow {
        right: 0.6rem;
        width: 1.2rem;
    }

    .c-sns__icon {
        left: 1rem;
        width: 2.4rem;
        height: 2.4rem;
    }

    .c-sns__label {
        font-size: 0.9375rem;
        white-space: nowrap;
    }

    .p-fv {
        padding: 2.4rem 0 3.6rem;
    }

    .p-fv__bg {
        height: 36.1rem;
        background-size: cover;
    }

    .p-fv__logo {
        width: 4.375rem;
        top: 1.6rem;
        right: 1.6rem;
    }

    .p-fv__inner {
        padding-top: 2rem;
    }

    .p-fv__badge {
        width: 5rem;
        height: 5rem;
        top: -1rem;
        left: 1.6rem;
    }

    .p-fv__en {
        font-size: 0.85rem;
    }

    .p-fv__ttl {
        max-width: 33rem;
        width: 86%;
        margin-top: 0.8rem;
    }

    .p-fv__lead {
        font-size: 0.9375rem;
        margin-top: 1rem;
    }

    .p-fv__txt {
        font-size: 0.875rem;
        margin-top: 1.2rem;
    }

    .p-fv__slide {
        margin-top: 1.6rem;
    }

    .p-fv__slide-track picture,
    .p-fv__slide-track img {
        height: 6.25rem;
    }

    .p-gnav {
        margin-top: 2.4rem;
    }

    .p-gnav__list {
        gap: 0.8rem;
    }

    .p-gnav__item a {
        width: 6.8rem;
        height: 6.8rem;
        border-width: 0.1rem;
    }

    .p-gnav__badge {
        top: 1rem;
        font-size: 0.7rem;
        padding: 0.1rem 0.2rem;
    }

    .p-gnav__ttl {
        font-size: 0.85rem;
        margin-top: 1rem;
    }

    .p-gnav__arrow {
        bottom: 0.2rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .p-info {
        margin-top: 2rem;
    }

    .p-info__list {
        padding: 1rem 1rem;
    }

    .p-info__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        padding: 0.4rem 0;
    }

    .p-info__date {
        width: auto;
        font-size: 0.8rem;
    }

    .p-info__link {
        font-size: 0.85rem;
    }

    .p-info__icon {
        width: 0.75rem;
        height: 0.75rem;
    }

    .p-v02,
    .p-v03 {
        padding-top: 4rem;
    }

    .p-v01__main-img,
    .p-v02__main-img,
    .p-v03__main-img {
        margin-top: 1rem;
    }

    .p-footer__top {
        margin-top: 5rem;
        padding: 2rem 0 1.6rem;
    }

    .p-footer__contact {
        margin-top: 3.2rem;
        padding: 2.4rem 2rem;
    }

    .p-footer__contact-ttl {
        font-size: 1.1rem;
        padding-bottom: 0.6rem;
    }

    .p-footer__company {
        font-size: 0.85rem;
        margin-top: 1rem;
    }

    .p-footer__logo {
        width: 7.5rem;
        margin-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}
