/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-size: inherit; */
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    /* font-weight: bold; */
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
    vertical-align: sub;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* カスタム */
body.active::-webkit-scrollbar {
    display: none;
}

body.active {
    -ms-overflow-style: none;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local('Noto Sans CJK JP Regular'),
        local('Noto Sans JP Regular'),
        local('NotoSansCJKjp-Regular'),
        local('NotoSansJP-Regular'),
        url('../fonts/jp400.woff') format('woff');
}


body {
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック', Meiryo, sans-serif;
}

h3 {
    font-family: sans-serif;
    font-weight: bold;
}

.unit-Section_Subtitle {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: .75rem;
}


/* mv */
.unit-Hero {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;

}

@media screen and (min-width: 769px) {
    .unit-Hero {
        aspect-ratio: 330 / 225;
    }
}

.main-visual__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.main-visual__logo {
    display: block;
    max-width: 200px;
    margin-left: 15px;
}

.main-visual__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.main-visual__picture {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main-visual__picture img {
    display: block;
    width: 100%;
    height: auto;
}


/* 開催情報 */
.unit-Hero_Body {
    position: relative;
    width: 100%;
}

.unit-Hero_Deco {
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1
}

.unit-Hero_Deco path {
    fill: var(--cmc-theme-base-color-1)
}

.unit-Hero_Deco-layered path {
    fill: var(--cmc-theme-base-color-1);
    fill-opacity: .75
}

.unit-Hero .unit-Detail {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 12vw;
    color: #fff;
    font-family: sans-serif;
    padding-bottom: 30px
}

.unit-Hero .unit-Detail_Desc {
    margin-left: 0;
    text-align: center
}

.unit-Hero .unit-Detail_Date {
    font-family: "Oswald";
    font-size: max(8vw, 2.1rem)
}

.unit-Hero .unit-Detail_Date .unit-Detail_Label {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.unit-Hero .unit-Detail_Date .unit-Detail_Desc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.unit-Hero .unit-Detail_EndDate:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    transform: translate(.3em, -5px);
    border: .25em solid transparent;
    border-left-color: var(--cmc-theme-font-color)
}

.unit-Hero .unit-Detail_Fee,
.unit-Hero .unit-Detail_Time,
.unit-Hero .unit-Detail_Venue {
    font-weight: 700;
    display: flex;
    flex-direction: row;
    margin-top: .5em;
    font-size: 1.25rem;
    justify-content: center
}

.unit-Hero .unit-Detail_Fee .unit-Detail_Desc,
.unit-Hero .unit-Detail_Fee .unit-Detail_Label,
.unit-Hero .unit-Detail_Time .unit-Detail_Desc,
.unit-Hero .unit-Detail_Time .unit-Detail_Label,
.unit-Hero .unit-Detail_Venue .unit-Detail_Desc,
.unit-Hero .unit-Detail_Venue .unit-Detail_Label {
    display: inline
}


/* キャッチコピー */
.unit-Intro {
    padding-top: 75px;
    padding-bottom: 75px
}

.unit-Intro_Title {
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.25rem;
    font-family: sans-serif;
    font-weight: bold;
}

.unit-Intro_Body {
    line-height: 1.9;
    color: #333;
    text-align: center
}

.unit-Intro_Body a {
    color: #007bbe
}

.unit-Intro .unit-LinkBox {
    text-align: center;
    margin-top: 75px
}

.unit-Intro .unit-LinkBtn {
    width: 16em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    padding-top: .8em;
    padding-bottom: .8em;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    font-family: sans-serif;
    color: #fff;
}

.unit-Intro .unit-LinkBtn:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    display: block;
    width: 103%;
    height: 0;
    padding-top: 100%;
    content: "";
    transition: all .2s ease-in-out;
    transform: skew(50deg)
}

.unit-Intro .unit-LinkBtn:focus:after,
.unit-Intro .unit-LinkBtn:hover:after {
    top: 0;
    right: 0;
    transform: skew(0)
}

.unit-Intro .unit-LinkBtn span {
    position: relative;
    z-index: 1
}

.unit-Intro .unit-LinkBtn:focus,
.unit-Intro .unit-LinkBtn:hover {
    color: var(--cmc-theme-font-color)
}

.unit-Intro .unit-LinkBtn:after {
    background-color: var(--cmc-theme-base-color-1)
}

/* 申し込み */
.unit-Tickets {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: var(--apply-color);
}

