@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */

/* Reste
----------------------------------------------------------------- */
.entry-header {
  margin-bottom: 0;
}

.site-content {
    max-width: 100%;
    margin: 0;
}

.site-content article {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-content {
    line-height: inherit;
}

.entry-content p {
    margin: 0;
    line-height: initial;
}

.entry-content h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    color: initial;
    background: initial;
    background-color: initial;
    background-size: initial;
    background-size: initial;
    background-position: initial;
    text-align: unset;
    font-size: initial;
    font-weight: bold;
    letter-spacing: initial;
    line-height: initial;
}

.entry-content h3 {
    font-size: initial;
    font-weight: bold;
    letter-spacing: initial;
    margin: 0;
    padding: 0;
    color: initial;
    border-left: initial;
    background: none;
}

.entry-content h4 {
    position: inherit;
    font-size: initial;
    font-weight: bold;
    border-bottom: none;
}

.entry-content h4::after {
    position: initial;
    content: "";
    display: initial;
    border-bottom: none;
    bottom: 0;
    width: 0;
}

footer.entry-meta {
    background: inherit;
}

.entry-title,
.entry-meta {
    display: none;
}

@media (min-width: 801px) {
    #main {
        padding-top: 0;
    }
    .entry-header {
        margin-bottom: 50px;
    }
}


/* Base
----------------------------------------------------------------- */

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		local("Noto Sans JP"),
		url("./fonts/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: bold;
	font-weight: 700;
	font-display: swap;
	src:
		local("Noto Sans JP"),
		url("./fonts/NotoSansJP-bold.woff2") format("woff2");
}

:root {
    --main-color: #274b73;
    --main-color-rgb: 39, 75, 115;
    --line-color: #eceff3;

    --navy:#264c73;
    --navy-dark:#1a3a52;
    --blue:#1976ce;
    --box:#e8f1f8;
    --orange:#ff651b;
    --red:#d12b2b;
    --text:#333;
    --sub:#666;
    --bg:#f9f9f9;
    --line:#e1e1e1;
    --amber:#e65100;
    --amber-bg:#fff3e0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial,"Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",Sans-Serif !important;
    color: var(--text);
    background: var(--bg);
}

a {
    color: inherit;
    text-decoration: none;
}

footer {
    background: #222;
    padding: 22px;
    color: #aaa;
    font-size: 12px;
    text-align: center;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.l-section {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 72px 0;
}

.l-section > :first-child {
    margin-top: 0;
}

.l-section > :last-child {
    margin-bottom: 0;
}

.l-content-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}


/* ==========================================================================
   Object
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */

.c-embed-box {
    background: #fafbfc;
    border: 2px dashed var(--navy);
    border-radius: 8px;
    padding: 46px 20px;
    text-align: center;
    color: var(--navy);
    font-weight: 700;
    font-size: 15px;
}

.c-notes {
    background: var(--box);
    border-left: 3px solid var(--navy);
    border-radius: 4px;
    padding: 16px 20px;
    font-size: 13px;
    color: var(--navy);
}

.c-grid-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.c-grid-box--4col {
    display: grid;
    grid-template-columns: 2fr;
    gap: 18px;
}

