﻿*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
    all: unset;
    display: revert
}

*,
*::before,
*::after {
    box-sizing: border-box
}

a,
button {
    cursor: revert
}

ol,
ul,
menu {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

pre {
    all: revert
}

::placeholder {
    color: unset
}

::marker {
    content: initial
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable="true"]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert
}

@font-face {
    font-family: "NotoSansJP-Custom";
    font-weight: 300;
    src: url(/fonts/NotoSansJP-Light.woff) format("woff"), url(/fonts/NotoSansJP-Light.woff2) format("woff2"), url(/fonts/NotoSansJP-Light.eot) format("eot");
    font-display: swap
}

@font-face {
    font-family: "NotoSansJP-Custom";
    font-weight: 400;
    src: url(/fonts/NotoSansJP-Regular.woff) format("woff"), url(/fonts/NotoSansJP-Regular.woff2) format("woff2"), url(/fonts/NotoSansJP-Regular.eot) format("eot");
    font-display: swap
}

@font-face {
    font-family: "NotoSansJP-Custom";
    font-weight: 700;
    src: url(/fonts/NotoSansJP-Bold.woff) format("woff"), url(/fonts/NotoSansJP-Bold.woff2) format("woff2"), url(/fonts/NotoSansJP-Bold.eot) format("eot");
    font-display: swap
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    height: 100%
}

body {
    position: relative;
    margin: 0;
    background-color: #fff;
    font-size: 1.4rem;
    font-family: "NotoSansJP-Custom", "Noto Sans JP", "メイリオ", "meiryo", sans-serif, -apple-system, BlinkMacSystemFont;
    font-weight: 400;
    font-feature-settings: "palt"
}

@media(max-width: 768px) {
    body {
        width: 100%;
        -webkit-text-size-adjust: 100%;
        word-break: break-all;
        word-wrap: break-word
    }
}

body.is-fixed {
    overflow: hidden
}

body.is-fixed::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000
}

a {
    display: inline-block
}

a:hover {
    opacity: .7
}

p {
    line-height: 1.6;
    font-weight: 400
}

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

.l-header {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1000
}

.l-menu {
    position: fixed;
    width: 100%;
    height: 0;
    z-index: 1001;
    overflow: hidden;
    transition: height .3s
}

.l-menu.is-show {
    height: calc(100dvh - 90px) !important
}

@media(max-width: 768px) {
    .l-menu.is-show {
        height: calc(100dvh - 44px) !important
    }
}

@media(max-width: 768px) {
    .l-menu {
        top: 44px
    }
}

.l-menu__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px
}

.l-menu__feature__banner {
    display: flex;
    flex-direction: row;
    margin: 14px;
    gap: 4px
}

@media(max-width: 768px) {
    .l-menu__feature__banner {
        flex-direction: column
    }
}

.l-menu__wrapper {
    width: 960px;
    max-height: 450px;
    margin: auto;
    overflow: scroll;
    background-color: #fff
}

@media(max-width: 768px) {
    .l-menu__wrapper {
        width: 100%
    }
}

.l-menu__list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.l-menu__title {
    padding: 12px 4%;
    color: #fff;
    background-color: #74c73d;
    font-weight: bold
}

.l-menu__title--senmon {
    background-color: #30b27f
}

.l-menu__title--daigaku {
    background-color: #3a73c8
}

.l-menu__item {
    border-bottom: 1px solid #768f9b
}

.l-menu__item--other {
    background-color: #ecf7e5
}

.l-menu__item--other--senmon {
    background-color: #daebb5
}

.l-menu__item--other--daigaku {
    background-color: #ecf0fe
}

.l-menu__item a {
    display: flex;
    justify-content: space-between;
    padding: 20px 4% 20px 10px
}

.l-menu__item img {
    height: 25px
}

.l-menu__bottom {
    width: 450px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: center
}

@media(max-width: 768px) {
    .l-menu__bottom {
        width: 100%
    }
}

.l-menu__bottom a {
    width: 85%
}

.l-menu__bottom img {
    width: 100%
}

.l-menu__wrapper {
    max-height: 100% !important;
    height: 100%;
    overflow: hidden !important
}

.l-menu .hb-new {
    display: flex;
    flex-direction: column;
    height: 100%
}

.l-menu .hb-new__body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff
}

.l-menu .hb-new__banner {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: fit-content
}

@media(max-width: 768px) {
    .l-menu .hb-new__banner {
        margin: 0;
        width: auto
    }
}

.l-menu .hb-new__banner img {
    width: auto;
    display: block
}

@media(max-width: 768px) {
    .l-menu .hb-new__banner img {
        width: 100%
    }
}

.l-menu .hb-new__mypage-cta {
    background: linear-gradient(to bottom, #fbfbed, #e8fff9);
    border: 1.5px solid #38ae64;
    border-radius: 14px;
    padding: 14px 14px 0;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    width: 420px
}

@media(max-width: 768px) {
    .l-menu .hb-new__mypage-cta {
        margin: 10px 12px;
        width: auto
    }
}

.l-menu .hb-new__mypage-badge {
    display: block;
    width: fit-content;
    background: #fff940;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 30px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1
}

.l-menu .hb-new__mypage-row {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 10px
}

@media(max-width: 768px) {
    .l-menu .hb-new__mypage-row {
        gap: 0px
    }
}

.l-menu .hb-new__mypage-btn-wrapper {
    position: relative;
    flex: 1;
    padding-top: 10px
}

.l-menu .hb-new__mypage-icon {
    width: 57px;
    height: 52px;
    flex-shrink: 0;
    margin-bottom: -8px
}

@media(max-width: 768px) {
.l-menu .hb-new__mypage-icon {
    width: 60px;
    height: 60px;
    margin-bottom: -12px
    }
}

.l-menu .hb-new__mypage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.l-menu .hb-new__mypage-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(to right, #5cc500, #00aa85);
    color: #fff;
    font-size: 14px;
    padding: 13px 16px;
    border-radius: 30px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.l-menu .hb-new__mypage-btn::after {
    content: "›";
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 16px
}

.l-menu .hb-new__mypage-desc {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 12px 0 8px;
    line-height: 1.4;
    text-align: center
}

.l-menu .hb-new__mypage-desc small {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #000
}

.l-menu .hb-new__mypage-link {
    display: block;
    color: #38ae64;
    font-size: 11px;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
    border-top: 1.5px solid #cddfd4;
    background: #fff;
    margin: 0 -14px
}

.l-menu .hb-new__mypage-link::after {
    content: " ›";
    font-size: 14px
}

.l-menu .hb-new__section {
    background: #fff;
    margin-top: 20px;
    padding: 0 60px
}

@media(max-width: 768px) {
    .l-menu .hb-new__section {
        margin-top: 8px;
        padding: 14px 14px 16px
    }
}

.l-menu .hb-new__section--history {
    background: #f9f9f9;
    padding: 24px 40px 30px
}

@media(max-width: 768px) {
    .l-menu .hb-new__section--history {
        padding: 14px 14px 16px
    }
}

.l-menu .hb-new__section--event {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .l-menu .hb-new__section--event {
        flex-direction: column;
        margin-bottom: 0
    }
}

.l-menu .hb-new__section-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .l-menu .hb-new__section-title {
        font-size: 15px
    }
}

.l-menu .hb-new__school-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none
}

.l-menu .hb-new__school-scroll::-webkit-scrollbar {
    display: none
}

.l-menu .hb-new__school-card {
    flex-shrink: 0;
    width: 116px;
    text-decoration: none;
    color: #333
}

.l-menu .hb-new__school-card img {
    width: 116px;
    height: 78px;
    object-fit: cover;
    border-radius: 6px;
    display: block
}

.l-menu .hb-new__school-card-name {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.4
}

.l-menu .hb-new__school-empty {
    color: #999;
    font-size: 12px;
    padding: 20px 10px;
    white-space: nowrap
}