.unit-Cta .unit-Tickets {
    padding-top: 45px;
    padding-bottom: 45px
}

.unit-Tickets_Title {
    color: #fff;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-right: .5em;
    padding-bottom: 10px;
    padding-left: .5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 2.125rem;
    font-family: "Oswald", sans-serif;
    justify-content: center;
    align-items: flex-end
}

.unit-Tickets_Title:after,
.unit-Tickets_Title:before {
    display: inline-block;
    width: 3px;
    height: 42px;
    content: "";
    border-radius: 1px;
    background-color: #333
}

.unit-Tickets_Title:before {
    margin-right: 1em;
    transform: rotate(-45deg) translateY(20px)
}

.unit-Tickets_Title:after {
    margin-left: 1em;
    transform: rotate(45deg) translateY(20px)
}

.archive .unit-Tickets_Title,
.page .unit-Tickets_Title,
.search .unit-Tickets_Title {
    font-weight: 700
}

.unit-Tickets_Title:after,
.unit-Tickets_Title:before {
    background-color: #fff;
}

.unit-Cta .unit-Tickets_Title {
    margin-bottom: 30px
}

.unit-Tickets_Body {
    line-height: 1.7;
    padding: 1.5em;
    text-align: center;
    color: #333;
    border-radius: .3em;
    background-color: #fff
}

.unit-Tickets_Body a {
    color: #007bbe
}

.unit-Tickets_Body .unit-LinkBox {
    text-align: center;
    margin-top: 45px
}

.unit-Tickets_Body .unit-LinkBtn {
    width: 16em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    padding-top: .8em;
    padding-bottom: .8em;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    font-family: sans-serif;
    color: #fff;
    background-color: var(--ticket-btn-color);
}

.unit-Tickets_Body .unit-LinkBtn:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    display: block;
    width: 103%;
    height: 0;
    padding-top: 100%;
    content: "";
    transition: all .2s ease-in-out;
    transform: skew(50deg)
}

.unit-Tickets_Body .unit-LinkBtn:focus:after,
.unit-Tickets_Body .unit-LinkBtn:hover:after {
    top: 0;
    right: 0;
    transform: skew(0)
}

.unit-Tickets_Body .unit-LinkBtn span {
    position: relative;
    z-index: 1
}

.unit-Tickets_Body .unit-LinkBtn:focus,
.unit-Tickets_Body .unit-LinkBtn:hover {
    color: #fff;
}

.unit-Tickets_Body .unit-LinkBtn:after {
    background-color: var(--apply-color)
}

/* プログラム */
.unit-Program {
    padding-top: 75px;
    padding-bottom: 75px
}

.unit-Program_Title {
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-right: .5em;
    padding-bottom: 10px;
    padding-left: .5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 2.125rem;
    font-family: "Oswald", sans-serif;
    justify-content: center;
    align-items: flex-end
}

.unit-Program_Title:after,
.unit-Program_Title:before {
    display: inline-block;
    width: 3px;
    height: 42px;
    content: "";
    border-radius: 1px;
    background-color: #333
}

.unit-Program_Title:before {
    margin-right: 1em;
    transform: rotate(-45deg) translateY(20px)
}

.unit-Program_Title:after {
    margin-left: 1em;
    transform: rotate(45deg) translateY(20px)
}

.archive .unit-Program_Title,
.page .unit-Program_Title,
.search .unit-Program_Title {
    font-weight: 700
}

.unit-Program_Item {
    margin-bottom: 30px
}

.unit-Program_Item_Link {
    display: block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #333;
    border: 1px solid #f1f1f1;
    border-radius: .3em;
    background-color: #fff
}

.unit-Program_Item_Link:focus,
.unit-Program_Item_Link:hover {
    transform: translateY(-5px)
}

.unit-Program_Item_Img img {
    width: 100%;
    height: auto;
    aspect-ratio: 135/82;
    -o-object-fit: cover;
    object-fit: cover
}

.unit-Program_Item_Body {
    position: relative;
    padding: 1em
}

.unit-Program_Item_Title {
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
    color: #dd9933;
    overflow-wrap: break-word
}

.unit-Program_Item_Cat {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-top: .2em;
    padding-right: 1em;
    padding-bottom: .2em;
    padding-left: 1em;
    color: var(--cmc-theme-font-color);
    background-color: var(--cmc-theme-base-color-1);
    font-size: .875rem
}

.unit-Program_Item_Desc {
    line-height: 1.7;
    color: #333
}