@media (min-width:481px) {
    .c-grid-box {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width:600px) {
    .c-grid-box--4col {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (min-width:769px) {
    .c-grid-box {
        grid-template-columns: repeat(3,1fr);
    }
    .c-grid-box--4col {
        grid-template-columns: repeat(4,1fr);
    }
}

/* Project
   ----------------------------------------------------------------- */

.page-template-page-item-hub .p-hero {
    background: linear-gradient(rgba(38,76,115,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(38,76,115,.05) 1px,transparent 1px),radial-gradient(circle at 15% 20%,#eaf2fb 0%,#f6f9fd 60%,#f9f9f9 100%);
    background-size: 28px 28px,28px 28px,auto;
    padding: 24px 0 64px;
    overflow: hidden;
    border-bottom: 1px solid rgba(38,76,115,.08);
}

.page-template-page-item-hub .p-hero-seminar {
    position: relative;
    display: flex;
    background: url('../images/fv-seminar_sp.webp') no-repeat right / cover;
    padding: 44px 0 36px;
    color: #fff;
    align-items: center;
    overflow: hidden;
    z-index: 1
}

.page-template-page-item-hub .p-hero-seminar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg,rgba(26,58,82,.88) 0%,rgba(38,76,115,.60) 100%);
}

.page-template-page-item-hub .p-hero-seminar__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    z-index: 2;
}

.page-template-page-item-hub.is-mobile .p-hero-seminar__wrap {
    min-height: calc( 100vh - 98px );
    min-height: calc( 100svh - 98px );
}

.page-template-page-item-hub .p-hero-seminar__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-template-page-item-hub .p-hero-seminar__bg img {
    position: absolute;
    inset: 0;
    object-position: center 32%;
}

.page-template-page-item-hub .p-hero-seminar__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg,rgba(26,58,82,.88) 0%,rgba(38,76,115,.60) 100%);
}

.page-template-page-item-hub .p-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

.page-template-page-item-hub .p-hero__title {
    margin-bottom: 10px;
    font-size: clamp(28px, 20.366px + 2.036vw, 36px);
    color: var(--navy-dark);
    line-height: 1.25;
}

.page-template-page-item-hub .p-hero-seminar__title {
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.280rem + 0.939vw, 1.75rem);
    letter-spacing: .01em;
    line-height: 1.55;
}

.page-template-page-item-hub .p-hero__title small {
    font-size: 27px;
}

.page-template-page-item-hub .p-hero__sub-title {
    margin-bottom: 16px;
    font-size: clamp(18px, 14.183px + 1.018vw, 22px);
    font-weight: 700;
    color: var(--blue);
    line-height: 1.4;
}

.page-template-page-item-hub .p-hero__lead {
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--text);
}

.page-template-page-item-hub .p-hero-seminar__lead {
    max-width: 560px;
    font-size: 16px;
    opacity: .92;
    line-height: 1.95;
}

.page-template-page-item-hub .p-hero-seminar__lead-sub {
    margin-top: 18px;
    font-size: 13px;
    opacity: .85;
    line-height: 1.8;
}

.page-template-page-item-hub .p-hero-seminar__badge {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border-radius: 999px;
    margin-bottom: 16px;
    padding: 4px 12px;
    font-size: 12px;
}

.page-template-page-item-hub .p-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.page-template-page-item-hub .p-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.page-template-page-item-hub .p-chip-icon {
    display: flex;
    background: #fff0e6;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-template-page-item-hub .p-chip-icon svg {
    width: 15px;
    height: 15px;
    stroke: #e2540c;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-item-hub .p-avail {
    margin-top: 13px;
    font-size: 13px;
    color: var(--sub);
}

.page-template-page-item-hub .p-avail b {
    color: var(--navy);
}

.page-template-page-item-hub .p-cta-btn-wrap,
.page-template-page-item-hub .p-cta-btn-wrap--wide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.page-template-page-item-hub .p-cta-btn-wrap .p-btn,
.page-template-page-item-hub .p-cta-btn-wrap--wide .p-btn {
    width: 100%;
    text-align: center;
}

.page-template-page-item-hub .p-btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: .2s;white-space:nowrap;
    cursor: pointer;
    border: none;
}

.page-template-page-item-hub .p-btn--primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255,101,27,.32);
}

.page-template-page-item-hub .p-btn--primary:hover {
    background: #e2540c;
    color: #fff;
    transform: translateY(-1px);
}

.page-template-page-item-hub .p-btn--ghost {
    background: #fff;
    border: 1.5px solid var(--navy);
    color: var(--navy);
}

.page-template-page-item-hub .p-btn--ghost:hover {
    background: var(--box);
    color: var(--navy);
}

.page-template-page-item-hub .p-load-more-wrap {
    text-align: center;
    margin-top: 32px;
}

