@charset "utf-8";

body {
    color: #000000;
    background-color: #ffffff;
    font-family:
        "Barlow", "Noto Sans JP", "游ゴシック体", "YuGothic", "Yu Gothic",
        "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 1.7;
}

.pre-lp strong,
.pre-lp b {
    font-weight: 700;
}

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

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

a:hover {
    color: inherit;
    opacity: 0.75;
    text-decoration: none;
}

#wrapper {
    overflow: visible;
    padding-bottom: 0;
}

.pre-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 2px solid #000000;
}

#HeaderWrapper .navbar {
    min-height: 80px;
    padding: 0.6rem 3.2rem;
}

.pre-site-logo {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin: 0;
    white-space: normal;
}

.pre-site-logo img {
    display: block;
    width: 300px;
}

.pre-logo-mark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 76px;
    height: 76px;
    color: #000000;
    background: linear-gradient(
        135deg,
        #ffe938 0%,
        #ffe938 40%,
        #79fbf0 78%,
        #79fbf0 100%
    );
    border-radius: 34% 44% 35% 42% / 45% 34% 45% 36%;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
    transform: rotate(-10deg);
}

.pre-logo-mark small {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 500;
}

.pre-logo-copy {
    display: flex;
    flex-direction: column;
}

.pre-logo-org {
    color: #8b008b;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.pre-logo-title {
    margin-top: 0.15rem;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.05;
}

.pre-logo-title em {
    margin-left: 0.25em;
    font-style: normal;
    font-size: 1.35rem;
    letter-spacing: 0.22em;
}

.pre-logo-sub {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    line-height: 1;
}

#HeaderWrapper .navbar button.navbar-toggler {
    top: 50%;
    transform: translateY(-50%);
}

.pre-header-submenu {
    padding: 1rem;
    background-color: #eeeeee;
}

.pre-sub-links {
    margin: 0 0 1.5rem;
}

.pre-sub-links li + li {
    margin-top: 0.25rem;
}

.pre-sub-links a {
    display: block;
    padding: 0.25rem 1rem;
    background-color: #ffffff;
    font-size: 80%;
    font-weight: 500;
    text-align: center;
}

.pre-header-submenu .pre-contact-btn {
    width: auto;
    padding: 0.25rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.pre-contact-btn {
    width: min(100%, 580px);
    padding: 0.7rem 1.5rem;
    color: #ffffff;
    background-color: #93008f;
    border-radius: 999px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
}

.pre-contact-btn:hover {
    color: #ffffff;
    background-color: #7d007a;
}

#footerBase.pre-footer-base,
#footerAddress.pre-footer-address-bar,
.pre-footer {
    background-color: #f0e2ef;
}

#footerBase.pre-footer-base {
    padding-bottom: 0 !important;
}

.pre-footer-inner {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 5.5rem 1.5rem 4rem;
    text-align: center;
}

.pre-footer-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 3.1rem 1.5rem 2.4rem;
}

.pre-footer-brand img {
    width: 245px;
}

.pre-footer-brand-text {
    text-align: left;
}

