@charset "UTF-8";

.l-site-header {
    position: relative;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 14px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.l-site-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-site-header-list-item {
    padding-right: 14px;
}

.l-site-header-list-item-last-child {
    padding-right: 0;
}

.l-site-header-list-item.company img {
    max-width: 150px;
    max-height: 34px;
}

.l-site-header-list-item.text {
    font-size: 10px;
    padding-right: 14px;
    color: #7a879c;
}

.l-site-header-list-item.platform img {
    max-width: 150px;
    max-height: 40px;
}

.l-site-footer {
    position: relative;
}

.l-site-footer-contact {
    padding: 24px 0 30px;
    background-color: #fff;
}

.l-site-footer-contact-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f294d;
}

.l-site-footer-contact-company {
    font-size: 13px;
    margin-bottom: 4px;
    color: #0f294d;
}

.l-site-footer-contact-call {
    margin-bottom: 10px;
}

.l-site-footer-contact-call .l-site-footer-contact-call-link {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #0f294d;
}

.l-site-footer-contact-inqury {
    font-size: 12px;
    line-height: 1.25;
    color: #455873;
}

.l-site-footer-navi {
    padding: 20px 0;
    background-color: #455873;
}

.l-site-footer-navi-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-site-footer-navi-content-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-site-footer-navi-content-menu-list-item {
    margin-bottom: 10px;
    padding-right: 16px;
}

.l-site-footer-navi-content-menu-list-item-link {
    font-size: 10px;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    color: #fff;
}

.l-site-footer-navi-content-menu-list-item-link:before {
    position: absolute;
    top: 55%;
    left: 0;
    display: inline-block;
    width: 0.5em;
    height: 1em;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background-image removed as external svg is missing, using css shapes or simple content */
    content: ">";
    font-family: monospace;
}

.l-site-footer-navi-content-copyright {
    font-size: 10px;
    color: #fff;
}

.p-r {
    position: relative;
}

.mr-5 {
    margin-right: 5px;
}

.fz-18 {
    font-size: 18px;
}

.fz-24 {
    font-size: 24px;
}

/* Icons replacement since we don't have SVGs */
.icon-top-arrow-blue {
    display: inline-block;
    width: 1em;
    height: 0.5em;
    background-color: #455873;
    /* Fallback */
}

.icon-call-blue {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #0f294d;
}

.page-to-top {
    position: absolute;
    top: 24px;
    right: 8px;
}

.page-to-top .page-to-top-link {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
}

.page-to-top .page-to-top-link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}

.page-to-top .page-to-top-link-icon {
    margin-bottom: 8px;
    text-align: center;
}

.page-to-top .page-to-top-link-text {
    font-size: 10px;
    font-weight: 700;
    color: #455873;
}

.wrap-content-900 {
    display: block;
    width: 100%;
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

:where(main p)+p {
    margin-top: 2em;
}

:where(main) a {
    color: #f83600;
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

:where(main) a:hover {
    opacity: 0.7;
}

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

.l-wrapper {
    width: min(94%, 1000px);
    margin-inline: auto;
    color: rgb(0, 0, 0);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

main .l-wrapper {
    line-height: 2;
}

.l-site-header .l-wrapper {
    padding-left: 25px;
}

.l-top-kv {
    /* Default gradient for fallback */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 105, 180)), to(rgb(255, 20, 147)));
    background-image: linear-gradient(180deg, #ff69b4 0%, #ff1493 100%);
    text-align: center;
}

.l-info {
    padding-top: 36px;
}

.l-info-title {
    margin-bottom: 28px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.l-info-wrap {
    display: grid;
    gap: 78px;
}

/* Removed image line separator for simplicity or replace with css border */
.l-info-wrap::before,
.l-info-wrap::after {
    display: block;
    content: "";
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}

.l-info-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.l-info-grid-image {
    width: 50%;
}

.l-info-grid-text {
    width: calc(50% - 32px);
    font-size: 18px;
}

.l-info-grid-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    background: linear-gradient(transparent calc(100% - 12px), #ffd1dc 0%);
    /* Pink marker */
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
}

.l-info-grid-title+* {
    margin-top: 32px;
}

.l-info-grid.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.l-schedule {
    padding-top: 100px;
}

.l-schedule-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.l-schedule-list>dt {
    padding: 10px 20px;
    background-color: #ffd1dc;
    /* Pink accent */
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 20px;
}

.l-schedule-list>dd {
    padding: 10px 20px;
    background-color: rgba(255, 105, 180, 0.1);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75;
}

.l-schedule-list>dd .normal {
    font-weight: 400;
    font-size: 0.8em;
}

.l-schedule-list-title {
    padding: 12px 20px;
    background-color: #ff69b4;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.l-schedule-list-btn {
    display: block;
    padding: 8px 20px;
    border-radius: 10em;
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.7);
    background-color: #ff1493;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.l-schedule-list-btnWrap {
    margin-top: 32px;
    margin-bottom: 40px;
}

.l-attention {
    padding-top: 120px;
    padding-bottom: 72px;
}

.l-attention-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.l-attention-block {
    padding: 24px;
    background-color: rgba(255, 105, 180, 0.1);
}

.l-attention-list {
    margin-top: 2em;
}

.l-attention-list>li {
    position: relative;
    padding-left: 1em;
}

.l-attention-list>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}

@media (min-width: 768px) {
    /* ... (media queries maintained) ... */
}

@media (max-width: 767px) {

    /* ... (mobile styles maintained) ... */
    .l-info-grid {
        flex-direction: column;
    }

    .l-info-grid.--reverse {
        flex-direction: column;
    }

    .l-info-grid-image,
    .l-info-grid-text {
        width: 100%;
    }
}
/* Background Decoration */
.l-bg-decoration {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background: linear-gradient(180deg, #ffffff 0%, #fffbfd 100%);
}

.l-bg-icon {
    position: absolute;
    opacity: 0.1;
    animation: bgFloat 15s ease-in-out infinite alternate;
}

@keyframes bgFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-20px) rotate(10deg); }
}

/* Icons positioning */
.bg-icon-1 { top: 5%; left: 5%; font-size: 15rem; color: #ff69b4; animation-duration: 20s; } /* Flower */
.bg-icon-2 { top: 20%; right: -5%; font-size: 20rem; color: #87ceeb; animation-duration: 25s; animation-delay: 5s; } /* Wave/Beach */
.bg-icon-3 { bottom: 10%; left: -5%; font-size: 18rem; color: #ffa500; animation-duration: 22s; animation-delay: 2s; } /* Sun */
.bg-icon-4 { top: 50%; right: 10%; font-size: 10rem; color: #ff1493; animation-duration: 30s; } /* Plane */
.bg-icon-5 { bottom: 30%; left: 20%; font-size: 8rem; color: #87ceeb; animation-duration: 18s; animation-delay: 8s; } /* Fish/Water */