.l-menu .hb-new__favorite-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 300px;
    padding: 10px;
    margin: 12px auto 0;
    border: 1.5px solid #ccc;
    border-radius: 24px;
    background: #fff;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box
}

.l-menu .hb-new__favorite-btn::before {
    content: "♥";
    color: #e05a7a
}

@media(max-width: 768px) {
    .l-menu .hb-new__favorite-btn {
        width: 85%
    }
}

.l-menu .hb-new__news-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.l-menu .hb-new__news-scroll::-webkit-scrollbar {
    display: none
}

.l-menu .hb-new__news-card {
    flex-shrink: 0;
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    display: block
}

@media(max-width: 768px) {
    .l-menu .hb-new__news-card {
        width: 220px
    }
}

.l-menu .hb-new__news-card img {
    width: 280px;
    height: auto;
    display: block
}

@media(max-width: 768px) {
    .l-menu .hb-new__news-card img {
        width: 220px
    }
}

.l-menu .hb-new__search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px
}

.l-menu .hb-new__search-item {
    display: flex;
    font-weight: bold;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 1.4
}

@media(max-width: 768px) {
    .l-menu .hb-new__search-item {
        font-weight: normal;
        flex-direction: column;
        font-size: 11px;
        text-align: center
    }
}

.l-menu .hb-new__search-item-icon {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

@media(max-width: 768px) {
    .l-menu .hb-new__search-item-icon {
        width: 62px;
        height: 62px
    }
}

.l-menu .hb-new__search-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.l-menu .hb-new__event-form {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    margin-left: 20px
}

@media(max-width: 768px) {
    .l-menu .hb-new__event-form {
        margin-left: 0
    }
}

.l-menu .hb-new__event-select-wrapper {
    flex: 1;
    position: relative
}

.l-menu .hb-new__event-select-wrapper::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999
}

.l-menu .hb-new__event-select {
    width: 100%;
    padding: 8px 26px 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    background: #fff;
    -webkit-appearance: none;
    appearance: none
}

.l-menu .hb-new__event-x {
    color: #555;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0
}

.l-menu .hb-new__event-search-btn {
    width: 40px;
    height: 40px;
    background: #5ab52a;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0
}

.l-menu .hb-new__event-chips {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: #fafae0;
    border-radius: 12px;
    padding: 12px 0 0 14px;
    position: relative;
    width: 350px
}

@media(max-width: 768px) {
    .l-menu .hb-new__event-chips {
        width: auto
    }
}

.l-menu .hb-new__event-chips-inner {
    flex: 1;
    padding-bottom: 14px
}

.l-menu .hb-new__event-chip-label {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px
}

.l-menu .hb-new__event-chip-row {
    display: flex;
    gap: 6px;
    margin-bottom: 6px
}

.l-menu .hb-new__event-chip {
    display: inline-block;
    padding: 2px 14px;
    border: 1.5px solid #000;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #f5f8c8;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 2px 0 #000;
    transition: all .16s
}

.l-menu .hb-new__event-chip--weekend {
    background: #daf0da
}

.l-menu .hb-new__event-chip:hover {
    color: #333;
    text-decoration: none;
    transform: translateY(2px);
    box-shadow: unset
}

.l-menu .hb-new__event-girl {
    width: 146px;
    height: auto;
    max-height: none;
    display: block;
    align-self: flex-end;
    position: absolute;
    right: 16px
}

.l-menu .hb-new__tabs {
    display: none;
    background: #fff
}

@media(max-width: 768px) {
    .l-menu .hb-new__tabs {
        display: flex
    }
}

.l-menu .hb-new__tab {
    flex: 1;
    padding: 11px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 8px 8px 0 0
}

.l-menu .hb-new__tab[data-hb-tab=hb-tab-keyword] {
    background: #fdffc4;
    opacity: 1
}

.l-menu .hb-new__tab[data-hb-tab=hb-tab-school] {
    background: #ffeff6;
    opacity: 1
}

.l-menu .hb-new__tab-content-list {
    display: flex;
    flex-direction: row
}

.l-menu .hb-new__tab-content {
    box-sizing: border-box;
    display: block;
    flex: 1
}

@media(max-width: 768px) {
    .l-menu .hb-new__tab-content {
        display: none
    }
}

.l-menu .hb-new__tab-content.is-active {
    display: block
}

.l-menu .hb-new__keywords {
    list-style: none;
    margin: 10px 60px;
    padding: 0 0 10px 0
}

@media(max-width: 768px) {
    .l-menu .hb-new__keywords {
        margin: 0 10px
    }
}

.l-menu .hb-new__keywords li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-top: 1px dashed #ddd;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-decoration: none
}

.l-menu .hb-new__keywords li a::after {
    content: "›";
    color: #aaa;
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0
}

.l-menu .hb-new__keywords li:nth-child(2) a {
    border-top: none
}

.l-menu .hb-new__keywords-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 12px 4px 8px;
    display: flex;
    align-items: center;
    gap: 6px
}

@media(max-width: 768px) {
    .l-menu .hb-new__keywords-title {
        font-size: 14px
    }
}

.l-menu .hb-new__pickup {
    background: transparent;
    margin: 10px
}

@media(max-width: 768px) {
    .l-menu .hb-new__pickup {
        margin: 0
    }
}

.l-menu .hb-new__pickup-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 12px 14px 8px
}

@media(max-width: 768px) {
    .l-menu .hb-new__pickup-title {
        font-size: 14px
    }
}

.l-menu .hb-new__pickup-title+.hb-new__pickup-item {
    border-top: none
}

.l-menu .hb-new__pickup-item {
    border-top: 1px dashed #ddd;
    padding: 8px 10px;
    margin: 0 10px;
    margin-left: 20px
}

@media(max-width: 768px) {
    .l-menu .hb-new__pickup-item {
        padding: 12px 10px;
        margin-left: 10px
    }
}

.l-menu .hb-new__pickup-item-name {
    font-size: 13px;
    font-weight: bold;
    color: #ff4987;
    margin-bottom: 4px;
    text-decoration: none;
    display: block
}

.l-menu .hb-new__pickup-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.l-menu .hb-new__pickup-item-desc {
    font-size: 10px;
    color: #000;
    line-height: 1.6;
    flex: 1;
    margin: 0
}

.l-menu .hb-new__pickup-item-arrow {
    color: #aaa;
    font-size: 20px;
    flex-shrink: 0;
    margin-left: 8px;
    line-height: 1
}

.l-menu #hb-tab-keyword {
    background: #fdffc4;
    opacity: 1
}

.l-menu #hb-tab-school {
    background: #ffeff6;
    opacity: 1
}

.l-feature__inner {
    padding: 16px
}

@media(max-width: 768px) {
    .l-feature__inner--sougou {
        background-color: #f0ffe4
    }

    .l-feature__inner--senmon {
        background-color: #def5dc
    }

    .l-feature__inner--daitan {
        background-color: #e4f6ff
    }
}

.l-feature__button {
    position: relative;
    width: 56%;
    max-width: 240px;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff;
    font-weight: 900;
    text-align: center
}

.l-feature__button--sougou {
    background-color: #35931a
}

@media(max-width: 768px) {
    .l-feature__button--sougou {
        background-color: #68be35
    }
}

.l-feature__button--senmon {
    background-color: #128955
}

.l-feature__button--daitan {
    background-color: #3468c2
}

.l-feature__button::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.l-feature__button a {
    display: block;
    padding: 12px 20px
}

.l-feature__button a:hover {
    color: inherit;
    opacity: 1
}

.l-announcement {
    position: sticky;
    top: 0;
    z-index: 9
}

@media(max-width: 768px) {
    .l-announcement {
        position: fixed;
        top: 44px;
        width: 100%
    }
}

.l-announcement__wrapper {
    height: 56px;
    padding: 0 .4em;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px)
}