.pre-footer-brand-text p {
    margin: 0;
    font-size: 2.35rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.pre-footer-brand-text span {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.pre-footer-address {
    padding: 0 0 1.6rem;
    font-size: 1.85rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.pre-footer-address p {
    margin: 0;
}

.pre-footer-contact {
    margin: 0 0 3.2rem;
}

.pre-copyright {
    margin: 0;
    font-size: 1.55rem;
    letter-spacing: 0.02em;
}

#footerAddress.pre-footer-address-bar {
    font-size: 1.55rem !important;
    letter-spacing: 0.02em;
}

.toTop {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 1500;
    opacity: 0;
}

/* Pre LP contents */
.pre-lp {
    background-color: #ffffff;
}

.pre-section {
    position: relative;
    padding: 0 0 4rem;
    scroll-margin-top: 88px;
}

.pre-section-inner {
    margin: 0 auto;
}

.pre-section h1,
.pre-section h2 {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.pre-section h1 {
    font-size: 2.4rem;
}

.pre-section h2 {
    font-size: 2rem;
}

.pre-section p {
    margin-bottom: 1rem;
    font-weight: 500;
}

.pre-label {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #8b008b;
    font-weight: 700;
}

.pre-mv {
    background-color: #eeeeee;
}

.pre-opencampus {
    background-color: #ffffff;
}

.pre-oc-title,
.pre-oc-lead,
.pre-oc-date,
.pre-oc-note {
    text-align: center;
}

.pre-oc-title img {
    display: block;
    width: min(100%, 720px);
    height: auto;
    margin: 0 auto;
}

.pre-oc-lead img {
    width: min(100%, 430px);
}

.pre-oc-date img {
    width: min(100%, 560px);
}

.pre-oc-note {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 500;
}

.pre-open-cards,
.pre-bottom-banners .row {
    row-gap: 1rem;
}

.pre-open-cards {
    grid-template-columns: repeat(2, minmax(0, 490px));
    justify-content: center;
    width: min(100%, 1000px);
    column-gap: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .d-md-grid {
        display: grid !important;
    }
}

.pre-open-cards > div,
.pre-bottom-banners figure {
    margin: 0;
}

.pre-oc-thumb-grid a,
.pre-oc-tab-content a {
    display: block;
}

.pre-oc-thumb-grid img,
.pre-oc-tab-content img {
    display: block;
    width: 100%;
}

.pre-oc-panel {
    height: 100%;
    padding: 0;
    border: 3px solid;
    border-radius: 0;
}

.pre-oc-panel-doshisha {
    background-color: #800080;
    border-color: #800080;
}

.pre-oc-panel-dw {
    background-color: #d94f8f;
    border-color: #d94f8f;
}

.pre-section .pre-oc-panel-title {
    margin: 0;
    padding: 0.75rem 0.75rem 0.65rem;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.pre-oc-thumb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
    padding: 1rem;
}

.pre-oc-thumb-grid a {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pre-oc-tab-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #ffffff;
}

.pre-oc-tab-list input[name="oc_tab_item"] {
    display: none;
}

.pre-oc-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 44px;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    font-size: 0.95rem;
    font-weight: 700;
}

.pre-oc-tab-item::before {
    width: 0;
    height: 0;
    margin-right: 0.4rem;
    border-top: 0.35rem solid transparent;
    border-bottom: 0.35rem solid transparent;
    border-left: 0.55rem solid #ffffff;
    content: "";
}

.pre-oc-tab-item[for="oc-tab-doshisha"] {
    background-color: #800080;
}

.pre-oc-tab-item[for="oc-tab-dw"] {
    background-color: #d94f8f;
}

.pre-oc-tab-content {
    display: none;
    width: 100%;
    padding: 0;
}

#oc-tab-doshisha:checked + .pre-oc-tab-item,
#oc-tab-dw:checked + .pre-oc-tab-item {
    color: #ffffff;
}

#oc-tab-doshisha:checked + .pre-oc-tab-item::before,
#oc-tab-dw:checked + .pre-oc-tab-item::before {
    border-left-color: #ffe938;
}

#oc-tab-doshisha:not(:checked) + .pre-oc-tab-item,
#oc-tab-dw:not(:checked) + .pre-oc-tab-item {
    opacity: 1;
}

#oc-tab-doshisha:checked ~ #oc-tab-doshisha-content,
#oc-tab-dw:checked ~ #oc-tab-dw-content {
    display: block;
}

/* 受験準備説明会 */
.pre-guidance {
    padding: 26px 0 48px;
    color: #000000;
    background-color: #ffffff;
}

.pre-guidance-inner {
    max-width: 960px;
}

.pre-guidance-header {
    text-align: center;
}

.pre-guidance-ribbon-image {
    display: block;
    width: min(100%, 310px);
    height: auto;
    margin: 0 auto 24px;
}

.pre-guidance-hero {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    align-items: center;
}

.pre-guidance-person {
    grid-row: 1 / 3;
    align-self: end;
    justify-self: end;
    display: block;
    width: 140px;
    height: auto;
}

.pre-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777;
    background: repeating-linear-gradient(135deg, #ffffff, #ffffff 8px, #f4f4f4 8px, #f4f4f4 16px);
    border: 2px dashed #999999;
    font-size: 12px;
    font-weight: 700;
}

.pre-guidance-copy p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 14px;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
}

.pre-guidance-copy mark,
.pre-guidance-lead mark,
.pre-guidance-note {
    padding: 0 4px;
    color: inherit;
}

.pre-guidance-cross {
    font-size: 34px;
    font-weight: 400;
}

.pre-guidance-schedule-image {
    display: block;
    width: min(100%, 610px);
    height: auto;
    margin: 0 auto;
}

.pre-univgo-button.pre-guidance-button {
    margin: 28px auto 18px;
    border-color: #26aade;
    background-color: #26aade;
}

.pre-univgo-button.pre-guidance-button:hover,
.pre-univgo-button.pre-guidance-button:focus {
    border-color: #198cb9;
    background-color: #198cb9;
    color: #ffffff;
}

.pre-univgo-button.pre-guidance-button::before {
    border-color: #26aade;
}