.unit-Program .unit-LinkBtn {
    width: 16em;
    background-color: #fff;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    padding-top: .8em;
    padding-bottom: .8em;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    font-family: sans-serif;
    color: #333;
    border: 2px solid #000;
    border-radius: .3em
}

.unit-Program .unit-LinkBtn:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    display: block;
    width: 103%;
    height: 0;
    padding-top: 100%;
    content: "";
    transition: all .2s ease-in-out;
    transform: skew(50deg)
}

.unit-Program .unit-LinkBtn:focus:after,
.unit-Program .unit-LinkBtn:hover:after {
    top: 0;
    right: 0;
    transform: skew(0)
}

.unit-Program .unit-LinkBtn span {
    position: relative;
    z-index: 1
}

.unit-Program .unit-LinkBtn:focus,
.unit-Program .unit-LinkBtn:hover {
    color: #fff
}

.unit-Program .unit-LinkBtn:after {
    background-color: #000
}

/* 講師紹介 */
.unit-Lectures {
    padding-top: 75px;
    padding-bottom: 75px
}

.unit-Lectures_Title {
    color: #fff;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-right: .5em;
    padding-bottom: 10px;
    padding-left: .5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 2.125rem;
    font-family: "Oswald", sans-serif;
    justify-content: center;
    align-items: flex-end
}

.unit-Lectures_Title:after,
.unit-Lectures_Title:before {
    display: inline-block;
    width: 3px;
    height: 42px;
    content: "";
    border-radius: 1px;
    background-color: #fff;
}

.unit-Lectures_Title:before {
    margin-right: 1em;
    transform: rotate(-45deg) translateY(20px)
}

.unit-Lectures_Title:after {
    margin-left: 1em;
    transform: rotate(45deg) translateY(20px)
}

.archive .unit-Lectures_Title,
.page .unit-Lectures_Title,
.search .unit-Lectures_Title {
    font-weight: 700
}

.unit-Lectures_Body {
    display: flex;
    gap: 20px;
    color: #fff;
    flex-direction: column;
}

.unit-Lectures_Body + .unit-Lectures_Body {
    margin-top: 50px;
}

.unit-Lectures_Img img {
    object-fit: cover;
    width: 160px;
    height: 210px;
}

.unit-Lectures_Name {
    font-size: 32px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .unit-Lectures_Body {
        align-items: center;
    }

    .unit-Lectures_Name {
        text-align: center;
    }
}

/* FAQ */
.unit-Faq {
    padding-top: 75px;
    padding-bottom: 75px
}

.unit-Faq_Title {
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-right: .5em;
    padding-bottom: 10px;
    padding-left: .5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 2.125rem;
    font-family: "Oswald", sans-serif;
    justify-content: center;
    align-items: flex-end
}

.unit-Faq_Title:after,
.unit-Faq_Title:before {
    display: inline-block;
    width: 3px;
    height: 42px;
    content: "";
    border-radius: 1px;
    background-color: #333
}

.unit-Faq_Title:before {
    margin-right: 1em;
    transform: rotate(-45deg) translateY(20px)
}

.unit-Faq_Title:after {
    margin-left: 1em;
    transform: rotate(45deg) translateY(20px)
}

.archive .unit-Faq_Title,
.page .unit-Faq_Title,
.search .unit-Faq_Title {
    font-weight: 700
}

.unit-Faq .unit-LinkBox {
    text-align: center;
    margin-top: 60px
}

.unit-Faq .unit-LinkBtn {
    width: 16em;
    background-color: #fff;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    padding-top: .8em;
    padding-bottom: .8em;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    font-family: sans-serif;
    color: #333;
    border: 2px solid #000;
    border-radius: .3em
}

.unit-Faq .unit-LinkBtn:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 100%;
    display: block;
    width: 103%;
    height: 0;
    padding-top: 100%;
    content: "";
    transition: all .2s ease-in-out;
    transform: skew(50deg)
}

.unit-Faq .unit-LinkBtn:focus:after,
.unit-Faq .unit-LinkBtn:hover:after {
    top: 0;
    right: 0;
    transform: skew(0)
}

.unit-Faq .unit-LinkBtn span {
    position: relative;
    z-index: 1
}

.unit-Faq .unit-LinkBtn:focus,
.unit-Faq .unit-LinkBtn:hover {
    color: #fff
}

.unit-Faq .unit-LinkBtn:after {
    background-color: #000
}

.unit-FaqItem {
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}