.l-announcement__container {
    height: 100%
}

.l-announcement__inner {
    display: grid;
    place-items: center;
    height: 100%;
    overflow-x: scroll
}

.l-announcement__text {
    font-size: 14px;
    font-weight: 700;
    color: #e56161;
    text-align: center;
    text-wrap: nowrap
}

@media(max-width: 768px) {
    .l-announcement__text {
        font-size: 12px;
        text-align: left
    }
}

.l-pcHeader {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px !important;
    height: 90px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1000
}

@media(max-width: 768px) {
    .l-pcHeader {
        display: none
    }
}

.l-pcHeader__primary {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-right: 23px
}

.l-pcHeader .l-hamburger {
    flex-shrink: 0;
    margin-right: 12px
}

.l-pcHeader__logo {
    width: 230px;
    margin-right: 12px
}

.l-pcHeader__secondary {
    margin-top: -6px
}

.l-pcHeader__tertiary {
    display: flex;
    justify-content: space-between;
    width: 470px;
    margin-top: 10px
}

.l-pcHeader__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 207px;
    background-color: #f4f8ec;
    border-radius: 10px;
    font-size: 11px
}

.l-pcHeader__search .search-input {
    outline: 0;
    width: 189px;
    height: 33px;
    padding: 0 0 0 6px;
    border-radius: 5px 0 0 5px;
    background-color: #f4f8ec;
    font-size: 10px
}

.l-pcHeader__search .search-btn {
    width: 30px;
    height: 33px;
    position: absolute;
    font-size: 10px;
    left: 176px;
    top: 0;
    border-radius: 0 5px 5px 0;
    border: none;
    background-image: url(/img/site_new/Icon-header-serch-yellow-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f8ec
}

.l-pcHeader__search .search-btn:hover {
    opacity: .7
}

.l-pcHeader__search--senmon .search-input {
    background-color: #eff6f3 !important
}

.l-pcHeader__search--senmon .search-btn {
    background-color: #eff6f3 !important;
    background-image: url(/img/site_new/Icon-header-serch-green.svg) !important
}

.l-pcHeader__search--daigaku .search-input {
    background-color: #efffff !important
}

.l-pcHeader__search--daigaku .search-btn {
    background-color: #efffff !important;
    background-image: url(/img/site_new/Icon-header-serch-blue.svg) !important
}

.l-hamburger__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background-color: #f4f8ec
}

.l-hamburger__inner--senmon {
    background-color: #e2f6e0 !important
}

.l-hamburger__inner--senmon .l-hamburger__line {
    background-color: #46bb8b !important
}

.l-hamburger__inner--daigaku {
    background-color: #efffff !important
}

.l-hamburger__inner--daigaku .l-hamburger__line {
    background-color: #4a95f9 !important
}

.l-hamburger__inner.is-show .l-hamburger__line--top {
    transform: translateY(8px) rotate(45deg)
}

.l-hamburger__inner.is-show .l-hamburger__line--middle {
    transform: scale(0);
    opacity: 0
}

.l-hamburger__inner.is-show .l-hamburger__line--bottom {
    transform: translateY(-8px) rotate(-45deg)
}

.l-hamburger__line {
    position: relative !important;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background-color: #3d9e1c;
    transition: all .3s
}

.l-hamburger__line--middle,
.l-hamburger__line--bottom {
    margin-top: 6px
}

.l-localNav__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: -6px
}

.l-localNav__item img {
    width: 45px;
    height: auto
}

.l-otherNav__list {
    display: flex;
    justify-content: space-between;
    gap: 6px
}

.l-otherNav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 33px;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    background-color: #74c73d;
    text-align: center
}

.l-otherNav__item--senmon {
    background-color: #30b27f
}

.l-otherNav__item--daigaku {
    background-color: #3a73c9
}

.l-otherNav__item:first-child {
    width: 69px
}

.l-otherNav__item:last-child {
    width: 108px
}

.l-otherNav__item a {
    display: block;
    width: 100%;
    padding: 5px 0px
}

.l-otherNav__item a:hover {
    text-decoration: none !important;
    color: #fff !important
}

.l-infoNav__list {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

.l-infoNav__item {
    position: relative;
    font-weight: 700;
    font-size: 11px
}

.l-infoNav__item::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    margin: auto 0 auto 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/Icon-arrow-yellow-green--sankaku.svg)
}

.l-infoNav__item--senmon::after {
    background-image: url(/img/site_new/Icon-arrow-green--sankaku.svg) !important
}

.l-infoNav__item--daigaku::after {
    background-image: url(/img/site_new/Icon-arrow-blue.svg) !important
}

.l-spHeader {
    position: relative;
    width: 100%;
    margin: 0 auto 44px;
    background-color: #fff;
    position: relative;
    z-index: 1000
}

@media(max-width: 768px) {
    .l-spHeader {
        margin: 0 auto 44px
    }
}

.l-spHeader__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.l-spHeader__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff
}

@media(max-width: 768px) {
    .l-spHeader__container {
        justify-content: flex-start
    }
}

.l-spHeader__logo {
    text-align: left
}

.l-spHeader__logo h1 {
    display: inline-block
}

.l-spHeader__logo img {
    max-width: 100%;
    width: 153px;
    height: 30px;
    margin-left: 8px
}

.l-spHeader__gloNav {
    margin: 0 0 0 auto
}

.l-spHeader__gloNavList {
    display: flex;
    justify-content: space-between;
    padding: 3px 8px 3px
}

.l-spHeader__gloNavItem {
    padding-top: 0;
    margin-right: 10px
}

.l-spHeader__gloNavItem:last-child {
    margin-right: 0
}

.l-spHamburger {
    flex-shrink: 0
}

.l-spHamburger__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    padding: 0 13px;
    border-radius: unset;
    background-color: #74c73d
}

.l-spHamburger__inner--senmon {
    background-color: #46bb8b !important
}

.l-spHamburger__inner--daigaku {
    background-color: #4a95f9 !important
}

.l-spHamburger__inner.is-show .l-spHamburger__line--top {
    transform: translateY(5px) rotate(45deg)
}

.l-spHamburger__inner.is-show .l-spHamburger__line--middle {
    transform: scaleX(0);
    opacity: 0
}

.l-spHamburger__inner.is-show .l-spHamburger__line--bottom {
    width: 100% !important;
    transform: translateY(-5px) rotate(-45deg)
}

.l-spHamburger__line {
    position: relative !important;
    display: block;
    width: 100% !important;
    height: 2px !important;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s
}

.l-spHamburger__line::before,
.l-spHamburger__line::after {
    display: none !important
}

.l-spHamburger__line--middle,
.l-spHamburger__line--bottom {
    margin-top: 3px
}

.l-spHamburger__line--bottom {
    width: 11px !important;
    margin-right: auto
}

.l-footer {
    position: relative
}

.l-recommend__area {
    padding-top: 46px;
    padding-bottom: 20px;
    background-color: #f4f4f4
}

@media(max-width: 768px) {
    .l-recommend__area {
        padding-top: 21px
    }
}

.l-recommend__container {
    max-width: 800px;
    margin-inline: auto
}

@media(max-width: 768px) {
    .l-recommend__container {
        padding-left: 8%
    }
}

@media(max-width: 768px) {
    .l-recommend__head {
        padding-right: 8%
    }
}

.l-recommend__title {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 8px 1fr;
    gap: 8px;
    margin-bottom: .4em;
    font-size: 18px;
    font-weight: 700
}

.l-recommend__title::before {
    content: "";
    display: inline-block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #28c27f
}

.l-recommend__body {
    --horizontal--item-width: 324px;
    display: grid;
    grid-auto-columns: var(--horizontal--item-width);
    grid-auto-flow: column;
    column-gap: clamp(8px, 1em, 16px);
    padding-block: 4em 1em;
    overflow: auto
}

@media(max-width: 768px) {
    .l-recommend__body {
        padding-right: 8%
    }
}