.pre-guidance-program h2 {
    margin: 0;
    padding-bottom: 3px;
    color: #25a9df;
    border-bottom: 2px solid #25a9df;
    font-size: 20px;
    line-height: 1.3;
}

.pre-guidance-caution {
    margin: -24px 0 22px 175px !important;
    font-weight: 700 !important;
}

.pre-guidance-program-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.pre-guidance-program-heading h3 {
    margin: 0;
    padding: 4px 10px;
    color: #25a9df;
    border: 1px solid #25a9df;
    border-radius: 7px;
    font-size: 17px;
}

.pre-guidance-program-heading p {
    margin: 0;
    font-size: 18px;
}

.pre-guidance-lead {
    text-align: center;
    font-size: 17px;
    font-weight: 800 !important;
    line-height: 2;
}

.pre-guidance-lead strong {
    margin-left: 4px;
    color: #25a9df;
    font-size: 38px;
    line-height: 0;
}

.pre-guidance-topics {
    display: flex;
    gap: 24px;
    margin-bottom: 34px;
}

.pre-guidance-topics article {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 16px 14px 14px;
    background-color: #bdeefa;
    text-align: center;
}

.pre-guidance-topics h4 {
    min-height: 48px;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.45;
}

.pre-guidance-topic-image {
    width: auto;
    max-width: 92px;
    height: 82px;
    margin: auto auto 0;
}

.pre-guidance-program-heading-second {
    margin-bottom: 30px;
}

.pre-guidance-note {
    width: fit-content;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 800 !important;
}

@media (max-width: 767px) {
    .pre-guidance {
        padding: 22px 0 34px;
    }

    .pre-guidance-inner {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pre-guidance-ribbon-image {
        width: min(82vw, 290px);
        margin-bottom: 20px;
    }

    .pre-guidance-hero {
        grid-template-columns: 135px 1fr;
        grid-template-rows: auto auto;
        gap: 12px 14px;
    }

    .pre-guidance-person {
        grid-row: 1;
        width: 120px;
        height: auto;
    }

    .pre-guidance-copy p {
        flex-direction: column;
        gap: 3px;
        font-size: 23px;
    }

    .pre-guidance-copy b {
        font-size: 20px;
    }

    .pre-guidance-cross {
        font-size: 25px;
        line-height: 1;
    }

    .pre-guidance-schedule-image {
        grid-column: 1 / 3;
        width: 100%;
    }

    .pre-univgo-button.pre-guidance-button {
        margin-top: 18px;
    }

    .pre-guidance-program {
        margin-top: 24px;
    }

    .pre-guidance-program h2 {
        font-size: 19px;
    }

    .pre-guidance-caution {
        margin: 8px 0 16px !important;
    }

    .pre-guidance-program-heading {
        gap: 10px;
    }

    .pre-guidance-program-heading h3 {
        flex: none;
        font-size: 16px;
    }


    .pre-guidance-lead {
        text-align: left;
        font-size: 15px;
    }

    .pre-guidance-topics {
        gap: 8px;
        margin-bottom: 24px;
    }

    .pre-guidance-topics article {
        padding: 12px 5px 9px;
    }

    .pre-guidance-topics h4 {
        min-height: 68px;
        font-size: 14px;
        line-height: 1.55;
    }

    .pre-guidance-topic-image {
        width: auto;
        max-width: 70px;
        height: 70px;
    }

    .pre-guidance-program-heading-second {
        display: block;
        margin-bottom: 18px;
    }

    .pre-guidance-program-heading-second h3 {
        display: inline-block;
    }

    .pre-guidance-program-heading-second p {
        padding: 7px 10px 0;
    }

    .pre-guidance-note {
        margin: 18px auto 0 !important;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pre-oc-tabs {
        position: relative;
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
    }

    .pre-oc-tabs .pre-oc-panel {
        width: 100%;
        border-top: none;
    }

    .pre-oc-tabs .pre-oc-panel-title {
        display: none;
    }
}

#TopMain {
    position: relative;
}

.pre-mv-slider .slide-img {
    background-color: #ffffff;
}

.pre-mv-slider .slide-img img {
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    border-radius: 10px;
    background-color: #8b008b;
    line-height: 1;
    width: 30px;
    height: 30px;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 11px;
}

.swiper-button-prev::before {
    transform: rotate(-135deg);
    left: 12px;
}

.swiper-button-next::before {
    transform: rotate(45deg);
    left: 10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 15px;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background: #a0a0a0;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #800080;
}

.pre-lead,
.pre-date {
    font-weight: 500;
}

.pre-wide-image,
.pre-booklet,
.pre-support-item figure {
    margin: 1.5rem 0 0;
}

.pre-univgo {
    background-color: #fff238;
}

.pre-guide {
    background-color: #d9efea;
}

.pre-coop {
    background-color: #f3f0dc;
}

.pre-booklet {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}

#support.pre-support-visual {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background-color: #ffffff;
}