.page-template-page-item-hub .p-btn-more {
    display: inline-block;
    background: #fff;
    color: var(--navy);
    border: 1.5px solid var(--navy);
    border-radius: 999px;
    padding: 12px 34px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}
.page-template-page-item-hub .p-btn-more:hover {
    background: var(--navy);
    color: #fff;
}

.page-template-page-item-hub .p-hero__img {
    position: relative;
    display: block;
    border-radius: 12px;
    line-height: 0;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15,28,43,.28);
}

.page-template-page-item-hub .p-hero__img::after {
    content: "講座一覧を見る →";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent,rgba(26,58,82,.9));
    padding: 24px 10px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transition: opacity .2s;
    line-height: 1.4;
}

.page-template-page-item-hub .p-hero__img:hover::after {
    opacity: 1;
}

.page-template-page-item-hub .p-hero__img-wrap {
    max-width: 450px;
}

.page-template-page-item-hub .p-hero__img-shot {
    display: block;
    width: 100%;
    height: auto;
}

.page-template-page-item-hub .p-hero__img-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(38,76,115,.92);
    padding: 5px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
    line-height: 1.4;
}

.page-template-page-item-hub .p-hero__img-note {
    margin-top: 10px;
    font-size: 12px;
    color: var(--sub);
    text-align: center;
}

.page-template-page-item-hub .p-hero__img-link {
    color: var(--orange);
    font-weight: 700;
    border-bottom: 1px solid var(--orange);
}

.page-template-page-item-hub .p-compear {
    background: #fff;
}

.page-template-page-item-hub .p-compare__inner {
    margin: 0 auto;
    max-width: 760px;
}

.page-template-page-item-hub .p-compare__lead {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy-dark);
    text-align: center;
    line-height: 1.45;
}

.page-template-page-item-hub .p-compare__sub {
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: var(--sub);
    line-height: 1.65;
}

.page-template-page-item-hub .p-compare__flow {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 16px;
}