.l-recommend__arrow {
    position: absolute;
    width: 39px;
    height: 39px;
    background-image: url(/img/site_new/kensaku/icon-slider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    cursor: pointer
}

.l-recommend__arrow--prev {
    left: -39px
}

@media(max-width: 768px) {
    .l-recommend__arrow--prev {
        left: 0px
    }
}

.l-recommend__arrow--next {
    right: -39px;
    transform: rotate(180deg)
}

@media(max-width: 768px) {
    .l-recommend__arrow--next {
        right: 0px
    }
}

.l-recommend__item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.l-recommend__item:hover {
    color: inherit;
    text-decoration: none
}

.l-recommend__score {
    position: absolute;
    top: -46px;
    width: 170px;
    height: 56px;
    padding-top: 10px;
    margin-bottom: -4px;
    background-image: url(../img/site_new/l-recommend__scoreBg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1
}

.l-recommend__score .count {
    color: #28c27f;
    font-size: 16px;
    font-weight: 700
}

.l-recommend__itemInner {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    overflow: hidden
}

.l-recommend__img {
    display: block;
    width: 100%;
    aspect-ratio: 5/3;
    background-color: #ccc !important;
    object-fit: cover;
    object-position: center
}

.l-recommend__text {
    padding: 1.2em 1.6em 1.8em
}

.l-recommend__name {
    display: -webkit-box;
    height: calc(1em * 1.6 * 1);
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.l-recommend__meta {
    display: inline-block;
    width: fit-content;
    padding: 1px 4px;
    background-color: #f2f2f2
}

.l-recommend__paragraph {
    display: -webkit-box;
    width: 100%;
    height: calc(1em * 1.6 * 4);
    margin-top: .4em;
    font-size: 13px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.l-recommend__button {
    position: relative;
    padding: 12px;
    margin-top: 1em;
    border-radius: calc(1px * infinity);
    box-shadow: 0 3px 0 #c46317;
    background-color: #ff8627;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.l-recommend__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translateY(-50%);
    width: 10px;
    height: 12px;
    background-color: #fff;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%)
}

.l-sns {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center
}

.l-sns__title {
    font-size: 16px;
    font-weight: 700
}

.l-sns__body {
    margin-top: 18px
}

.l-sns__list {
    display: inline-flex;
    justify-content: center;
    gap: 20px
}

.l-sns__item img {
    width: 148px
}

.l-sitemap {
    position: relative;
    width: 100%
}

.l-sitemap__inner {
    padding-top: 40px;
    padding-bottom: 17px;
    background: linear-gradient(to right, #71CF4A, #B3F233)
}

.l-sitemap__inner--senmon {
    background: linear-gradient(to right, #30B27F, #77E673)
}

.l-sitemap__inner--daigaku {
    background: linear-gradient(to right, #4A88CF, #60C9F1)
}

@media(max-width: 768px) {
    .l-sitemap__inner {
        padding-bottom: 14px
    }
}

.l-sitemap__container {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: auto;
    margin-bottom: 44px
}

@media(max-width: 768px) {
    .l-sitemap__container {
        justify-content: center !important;
        width: 100%;
        margin-bottom: 7px
    }
}

.l-sitemap__main {
    width: 400px;
    padding-left: 12px;
    margin-top: 18px
}

@media(max-width: 768px) {
    .l-sitemap__main {
        width: calc(320 / 375 * 100%);
        padding-left: 0;
        margin-top: 0
    }
}

.l-sitemap__intro {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: 13px
}

.l-sitemap__logo picture {
    display: block
}

.l-sitemap__logo img {
    width: 352px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .l-sitemap__logo img {
        margin-bottom: 12px
    }
}

.l-sitemap__sns {
    margin: 0px auto 36px
}

.l-sitemap__sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.l-sitemap__nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.l-sitemap__nav li {
    margin-right: 10px;
    margin-bottom: 5px
}

.l-sitemap__link {
    position: relative;
    padding-left: 1.1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

@media(max-width: 768px) {
    .l-sitemap__link {
        font-size: 13px
    }
}

.l-sitemap__link::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 6px solid #fff
}

.l-sitemap__qr {
    background-image: url(/img/site_new/img-footer--QR-sougou.png);
    background-position: center bottom;
    background-size: 467px 164px;
    height: 164px;
    width: 467px
}

.l-sitemap__copy small {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px
}

@media(max-width: 768px) {
    .l-sitemap__copy small {
        padding-top: 16px;
        font-size: 1.1rem;
        font-weight: 400
    }
}

.l-breadcrumbBottom__inner {
    padding: 32px 0
}

.l-breadcrumbBottom__main {
    max-height: 4.4em;
    overflow-y: hidden;
    transition: max-height .56s cubic-bezier(0.16, 1, 0.3, 1)
}

.l-breadcrumbBottom__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: fit-content;
    margin-top: 16px;
    margin-inline: auto;
    gap: 2px;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.l-breadcrumbBottom__button::after {
    content: "+";
    display: block
}

.l-breadcrumbBottom__button:hover {
    opacity: .7
}

.l-breadcrumbBottom__button.is-opened::after {
    content: "-"
}

.l-pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    aspect-ratio: 1/1;
    z-index: 2
}

@media(max-width: 768px) {
    .l-pageTop {
        right: 12px;
        bottom: 12px;
        width: 40px
    }
}

.l-pageTop:focus {
    outline: none;
    box-shadow: unset
}

.l-pageTop__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #eaeaea
}

.l-pageTop__arrow {
    position: relative;
    top: 2px;
    display: block;
    width: 28%;
    height: 28%;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-135deg)
}

.l-schoolHeader__mv {
    padding: 1em 0;
    max-width: 960px;
    min-width: 960px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .l-schoolHeader__mv {
        max-width: unset;
        min-width: unset
    }
}

.l-schoolHeader__mv>img {
    width: 100%
}

.l-schoolHeader__info {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 36px;
    gap: 1em;
    margin-top: 1em
}

.l-schoolHeader__stats {
    position: fixed;
    bottom: 1em;
    left: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px
}

.l-schoolHeader__stats li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: calc(infinity * 1px);
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(4px);
    color: #fff;
    font-weight: 700;
    font-size: 11px
}

.l-schoolHeader__stats button {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.l-schoolHeader__name span {
    display: block;
    font-weight: 600
}

.l-schoolHeader__name .sub {
    font-size: 13px
}

@media(max-width: 768px) {
    .l-schoolHeader__name .sub {
        font-size: 1rem
    }
}

.l-schoolHeader__name .main {
    font-size: 30px;
    line-height: 1.5
}

@media(max-width: 768px) {
    .l-schoolHeader__name .main {
        font-size: 2.2rem;
        line-height: 1.3
    }
}

.l-schoolHeader__favorite a {
    display: block;
    color: #d3d3d3;
    text-decoration: none
}

.l-schoolHeader__favorite a:hover {
    opacity: 1
}

.l-schoolHeader__favorite .unselected {
    display: block
}

.l-schoolHeader__favorite .selected {
    display: none
}

.l-schoolHeader__favorite .registered .unselected {
    display: none
}

.l-schoolHeader__favorite .registered .selected {
    display: block
}

.l-schoolHeader__cta {
    margin-top: 1em
}

@media(max-width: 768px) {
    .l-schoolHeader__cta {
        margin-top: 1.2em
    }
}

.l-schoolHeader__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 12px
}

@media(max-width: 768px) {
    .l-schoolHeader__buttons {
        width: 100%;
        flex-direction: column;
        gap: 10px
    }
}

.l-schoolHeader__banner {
    display: flex;
    gap: 4px
}

@media(max-width: 768px) {
    .l-schoolHeader__banner {
        width: 100%;
        justify-content: center
    }
}

.l-schoolHeader__labels {
    margin-top: 2em
}

.l-schoolHeader__nav {
    margin-top: 24px
}

.l-schoolNav {
    padding-top: 28px
}

.l-schoolNav__inner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

@media(max-width: 768px) {
    .l-schoolNav__container {
        min-width: unset;
        width: 100%;
        padding: 0 !important
    }
}

.l-schoolNav__main {
    position: relative
}

.l-schoolNav__nav::-webkit-scrollbar {
    display: none
}

@media(max-width: 768px) {
    .l-schoolNav.is-active {
        position: fixed;
        top: 16px;
        left: 0;
        width: 100%;
        z-index: 3
    }
}

.l-schoolNav .swiper-button {
    top: 0;
    width: 24px;
    height: 100%;
    margin-top: 0;
    background-size: 16px 16px
}

.l-schoolNav .swiper-button-prev {
    left: 0;
    background-image: url(/img/site_new/Icon-arrow-L-gakko.svg)
}

.l-schoolNav .swiper-button-next {
    right: 0;
    background-image: url(/img/site_new/Icon-arrow-R-gakko.svg)
}

.l-schoolNav .swiper-container {
    width: calc(100% - (24px * 2))
}

.l-schoolNav .swiper-wrapper {
    display: flex;
    align-items: center;
    min-width: 1603px;
    margin: 0 auto;
    list-style: none
}

@media(max-width: 768px) {
    .l-schoolNav .swiper-wrapper {
        min-width: 1115px
    }
}

.l-schoolNav .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 64px;
    padding-inline: 6px;
    border-radius: 0px;
    background-color: #fff;
    color: #363535;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    text-align: center
}

@media(max-width: 768px) {
    .l-schoolNav .swiper-slide {
        height: 40px;
        font-size: 1.2rem;
        line-height: 1.2
    }
}

.l-schoolNav .swiper-slide.active,
.l-schoolNav .swiper-slide:hover {
    border-bottom: 3px solid #28c27f
}

.l-schoolNav .swiper-slide a {
    display: block;
    width: 100%;
    padding: 14px
}

@media(max-width: 768px) {
    .l-schoolNav .swiper-slide a {
        padding: 5px
    }
}

.l-schoolNav .swiper-slide a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 1
}

.l-schoolInfo {
    display: none
}

@media(max-width: 768px) {
    .l-schoolInfo {
        position: sticky;
        top: 44px;
        display: block;
        height: 0;
        transition: height .5s;
        overflow: hidden
    }
}

.l-schoolInfo.is-active {
    height: 66px;
    z-index: 2
}

.l-schoolInfo__inner {
    padding: 10px 4%;
    border-bottom: 4px solid #28c27f;
    background-color: #fff
}

.l-schoolInfo__link {
    display: block;
    text-decoration: none;
    color: inherit
}

.l-schoolInfo__link:hover,
.l-schoolInfo__link:visited {
    display: block;
    text-decoration: none;
    color: inherit
}

.l-schoolInfo__name {
    font-weight: 600
}

.l-schoolInfo__sub,
.l-schoolInfo__main {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l-schoolInfo__sub {
    font-size: 1rem
}

.l-schoolInfo__main {
    font-size: 2.1rem;
    line-height: 1.3
}

.l-schoolRequestButton {
    position: relative;
    animation: pulse .5s ease 0s infinite alternate;
    transform-origin: center
}

@media(max-width: 768px) {
    .l-schoolRequestButton {
        width: 100%
    }
}

.l-schoolRequestButton:hover .l-schoolRequestButton__bubble {
    transform: translateX(-50%) translateY(4px)
}

.l-schoolRequestButton:hover .l-schoolRequestButton__link {
    transform: translateY(4px);
    box-shadow: unset;
    text-decoration: none;
    color: #fff
}

.l-schoolRequestButton:hover .l-schoolRequestButton__text {
    color: #fff
}

.l-schoolRequestButton__bubble {
    position: absolute;
    bottom: 84%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: fit-content;
    padding: 2px 20px;
    border-radius: 200px;
    background-color: #fff82a;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    z-index: 1;
    transition: transform .24s;
    white-space: nowrap
}

.l-schoolRequestButton__bubble::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #fff82a;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%)
}

.l-schoolRequestButton__link {
    position: relative;
    width: 300px;
    height: 60px;
    border: 1px solid #c9002d;
    border-radius: 8px;
    box-shadow: 0px 4px 0px #c9002d;
    background: linear-gradient(#ffa5b9 0%, #ff60a0 40.39%, #ff0057 100%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: all .24s
}

@media(max-width: 768px) {
    .l-schoolRequestButton__link {
        width: 100%
    }
}

.l-schoolRequestButton__link .icon {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    line-height: 1
}

.l-schoolRequestButton__link .icon svg {
    display: block
}

.l-schoolRequestButton__link--pamph:hover {
    color: #fff
}

.l-schoolRequestButton__linkInner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 4px 15px 4px 8px;
    box-sizing: border-box;
    overflow-x: hidden
}

.l-schoolRequestButton__linkInner--oc::before {
    display: none
}

.l-schoolRequestButton__free {
    border-radius: 4px;
    padding-inline: 10px;
    color: #c9002d;
    background-color: #fff;
    font-size: 12px
}

.l-schoolRequestButton__text {
    position: relative;
    font-size: 14px
}

.l-schoolRequestButton__text--oc::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg)
}