.unit-FaqItem::details-content {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
}

/* 
@media screen and (max-width: 768px) {
    .unit-FaqItem::details-content {
        max-height: 50em;
        opacity: 1;
    }
} */

@media (prefers-reduced-motion: no-preference) {
    .unit-FaqItem::details-content {
        transition: all .3s ease;
        transition-behavior: allow-discrete;
    }
}

.unit-FaqItem:not([open])::details-content {
    grid-template-rows: 0fr;
    opacity: 0;
}

.unit-FaqItem summary {
    appearance: none;
    list-style: none;
}

.unit-FaqItem summary::marker {
    display: none;
}

.unit-FaqItem summary::-webkit-details-marker {
    display: none;
}

.unit-FaqItem summary::-moz-list-bullet {
    list-style-type: none;
}

.unit-FaqItem_Title {
    margin: 0;
    font-size: 1rem
}

.post-type-archive-faq .unit-FaqItem_Title,
.tax-faq-cat .unit-FaqItem_Title {
    display: flex;
    flex-direction: row
}

.unit-FaqItem_Title .unit-FaqItem_EyeCatch {
    position: relative;
    width: 30px;
    margin-left: 5px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
}

.unit-FaqItem_Title .unit-FaqItem_EyeCatch:after {
    position: absolute;
    bottom: -19px;
    border-width: 15px;
    left: 0;
    display: block;
    width: 0;
    content: "";
    transform: scaleY(.3);
}

.unit-FaqItem_Cat {
    display: inline-block;
    width: auto;
    border-bottom-left-radius: .3em;
    padding: 0 .5em;
    position: absolute;
    font-size: .75rem;
    background-color: var(--cmc-theme-base-color-1);
    font-weight: 400;
    right: 0;
    top: 0;
    color: var(--cmc-theme-font-color)
}

.unit-FaqItem_Btn {
    font-weight: 700;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    cursor: pointer;
    text-align: left;
    border: none;
    background-color: transparent;
    align-items: flex-start
}

.unit-FaqItem_Btn:active {
    color: #000
}

.unit-FaqItem_Label {
    line-height: 1.5;
    padding: .5em .5em .5em .7em;
    flex: 1;
    position: relative
}

.unit-FaqItem_EyeCatch {
    font-weight: 400;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-size: 1.625rem
}

.unit-FaqItem_Body .unit-FaqItem_EyeCatch,
.unit-FaqItem_Desc {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.post-type-archive-faq .unit-FaqItem_EyeCatch,
.tax-faq-cat .unit-FaqItem_EyeCatch {
    height: 40px
}

.unit-FaqItem_Body {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding-right: .5em;
}

.unit-FaqItem_Body .unit-FaqItem_EyeCatch {
    line-height: 1;
    width: 45px;
    padding-right: .2em;
    text-align: center;
    color: #dd9933;
}

.unit-FaqItem_Desc {
    line-height: 1.5;
    flex: 1;
    padding-bottom: .5em;
}

/* ABOUT */
.unit-About {
    padding-top: 75px;
    padding-bottom: 75px
}

.unit-About_Title {
    color: #fff;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-right: .5em;
    padding-bottom: 10px;
    padding-left: .5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 2.125rem;
    font-family: "Oswald", sans-serif;
    justify-content: center;
    align-items: flex-end
}

.unit-About_Title:after,
.unit-About_Title:before {
    display: inline-block;
    width: 3px;
    height: 42px;
    content: "";
    border-radius: 1px;
    background-color: #333
}

.unit-About_Title:before {
    margin-right: 1em;
    transform: rotate(-45deg) translateY(20px)
}

.unit-About_Title:after {
    margin-left: 1em;
    transform: rotate(45deg) translateY(20px)
}

.archive .unit-About_Title,
.page .unit-About_Title,
.search .unit-About_Title {
    font-weight: 700
}

.unit-About_Title:after,
.unit-About_Title:before {
    background-color: #fff;
}

.unit-About_Section {
    color: #fff;
}

.unit-About_Auspice,
.unit-About_Detail,
.unit-About_Promoter,
.unit-About_Sponsor,
.unit-About_Thanks {
    line-height: 1.5;
    margin-top: 60px
}

.unit-About_Auspice_Title,
.unit-About_Detail_Title,
.unit-About_Promoter_Title,
.unit-About_Sponsor_Title,
.unit-About_Thanks_Title {
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .7em;
    text-align: center;
    font-size: 1.25rem
}

.unit-About_Auspice_Title:after,
.unit-About_Detail_Title:after,
.unit-About_Promoter_Title:after,
.unit-About_Sponsor_Title:after,
.unit-About_Thanks_Title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background-color: #fff;
}