#support .pre-support-pc {
    position: relative;
    width: 100vw;
    height: 780.26px;
    margin-left: calc(50% - 50vw);
    background-color: #ffffff;
}

#support .pre-support-stage {
    position: relative;
    width: 989px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

#support .pre-support-center {
    display: block;
    width: 100%;
    height: auto;
}

#support .pre-support-bg-side {
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#support .pre-support-bg-left {
    right: calc(50% + 494.5px);
    left: 0;
    background-image: url("../../img/2027/prelp/support_bg_left.svg");
    background-position: right top;
}

#support .pre-support-bg-right {
    right: 0;
    left: calc(50% + 494.5px);
    background-image: url("../../img/2027/prelp/support_bg_right.svg");
    background-position: left top;
}

#support .pre-support-sp {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #ffffff;
}

#support .pre-support-sp img {
    display: block;
    width: 100%;
    height: auto;
}

.pre-univgo {
    overflow: hidden;
    padding: 34px 0 24px !important;
    background-color: #ffffff;
}

.pre-univgo-lead {
    margin-bottom: 24px;
    text-align: center;
    color: #222222;
    font-weight: 500;
    line-height: 1.75;
}

.pre-univgo-lead p {
    margin-bottom: 4px;
}

.pre-univgo-badge {
    display: inline-block;
    padding: 1px 6px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.15;
}

.pre-univgo-badge-green {
    background-color: #16887e;
}