@keyframes pulse {
    from {
        transform: scale(0.9, 0.9)
    }

    to {
        transform: scale(1, 1)
    }
}

.l-stats {
    position: fixed;
    bottom: 12px;
    left: 1em;
    z-index: 1
}

.l-stats__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px
}

.l-stats__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    padding-right: 32px;
    border-radius: calc(infinity*1px);
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    backdrop-filter: blur(4px)
}

.l-stats__item button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.l-request__inner {
    padding: 28px 12px 40px;
    background-color: #363535;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/site_new/school/l-request__bg-pc.jpg);
    text-align: center
}

@media(max-width: 768px) {
    .l-request__inner {
        padding: 16px 8vw 40px;
        background-image: url(../img/site_new/school/l-request__bg-sp.jpg)
    }
}

.l-request__title {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 2em
}

.l-request__title div {
    display: block;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #34b77e;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

@media(max-width: 768px) {
    .l-request__title div {
        font-size: 1.6rem
    }
}

.l-request__title p {
    width: fit-content;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 4px #000
}

.l-request__title p .pickup {
    font-size: 2.6rem
}

.l-request__title::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 35%;
    display: block;
    width: 124px;
    aspect-ratio: 113/109;
    background-image: url(../img/site_new/school/l-request__heart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media(max-width: 768px) {
    .l-request__title {
        padding-left: 0
    }

    .l-request__title span {
        font-size: 1.5rem
    }

    .l-request__title::after {
        left: 156px;
        width: 106px
    }
}

.l-request__container {
    max-width: 640px;
    margin-inline: auto
}

.l-request__body {
    position: relative;
    margin-top: 32px
}

.l-request__body::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 32px;
    width: 230px;
    aspect-ratio: 230/176;
    background-image: url(../img/site_new/school/l-request__girl-pc.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat
}

@media(max-width: 768px) {
    .l-request__body {
        margin-top: 24px
    }

    .l-request__body::before {
        right: 0;
        width: 108px;
        aspect-ratio: 108/145;
        background-image: url(../img/site_new/school/l-request__girl-sp.png)
    }
}

.l-request__list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px
}

@media(max-width: 768px) {
    .l-request__list {
        flex-direction: column;
        align-items: center;
        gap: 8px
    }
}

@media(max-width: 768px) {
    .l-request__item {
        width: 100%
    }
}

.l-request__button {
    width: 310px;
    margin: auto
}

@media(max-width: 768px) {
    .l-request__button {
        text-align: left
    }
}

.l-request__button img {
    margin-top: 0
}

.l-lowerNav__inner {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: calc(15 / 375 * 100%);
    padding-right: calc(15 / 375 * 100%);
    background-color: #fff
}

.l-lowerNav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
}