.unit-About_Auspice_Text,
.unit-About_Promoter_Text,
.unit-About_Thanks_Text {
    text-align: center
}

.unit-About_Auspice_Text a,
.unit-About_Promoter_Text a,
.unit-About_Thanks_Text a {
    color: var(--cmc-theme-font-color)
}

.unit-About_Cancell {
    margin-top: 0;
    text-align: center;
    font-size: 1.125rem
}

.unit-About .unit-Detail {
    margin-bottom: 0;
    font-size: 1.125rem
}

.unit-About .unit-Detail_Item {
    display: flex;
    flex-direction: row;
    margin-bottom: .3em;
    justify-content: center
}

.unit-About .unit-Detail_Label {
    margin-right: .5em
}

.unit-About .unit-Detail_Desc {
    margin-left: 0
}


@media screen and (min-width: 992px) {

    /* 開催情報 */
    .unit-Hero .unit-Detail {
        text-align: center;
        padding-bottom: 30px
    }

    .unit-Hero .unit-Detail_Date {
        font-size: 3.75rem
    }

    .unit-Hero .unit-Detail_Fee,
    .unit-Hero .unit-Detail_Time,
    .unit-Hero .unit-Detail_Venue {
        margin-top: .8em;
        margin-right: .5em;
        margin-left: .5em
    }

    .unit-Hero .unit-Detail_Fee,
    .unit-Hero .unit-Detail_Venue {
        display: flex
    }

    /* キャッチコピー */
    .unit-Intro {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-Intro_Title {
        font-size: 1.875rem
    }

    .unit-Intro_Body {
        font-size: 1.125rem
    }

    .unit-Intro .unit-LinkBtn {
        font-size: 1.125rem
    }

    /* 申し込み */
    .unit-Tickets {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-Tickets_Title {
        font-size: 3.1875rem;
        margin-bottom: 90px
    }

    .unit-Tickets_Body {
        padding: 2em;
        font-size: 1.125rem;
    }

    .unit-Tickets_Body .unit-LinkBtn {
        font-size: 1.125rem;
    }

    /* プログラム */
    .unit-Program {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-Program_Title {
        font-size: 3.1875rem;
        margin-bottom: 90px
    }

    .unit-Program .unit-LinkBox {
        margin-top: 60px
    }

    .unit-Program .unit-LinkBtn {
        font-size: 1.125rem
    }

    /* 講師紹介 */
    .unit-Lectures {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-Lectures_Title {
        font-size: 3.1875rem;
        margin-bottom: 90px
    }

    .unit-Lectures_Body {
        flex-direction: row;
    }

    /* FAQ */
    .unit-Faq {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-Faq_Title {
        font-size: 3.1875rem;
        margin-bottom: 90px
    }

    .unit-Faq .unit-LinkBox {
        margin-top: 60px
    }

    .unit-Faq .unit-LinkBtn {
        font-size: 1.125rem
    }

    .unit-FaqItem_Title {
        font-size: 1.125rem
    }

    .unit-FaqItem_Title .unit-FaqItem_EyeCatch {
        width: 40px;
        margin-left: 10px
    }

    .unit-FaqItem_Title .unit-FaqItem_EyeCatch:after {
        bottom: -26px;
        border-width: 20px
    }

    .unit-FaqItem_EyeCatch {
        font-size: 1.875rem
    }

    .unit-FaqItem_Body .unit-FaqItem_EyeCatch {
        width: 65px
    }

    /* ABOUT */
    .unit-About {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .unit-About_Title {
        font-size: 3.1875rem;
        margin-bottom: 90px
    }
}

@media screen and (min-width: 768px) {
    .unit-FaqItem {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .unit-FaqItem_Label {
        padding: .5em .5em .5em .7em;
    }
}

@media (min-width: 992px) {
    .main-visual__logo {
        max-width: 230px;
        margin-left: 30px;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}




.justify-content-center {
    justify-content: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1110px;
}

.col-md-4,
.col-sm-6,
.col-lg-8,
.col-lg-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}





.unit-Hero_Title {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: -20vw;
    margin-bottom: -5px;
}

.unit-Hero_Deco-layered path {
    fill-opacity: .75
}