.pre-univgo-badge-grad {
    background: linear-gradient(90deg, #f08a1a 0%, #d94988 58%, #4d438d 100%);
}

.pre-univgo-visual {
    position: relative;
    width: 100vw;
    min-height: 601.48px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background-image: url("../../img/2027/prelp/unigo_bg-pc.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100vw 601.48px;
}

.pre-univgo-visual-inner {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-top: 150px;
    padding-left: 118px;
    color: #222222;
    font-weight: 500;
}

.pre-univgo-title {
    display: block;
    width: 390.83px;
    max-width: 100%;
    height: auto;
    margin-bottom: 22px;
}

.pre-univgo-device {
    position: absolute;
    top: 76px;
    right: 118px;
    display: block;
    width: 212.5px;
    height: auto;
}

.pre-univgo-balloon {
    position: absolute;
    top: 220px;
    right: 338px;
    display: block;
    width: 145.06px;
    height: auto;
}

.pre-univgo-text {
    width: 390.83px;
    margin-left: 20px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
}

.pre-univgo-text mark {
    padding: 0 2px;
    background-color: #ffeb34;
    color: #e1508d;
}

.pre-univgo-buttons {
    width: 390.83px;
    margin-left: 20px;
}

.pre-univgo-button {
    position: relative;
    width: 330px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-right: 48px !important;
    border-color: #16887e;
    background-color: #16887e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 1.3;
}

.pre-univgo-button:hover,
.pre-univgo-button:focus {
    border-color: #126f68;
    background-color: #126f68;
    color: #ffffff;
}

.pre-univgo-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.pre-univgo-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #16887e;
    border-right: 3px solid #16887e;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.pre-univgo-instagram {
    margin-top: -64px;
    position: relative;
    z-index: 1;
}

.pre-univgo-instagram img {
    display: block;
    width: 661px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.pre-support-list {
    row-gap: 2rem;
}

.pre-support-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.pre-support-item:nth-child(even) figure {
    order: 2;
}

.pre-support-item figure {
    margin: 0;
}

.pre-support-number {
    color: #d54f8b;
    font-weight: 900;
}

.pre-sumai {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    background-color: #ffffff;
}

.pre-sumai::before,
.pre-sumai::after {
    content: "";
    position: relative;
    left: 50%;
    display: block;
    width: 100vw;
    flex: 0 0 auto;
    pointer-events: none;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.pre-sumai::before {
    height: 200px;
    background-image: url("../../img/2027/prelp/sumai_bg_top-pc.svg");
}

.pre-sumai::after {
    height: 140px;
    background-image: url("../../img/2027/prelp/sumai_bg_bottom-pc.svg");
}

.pre-sumai-body {
    background-color: #f0efdc;
}

.pre-sumai-inner {
    position: relative;
    margin-top: -118px;
}

.pre-sumai-heading {
    margin-bottom: 62px;
    text-align: center;
    color: #222222;
}

.pre-sumai-slide {
    display: block;
    width: 360px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 36px;
}

.pre-sumai-title {
    display: block;
    width: 340.76px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 22px;
}

.pre-sumai-point h3 {
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 5px dotted #9d9715;
    color: #9d9715;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.pre-sumai-point h3 strong {
    font-size: 29px;
    font-weight: 700;
}

.pre-sumai-lead {
    margin: 0;
    color: #222222;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

.pre-sumai-point {
    position: relative;
    margin: 0 auto 64px;
    color: #222222;
}

.pre-sumai-point h3 span {
    font-size: 25px;
    font-weight: 500;
}

.pre-sumai-point p {
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.pre-sumai-point p strong {
    color: #e9527f;
    font-weight: 700;
}

.pre-sumai-point-body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.pre-sumai-point-campus {
    min-height: 250px;
}

.pre-sumai-point-campus .pre-sumai-point-body {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.pre-sumai-campus-body p {
    margin-left: 0;
}

.pre-sumai-point-online {
    min-height: 170px;
    margin-bottom: 0;
}

.pre-sumai-point-online .pre-sumai-point-body {
    margin-right: auto;
    margin-left: auto;
}

.pre-sumai-online-body p {
    margin-left: auto;
}

.pre-sumai-button {
    position: relative;
    width: 330px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
    padding-right: 48px !important;
    border-color: #9d9715;
    background-color: #9d9715;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 1.3;
}

.pre-sumai-button:hover,
.pre-sumai-button:focus {
    border-color: #89830f;
    background-color: #89830f;
    color: #ffffff;
}

.pre-sumai-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.pre-sumai-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #9d9715;
    border-right: 3px solid #9d9715;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.pre-sumai-staff01 {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: block;
    width: 190.5px;
    height: auto;
}

.pre-sumai-staff02 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 171px;
    height: auto;
}

.pre-button-row {
    row-gap: 0.5rem;
}

.pre-coop-support {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 62px 0 88px !important;
    background-color: #ffffff;
}

.pre-coop-lead {
    position: relative;
    min-height: 205px;
    max-width: 720px;
    margin-bottom: 46px;
    text-align: left;
}

.pre-coop-badge {
    position: absolute;
    top: -48px;
    left: 0;
    width: 228px;
    z-index: 2;
}

.pre-coop-copy-block {
    width: 516px;
    max-width: calc(100% - 250px);
    margin: -68px 0 0 auto;
    text-align: left;
}

.pre-coop-copy-main {
    display: block;
    width: 516px;
    max-width: 100%;
    height: auto;
    margin: 0 0 8px;
}

.pre-coop-copy-sp {
    display: block;
}

.pre-coop-lead p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.pre-coop-list {
    display: grid;
    max-width: 820px;
    row-gap: 72px;
}

.pre-coop-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
}

.pre-coop-item:nth-child(even) .pre-coop-text {
    order: 2;
}

.pre-coop-item-license .pre-coop-text {
    position: relative;
    z-index: 2;
}

.pre-coop-item-license .pre-coop-title {
    position: relative;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.pre-coop-item-license .pre-coop-title-img {
    margin-top: -4px;
    margin-left: 16px;
}

.pre-coop-item-license .pre-coop-photo {
    position: relative;
    z-index: 1;
}

.pre-coop-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.pre-coop-flag {
    flex: 0 0 auto;
    width: 142.64px;
}

.pre-coop-title-img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

.pre-coop-text p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.pre-coop-text-purple {
    color: #8a008b;
}

.pre-coop-text-pink {
    color: #d95289;
}

.pre-coop-photo {
    display: block;
    width: 100%;
    height: auto;
}

.pre-coop-photo-wrap {
    position: relative;
    z-index: 1;
}

.pre-coop-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 0 42px 0 20px !important;
    border-color: #8a008b;
    background-color: #8a008b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: center;
}

.pre-coop-button-pink {
    border-color: #d95289;
    background-color: #d95289;
}

.pre-coop-button:hover,
.pre-coop-button:focus {
    border-color: #720073;
    background-color: #720073;
    color: #ffffff;
}

.pre-coop-button-pink:hover,
.pre-coop-button-pink:focus {
    border-color: #c43d73;
    background-color: #c43d73;
}

.pre-coop-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.pre-coop-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #8a008b;
    border-right: 2px solid #8a008b;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.pre-coop-button-pink::before {
    border-color: #d95289;
}

.pre-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #ffffff;
    background-color: #970095;
    border-radius: 999px;
    font-weight: 700;
}

.pre-link-button {
    min-width: 240px;
    padding: 0.8rem 1.5rem;
}

.pre-faq {
    position: relative;
    background-color: #ffffff;
}

.pre-faq::before,
.pre-faq::after {
    content: "";
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.pre-faq::before {
    height: 150px;
    background-image: url("../../img/2027/prelp/faq_bg_top-pc.svg");
}

.pre-faq::after {
    height: 130px;
    background-image: url("../../img/2027/prelp/faq_bg_bottom-pc.svg");
}

.pre-faq-body {
    background-color: #ecd9ec;
}

.pre-faq-inner {
    position: relative;
    margin-top: -36px;
    padding-top: 0;
    padding-bottom: 72px;
}

.pre-faq-deco {
    position: absolute;
    top: -60px;
    right: 360px;
    z-index: 2;
    display: block;
    width: 41.96px;
    height: auto;
}

.pre-faq-title {
    margin: 0 0 32px;
    color: #222222;
    text-align: center;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.2;
}

.pre-faq-list {
    display: grid;
    gap: 16px;
}

.pre-faq-item {
    overflow: hidden;
    background-color: #ffffff;
    border: 2px solid #8a008b;
    border-radius: 10px;
}

.pre-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 20px 70px 20px 86px;
    background-color: #ffffff;
    color: #222222;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    list-style: none;
}

.pre-faq-question::-webkit-details-marker {
    display: none;
}

.pre-faq-question::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #8a008b;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

.pre-faq-question::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 34px;
    color: #8a008b;
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.pre-faq-item[open] .pre-faq-question::after {
    transform: translateY(-50%) scaleY(-1);
}

.pre-faq-answer {
    position: relative;
    padding: 0 40px 24px 86px;
    color: #222222;
}

.pre-faq-answer::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #d95289;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.pre-faq-answer p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

.pre-bottom-banners {
    background-color: #ffffff;
    padding: 58px 0 76px !important;
}

.pre-section .pre-bottom-banners-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0 0 42px;
    color: #8a008b;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.pre-section .pre-bottom-banners-title::before,
.pre-section .pre-bottom-banners-title::after {
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    background-color: #8a008b;
}

.pre-bottom-banner-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 30px;
}