.l-lowerNav__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: 0 2px 0 #d6d6d6;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center
}

.l-lowerNav__item.is-current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 5px;
    height: 84%;
    border-radius: 100px;
    background-color: #28c27f
}

.l-lowerNav__item a {
    display: block;
    width: 100%;
    padding: 13px 5px
}

.l-cv {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: translateY(120%);
    transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5
}

.l-cv.is-active {
    transform: translateY(0)
}

.l-cv__wrapper {
    position: relative;
    background-color: rgba(255, 255, 255, .64);
    backdrop-filter: blur(6px)
}

.l-cv__wrapper::before {
    content: "";
    position: absolute;
    top: -8%;
    right: 5.6%;
    width: 50px;
    aspect-ratio: 1/1;
    background-image: url(../img/site_new/l-cv__deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.l-cv__container {
    padding: 16px
}

.l-cv__lead {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.l-cv__lead::before,
.l-cv__lead::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    border-right: 1px dashed #212529
}

.l-cv__lead::before {
    transform: rotate(-18deg)
}

.l-cv__lead::after {
    transform: rotate(18deg)
}

.l-cv__list {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.6em
}

.l-cv__item {
    min-width: 50%
}

.l-cv__button {
    position: relative;
    animation: pulse .5s ease 0s infinite alternate;
    transform-origin: center
}

@media(max-width: 768px) {
    .l-cv__button {
        width: 100%
    }
}

.l-cv__button:hover .l-cv__bubble {
    transform: translateX(-50%) translateY(4px)
}

.l-cv__button:hover .l-cv__link {
    transform: translateY(4px);
    box-shadow: unset;
    text-decoration: none;
    color: #fff
}

.l-cv__button:hover .l-cv__text {
    color: #fff
}

@keyframes pulse {
    from {
        transform: scale(0.9, 0.9)
    }

    to {
        transform: scale(1, 1)
    }
}

.l-cv__bubble {
    position: absolute;
    bottom: 84%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 150px;
    padding-block: 6px;
    border-radius: 200px;
    background-color: #fff82a;
    color: #000;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    z-index: 1;
    transition: transform .24s;
    line-height: 1.1
}

.l-cv__bubble::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #fff82a;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%)
}

.l-cv__link {
    position: relative;
    width: 300px;
    height: 60px;
    border: 1px solid #c9002d;
    border-radius: 8px;
    box-shadow: 0px 4px 0px #c9002d;
    background: linear-gradient(#ffa5b9 0%, #ff60a0 40.39%, #ff0057 100%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: all .24s
}

@media(max-width: 768px) {
    .l-cv__link {
        width: 100%
    }
}

.l-cv__link .icon {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    line-height: 1;
    flex-shrink: 0
}

.l-cv__link .icon svg {
    display: block
}

.l-cv__link--pamph:hover {
    color: #fff
}

.l-cv__linkInner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 4px 25px;
    box-sizing: border-box;
    overflow-x: hidden
}

.l-cv__linkInner--oc::before {
    display: none
}

.l-cv__free {
    border-radius: 4px;
    padding-inline: 10px;
    color: #c9002d;
    background-color: #fff;
    font-size: 12px
}

.l-cv__text {
    position: relative;
    font-size: 14px;
    line-height: 1.25
}

.l-cv__text--oc {
    font-size: 12px;
    line-height: 1.2
}

.l-cv__text--oc::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg)
}

@media(max-width: 768px) {
    .l-sitemap.is-school {
        padding-bottom: 124px
    }

    .l-pageTop.is-active {
        transform: translateY(-130px)
    }

    .l-stats.is-active {
        transform: translateY(-120px)
    }

    body:not(:has(.js-cv)) .l-sitemap,
    body:not(:has(.js-cv)) .l-sitemap.is-school {
        padding-bottom: 0
    }

    body:not(:has(.js-cv)) .l-pageTop.is-active,
    body:not(:has(.js-cv)) .l-stats.is-active {
        transform: none
    }
}

.l-lead__inner {
    padding: 40px 0
}

.l-lead__title {
    font-size: 20px;
    font-weight: 700;
    color: #31b37f;
    text-align: center
}