.page-template-page-item-hub .p-compare__box {
    display: flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin: 0 auto;
    padding: 16px 18px;
    width: 100%;
    max-width: 400px;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-compare__box--org {
    border: 1.5px solid var(--orange);
}

.page-template-page-item-hub .p-compare__box-ico {
    display: flex;
    background: var(--box);
    width: 46px;
    height: 46px;
    border-radius: 12px;
    color: var(--navy);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-template-page-item-hub .p-compare__box-ico svg {
    width: 24px;
    height: 24px;
}

.page-template-page-item-hub .p-compare__box-ico--org {
    background: #fff0e6;
    color: var(--orange);
}

.page-template-page-item-hub .p-compare__box-title {
    margin-bottom: 2px;
    font-size: 15px;
    color: var(--navy);
}

.page-template-page-item-hub .p-compare__box-title--org {
    color: var(--orange);
}

.page-template-page-item-hub .p-compare__box-txt {
    margin-top: 0;
    font-size: 12.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-compare__link {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
}

.page-template-page-item-hub .p-compare__link a {
    border-bottom: 1px solid var(--blue);
    color: var(--blue);
    font-weight: 600;
}

.page-template-page-item-hub .p-course-list {
    background: var(--bg);
}

.page-template-page-item-hub .p-section-header__wrap {
    margin:0 auto 40px;
    text-align:center;
}

.page-template-page-item-hub .p-section-header__title {
    margin-bottom: 8px;
    font-size: 24px;
    color: var(--navy);
}

.page-template-page-item-hub .p-section-header__sub-title {
    color: var(--sub);
    font-size: 14px;
}

.page-template-page-item-hub .p-section-header__title--underline {
    display: inline-block;
    border-bottom: 3px solid var(--blue);
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    color: var(--navy);
}

.page-template-page-item-hub .p-section-header__wrap:has( + p ) {
    margin:0 auto 10px;
}

.page-template-page-item-hub .p-sub-note {
    margin-bottom: 40px;
    text-align: center;
    color: var(--sub);
    font-size: 13px;
}

.page-template-page-item-hub .p-sub-note b {
    color:var(--navy);
}

.page-template-page-item-hub .p-filter {
    display: flex;
    margin: 0 0 28px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.page-template-page-item-hub .p-filter--mobile {
    max-width: 400px;
    margin: 0 auto 28px;
}

.page-template-page-item-hub .p-filter__group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.page-template-page-item-hub .p-filter__group--mobile {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.page-template-page-item-hub .p-filter__label {
    background: var(--box);
    border-radius: 4px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 700;
    color: var(--navy);
}

.page-template-page-item-hub .p-filter__btn {
    font-size: 13px;
    background: #fff;
    border: 1px solid var(--navy);
    border-radius: 999px;
    padding: 6px 15px;
    font-size: 13px;
    color: var(--navy);
    cursor: pointer;
    transition: .2s;
}

.page-template-page-item-hub .p-filter__btn.is-select,
.page-template-page-item-hub .p-filter__btn:hover {
    background: var(--navy);
    color: #fff;
}

.page-template-page-item-hub .p-filter__select {
    background: var(--box);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    color: var(--navy);
    flex: 1;
}

.page-template-page-item-hub .p-course-card {
    display: flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    transition: .2s;
}

.page-template-page-item-hub .p-course-card:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,.09);
    transform: translateY(-3px);
}

.page-template-page-item-hub .p-course-card__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.page-template-page-item-hub .p-course-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-item-hub .p-course-card__badge {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--navy-dark);
    border-bottom-right-radius: 8px;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__sale-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--amber);
    border-bottom-left-radius: 8px;
    padding: 4px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    z-index: 2;
}

.page-template-page-item-hub .p-course-card__seminar-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__seminar-badge--web {
    background: var(--blue);
}

.page-template-page-item-hub .p-course-card__pstt-seminar-badge--web {
    background: var(--blue);
    right: 10px;
    left: auto;
}

.page-template-page-item-hub .p-course-card__seminar-badge--venue {
    background: #5a6b7d;
}

.page-template-page-item-hub .p-course-card__pstt-seminar-badge--venue {
    background: #5a6b7d;
    right: 10px;
    left: auto;
}

.page-template-page-item-hub .p-course-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-course-card__play span {
    display: flex;
    background: rgba(255,255,255,.85);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding-left: 3px;
    color: var(--navy);
    font-size: 15px;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-course-card__body {
    display: flex;
    padding: 16px;
    flex-direction: column;
    flex: 1;
}

.page-template-page-item-hub .p-course-card__date {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
}

.page-template-page-item-hub .p-course-card__date small {
    font-size: 11.5px;
    font-weight: 600;
}

.page-template-page-item-hub .p-course-card__status {
    display:flex;
    margin-bottom:10px;
    gap:8px;
    flex-wrap:wrap;
}

.page-template-page-item-hub .p-course-card__pill {
    display: inline-block;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__pill--open {
    background: #e3f0ff;
    color: var(--blue);
}

.page-template-page-item-hub .p-course-card__pill--early {
    background: var(--amber-bg);
    color: var(--amber);
}

.page-template-page-item-hub .p-course-card__pill--full {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__pill--closed {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__pill--cancel {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__theme-row {
  text-align: center;
  margin-bottom: 8px;
}

.page-template-page-item-hub .p-course-card__theme-tag {
    display: inline-block;
    background: var(--box);
    border-radius: 999px;
    padding: 3px 11px;
    font-size: 11px;
    font-weight: 700;
    color: var(--navy);
}

.page-template-page-item-hub .p-course-card__title {
    min-height: 46px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
    color: var(--text);
}

.page-template-page-item-hub .p-course-card__title-seminar {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 46px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.45;
    line-clamp: 2;
    overflow: hidden;
}

.page-template-page-item-hub .p-course-card__title:hover {
    color: var(--blue);
}

.page-template-page-item-hub .p-course-card__source {
    margin: 16px 0px 8px;
    text-align: center;
    font-size: 12.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-course-card__info {
    border: 1px solid var(--line);
    border-radius: 6px;
    margin-bottom: 24px;
    padding: 10px 12px;
    font-size: 12.5px;
    color: var(--text);
}

.page-template-page-item-hub .p-course-card__info div {
    padding: 2px 0;
}

.page-template-page-item-hub .p-course-card__info b {
    color: var(--navy);
}

.page-template-page-item-hub .p-course-card__meta {
    font-size: 12.5px;
    color: var(--sub);
    margin-bottom: 4px;
}

.page-template-page-item-hub .p-course-card__lecturer-wrap {
    margin-bottom: 8px;
}

.page-template-page-item-hub .p-course-card__lecturer-name {
    font-size: 13.5px;
    color: var(--text);
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__lecturer-label {
    margin-right: 2px;
    font-size: 12px;
    color: var(--sub);
    font-weight: 500;
}

.page-template-page-item-hub .p-course-card__lecturer-title {
    margin-top: 1px;
    font-size: 12px;
    color: var(--sub);
}

.page-template-page-item-hub .p-course-card__seats {
    display: inline-block;
    border-radius: 4px;
    margin: 8px 0;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__seats--few {
    background: #fde7e7;
    color: var(--red);
}

.page-template-page-item-hub .p-course-card__seats--ok {
    background: var(--box);
    color: var(--navy);
}

.page-template-page-item-hub .p-course-card__seats--full {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__seats--closed {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__seats--cancel {
    background: #e3e6ea;
    color: #7a8794;
}

.page-template-page-item-hub .p-course-card__price {
    margin: auto 0 12px;
    text-align: center;
    font-size: 15px;
    color: var(--text);
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__price small {
    font-size: 11px;
    font-weight: 500;
    color: var(--sub);
}

.page-template-page-item-hub .p-course-card__price--was {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #9aa0a6;
    text-decoration: line-through;
}

.page-template-page-item-hub .p-course-card__price--now {
    color: var(--navy);
    font-weight: 700;
    font-size: 17px;
}

.page-template-page-item-hub .p-course-card__price--off {
    display: inline-block;
    background: var(--amber-bg);
    border-radius: 4px;
    margin-left: 6px;
    padding: 2px 8px;
    color: var(--amber);
    font-size: 11px;
    font-weight: 700;
    vertical-align: 1px;
}

.page-template-page-item-hub .p-course-card__price-seminar {
    margin: 8px 0 14px;
    font-size: 19px;
    color: var(--navy);
    font-weight: 700;
}

.page-template-page-item-hub .p-course-card__price-seminar--was {
    margin-right: 6px;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.page-template-page-item-hub .p-course-card__price-seminar small {
    font-size: 12px;
    font-weight: 500;
    color: var(--sub);
}

.page-template-page-item-hub .p-course-card__btn {
    display: block;
    text-align: center;
    background: var(--orange);
    border-radius: 6px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: .2s;
}

.page-template-page-item-hub .p-course-card__btn:hover {
    background: #e2540c;
    color: #fff;
}

.page-template-page-item-hub .p-course-card__btn-wrap {
    display: flex;
    margin-top: auto;
    flex-direction: column;
    gap: 8px;
}

.page-template-page-item-hub .p-course-card__btn-seminar {
    display: inline-block;
    border-radius: 6px;
    padding: 14px 0;
    font-weight: 700;
    font-size: 14px;
    transition: .2s;
    white-space: nowrap;
    text-align: center;
}

.page-template-page-item-hub .p-course-card__btn--orange {
    background: var(--orange);
    color: #fff;
}

.page-template-page-item-hub .p-course-card__btn--orange:hover {
    color: #fff;
}

.page-template-page-item-hub .p-course-card__btn--outline {
    background: #fff;
    border: 1.5px solid var(--navy);
    color: var(--navy);
    font-size: 13.5px;
}

.page-template-page-item-hub .p-course-card__btn--outline:hover {
    background: var(--box);
    color: var(--navy);
}

.page-template-page-item-hub .p-course-card__btn--disabled {
    background: #e3e6ea;
    color: #9aa6b2;
    cursor: default;
}

.page-template-page-item-hub .p-course-card__btn--disabled:hover {
    color: #9aa6b2;
}

.page-template-page-item-hub .p-no-results {
    padding: 32px 0;
    text-align: center;
    color: var(--sub);
    font-size: 14px;
}

.page-template-page-item-hub .p-load-more-wrap {
    text-align: center;
    margin-top: 26px;
}

.page-template-page-item-hub .p-load-more__btn {
    display: inline-block;
    background: #fff;
    border: 1.5px solid var(--navy);
    border-radius: 999px;
    padding: 12px 34px;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}

.page-template-page-item-hub .p-load-more__btn:hover {
    background: var(--navy);
    color: #fff;
}

.page-template-page-item-hub .p-catch {
    background: var(--box);
}

.page-template-page-item-hub .p-catch__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page-template-page-item-hub .p-catch .p-section-header__title {
    font-size: 18px;
}

.page-template-page-item-hub .p-past {
    background: var(--bg);
}

.page-template-page-item-hub .p-past__result {
    margin-bottom: 18px;
    text-align: center;
    font-size: 13px;
    color: var(--sub);
}

.page-template-page-item-hub .p-past__result b {
    color: var(--navy);
}

.page-template-page-item-hub .p-past-card {
    display: flex;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    flex-direction: column;
    opacity: .92;
}

.page-template-page-item-hub .p-past-card__body {
    display: flex;
    padding: 12px 14px;
    flex-direction: column;
    flex: 1;
}

.page-template-page-item-hub .p-past-card__title {
    margin-bottom: 8px;
    font-size: 13px;
     line-height: 1.4;
}

.page-template-page-item-hub .p-past-card__date {
    margin-bottom: 10px;
    font-size: 11.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-past-card__footer {
    display: flex;
    border-top: 1px solid var(--line);
    margin-top: auto;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.page-template-page-item-hub .p-past-card__status {
    font-size: 11.5px;
    font-weight: 700;
    color: #9aa6b2;
    white-space: nowrap;
}
.page-template-page-item-hub .p-past-card__link {
    font-size: 11.5px;
    color: var(--orange);
    font-weight: 700;
    white-space: nowrap;
}

.page-template-page-item-hub .p-pagination {
    display: flex;
    margin-top: 28px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.page-template-page-item-hub .p-pagination__button {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.page-template-page-item-hub .p-pagination__button:disabled {
    opacity: .35;
    cursor: default;
}

.page-template-page-item-hub .p-pagination__button.is-current {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.page-template-page-item-hub .p-diff {
    background: #fff;
}

.page-template-page-item-hub .p-diff__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-template-page-item-hub .p-diff-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
}

.page-template-page-item-hub .p-diff-card_title {
    margin-bottom: 6px;
    font-size: 17px;
    color: var(--navy);
}

.page-template-page-item-hub .p-diff-card__tag {
    display: inline-block;
    background: var(--blue);
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 11px;
    color: #fff;
}

.page-template-page-item-hub .p-diff-card__tag--secondary {
    background:#5a6b7d;
}

.page-template-page-item-hub .p-diff-card__list {
    list-style:none;
}

.page-template-page-item-hub .p-diff-card__item {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 13.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-diff-card__item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: 700;
}

.page-template-page-item-hub .p-diff__note {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 3px solid var(--orange);
    border-radius: 6px;
    margin-top: 18px;
    padding: 16px 20px;
    font-size: 13.5px;
    color: var(--text);
}

.page-template-page-item-hub .p-diff__note a {
    color: var(--orange);
    font-weight: 700;
    border-bottom: 1px solid var(--orange);
}

.page-template-page-item-hub .p-stats {
    background: var(--navy);
    color: #fff;
}

.page-template-page-item-hub .p-stats__title {
    margin-bottom: 32px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: .92;
    
}

.page-template-page-item-hub .p-stats__grid {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-template-page-item-hub .p-stats__num {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.page-template-page-item-hub .p-stats__num small {
    font-size: 15px;
    font-weight: 600;
}

.page-template-page-item-hub .p-stats__label {
    margin-top: 4px;
    font-size: 13px;
    opacity: .85;
}

.page-template-page-item-hub .p-stats__note {
    margin-top: 24px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    opacity: .8;
}

.page-template-page-item-hub .p-feat {
    background: #fff;
}

.page-template-page-item-hub .p-feat__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-template-page-item-hub .p-feat__card {
    padding: 20px;
    text-align: center;
}

.page-template-page-item-hub .p-feat__ico {
    display: flex;
    background: var(--box);
    margin: 0 auto 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--navy);
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-feat__title {
    margin-bottom: 6px;
    font-size: 15px;
    color: var(--navy);
}

.page-template-page-item-hub .p-feat__txt {
    font-size: 13px;
    color: var(--sub);
}

.page-template-page-item-hub .p-voice {
    background: var(--bg);
}

.page-template-page-item-hub .p-voice__grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 22px;
}

.page-template-page-item-hub .p-voice__card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
}

.page-template-page-item-hub .p-voice__quote-ic {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 26px;
    height: 26px;
    color: var(--box);
}

.page-template-page-item-hub .p-voice__tag {
    display: inline-block;
    background: var(--box);
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 4px 10px;
    color: var(--navy);
    font-size: 11.5px;
    font-weight: 600;
}

.page-template-page-item-hub .p-voice__txt {
    position: relative;
    margin: 0 0 20px;
    font-size: 14px;
    color: var(--text);
    line-height: 1.9;
    z-index: 1;
}

.page-template-page-item-hub .p-voice__who-wrap {
    display: flex;
    border-top: 1px solid var(--line);
    padding-top: 12px;
    align-items: center;
    gap: 10px;
}

.page-template-page-item-hub .p-voice__avatar {
    display: flex;
    background: var(--navy);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-voice__avatar svg {
    width: 16px;
    height: 16px;
}

.page-template-page-item-hub .p-voice__who {
    font-size: 12.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-flow {
    background: #fff;
}

.page-template-page-item-hub .p-flow__wrap {
    background: #fff;
    margin-bottom: 24px;
    padding: 16px 0;
}

.page-template-page-item-hub .p-flow__title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    color: var(--navy);
}

.page-template-page-item-hub .p-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-template-page-item-hub .p-flow__step {
    position: relative;
    margin-bottom: 16px;
    padding: 16px;
    text-align: center;
    flex: 1
}

.page-template-page-item-hub .p-flow__step:not(:last-child)::after {
    content:"›";
    position: absolute;
    bottom: -20px;
    font-size: 28px;
    line-height: 1;
    color: var(--navy);
    opacity: .45;
    font-weight: 700;
    transform: rotate(90deg);
}

.page-template-page-item-hub .p-flow__num {
    display: flex;
    background: var(--navy);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.page-template-page-item-hub .p-flow__sub-title {
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--navy);
}

.page-template-page-item-hub .p-flow__text {
    font-size: 12.5px;
    color: var(--sub);
}

.page-template-page-item-hub .p-faq {
    background: #fff;
    border-top: 1px solid var(--line);
}

.page-template-page-item-hub .p-bottom-cta {
    background: linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);
    color: #fff;
    text-align: center;
}

.page-template-page-item-hub .p-bottom-cta__title {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(20px, 5.714px + 3.81vw, 24px);
    text-align: center;
}
.page-template-page-item-hub .p-bottom-cta__text {
    margin-bottom: 22px;
    opacity: .92;
    font-size: 14px;
}

@media (min-width:481px) {
    .page-template-page-item-hub .p-cta-btn-wrap {
        flex-direction: row;
    }

    .page-template-page-item-hub .p-bottom-cta .p-cta-btn-wrap {
        justify-content: center;
    }

    .page-template-page-item-hub .p-cta-btn-wrap .p-btn {
        width: auto;
        text-align: left;
    }
}

@media (min-width:600px) {
    .page-template-page-item-hub .p-voice__grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (661px <= width <= 960px) {
    .page-template-page-item-hub .p-grid-box--seminar {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width:769px) {
    .page-template-page-item-hub .p-hero-seminar {
        min-height: auto;
    }

    .page-template-page-item-hub .p-hero-seminar__wrap {
        height: auto;
    }

    .page-template-page-item-hub .p-flow__steps {
        flex-direction: row;
    }

    .page-template-page-item-hub .p-diff__grid {
        grid-template-columns: 1fr 1fr;
    }
    .page-template-page-item-hub .p-stats__grid,
    .page-template-page-item-hub .p-feat__grid,
    .page-template-page-item-hub .p-voice__grid {
        grid-template-columns: repeat(3,1fr);
    }
    
    .page-template-page-item-hub .p-flow__step:not(:last-child)::after {
        top: 30px;
        right: -11px;
        transform: rotate(0);
    }

    .page-template-page-item-hub .p-compare__flow {
        grid-template-columns: 1fr 40px 1fr;
        align-items: stretch;
        gap: 8px;
    }

    .page-template-page-item-hub .p-cta-btn-wrap--wide {
        flex-direction: row;
    }

    .page-template-page-item-hub .p-past__result {
        scroll-margin-top: 50px;
    }
}

@media (min-width:801px) {
    .page-template-page-item-hub .p-hero {
        padding: 48px 0 64px;
    }

    .page-template-page-item-hub .p-hero-seminar {
        background: url('../images/fv-seminar.webp') no-repeat right / cover;
        height: auto;
        max-height: 400px;
        aspect-ratio: 16 / 9;
    }

    .page-template-page-item-hub .p-hero-seminar__wrap {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }

    .page-template-page-item-hub.is-mobile .p-hero-seminar__wrap {
        flex-direction: column;
        gap: 80px;
    }
}

@media (min-width:821px) {
    .page-template-page-item-hub .p-hero__grid {
        grid-template-columns: 1fr 1.02fr;
    }
}

@media (min-width:961px) {
    .page-template-page-item-hub .p-grid-box--seminar {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:660px) {
    .page-template-page-item-hub .p-grid-box--seminar {
        grid-template-columns: 1fr;
    }
}


/* Utility
   ----------------------------------------------------------------- */

.page-template-page-item-hub .u-sep {
    background: var(--line);
    height: 1px;
    margin: 0 0 18px;
}

.page-template-page-item-hub .u-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa6b2;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(90deg);
}

.page-template-page-item-hub .u-mb--40 {
    margin-bottom: 40px;
}

.page-template-page-item-hub .u-flex-jus--centor {
    justify-content: center;
}

.page-template-page-item-hub .u-flex-dl--column {
    flex-direction: column;
}

.page-template-page-item-hub .u-flex-ai--start {
    align-items: start;
}

.page-template-page-item-hub .u-separator {
    border: 2px solid var(--line);
    border-radius: 10px;
    margin: 10px auto;
    width: 80px;
}

.page-template-page-item-hub .u-sub-txt {
    font-size: 12px;
    color: var(--sub);
}

.page-template-page-item-hub .u-txt-small {
    font-size: 12px;
}

.page-template-page-item-hub .u-txt-center {
    text-align: center;
}

@media (min-width:481px) {
    .page-template-page-item-hub .u-sp-only {
        display: none;
    }
}

@media (max-width:768px) {
    .page-template-page-item-hub .u-pc-only {
        display: none;
    }
}

@media (min-width:769px) {
    .page-template-page-item-hub .u-arrow {
        transform: rotate(0deg);
    }

    .page-template-page-item-hub .u-pc-none {
        display: none;
    }
}

/* その他のCSSの影響を調整
   ----------------------------------------------------------------- */

.page-template-page-item-hub .faq-header {
    margin-bottom: 24px !important;
}

.page-template-page-item-hub .faq-header h3 {
    font-size: 18px !important;
}

.page-template-page-item-hub .faq-icon {
    width: 30px !important;
    height: 30px !important;
}

@media (min-width:769px)) {
    .page-template-page-item-hub .faq-header h3 {
        font-size: 20px !important;
    }
}