.pre-bottom-banner-list figure {
    margin: 0;
}

.pre-bottom-banner-list img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    #HeaderWrapper .navbar {
        min-height: 80px;
        padding: 0.6rem 2rem;
    }

    .pre-logo-mark {
        width: 74px;
        height: 74px;
        font-size: 1.05rem;
    }

    .pre-logo-title {
        font-size: 2rem;
    }

    .pre-logo-title em {
        font-size: 1.2rem;
    }

    .pre-footer-brand-text p {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .pre-site-logo {
        gap: 1rem;
    }

    .pre-logo-org,
    .pre-logo-sub {
        font-size: 0.68rem;
    }

    .pre-logo-title {
        font-size: 1.65rem;
    }

    .pre-footer-inner {
        padding: 4rem 1.2rem 3rem;
    }

    .pre-footer-brand {
        gap: 1.6rem;
    }

    .pre-footer-brand img {
        width: 190px;
    }

    .pre-footer-brand-text p {
        font-size: 1.65rem;
    }

    .pre-footer-brand-text span {
        font-size: 1.05rem;
    }

    .pre-footer-address {
        font-size: 1.35rem;
    }

    .pre-copyright {
        font-size: 1.1rem;
    }

    .toTop {
        bottom: 106px;
    }

    .pre-section {
        padding: 0 0 3rem;
        scroll-margin-top: 68px;
    }

    .pre-mv {
        background-color: #ffffff !important;
        padding-top: 0;
    }

    .pre-section h1 {
        font-size: 1.9rem;
    }

    .pre-section h2 {
        font-size: 1.55rem;
    }

    .pre-support-item {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pre-support-item:nth-child(even) figure {
        order: 0;
    }

    .pre-link-button {
        width: 100%;
    }

    .pre-faq::before {
        height: 80px;
        background-image: url("../../img/2027/prelp/faq_bg_top-sp.svg");
    }

    .pre-faq::after {
        height: 80px;
        background-image: url("../../img/2027/prelp/faq_bg_bottom-sp.svg");
    }

    .pre-faq-inner {
        margin-top: -24px;
        padding-top: 0;
        padding-bottom: 42px;
    }

    .pre-faq-deco {
        top: -60px;
        right: 48px;
        width: 36px;
    }

    .pre-faq-title {
        margin-bottom: 22px;
        font-size: 1.4rem;
    }

    .pre-faq-list {
        gap: 10px;
    }

    .pre-faq-question {
        min-height: 58px;
        padding: 14px 48px 14px 56px;
        font-size: 1rem;
        line-height: 1.45;
    }

    .pre-faq-question::before {
        left: 16px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .pre-faq-question::after {
        right: 17px;
        font-size: 16px;
    }

    .pre-faq-answer {
        padding: 0 16px 14px 56px;
    }

    .pre-faq-answer::before {
        top: 0;
        left: 16px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .pre-faq-answer p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.65;
    }

    .pre-bottom-banners {
        padding: 36px 0 46px !important;
    }

    .pre-section .pre-bottom-banners-title {
        gap: 10px;
        margin-bottom: 24px;
        font-size: 21px;
    }

    .pre-section .pre-bottom-banners-title::before,
    .pre-section .pre-bottom-banners-title::after {
        display: none;
    }

    .pre-bottom-banner-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pre-bottom-banner-list img {
        width: 100%;
    }

    .pre-mv {
        padding: 0 !important;
    }

    .pre-mv .container-xl,
    .pre-mv .row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
    }

    .pre-mv-column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .pre-mv-slider .slide-img,
    .pre-mv-slider .slide-img img {
        width: 100%;
    }

    .pre-mv .swiper-pagination {
        margin-top: 4px;
        padding: 6px 0 0;
        background-color: #ffffff;
    }

    .pre-mv .swiper-pagination .swiper-pagination-bullet {
        background-color: #a0a0a0;
    }

    .pre-mv .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #800080;
    }

    .pre-mv .swiper-button-prev,
    .pre-mv .swiper-button-next {
        display: none;
    }

    .pre-sumai {
        padding: 0 !important;
    }

    .pre-sumai::before {
        height: 90px;
        background-image: url("../../img/2027/prelp/sumai_bg_top-sp.svg");
    }

    .pre-sumai::after {
        height: 80px;
        background-image: url("../../img/2027/prelp/sumai_bg_bottom-sp.svg");
    }

    .pre-sumai-inner {
        margin-top: -54px;
    }

    .pre-sumai-heading {
        margin-bottom: 34px;
    }

    .pre-sumai-slide {
        width: 100%;
        margin-bottom: 28px;
    }

    .pre-sumai-title {
        width: 100%;
        margin-bottom: 18px;
    }

    .pre-sumai-lead {
        font-size: 14px;
        line-height: 1.65;
    }

    .pre-sumai-point {
        margin-bottom: 58px;
    }

    .pre-sumai-point h3 {
        margin-bottom: 22px;
        padding-bottom: 12px;
        font-size: 21px;
        line-height: 1.2;
    }

    .pre-sumai-point h3 strong {
        font-size: 24px;
    }

    .pre-sumai-point h3 span {
        font-size: 21px;
    }

    .pre-sumai-point p {
        font-size: 14px;
        line-height: 1.65;
    }

    .pre-sumai-point-body {
        width: 100%;
    }

    .pre-sumai-point-campus {
        min-height: 0;
    }

    .pre-sumai-point-campus .pre-sumai-point-body {
        width: 100%;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .pre-sumai-staff01 {
        right: 0;
        bottom: 44px;
        width: 170px;
    }

    .pre-sumai-point-campus .pre-sumai-button {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .pre-sumai-point-campus p {
        width: calc(100% - 164px);
        max-width: none;
        min-height: 132px;
    }

    .pre-sumai-point-online {
        min-height: 310px;
        margin-bottom: 0;
    }

    .pre-sumai-staff02 {
        position: absolute;
        left: 0;
        bottom: 86px;
        width: 160px;
        margin: 0;
    }

    .pre-sumai-point-online .pre-sumai-point-body {
        margin-right: 0;
        margin-left: 0;
    }

    .pre-sumai-point-online p {
        width: calc(100% - 178px);
        max-width: none;
        margin-left: auto;
    }

    .pre-sumai-button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 48px 0 22px !important;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1;
    }

    .pre-coop-support {
        padding: 36px 0 58px !important;
    }

    .pre-coop-lead {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        align-items: center;
        min-height: 0;
        max-width: 335px;
        margin-top: -80px;
        margin-bottom: 30px;
        text-align: center;
    }

    .pre-coop-badge {
        position: static;
        display: block;
        width: 160px;
        margin: 0 auto;
    }

    .pre-coop-copy-block {
        display: contents;
        width: auto;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .pre-coop-copy-main {
        width: 148px;
        max-width: 100%;
        margin: 0 auto;
    }

    .pre-coop-copy-sp {
        grid-column: 1 / -1;
        width: 100%;
        margin: -24px auto 12px;
    }

    .pre-coop-lead p {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 14px;
        text-align: left;
    }

    .pre-coop-list {
        max-width: 335px;
        row-gap: 34px;
    }

    .pre-coop-item,
    .pre-coop-item:nth-child(even) {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .pre-coop-item:nth-child(even) .pre-coop-text {
        order: 0;
    }

    .pre-coop-item-license .pre-coop-title {
        z-index: 2;
        flex-direction: column;
        gap: 0;
    }

    .pre-coop-item-license .pre-coop-title-img {
        margin-top: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .pre-coop-title {
        position: relative;
        z-index: 2;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4px;
        margin-bottom: -12px;
        order: 1;
    }

    .pre-coop-item-license .pre-coop-title {
        margin-bottom: 14px;
    }

    .pre-coop-item-study .pre-coop-title,
    .pre-coop-item-home .pre-coop-title,
    .pre-coop-item-welfare .pre-coop-title {
        margin-bottom: -12px;
    }

    .pre-coop-flag {
        width: 142.64px;
    }

    .pre-coop-title-img {
        max-width: calc(100% - 146.64px);
        height: auto;
    }

    .pre-coop-text {
        display: contents;
        width: 100%;
    }

    .pre-coop-text p {
        margin-bottom: 12px;
        font-size: 14px;
        order: 3;
    }

    .pre-coop-photo-wrap {
        position: relative;
        z-index: 1;
        width: auto;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        transform: none;
        order: 2;
    }

    .pre-coop-photo {
        width: 100%;
    }

    .pre-coop-button {
        width: 100%;
        min-height: 40px;
        font-size: 14px;
        line-height: 1;
        order: 4;
    }

    .pre-univgo {
        padding: 18px 0 28px !important;
    }

    .pre-univgo-lead {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.55;
    }

    .pre-univgo-lead p {
        margin-bottom: 2px;
    }

    .pre-univgo-badge {
        padding: 0 4px 1px;
    }

    .pre-univgo-visual {
        min-height: 560px;
        background-image: url("../../img/2027/prelp/unigo_bg-sp.svg");
        background-position: center top;
        background-size: 100% 560px;
    }

    .pre-univgo-visual-inner {
        width: calc(100% - 30px);
        padding-top: 42px;
        padding-left: 0;
    }

    .pre-univgo-title {
        width: 100%;
        margin-bottom: 12px;
    }

    .pre-univgo-device {
        top: 120px;
        right: 0;
        width: 132px;
    }

    .pre-univgo-balloon {
        top: 180px;
        right: auto;
        left: 0;
        width: 200px;
        min-height: 0;
    }

    .pre-univgo-text {
        width: 206px;
        margin-top: 5rem;
        margin-bottom: 14px;
        margin-left: 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .pre-univgo-buttons {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .pre-univgo-button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        margin-bottom: 10px;
        padding: 6px 48px 6px 22px;
        font-size: 16px;
        line-height: 1;
        width: 100%;
    }

    .pre-univgo-instagram {
        margin-top: 6px;
    }

    .pre-univgo-instagram img {
        width: 357px;
    }
}

@media (max-width: 575px) {
    #HeaderWrapper .navbar {
        min-height: 60px;
        padding: 0.45rem 0.75rem;
    }

    .pre-site-logo {
        max-width: calc(100% - 58px);
        gap: 0.65rem;
    }

    .pre-site-logo img {
        width: 210px;
    }

    .pre-logo-mark {
        width: 44px;
        height: 44px;
        font-size: 0.62rem;
    }

    .pre-logo-mark small {
        font-size: 0.4rem;
    }

    .pre-logo-org {
        font-size: 0.52rem;
        letter-spacing: 0.12em;
    }

    .pre-logo-title {
        font-size: 0.95rem;
        letter-spacing: 0.04em;
    }

    .pre-logo-title em {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
    }

    .pre-logo-sub {
        margin-top: 0.25rem;
        font-size: 0.48rem;
        letter-spacing: 0.16em;
    }

    .pre-contact-btn {
        font-size: 1.18rem;
    }

    #HeaderWrapper .navbar .navbar-collapse {
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 52px);
        overflow-y: auto;
    }

    #HeaderWrapper .navbar .navbar-collapse #h-submenu {
        min-height: 100%;
    }

    .pre-header-submenu .pre-contact-btn {
        font-size: 0.875rem;
    }

    .pre-footer-brand {
        flex-direction: column;
        gap: 1.1rem;
    }

    .pre-footer-brand-text {
        text-align: center;
    }

    .pre-footer-brand img {
        width: 178px;
    }

    .pre-footer-brand-text p {
        font-size: 1.25rem;
    }

    .pre-footer-address {
        font-size: 1rem;
        letter-spacing: 0.02em;
    }

    .pre-copyright {
        font-size: 0.85rem;
    }
}