@media(max-width: 768px) {
    .l-lead__title {
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.l-lead__index {
    margin-top: 24px
}

.l-index__inner {
    padding-top: 24px
}

.l-index__main {
    max-width: 480px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 8px;
    background-color: #f5f5f5
}

@media(max-width: 768px) {
    .l-index__main {
        padding: 16px 16px 28px
    }
}

.l-index__head {
    padding-bottom: 6px
}

.l-index__title {
    color: #30b27f;
    font-size: 1.8rem;
    font-weight: 900
}

.l-index__title .sub,
.l-index__title .bracket {
    font-size: 1.6rem
}

.l-index__title .sub {
    color: #1ca3cc;
    text-decoration: underline;
    cursor: pointer
}

.l-index__title .sub:focus {
    outline: 1px solid #1ca3cc
}

.l-index__title .bracket {
    color: #212529
}

.l-index__body {
    padding-top: 10px;
    border-top: 1px solid #ddd
}

.l-index__list {
    display: flex;
    flex-direction: column
}

.l-index__item {
    display: flex;
    align-items: baseline;
    gap: 8px
}

@media(max-width: 768px) {
    .l-index__item {
        font-size: 1.3rem
    }
}

.l-index__item::before {
    content: "";
    position: relative;
    top: -0.2em;
    display: block;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2ac27e
}

.l-index__link {
    display: block;
    width: 100%;
    padding: 6px 0;
    transition: color .24s cubic-bezier(0.16, 1, 0.3, 1)
}

.l-schoolMain__inner {
    padding-bottom: 64px
}

.l-schoolMain__articles {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.l-schoolMain__articles--bg {
    max-width: 960px;
    margin-inline: auto;
    padding: 40px 56px;
    background-color: #f9f9f9
}

@media(max-width: 768px) {
    .l-schoolMain__articles--bg {
        padding-inline: 0
    }
}

.c-container {
    max-width: 960px;
    min-width: 960px;
    padding: 0;
    margin: auto
}

@media(max-width: 768px) {
    .c-container {
        min-width: 359px;
        padding: 0 calc(15 / 375 * 100%)
    }
}

.c-pageHeader__inner {
    position: relative
}

.c-pageHeader__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 248px;
    background: linear-gradient(to right, #71CF4A, #B3F233)
}

.c-pageHeader__bg--senmon {
    background: linear-gradient(to right, #30B27F, #77E673)
}

.c-pageHeader__bg--daigaku {
    background: linear-gradient(to right, #4A88CF, #60C9F1)
}

@media(max-width: 768px) {
    .c-pageHeader__bg {
        height: 116px
    }
}

.c-pageHeader__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 482px;
    margin: auto;
    padding: 28px;
    background-color: #fff
}

@media(max-width: 768px) {
    .c-pageHeader__head {
        min-width: calc(270 / 375 * 100%);
        padding: 20px
    }
}

.c-pageHeader__title {
    color: #71cf4a;
    font-size: 32px;
    font-weight: 700
}

.c-pageHeader__title--senmon {
    color: #30b27f
}

.c-pageHeader__title--daigaku {
    color: #3a73c9
}

@media(max-width: 768px) {
    .c-pageHeader__title {
        font-size: 1.8rem
    }
}

.c-pageHeader__breadcrumb {
    margin-top: 8px
}

.c-breadcrumbs__item {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px
}

@media(max-width: 768px) {
    .c-breadcrumbs__item {
        font-size: 1rem
    }
}

.c-breadcrumbs__item::after {
    content: ">";
    color: #c9c9c9
}

.c-breadcrumbs__item:last-child::after {
    content: ""
}

.c-breadcrumbs__anchor {
    text-decoration: underline
}

.c-breadcrumbs__name {
    padding-right: 5px
}

.c-requestButton {
    position: relative;
    width: 292px;
    height: 60px;
    border: 1px solid #c9002d;
    border-radius: 8px;
    box-shadow: 0px 4px 0px #c9002d;
    background: linear-gradient(#ffa5b9 0%, #ff60a0 40.39%, #ff0057 100%);
    color: #fff;
    text-align: center;
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
    animation: pulse .5s ease 0s infinite alternate;
    transform-origin: center
}

.c-requestButton:hover {
    transform: translateY(4px);
    box-shadow: none;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

@media(max-width: 768px) {
    .c-requestButton {
        font-size: 1.6rem
    }
}

.c-requestButton--shadow {
    box-shadow: 0 4px 0 #a3940f;
    transition: all .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.c-requestButton--shadow:hover {
    transform: translateY(4px);
    box-shadow: unset;
    animation: none
}

@keyframes pulse {
    from {
        transform: scale(0.9, 0.9)
    }

    to {
        transform: scale(1, 1)
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

.c-requestButton--bg01 {
    color: #fff;
    background-color: #ff7a0e;
    box-shadow: 0 4px 0 #dc6000;
    transition: all .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.c-requestButton--bg01:hover {
    transform: translateY(4px);
    box-shadow: unset;
    animation: none;
    color: #fff !important
}

.c-requestButton--bg01 .c-requestButton__text--material::before {
    background-image: url(/img/site_new/icon--btn--shiryou--white.svg)
}

.c-requestButton--bg01 .c-requestButton__text--oc::before {
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg)
}

.c-requestButton--bg01 .c-requestButton__free {
    padding-inline: 10px;
    color: #ff7a0e;
    background-color: #fff
}

.c-requestButton--bg02 {
    color: #ff7a0e;
    background-color: #f9f9f9;
    border: 2px solid #ff7a0e;
    box-shadow: 0 3px 0 #ff7a0e
}

.c-requestButton--bg02:hover {
    color: #ff7a0e !important
}

.c-requestButton--bg02 .c-requestButton__text--oc::before {
    background-image: url(/img/site_new/icon--btn--opncmp--orange.svg)
}

.c-requestButton__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-x: hidden
}

.c-requestButton__inner--oc::before {
    display: none
}

.c-requestButton__bubble {
    position: absolute;
    bottom: 86%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: fit-content;
    padding: 4px 20px 2px;
    border-radius: 200px;
    background-color: #fff82a;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    z-index: 1;
    transition: transform .24s;
    white-space: nowrap
}

.c-requestButton__bubble::before {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 6px;
    background-color: #fff82a;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%)
}

.c-requestButton__text {
    position: relative;
    font-size: 14px;
    font-weight: 700
}

@media(max-width: 768px) {
    .c-requestButton__text {
        font-size: 1.5rem
    }
}

.c-requestButton__text--oc::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg);
    bottom: unset;
    left: unset;
    transform: unset;
    padding: 0;
    border-radius: unset
}

.c-requestButton__free {
    display: block;
    border-radius: 4px;
    padding-inline: 10px;
    color: #ff7a0e;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700
}

.c-requestButton__show {
    display: inline-block
}

@media(max-width: 768px) {
    .c-requestButton__show {
        display: none
    }
}

.c-requestButton__icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    line-height: 1
}

.c-requestButton__icon svg {
    display: block
}

.c-shareBanner {
    display: block;
    max-width: 140px
}

.c-schoolReview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto
}

.c-schoolReview__input {
    display: none
}

.c-schoolReview__input:checked+.c-schoolReview__label {
    color: #fff;
    background-color: #28c27f
}

.c-schoolReview__input:checked+.c-schoolReview__label+.c-schoolReview__body {
    display: block !important
}

.c-schoolReview__label {
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
    width: calc(100%/2);
    height: 40px;
    border-radius: 5px 5px 0px 0px;
    background-color: #d2d2d2;
    color: #9a9a9a;
    font-size: 21px
}

@media(max-width: 768px) {
    .c-schoolReview__label {
        font-size: 1.5rem;
        border-radius: 8px 8px 0 0
    }
}

.c-schoolReview__body {
    display: none;
    width: 100%;
    margin: 0 auto
}

.c-schoolReview__content {
    width: 100%;
    height: auto
}

.c-schoolReview__title {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    flex-wrap: wrap;
    width: 764px;
    margin: 49px auto 0;
    color: #686868;
    font-size: 20px
}

@media(max-width: 768px) {
    .c-schoolReview__title {
        width: 100%;
        margin: 14px 0 0;
        font-size: 1.5rem;
        line-height: 1.5
    }
}

.c-schoolReview__title li {
    width: 50%;
    padding-right: 0 !important
}

@media(max-width: 768px) {
    .c-schoolReview__title li {
        width: 100%
    }
}

.c-schoolReview__title span {
    margin-right: 10px;
    color: #30b27f
}

.c-schoolReview__list {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    flex-wrap: wrap;
    width: 820px;
    margin: 23px auto 0
}

@media(max-width: 768px) {
    .c-schoolReview__list {
        display: block;
        width: 100%;
        margin: 20px auto 0
    }
}

.c-schoolReview__item {
    width: 47%
}

@media(max-width: 768px) {
    .c-schoolReview__item {
        position: relative;
        width: 100%
    }
}

.c-schoolReview__head {
    display: block;
    width: 100%;
    padding: 6px 5px 6px 11px;
    border-left: 6px solid #30b27f;
    background-color: #e2f6e0;
    font-size: 19px
}

@media(max-width: 768px) {
    .c-schoolReview__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        border-left: 7px solid #30b27f;
        font-size: 1.5rem
    }
}

.c-schoolReview__star {
    margin: 10px auto 22px;
    text-align: center
}

@media(max-width: 768px) {
    .c-schoolReview__star {
        position: absolute;
        top: 50%;
        right: 1%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        display: block;
        margin: 0
    }
}

.c-schoolReview__star ul {
    display: flex;
    justify-content: start !important
}

@media(max-width: 768px) {
    .c-schoolReview__star ul {
        display: flex;
        justify-content: start;
        align-items: unset;
        flex-direction: initial;
        flex-wrap: wrap
    }
}

.c-schoolReview__star li {
    width: 38px !important;
    height: 36px !important;
    background-image: url(/img/site_new/opencampus/img-star-gray.svg);
    margin: 0
}

@media(max-width: 768px) {
    .c-schoolReview__star li {
        width: 28px !important;
        height: 28px !important;
        background-size: 28px
    }
}

.c-schoolReview__star img {
    margin: 0px auto 22px !important;
    width: 0%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.c-schoolReview__text {
    position: relative;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    width: 764px;
    margin: auto;
    font-size: 16px;
    overflow: hidden
}

@media(max-width: 768px) {
    .c-schoolReview__text {
        display: -webkit-box;
        overflow: hidden;
        font-size: 1.3rem;
        width: 100%;
        padding-top: 10px
    }
}

.c-schoolReview__404 {
    padding: 1.5rem 0;
    color: #6c757d !important;
    text-align: center
}

.c-readMore {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    margin: auto;
    border-radius: 0px;
    border: solid 1px #74c73d;
    background-color: #fff;
    color: #74c73d;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center
}

.c-readMore::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 1px;
    transform: rotate(45deg);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #74c73d
}

.c-readMore:hover {
    color: #fff;
    background-color: #74c73d;
    opacity: 1;
    text-decoration: unset
}

.c-readMore:hover::after {
    border-left-color: #fff
}

.c-readMore--senmon {
    color: #30b27f;
    border-color: #30b27f
}

.c-readMore--senmon::after {
    border-left-color: #30b27f
}

.c-readMore--senmon:hover {
    color: #fff;
    background-color: #30b27f
}

.c-readMore--senmon:hover::after {
    border-left-color: #fff
}

.c-readMore--daigaku {
    color: #3a73c8;
    border-color: #3a73c8
}

.c-readMore--daigaku::after {
    border-left-color: #3a73c8
}

.c-readMore--daigaku:hover {
    color: #fff;
    background-color: #3a73c8
}

.c-readMore--daigaku:hover::after {
    border-left-color: #fff
}

.c-modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    pointer-events: auto
}

@media(max-width: 768px) {
    .c-modal__content {
        width: 90%;
        margin: auto
    }
}

.c-modal__main {
    position: relative;
    padding: 32px;
    text-align: left
}

@media(max-width: 768px) {
    .c-modal__main {
        padding-inline: 6%
    }
}

.c-modal__head {
    margin-bottom: 1em
}

.c-modal__title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold
}

.c-modal__subTitle {
    margin-bottom: 1em;
    font-size: 12px;
    font-weight: 700
}

.c-modal__tagList {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.c-modal__tagItem {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #28c27f;
    font-size: 12px
}

@media(max-width: 768px) {
    .c-modal__tagItem {
        font-size: 11px
    }
}

.c-modal__body {
    margin-bottom: 1em
}

.c-modal__dt {
    margin-bottom: 6px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    font-size: 14px
}

.c-modal__dd {
    margin-bottom: 18px;
    padding-inline: 1em;
    font-size: 14px;
    line-height: 1.4
}

.c-modal__check {
    position: relative;
    display: flex;
    margin-top: 4px;
    padding-left: 1.25em
}

.c-modal__input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 0;
    margin-left: -1.25rem;
    min-height: unset
}

.c-modal__label {
    margin-left: .5em
}

.c-modal__close {
    margin-bottom: 1em;
    color: #1787dc;
    font-weight: 700;
    text-align: center
}

.c-modal__close span {
    text-decoration: underline
}

.c-modal__cta input[type=submit] {
    position: relative;
    display: block;
    width: 100%;
    max-width: 316px;
    padding: 14px 6px;
    margin-inline: auto;
    border: 2px solid #000;
    border-radius: calc(1px * infinity);
    background-color: #feed70;
    box-shadow: 0 3px 0 #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    transition: all .24s
}

.c-modal__cta input[type=submit]:hover {
    transform: translateY(3px);
    box-shadow: none
}

@media(hover: hover) {
    .c-modal__cta input[type=submit]:where(:any-link, :enabled, summary):hover {
        color: inherit;
        text-decoration: none;
        opacity: 1
    }
}

.c-modal__cta input[type=submit]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background-color: #000;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%)
}

.c-modal__cta input[type=submit]:disabled {
    background-color: #e3e3e3;
    color: #ababab
}

.c-modal__cross {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d2d2d2
}

.c-modal__cross svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block
}

.c-bulkBar {
    position: sticky;
    top: unset;
    bottom: 0;
    width: 100%;
    z-index: 9
}

.c-bulkBar__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    background-color: #f0f3f7
}

.c-bulkBar__container {
    display: flex;
    justify-content: center;
    flex-direction: row
}

@media(max-width: 768px) {
    .c-bulkBar__container {
        flex: 1;
        max-width: 240px
    }
}

.c-bulkBar__main {
    width: 480px;
    margin-inline: auto
}

@media(max-width: 768px) {
    .c-bulkBar__main {
        width: 100%
    }
}

.c-bulkBar__main form {
    width: 100% !important
}

.c-bulkBar__submit {
    width: 100%;
    pointer-events: initial
}

.c-bulkBar__submit:disabled,
.c-bulkBar__submit.is-disabled {
    opacity: .5;
    pointer-events: none
}

.c-bulkBar__submitContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    border-radius: 10px;
    background-color: #47cc7c
}

@media(max-width: 768px) {
    .c-bulkBar__submitContent {
        flex-direction: column;
        gap: 4px;
        min-width: 200px;
        height: 70px;
        padding: 4px
    }
}

.c-bulkBar__submitNumber {
    padding: 0px 10px;
    border-radius: 20px;
    background: #f6ff28;
    color: #000;
    font-size: 12px;
    font-weight: 400
}

@media(max-width: 768px) {
    .c-bulkBar__submitNumber {
        font-size: 10px;
        padding: 0px 10px
    }
}

.c-bulkBar__submitNumber .count {
    margin: 0 4px;
    font-size: 20px;
    font-weight: 700
}

@media(max-width: 768px) {
    .c-bulkBar__submitNumber .count {
        font-size: 16px
    }
}

.c-bulkBar__submitText {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-left: 8px
}

@media(max-width: 768px) {
    .c-bulkBar__submitText {
        margin-left: 0px
    }
}

.c-bulkBar__search {
    display: none
}

@media(max-width: 768px) {
    .c-bulkBar__search {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        max-width: 88px;
        width: 30%;
        padding: 5px 0px;
        border-radius: 10px;
        height: 70px;
        background-color: #363535;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }
}

@media(max-width: 768px) {
    .c-bulkBar__search img {
        margin-top: 6px
    }
}

.c-speechBubble {
    position: relative;
    display: block;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1em;
    padding-top: 4px;
    font-weight: 600;
    font-size: 13px;
    text-align: center
}

@media(max-width: 768px) {
    .c-speechBubble {
        font-size: 12px
    }
}

.c-speechBubble::before,
.c-speechBubble::after {
    content: "";
    position: absolute;
    bottom: 2px;
    display: inline-block;
    height: 64%
}

.c-speechBubble::before {
    left: -0.8em;
    border-left: solid 1px #212529;
    transform: rotate(-32deg)
}

.c-speechBubble::after {
    right: -0.8em;
    border-right: solid 1px #212529;
    transform: rotate(32deg)
}

.c-newsTicker__inner {
    padding: 16px 0;
    background-color: #f9f9f9
}

@media(max-width: 768px) {
    .c-newsTicker__inner {
        background-color: #fff
    }
}

.c-newsTicker__container {
    max-width: 640px;
    min-width: unset
}

.c-newsTicker__main {
    position: relative;
    display: flex;
    flex-direction: column
}

.c-newsTicker__title {
    min-width: 80px;
    color: #3d9e1b;
    font-weight: 700
}

@media(max-width: 768px) {
    .c-newsTicker__title {
        min-width: unset;
        width: 100%
    }
}

.c-newsTicker__title--senmon {
    color: #30b27f
}

.c-newsTicker__title--daitan {
    color: #3a73c8
}

.c-newsTicker__contents {
    position: relative;
    max-width: 100%
}

.c-newsTicker__slide {
    position: relative;
    width: 100%;
    padding-right: 2em
}

.c-newsTicker__slide::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 8px;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777
}

.c-newsTicker__anchor {
    display: block;
    height: 100%;
    max-width: 100%;
    cursor: pointer
}

.c-newsTicker__anchor:hover {
    color: inherit;
    text-decoration: unset
}

.c-newsTicker__time {
    font-weight: 700
}

.c-newsTicker__name {
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width: 768px) {
    .c-newsTicker__name {
        -webkit-line-clamp: 3
    }
}

.splide__pagination {
    display: none
}

.c-featureLabel__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #2e9cd5;
    font-size: 11px
}

.c-featureLabel__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px
}

.c-featureLabel__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    padding: 4px 10px 4px 6px;
    border-radius: calc(infinity* 1px);
    background-color: #e2fbfc;
    color: #2e9cd5;
    font-weight: 700
}

.c-featureLabel__item .icon {
    position: relative;
    top: -1px
}

.c-featureLabel__other {
    height: 100%;
    color: #2e9cd5;
    text-align: right
}

.u-pc {
    display: block
}

@media(max-width: 768px) {
    .u-pc {
        display: none
    }
}

.u-sp {
    display: none
}

@media(max-width: 768px) {
    .u-sp {
        display: block
    }
}

.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap
}

.profiler-results.profiler-top.profiler-left {
    display: none !important
}