@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:before, :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0
}
main {
    display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}
pre {
    font-family: monospace;
    font-size: inherit
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace;
    font-size: inherit
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none;
    vertical-align: bottom
}
embed, object, iframe {
    border: 0;
    vertical-align: bottom
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}
[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
    cursor: default
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}
option {
    padding: 0
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption {
    text-align: left
}
td, th {
    vertical-align: top;
    padding: 0
}
th {
    text-align: left;
    font-weight: 700
}
template {
    display: none
}
html {
    --color-red-100: #e60012;
    --color-gray-100: #f1f1f1;
    --color-black-100: #2b2b2b;
    --color-white-100: #ffffff;
    --color-cream-100: #fffbf4;
    --select-fill-color: var(--color-black-100);
    --select-text-color: var(--color-white-100);
    --color-blue-100: #293AA6;
    --color-lightblue-100: #AFD9EF;
}
:root {
    --margin-1: calc(var(--base-fs) * 60);
    --margin-2: calc(var(--base-fs) * 120);
    --margin-3: calc(var(--base-fs) * 160);
    --margin-4: calc(var(--base-fs) * 220)
}
@media (max-width: 992px) {
    :root {
        --margin-1: calc(var(--base-fs) * 20);
        --margin-2: calc(var(--base-fs) * 40);
        --margin-3: var(--margin-2);
        --margin-4: var(--margin-2)
    }
}
html {
    min-height: 100%;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    --max-width: 1440px;
    --max-padding-inline: calc((100% - var(--max-width)) / 2);
    --base-fs: calc(100 / var(--base-vw) * 1 * 1vw)
}
@media (min-width: 751px) {
    html {
        --base-vw: 1440
    }
}
@media (max-width: 750px) {
    html {
        --base-vw: 430
    }
}
@media (min-width: 1581px) {
    html {
        --base-fs: 1px
    }
}
html, body {
    max-width: 100vw;
    color: var(--color-black-100)
}
html ::selection, body ::selection {
    background: var(--select-fill-color);
    color: var(--select-text-color)
}
html ::-moz-selection, body ::-moz-selection {
    background: var(--select-fill-color);
    color: var(--select-text-color)
}
body {
    color: var(--color-black-100);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif
}
span, div {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit
}
.default a {
    cursor: pointer;
    line-height: 1
}
.default a > * {
    pointer-events: none
}
.default img {
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    border-radius: inherit;
    width: inherit;
    height: inherit
}
.default svg {
    width: inherit;
    height: inherit;
}
.default video {
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover
}
.default picture {
    display: block
}
/*.default picture source, .default picture img {
    width: 100%;
    height: 100%
}*/
.default a, .default button {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.default a:after, .default button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% + 22px);
    width: calc(100% + 22px)
}
.default a[hover-button], .default button[hover-button] {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}
.default a[hover-button]:hover, .default button[hover-button]:hover {
    opacity: .6
}
.default .container {
    min-height: 100vh;
    position: relative;
    max-width: 100vw;
    background: var(--color-cream-100)
}
.default .container section {
    max-width: 100%;
    overflow-x: hidden
}
@media (min-width: 1581px) {
    .default .container section {
        max-width: var(--max-width);
        margin-left: auto;
        margin-right: auto
    }
}
[hidden] {
    display: none !important
}
body[no-scroll] {
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
@media (max-width: 750px) {
    [pc-only] {
        display: none !important
    }
}
@media (min-width: 993px) {
    [pc-sm-only] {
        display: none !important
    }
}
@media (max-width: 1580px) {
    [lg-over-only] {
        display: none !important
    }
}
@media (min-width: 751px) {
    [sp-only] {
        display: none !important
    }
}
.gs-dev-tools {
    z-index: 9999
}
.gs-dev-tools svg {
    pointer-events: auto
}
html[low-battery] [low-battery-hide] {
    display: none !important
}
html:not([low-battery]) [low-battery-show] {
    display: none !important
}
.default p, .default a, .default div, .default h1, .default h2, .default h3, .default h4, .default h5, .default h6 {
    font-size: medium;
    margin-bottom: 0
}
iframe {
    aspect-ratio: 16/9;
    height: auto;
    display: block
}
.container[container-select=special] section.action .section-header {
    --gap: calc(var(--base-fs)* 0);
}
.container[container-select=special] .section-header {
    max-width: calc(100% - var(--margin-3) * 2);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 18);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}
@supports not (aspect-ratio: 16/9) {
    .container[container-select=special] .section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .container[container-select=special] .section-header > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .container[container-select=special] .section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .container[container-select=special] .section-header > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .container[container-select=special] .section-header {
        max-width: calc(100% - var(--margin-1) * 2);
        --gap: calc(var(--base-fs) * 13)
    }
}
@media (min-width: 1581px) {
    .container[container-select=special] .section-header {
        width: var(--max-width);
        min-width: var(--max-width)
    }
}
.container[container-select=special] .section-header .section-header__title {
    font-size: calc(var(--base-fs) * 48);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
@media (max-width: 750px) {
    .container[container-select=special] .section-header .section-header__title {
        font-size: calc(var(--base-fs) * 30);
        line-height: 1.4;
        white-space: nowrap
    }
}
.container[container-select=special] .section-header .section-header__line {
    width: 100%;
    height: calc(var(--base-fs) * 12);
    background: url(https://www.ecc.co.jp/project_ohtani/images/section-header_line.jpg);
    background-size: cover
}
@media (max-width: 750px) {
    .container[container-select=special] .section-header .section-header__line {
        height: calc(var(--base-fs) * 10)
    }
}
.container[container-select=advisor] .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 4);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .container[container-select=advisor] .section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .container[container-select=advisor] .section-header > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .container[container-select=advisor] .section-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .container[container-select=advisor] .section-header > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.container[container-select=advisor] .section-header .section-header__title {
    text-align: center;
    font-size: calc(var(--base-fs) * 64);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1
}
@media (max-width: 750px) {
    .container[container-select=advisor] .section-header .section-header__title {
        font-size: calc(var(--base-fs) * 52)
    }
}
.container[container-select=special] section.action .section-header .section-header__title {
    text-align: center;
    font-size: calc(var(--base-fs) * 64);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1
}
@media (max-width: 750px) {
    .container[container-select=special] section.action .section-header .section-header__title {
        font-size: calc(var(--base-fs) * 52)
    }
}
.container[container-select=advisor] .section-header .section-header__sub {
    text-align: center;
    font-size: calc(var(--base-fs) * 32);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .container[container-select=advisor] .section-header .section-header__sub {
        font-size: calc(var(--base-fs) * 16)
    }
}
.container[container-select=special] section.action .section-header .section-header__sub {
    text-align: center;
    font-size: calc(var(--base-fs) * 32);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .container[container-select=special] section.action .section-header .section-header__sub {
        font-size: calc(var(--base-fs) * 16)
    }
}
.container[container-select=special] section.action .section-header .section-header__text {
    text-align: center;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    --gap: calc(var(--base-fs)* 22);
}
@media (max-width: 750px) {
    .container[container-select=special] section.action .section-header .section-header__text {
        font-size: calc(var(--base-fs) * 14)
    }
}
.base-nav {
    position: sticky;
    width: 100%;
    height: 0px;
    top: 0;
    z-index: 1000
}
.base-nav .base-nav__button {
    width: calc(var(--base-fs) * 60);
    height: calc(var(--base-fs) * 60);
    background: var(--color-red-100);
    border-radius: calc(var(--base-fs) * 4);
    position: absolute;
    top: calc(var(--base-fs) * 30);
    right: calc(var(--base-fs) * 30);
    z-index: 1000;
    --move-num: 400%
}
@media (max-width: 750px) {
    .base-nav .base-nav__button {
        top: calc(var(--base-fs) * 7);
        right: calc(var(--base-fs) * 11);
        width: calc(var(--base-fs) * 48);
        height: calc(var(--base-fs) * 48)
    }
}
.base-nav .base-nav__button__bar {
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(var(--base-fs) * 26);
    height: calc(var(--base-fs) * 2);
    background: var(--color-white-100);
    border-radius: 100px
}
.base-nav .base-nav__button__bar:first-child {
    -webkit-transform: translateY(calc(-1 * var(--move-num)));
    transform: translateY(calc(-1 * var(--move-num)))
}
.base-nav .base-nav__button__bar:last-child {
    -webkit-transform: translateY(var(--move-num));
    transform: translateY(var(--move-num))
}
@media (max-width: 750px) {
    .base-nav .base-nav__button__bar {
        width: calc(var(--base-fs) * 20)
    }
}
.base-nav .base-nav__back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    height: 100lvh
}
.base-nav .base-nav__menu {
    position: absolute;
    top: calc(var(--base-fs) * 30);
    right: calc(var(--base-fs) * 30);
    padding-top: calc(var(--base-fs) * 104);
    padding-left: calc(var(--base-fs) * 76);
    padding-right: calc(var(--base-fs) * 76);
    padding-bottom: calc(var(--base-fs) * 60);
    background: var(--color-white-100);
    border-radius: calc(var(--base-fs) * 4);
    z-index: 999
}
@media (min-width: 751px) {
    .base-nav .base-nav__menu {
        min-width: calc(var(--base-fs) * 478)
    }
}
@media (max-width: 750px) {
    .base-nav .base-nav__menu {
        top: calc(var(--base-fs) * 7);
        right: calc(var(--base-fs) * 11);
        width: calc(100% - var(--margin-1) * 2);
        padding-top: calc(var(--base-fs) * 82);
        padding-left: calc(var(--base-fs) * 37);
        padding-right: calc(var(--base-fs) * 37);
        padding-bottom: calc(var(--base-fs) * 60)
    }
}
.base-nav .base-nav__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 20);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .base-nav .base-nav__menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .base-nav .base-nav__menu__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .base-nav .base-nav__menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .base-nav .base-nav__menu__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .base-nav .base-nav__menu__list {
        padding-left: calc(var(--base-fs) * 18);
        padding-right: calc(var(--base-fs) * 18)
    }
}
.base-nav .base-nav__menu__item {
    font-size: calc(var(--base-fs) * 16);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * .64);
    color: var(--color-red-100)
}
.base-nav .base-nav__menu__link {
    margin-top: calc(var(--base-fs) * 31);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 12);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .base-nav .base-nav__menu__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .base-nav .base-nav__menu__link > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .base-nav .base-nav__menu__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .base-nav .base-nav__menu__link > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.base-nav .base-nav__menu__link-item {
    max-width: calc(var(--base-fs) * 311);
    border-radius: 100px;
    background: var(--color-red-100);
    color: var(--color-white-100);
    font-size: calc(var(--base-fs) * 16);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    padding-left: calc(var(--base-fs) * 20);
    padding-right: calc(var(--base-fs) * 8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(var(--base-fs) * 53);
    line-height: calc(var(--base-fs) * 53);
    width: calc(var(--base-fs) * 311)
}
.base-nav .base-nav__menu__link-icon {
    width: calc(var(--base-fs) * 36);
    height: calc(var(--base-fs) * 36);
    border-radius: 100rem;
    background: var(--color-white-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.base-nav .base-nav__menu__link-icon svg {
    width: calc(var(--base-fs) * 12);
    height: auto
}
.base-nav .base-nav__back {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}
.base-nav .base-nav__menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}
.base-nav .base-nav__button__bar {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}
.base-nav .base-nav__menu__link-icon svg {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}
.base-nav .base-nav__button:hover {
    --move-num: 300%
}
.base-nav .base-nav__menu__link-item:hover .base-nav__menu__link-icon svg {
    -webkit-transform: translateX(calc(var(--base-fs) * 4));
    transform: translate(calc(var(--base-fs) * 4))
}
.base-nav[menu-open] .base-nav__back {
    display: block;
    opacity: 1;
    pointer-events: auto
}
.base-nav[menu-open] .base-nav__menu {
    opacity: 1;
    pointer-events: auto
}
.base-nav[menu-open] .base-nav__button {
    --move-num: 0%
}
.base-nav[menu-open] .base-nav__button__bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.base-nav[menu-open] .base-nav__button__bar:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.base-nav[menu-open] .base-nav__button:hover .base-nav__button__bar {
    -webkit-transform: rotate(-45deg) scaleX(.8);
    transform: rotate(-45deg) scaleX(.8)
}
.base-nav[menu-open] .base-nav__button:hover .base-nav__button__bar:last-child {
    -webkit-transform: rotate(45deg) scaleX(.8);
    transform: rotate(45deg) scaleX(.8)
}
[container-select=special] .base-nav__menu__list[container-type=advisor], [container-select=advisor] .base-nav__menu__list[container-type=special] {
    display: none
}
.default [top-page] {
    position: relative;
    background: #FFFBF4;
    opacity: 0;
    pointer-events: none
}
.default [top-page] .container__nav {
    border-bottom: calc(var(--base-fs) * 7) solid var(--color-red-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 10);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: calc(var(--base-fs) * 40)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__nav > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__nav > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__nav {
        padding-right: calc(var(--base-fs) * 70);
        --gap: 0px;
        padding-top: 0
    }
}
.default [top-page] .container__nav .container__nav__action {
    max-width: calc(var(--base-fs) * 580);
    width: 100%;
    background: var(--color-red-100);
    text-align: center;
    color: var(--color-white-100);
    font-size: calc(var(--base-fs) * 20);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    padding-top: calc(var(--base-fs) * 19);
    padding-bottom: calc(var(--base-fs) * 19);
    border-top-left-radius: calc(var(--base-fs) * 20);
    border-top-right-radius: calc(var(--base-fs) * 20)
}
@media (max-width: 750px) {
    .default [top-page] .container__nav .container__nav__action {
        border-radius: 0;
        font-size: calc(var(--base-fs) * 12);
        padding-top: calc(var(--base-fs) * 10);
        padding-bottom: calc(var(--base-fs) * 10)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first {
    padding-bottom: calc(var(--base-fs) * 94);
    max-width: 100vw
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__kv__bg {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    background: var(--color-lightblue-100);
}
.default [top-page] .container__wrap[container-type=special] section.first .first__kv {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.default [top-page] section.first .first__kv .logo {
    height: calc(var(--base-fs)* 50);
    position: absolute;
    z-index: 999;
    --move-num: 400%;
}
.default [top-page] section.first .first__kv .logo {
    top: calc(var(--base-fs)* 30);
    left: calc(var(--base-fs)* 30);
}
.default [top-page] .container__wrap[container-type=special] section.first .first__kv .logo {
    top: calc(var(--base-fs)* 30);
    left: calc(var(--base-fs)* 30);
}
.default [top-page] section.first .first__kv .logo a {
    display: block;
    width: auto;
    height: 100%;
}
.default [top-page] section.first .first__kv .logo img {
    width: auto;
    height: 100%;
}
.default [top-page] section.first .first__kv .badge {
    width: 212px;
    height: 212px;
    position: absolute;
    z-index: 999;
    --move-num: 400%;
}
.default [top-page] .container__wrap[container-type=special] section.first .first__kv .badge {
    bottom: calc(var(--base-fs)* 30);
    left: calc(var(--base-fs)* 30);
}
.default [top-page] section.first .first__kv .badge a {
    display: block;
    width: auto;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
}
.default [top-page] section.first .first__kv .badge a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.default [top-page] section.first .first__kv .badge img {
    width: auto;
    height: 100%;
}

.default [top-page] .container__wrap[container-type=special] section.first .first__kv__img {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    /*min-width: 100vw;*/
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 750px) {
    .default [top-page] section.first .first__kv .logo {
        top: calc(var(--base-fs)* 15);
        left: calc(var(--base-fs)* 15);
        height: calc(var(--base-fs)* 32);
    }
    .default [top-page] .container__wrap[container-type=special] section.first .first__kv .badge {
        bottom: calc(var(--base-fs)* 5);
        left: calc(var(--base-fs)* 5);
    }
    .default [top-page] section.first .first__kv .badge {
        width: calc(var(--base-fs)* 80);
        height: calc(var(--base-fs)* 80);
    }
}

.default [top-page] .container__wrap[container-type=special] section.first .first__note {
    width: 100%;
    padding-top: calc(var(--base-fs) * 64);
    padding-bottom: calc(var(--base-fs) * 64);
    background: var(--color-red-100)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__note {
        padding-top: calc(var(--base-fs) * 40);
        padding-bottom: calc(var(--base-fs) * 40)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-white-100);
    text-align: center;
    font-size: calc(var(--base-fs) * 20);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__note__text a {
    text-decoration: underline;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
        font-size: calc(var(--base-fs) * 14);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 6);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=special] section.first .first__note__text > *:not(:last-child) {
            margin-bottom: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.first .first__note__text > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__contents {
    padding-top: calc(var(--base-fs) * 40);
    width: 100%
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__contents {
        padding-top: calc(var(--base-fs) * 10)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__title {
    width: calc(100% - var(--margin-3) * 2);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.default [top-page] .container__wrap[container-type=special] section.first .first__description {
    font-size: calc(var(--base-fs) * 24);
    font-family: a-otf-ryumin-pr6n, Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 2.4);
    line-height: 1.8;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 27);
    color: #000
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__description {
        margin-top: calc(var(--base-fs) * 28)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__tagline {
    width: calc(var(--base-fs) * 628);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 30)
}
.default [top-page] .container__wrap[container-type=special] section.first .first__tagline svg {
    width: 100%;
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__tagline {
        width: calc(var(--base-fs) * 340)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__info {
    max-width: calc(100% - var(--margin-2) * 2);
    /*max-width: 1000px;*/
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(var(--base-fs) * 70);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.default [top-page] .container__wrap[container-type=special] section.first .first__info svg {
    overflow: hidden;
}
.default [top-page] .container__wrap[container-type=special] section.first .first__info img {
  height:auto;
  width: 100%;
}

@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__info {
        max-width: calc(100% - var(--margin-1) * 2);
        margin-top: calc(var(--base-fs) * 47)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__info span {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
    font-size: calc(var(--base-fs) * 26);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100)
}

.default [top-page] .container__wrap[container-type=special] .present {
    max-width: 100vw;
    max-width: calc(100% - var(--margin-2) * 2);
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(var(--base-fs) * 70);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--base-fs) * 70);
}

.default [top-page] .container__wrap[container-type=special] .present__info {
    max-width: calc(100% - var(--margin-2) * 2);
    width: 100%;
    /*margin-top: calc(var(--base-fs) * 70);*/
    margin-left: auto;
    margin-right: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    /*background: var(--color-red-100);*/
    /*padding-top: calc(var(--base-fs)* 33);
    padding-bottom: calc(var(--base-fs)* 44);*/
}
.default [top-page] .container__wrap[container-type=special] .present__info svg {
    overflow: hidden;
}
.default [top-page] .container__wrap[container-type=special] .present__info img {
  height:auto;
  width: 100%;
}

/*.default [top-page] .container__wrap[container-type=special] .present .present__info .present__info__text {
    color: var(--color-white-100);
    font-size: calc(var(--base-fs)* 32);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 1.2);
    line-height: normal;
    text-align: center;
}*/
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] .present {
        max-width: calc(100% - var(--margin-1) * 2);
        margin-top: calc(var(--base-fs) * 47);
        margin-bottom: calc(var(--base-fs) * 47);
    }
    .default [top-page] .container__wrap[container-type=special] .present .present__info {
        max-width: calc(100% - var(--margin-1) * 2);
        /*padding-left: var(--margin-1);
        padding-right: var(--margin-1);*/
    }
    /*.default [top-page] .container__wrap[container-type=special] .present .present__info .present__info__text {
        font-size: calc(var(--base-fs) * 18);
    }*/
}

.default [top-page] .container__wrap[container-type=special] section.first .prize__info {
    max-width: calc(100% - var(--margin-4) * 2);
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: calc(var(--base-fs) * 70);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--base-fs) * 70);
    position: relative
}
.default [top-page] .container__wrap[container-type=special] section.first .prize__info p {
    font-size: calc(var(--base-fs)* 34);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53 Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs)* 1.2);
    line-height: normal;
    text-align: center;
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .prize__info {
        max-width: calc(100% - var(--margin-1) * 2);
        margin-top: calc(var(--base-fs) * 47);
        margin-bottom: calc(var(--base-fs) * 47);
    }
    .default [top-page] .container__wrap[container-type=special] section.first .prize__info p {
            font-size: calc(var(--base-fs)* 18);
    }
}

.default [top-page] .container__wrap[container-type=special] section.first .first__characters {
    max-width: calc(100% - var(--margin-4) * 2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 38)
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__characters {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 1fr;
        gap: calc(var(--base-fs) * 15)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__characters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: calc(var(--base-fs) * 10)
    }
}
.default [top-page] .container__wrap[container-type=special] section.first .first__characters__item {
    width: 100%;
    height: auto;
    border-radius: calc(var(--base-fs) * 8)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.first .first__characters__item {
        width: calc(var(--base-fs) * 123)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message {
    /*padding-top: calc(var(--base-fs) * 100);*/
    padding-bottom: calc(var(--base-fs) * 100);
    width: 100%
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 83)
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: var(--margin-3);
    padding-right: var(--margin-3);
    margin-top: calc(var(--base-fs) * 84)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 25);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--gap);
        margin-top: calc(var(--base-fs) * 40);
        padding-left: var(--margin-1);
        padding-right: var(--margin-1)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=special] section.message .message__video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=special] section.message .message__video > *:not(:last-child) {
            margin-bottom: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item {
    max-width: calc(var(--base-fs) * 540);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 22);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item:nth-child(2) .message__video__item-header-bar {
    background-position: 87%
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 19);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: calc(var(--base-fs) * 48)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-bar {
    height: calc(var(--base-fs) * 48);
    width: calc(var(--base-fs) * 8);
    background: url(https://www.ecc.co.jp/project_ohtani/images/section-header_line.jpg);
    background-size: cover
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-bar {
        height: calc(var(--base-fs) * 40)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-title {
    font-size: calc(var(--base-fs) * 26);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    --gap: calc(var(--base-fs) * -6);
    gap: 0px
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-title > *:not(:last-child) {
    margin-bottom: var(--gap)
}
.default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-title small {
    font-size: calc(var(--base-fs) * 16)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-title {
        --gap: 0px;
        font-size: calc(var(--base-fs) * 20)
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__video__item-header-title small {
        font-size: calc(var(--base-fs) * 16);
        margin-top: -4px
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__interview {
    padding-left: var(--margin-3);
    padding-right: var(--margin-3);
    margin-top: calc(var(--base-fs) * 80)
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 57);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=special] section.message .message__interview {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=special] section.message .message__interview > *:not(:last-child) {
            margin-right: var(--gap)
        }
    }
}
@media (min-width: 751px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview {
        margin-top: calc(var(--base-fs) * 64);
        padding-left: var(--margin-1);
        padding-right: var(--margin-1)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__interview__kv {
    max-width: calc(var(--base-fs) * 540);
    width: 100%;
    height: calc(var(--base-fs) * 275);
    -o-object-position: 0px calc(var(--base-fs) * -22);
    object-position: 0px calc(var(--base-fs) * -22)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__kv {
        height: calc(var(--base-fs) * 255)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 38);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents svg {
    width: calc(var(--base-fs) * 220);
    height: auto;
    margin-left: auto
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents {
        width: calc(var(--base-fs) * 540)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents {
        padding-top: calc(var(--base-fs) * 20);
        --gap: calc(var(--base-fs) * 30)
    }
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__contents svg {
        margin-left: auto;
        margin-right: auto;
        width: calc(var(--base-fs) * 134)
    }
}
.default [top-page] .container__wrap[container-type=special] section.message .message__interview__text {
    font-size: calc(var(--base-fs) * 24);
    font-family: a-otf-ryumin-pr6n, Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * .96);
    line-height: 1.6
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.message .message__interview__text {
        font-size: calc(var(--base-fs) * 18);
        text-align: center
    }
}

.default [top-page] .container__wrap[container-type=special] section.overview {
    /*padding-top: calc(var(--base-fs) * 100);*/
    padding-bottom: calc(var(--base-fs) * 100);
    width: 100%
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.overview {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=special] section.overview .overview__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 83)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.overview .overview__contents {
        margin-top: calc(var(--base-fs) * 48)
    }
}
.default [top-page] section.overview .overview__title {
    font-size: calc(var(--base-fs) * 40);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
@media (max-width: 750px) {
    .default [top-page] section.overview .overview__title {
        font-size: calc(var(--base-fs) * 24)
    }
}
.default [top-page] section.overview .overview__title:not(:first-child) {
    margin-top: calc(var(--base-fs)* 50);
}
@media (max-width: 750px) {
    .default [top-page] section.overview .overview__title:not(:first-child)  {
            margin-top: calc(var(--base-fs)* 30);
    }
}

.default [top-page] section.overview .overview__text {
    font-size: calc(var(--base-fs) * 34);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 1.2);
    line-height: normal;
    text-align: center;
}
.default [top-page] section.overview .overview__text span {
    font-size: calc(var(--base-fs) * 18)
}
@media (max-width: 750px) {
    .default [top-page] section.overview .overview__text {
        font-size: calc(var(--base-fs) * 18);
    }
}


.default [top-page] .container__wrap[container-type=special] section.dream {
    padding-bottom: calc(var(--base-fs) * 82);
    max-width: 100%
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__kv-wrap {
    margin-top: calc(var(--base-fs) * 8)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__kv-wrap {
        max-width: 100%;
        overflow: scroll
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__kv {
    width: calc(100% - var(--margin-3) * 2);
    margin-left: auto;
    margin-right: auto;
    display: block
}
@media (min-width: 1581px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__kv {
        max-width: calc(var(--base-fs) * 1440)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__kv {
        min-width: calc(var(--base-fs) * 800);
        padding-left: var(--margin-1);
        padding-right: var(--margin-1);
        padding-bottom: 10px
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__title {
    font-size: calc(var(--base-fs) * 27);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    margin-top: calc(var(--base-fs) * 80)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__title {
        margin-top: calc(var(--base-fs) * 40);
        font-size: calc(var(--base-fs) * 24)
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap {
    width: 100%;
    margin-top: calc(var(--base-fs) * 20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 80);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__wrap {
        --gap: calc(var(--base-fs) * 40)
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 50);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery {
        --gap: calc(var(--base-fs) * 30)
    }
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__gallery:has(.dream__slider__item-title) {
        --gap: calc(var(--base-fs) * 11)
    }
}
.default [top-page] .container__wrap[container-type=special] section.dream .dream__description {
    font-size: calc(var(--base-fs) * 16);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    margin-top: calc(var(--base-fs) * 12)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.dream .dream__description {
        padding-left: var(--margin-1);
        padding-right: var(--margin-1);
        text-align: left;
        font-size: calc(var(--base-fs) * 13)
    }
}
.default [top-page] .container__wrap[container-type=special] section.inquiry {
    padding-bottom: calc(var(--base-fs) * 226)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.inquiry {
        padding-bottom: calc(var(--base-fs) * 73)
    }
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 83)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__contents {
        margin-top: calc(var(--base-fs) * 48)
    }
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    text-align: center
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--large {
    font-size: calc(var(--base-fs) * 28);
    margin-top: calc(var(--base-fs) * 16)
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--small {
    font-size: calc(var(--base-fs) * 24)
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__application .inquiry__text--small {
    margin-top: calc(var(--base-fs)* 26);
}

@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text:nth-child(1) {
        font-size: calc(var(--base-fs) * 18);
        line-height: 1.4;
        text-decoration: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: calc(var(--base-fs) * 3)
    }
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--large {
        font-size: calc(var(--base-fs) * 16)
    }
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--small {
        font-size: calc(var(--base-fs) * 14)
    }
    
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__application .inquiry__text--small {
        margin-top: calc(var(--base-fs)* 16);
    }
}
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__note {
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-top: calc(var(--base-fs) * 44);
    text-align: center;
    line-height: 1.6
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__note {
        font-size: calc(var(--base-fs) * 14);
        margin-top: calc(var(--base-fs) * 39)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.first {
    max-width: 100vw
}
.default [top-page] .container__wrap[container-type=advisor] section.first .first__kv {
    width: 100%;
    height: 100%;
    min-width: 100vw
}
.default [top-page] .container__wrap[container-type=advisor] section.first .first__kv__img {
    width: 100%;
    height: 100%;
    min-width: 100vw
}
.default [top-page] .container__wrap[container-type=advisor] section.first .first__note {
    width: 100%;
    background: #000000
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.first .first__note {
        padding-top: 5px;
        padding-bottom: 5px
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.first .first__note__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-white-100);
    text-align: center;
    font-size: calc(var(--base-fs) * 40);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    padding-top: calc(var(--base-fs) * 23);
    padding-bottom: calc(var(--base-fs) * 23)
}
.default [top-page] .container__wrap[container-type=advisor] section.first .first__note__text small {
    font-size: calc(var(--base-fs) * 26)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.first .first__note__text {
        padding-top: calc(var(--base-fs) * 5);
        padding-bottom: calc(var(--base-fs) * 5);
        font-size: calc(var(--base-fs) * 26)
    }
    .default [top-page] .container__wrap[container-type=advisor] section.first .first__note__text small {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message {
    background: var(--color-red-100);
    color: var(--color-white-100);
    padding-top: calc(var(--base-fs) * 49);
    padding-bottom: calc(var(--base-fs) * 128)
}
@media (min-width: 1581px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message {
        margin-top: calc(var(--base-fs) * 50)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message .message__video {
    width: calc(100% - var(--margin-3) * 2);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
    display: block;
    margin-top: calc(var(--base-fs) * 76)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__video {
        margin-top: 40px;
        width: calc(100% - var(--margin-1) * 2)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message .message__contents {
    padding-left: var(--margin-3);
    padding-right: var(--margin-3);
    margin-top: calc(var(--base-fs) * 112)
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents {
        padding-left: var(--margin-1);
        padding-right: var(--margin-1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 21);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents > *:not(:last-child) {
            margin-bottom: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__kv {
    width: calc(var(--base-fs) * 630);
    height: auto;
    border-radius: calc(var(--base-fs) * 20)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__kv {
        border-radius: calc(var(--base-fs) * 15)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__wrap {
    width: calc(var(--base-fs) * 446);
    position: relative
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__wrap {
        width: 100%
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__text {
    font-size: calc(var(--base-fs) * 18);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
    letter-spacing: .04em
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__sign {
        width: calc(var(--base-fs) * 182);
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translateY(calc(100% + 57px));
        transform: translateY(calc(100% + 57px))
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.message .message__contents__sign {
        width: 182px;
        display: block;
        margin-right: var(--margin-1);
        margin-left: auto
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.talk {
    padding-top: calc(var(--base-fs) * 100);
    padding-bottom: calc(var(--base-fs) * 100)
}
.default [top-page] .container__wrap[container-type=advisor] section.talk .talk__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 50);
    background: var(--color-red-100);
    padding-left: calc(var(--base-fs) * 40);
    padding-right: calc(var(--base-fs) * 40);
    padding-top: calc(var(--base-fs) * 4);
    padding-bottom: calc(var(--base-fs) * 2);
    color: var(--color-white-100)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.talk .talk__label {
        width: calc(100% - var(--margin-1) * 2);
        padding-left: calc(var(--base-fs) * 0);
        padding-right: calc(var(--base-fs) * 0);
        margin-top: calc(var(--base-fs) * 20)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.talk .talk__label__text {
    font-size: calc(var(--base-fs) * 23);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.talk .talk__label__text {
        font-size: 16px;
        text-align: center
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.talk .talk__video {
    width: calc(var(--base-fs) * 1060);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 58);
    display: block
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.talk .talk__video {
        width: calc(100% - var(--margin-1) * 2);
        margin-top: 40px
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.tv {
    padding-top: calc(var(--base-fs) * 100);
    padding-bottom: calc(var(--base-fs) * 100);
    background: var(--color-red-100);
    color: var(--color-white-100);
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto
}
.default [top-page] .container__wrap[container-type=advisor] section.tv .tv__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 50);
    background: var(--color-white-100);
    padding-left: calc(var(--base-fs) * 40);
    padding-right: calc(var(--base-fs) * 40);
    padding-top: calc(var(--base-fs) * 4);
    padding-bottom: calc(var(--base-fs) * 2);
    color: var(--color-red-100)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.tv .tv__label {
        width: calc(100% - var(--margin-1) * 2);
        padding-left: calc(var(--base-fs) * 0);
        padding-right: calc(var(--base-fs) * 0);
        margin-top: calc(var(--base-fs) * 20)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.tv .tv__label__text {
    font-size: calc(var(--base-fs) * 23);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.tv .tv__label__text {
        font-size: 16px;
        text-align: center
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.tv .tv__video {
    width: calc(var(--base-fs) * 1060);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 58);
    display: block
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.tv .tv__video {
        margin-top: 40px;
        width: calc(100% - var(--margin-1) * 2)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action {
    background: var(--color-red-100);
    padding-top: calc(var(--base-fs)* 100);
    padding-bottom: calc(var(--base-fs) * 150);
    color: var(--color-white-100);
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action {
        padding-bottom: calc(var(--base-fs) * 113)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(var(--base-fs) * 48);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__title:before, .default [top-page] .container__wrap[container-type=special] section.action .action__title:after {
        content: "";
        position: absolute;
        width: calc(var(--base-fs) * 267);
        height: calc(var(--base-fs) * 12);
        margin: auto;
        background: var(--color-white-100)
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__title:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: calc(var(--base-fs) * -317)
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__title:after {
        top: 0;
        right: calc(var(--base-fs) * -317);
        bottom: 0;
        left: auto
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__title {
        font-size: calc(var(--base-fs) * 30)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(var(--base-fs) * 60) 0;
    margin-top: calc(var(--base-fs) * 80);
    max-width: calc(100% - var(--margin-3) * 2);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video {
        --margin-3: var(--margin-1);
        margin-top: calc(var(--base-fs) * 35);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 38);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=special] section.action .action__video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=special] section.action .action__video > *:not(:last-child) {
            margin-bottom: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 60);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=special] section.action .action__video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=special] section.action .action__video > *:not(:last-child) {
            margin-right: var(--gap)
        }
    }
}
@media (min-width: 751px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (min-width: 1581px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video {
        max-width: var(--max-width);
        padding-left: var(--margin-3);
        padding-right: var(--margin-3)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item {
    max-width: calc(var(--base-fs) * 540);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 22);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 19);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: calc(var(--base-fs) * 48)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header {
        --gap: calc(var(--base-fs) * 15);
        max-height: calc(var(--base-fs) * 59)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-bar {
    height: calc(var(--base-fs) * 48);
    width: calc(var(--base-fs) * 8);
    background: var(--color-white-100);
    background-size: cover
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-bar {
        height: calc(var(--base-fs) * 40)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title {
    font-size: calc(var(--base-fs) * 26);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title small {
    font-size: calc(var(--base-fs) * 18)
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title small, .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title span {
    line-height: 1;
    display: inline-block
}
.default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title > * {
    margin-top: calc(var(--base-fs) * 6)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title {
        font-size: calc(var(--base-fs) * 20)
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__video__item-header-title small {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02 {
    margin-top: calc(var(--base-fs) * 140);
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 6);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02 > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02 > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02 {
        margin-top: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__marquee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__marquee-img {
    width: calc(var(--base-fs) * 480);
    height: calc(var(--base-fs) * 280);
    min-width: calc(var(--base-fs) * 480);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__marquee-img {
        width: calc(var(--base-fs) * 165);
        height: calc(var(--base-fs) * 95);
        min-width: calc(var(--base-fs) * 165)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__top, .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(var(--base-fs) * 6)
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__contents > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=special] section.action .action__slide02__contents > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=special] section.action .action__slide02__image {
    width: calc(var(--base-fs) * 480);
    height: calc(var(--base-fs) * 280);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3)
}
.default [top-page][container-select=special] .container__nav__action[container-type=special] {
    opacity: 1
}
.default [top-page][container-select=special] .container__nav__action[container-type=advisor] {
    opacity: .3
}
.default [top-page][container-select=special] .container__wrap[container-type=special] {
    display: block
}
.default [top-page][container-select=special] .container__wrap[container-type=advisor] {
    display: none
}
.default [top-page][container-select=advisor] .container__nav__action[container-type=special] {
    opacity: .3
}
.default [top-page][container-select=advisor] .container__nav__action[container-type=advisor] {
    opacity: 1
}
.default [top-page][container-select=advisor] .container__wrap[container-type=special] {
    display: none
}
.default [top-page][container-select=advisor] .container__wrap[container-type=advisor] {
    display: block
}
.default [top-page] .container__wrap[container-type=advisor] section.action {
    background: var(--color-red-100);
    padding-bottom: calc(var(--base-fs) * 150);
    color: var(--color-white-100);
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action {
        padding-bottom: calc(var(--base-fs) * 113)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(var(--base-fs) * 48);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__title:before, .default [top-page] .container__wrap[container-type=advisor] section.action .action__title:after {
        content: "";
        position: absolute;
        width: calc(var(--base-fs) * 267);
        height: calc(var(--base-fs) * 12);
        margin: auto;
        background: var(--color-white-100)
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__title:before {
        top: 0;
        right: auto;
        bottom: 0;
        left: calc(var(--base-fs) * -317)
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__title:after {
        top: 0;
        right: calc(var(--base-fs) * -317);
        bottom: 0;
        left: auto
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__title {
        font-size: calc(var(--base-fs) * 30)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(var(--base-fs) * 60) 0;
    margin-top: calc(var(--base-fs) * 80);
    max-width: calc(100% - var(--margin-3) * 2);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
        --margin-3: var(--margin-1);
        margin-top: calc(var(--base-fs) * 35);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 38);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=advisor] section.action .action__video > *:not(:last-child) {
            margin-bottom: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 60);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] .container__wrap[container-type=advisor] section.action .action__video > *:not(:last-child) {
            margin-right: var(--gap)
        }
    }
}
@media (min-width: 751px) and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (min-width: 1581px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video {
        max-width: var(--max-width);
        padding-left: var(--margin-3);
        padding-right: var(--margin-3)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item {
    max-width: calc(var(--base-fs) * 540);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 22);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto
}
@media (min-width: 751px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 19);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: calc(var(--base-fs) * 48)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header {
        --gap: calc(var(--base-fs) * 15);
        max-height: calc(var(--base-fs) * 59)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-bar {
    height: calc(var(--base-fs) * 48);
    width: calc(var(--base-fs) * 8);
    background: var(--color-white-100);
    background-size: cover
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-bar {
        height: calc(var(--base-fs) * 40)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title {
    font-size: calc(var(--base-fs) * 26);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title small {
    font-size: calc(var(--base-fs) * 18)
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title small, .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title span {
    line-height: 1;
    display: inline-block
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title > * {
    margin-top: calc(var(--base-fs) * 6)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title {
        font-size: calc(var(--base-fs) * 20)
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__video__item-header-title small {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide {
    margin-top: calc(var(--base-fs) * 140);
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 6);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide {
        margin-top: calc(var(--base-fs) * 70)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__marquee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__marquee-img {
    width: calc(var(--base-fs) * 480);
    height: calc(var(--base-fs) * 280);
    min-width: calc(var(--base-fs) * 480);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__marquee-img {
        width: calc(var(--base-fs) * 165);
        height: calc(var(--base-fs) * 95);
        min-width: calc(var(--base-fs) * 165)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__top, .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(var(--base-fs) * 6)
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__contents > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__contents > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] .container__wrap[container-type=advisor] section.action .action__slide__image {
    width: calc(var(--base-fs) * 480);
    height: calc(var(--base-fs) * 280);
    margin-left: calc(var(--base-fs) * 3);
    margin-right: calc(var(--base-fs) * 3)
}
.default [top-page] section.application {
    padding-bottom: calc(var(--base-fs) * 143)
}
@media (max-width: 750px) {
    .default [top-page] section.application {
        padding-bottom: calc(var(--base-fs) * 68)
    }
}
.default [top-page] .container__wrap[container-type=special] section.application .application__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 83)
}
@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] section.application .application__contents {
        margin-top: calc(var(--base-fs) * 48)
    }
}


.default [top-page] section.application .application__list {
    max-width: calc(100% - var(--margin-3) * 2);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 77);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 31);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.application .application__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.application .application__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.application .application__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.application .application__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.application .application__list {
        margin-top: calc(var(--base-fs) * 48);
        max-width: calc(100% - var(--margin-1) * 2);
        --gap: calc(var(--base-fs) * 16)
    }
}
.default [top-page] section.application .application__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 15);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.application .application__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.application .application__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.application .application__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.application .application__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.application .application__item__number {
    width: calc(var(--base-fs) * 40);
    height: calc(var(--base-fs) * 40);
    min-width: calc(var(--base-fs) * 40);
    border-radius: calc(var(--base-fs) * 100);
    line-height: calc(var(--base-fs) * 40);
    text-align: center;
    font-size: calc(var(--base-fs) * 30);
    font-family: Bakbak One, Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    background: var(--color-red-100)
}
@media (max-width: 750px) {
    .default [top-page] section.application .application__item__number {
        width: calc(var(--base-fs) * 30);
        height: calc(var(--base-fs) * 30);
        min-width: calc(var(--base-fs) * 30);
        line-height: calc(var(--base-fs) * 30);
        font-size: calc(var(--base-fs) * 20)
    }
}
.default [top-page] section.application .application__item__text {
    font-size: calc(var(--base-fs) * 34);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-top: calc(var(--base-fs) * -4);
    letter-spacing: calc(var(--base-fs) * 1.2);
    line-height: normal
}
.default [top-page] section.application .application__item__text span {
    font-size: calc(var(--base-fs) * 18)
}
@media (max-width: 750px) {
    .default [top-page] section.application .application__item__text {
        font-size: calc(var(--base-fs) * 18);
        margin-top: calc(var(--base-fs) * 1)
    }
}

.default [top-page] section.application .application__text {
    font-size: calc(var(--base-fs) * 34);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 1.2);
    line-height: normal;
    text-align: center;
}
.default [top-page] section.application .application__text span {
    font-size: calc(var(--base-fs) * 18)
}
@media (max-width: 750px) {
    .default [top-page] section.application .application__text {
        font-size: calc(var(--base-fs) * 18);
    }
}

.default [top-page] section.theme {
    padding-bottom: calc(var(--base-fs) * 143)
}
@media (max-width: 750px) {
    .default [top-page] section.theme {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] section.theme .theme__first {
    padding-top: calc(var(--base-fs) * 77)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__first {
        padding-top: calc(var(--base-fs) * 46)
    }
}
.default [top-page] section.theme .theme__first__title {
    font-size: calc(var(--base-fs) * 40);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__first__title {
        font-size: calc(var(--base-fs) * 24)
    }
}
.default [top-page] section.theme .theme__first__text {
    max-width: calc(var(--base-fs) * 800);
    width: 100%;
    height: calc(var(--base-fs) * 160);
    font-size: calc(var(--base-fs) * 80);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-red-100);
    /*color: var(--color-white-100);
    background: var(--color-red-100);*/
    line-height: calc(var(--base-fs) * 160);
    border-radius: calc(var(--base-fs) * 10);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 20)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__first__text {
        max-width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 105);
        line-height: calc(var(--base-fs) * 105);
        font-size: calc(var(--base-fs) * 52);
        margin-top: calc(var(--base-fs) * 16)
    }
}

.default [top-page] section.theme .theme__selection {
    padding-top: calc(var(--base-fs) * 77)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__selection {
        padding-top: calc(var(--base-fs) * 46)
    }
}
.default [top-page] section.theme .theme__selection__subtitle {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__selection__subtitle {
        font-size: calc(var(--base-fs) * 18)
    }
}
.default [top-page] section.theme .theme__selection__title {
    font-size: calc(var(--base-fs) * 40);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: var(--color-red-100);
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__selection__title {
        font-size: calc(var(--base-fs) * 24)
    }
}
.default [top-page] section.theme .theme__selection__text {
    max-width: calc(var(--base-fs) * 800);
    width: 100%;
    height: calc(var(--base-fs) * 160);
    font-size: calc(var(--base-fs) * 80);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-red-100);
    /*color: var(--color-white-100);
    background: var(--color-red-100);*/
    line-height: calc(var(--base-fs) * 160);
    border-radius: calc(var(--base-fs) * 10);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 20)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__selection__text {
        max-width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 105);
        line-height: calc(var(--base-fs) * 105);
        font-size: calc(var(--base-fs) * 52);
        margin-top: calc(var(--base-fs) * 16)
    }
}

.default [top-page] section.theme .theme__first__description {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    letter-spacing: calc(var(--base-fs) * 1.2);
    margin-top: calc(var(--base-fs) * 50);
    text-align: center
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__first__description {
        font-size: calc(var(--base-fs) * 18);
        margin-top: calc(var(--base-fs) * 29)
    }
}
.default [top-page] section.theme .theme__dream {
    width: calc(100% - var(--margin-4) * 2);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 50);
    padding-top: calc(var(--base-fs) * 38);
    padding-bottom: calc(var(--base-fs) * 38);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 10);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: calc(var(--base-fs) * 2) solid var(--color-red-100)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.theme .theme__dream {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__dream > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.theme .theme__dream {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__dream > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__dream {
        margin-top: calc(var(--base-fs) * 30);
        width: calc(100% - var(--margin-1) * 2)
    }
}
.default [top-page] section.theme .theme__dream__title {
    font-size: calc(var(--base-fs) * 34);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 1.2)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__dream__title {
        font-size: calc(var(--base-fs) * 20)
    }
}
.default [top-page] section.theme .theme__dream__description {
    font-size: calc(var(--base-fs) * 26);
    font-family: a-otf-ryumin-pr6n, Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    letter-spacing: calc(var(--base-fs) * 1.04);
    text-align: center
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__dream__description {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] section.theme .theme__notice {
    margin-top: calc(var(--base-fs) * 50);
    width: calc(100% - var(--margin-4) * 2);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__notice {
        width: calc(100% - var(--margin-1) * 2)
    }
}
.default [top-page] section.theme .theme__notice__title {
    text-align: center;
    font-size: calc(var(--base-fs) * 40);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * .96)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__notice__title {
        font-size: calc(var(--base-fs) * 18)
    }
}
.default [top-page] section.theme .theme__notice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 24);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    margin-top: calc(var(--base-fs) * 33)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.theme .theme__notice__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__notice__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.theme .theme__notice__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__notice__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
.default [top-page] section.theme .theme__notice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 14);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.theme .theme__notice__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__notice__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.theme .theme__notice__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .theme__notice__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.theme .theme__notice__item-circle {
    width: calc(var(--base-fs) * 20);
    height: calc(var(--base-fs) * 20);
    aspect-ratio: 1/1;
    border-radius: calc(var(--base-fs) * 100);
    background: var(--color-black-100);
    -webkit-transform: translateY(calc(var(--base-fs) * 17));
    transform: translateY(calc(var(--base-fs) * 17))
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__notice__item-circle {
        -webkit-transform: translateY(calc(var(--base-fs) * 2));
        transform: translateY(calc(var(--base-fs) * 2))
    }
}
.default [top-page] section.theme .theme__notice__item-text {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * .8);
    line-height: 1.6;
}
.default [top-page] section.theme .theme__notice__item-text strong {
    color: var(--color-red-100);
}

@media (max-width: 750px) {
    .default [top-page] section.theme .theme__notice__item-text {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] section.flow {
    padding-bottom: calc(var(--base-fs) * 143)
}
@media (max-width: 750px) {
    .default [top-page] section.flow {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] section.flow .flow__wrap {
    /*max-width: calc(100% - var(--margin-1) * 2);*/
    max-width: 100%;
    margin-top: calc(var(--base-fs) * 80);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] section.flow .flow__wrap {
        max-width: 100%;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: calc(var(--base-fs) * 40)
    }
    .default [top-page] section.flow .flow__wrap::-webkit-scrollbar {
        display: none
    }
}
.default [top-page] section.flow .flow__item:not(:first-child) {
    margin-top: calc(var(--base-fs) * 80);
}
@media (max-width: 750px) {
    .default [top-page] section.flow .flow__item:not(:first-child) {
        margin-top: calc(var(--base-fs) * 40)
    }
}
/*.default [top-page] section.flow .flow__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 751px) {
    .default [top-page] section.flow .flow__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
@media (max-width: 750px) {
    .default [top-page] section.flow .flow__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: var(--margin-1);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: var(--gap)
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] section.flow .flow__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] section.flow .flow__list > *:not(:last-child) {
            margin-right: var(--gap)
        }
    }
}
@media (max-width: 750px) and (-ms-high-contrast: none) {
    .default [top-page] section.flow .flow__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.flow .flow__list > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.flow .flow__item-spacer {
    min-width: calc(var(--margin-1) - var(--margin-1));
    height: calc(var(--base-fs) * 214);
    border: 1px solid white;
    content: ""
}
.default [top-page] section.flow .flow__item {
    min-width: calc(var(--base-fs) * 300);
    width: calc(var(--base-fs) * 300);
    height: calc(var(--base-fs) * 214);
    background: var(--color);
    border-radius: calc(var(--base-fs) * 20);
    color: var(--color-white-100);
    padding-top: calc(var(--base-fs) * 14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.default [top-page] section.flow .flow__item__step {
    font-size: calc(var(--base-fs) * 30);
    font-family: Bakbak One, Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: calc(var(--base-fs) * 56);
    text-align: center
}
.default [top-page] section.flow .flow__item__text {
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    text-align: center;
    line-height: normal;
    margin-top: calc(var(--base-fs) * -5)
}
.default [top-page] section.flow .flow__arrow {
    width: calc(var(--base-fs) * 56);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.flow .flow__arrow {
        min-width: calc(var(--base-fs) * 40)
    }
}*/
/*.default [top-page] section.schedule {
    padding-bottom: calc(var(--base-fs) * 143)
}
@media (max-width: 750px) {
    .default [top-page] section.schedule {
        padding-bottom: calc(var(--base-fs) * 70)
    }
}*/
.default [top-page] section.flow .schedule__flow {
    /*max-width: calc(100% - var(--margin-1) * 2);*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--base-fs) * 80)
}
@media (max-width: 750px) {
    .default [top-page] section.flow .schedule__flow {
        max-width: calc(100% - var(--margin-1) * 2);
        margin-top: calc(var(--base-fs) * 40)
    }
}

.default [top-page] .container__wrap[container-type=special] .flow__notice {
    width: 100%;
    padding-left: 2.5em;
    margin-left: 0.5em;
    margin-top: calc(var(--base-fs)* 28);
}
.default [top-page] .container__wrap[container-type=special] .flow__notice__item,
.default [top-page] .container__wrap[container-type=special] .flow__notice__item__no {
    font-size: calc(var(--base-fs)* 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53 Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em;
    line-height: 1.6;
    text-indent: -1.5em;
}
.default [top-page] .container__wrap[container-type=special] .flow__notice__item:first-child:before {
    content: "\203b 1";
    margin-right: 0.5em;
}
.default [top-page] .container__wrap[container-type=special] .flow__notice__item:nth-child(2):before {
    content: "\203b 2";
    margin-right: 0.5em;
}
.default [top-page] .container__wrap[container-type=special] .flow__notice__item__no:first-child:before {
    content: "\203b";
    margin-right: 0.5em;
}

@media (max-width: 750px) {
    .default [top-page] .container__wrap[container-type=special] .flow__notice {
        max-width: calc(100% - var(--margin-3)* 2);
        margin-top: calc(var(--base-fs)* 22);
        margin-left: auto;
        margin-right: auto;
        /*max-width: 100%;
        width: 100%;*/
    }
    .default [top-page] .container__wrap[container-type=special] .flow__notice__item,
    .default [top-page] .container__wrap[container-type=special] .flow__notice__item__no {
        font-size: calc(var(--base-fs)* 16);
        text-indent: -2.0em;
    }
}

.default [top-page] section.eight {
    margin-bottom: calc(var(--base-fs) * 143)
}
@media (max-width: 750px) {
    .default [top-page] section.eight {
        margin-bottom: calc(var(--base-fs) * 70)
    }
}
.default [top-page] section.eight .eight__flow {
    margin-top: calc(var(--base-fs) * 80);
    /*padding-left: var(--margin-4);
    padding-right: var(--margin-4)*/
    max-width: 100%;
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__flow {
        overflow: scroll;
        width: 100vw;
        padding-left: var(--margin-1);
        padding-right: var(--margin-1);
        margin-top: calc(var(--base-fs) * 40)
    }
}
.default [top-page] section.eight .eight__flow__image {
    width: 100%
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__flow__image {
        height: auto;
        min-width: calc(var(--base-fs) * 1060)
    }
}
.default [top-page] section.eight .eight__description {
    padding-left: var(--margin-3);
    padding-right: var(--margin-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    margin-top: calc(var(--base-fs) * 32)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.eight .eight__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__description > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.eight .eight__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__description > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__description {
        padding-left: var(--margin-2);
        padding-right: var(--margin-2)
    }
}
.default [top-page] section.eight .eight__description__item {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 14);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.eight .eight__description__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__description__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.eight .eight__description__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__description__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.eight .eight__description__item:before {
    content: "";
    width: calc(var(--base-fs) * 20);
    height: calc(var(--base-fs) * 20);
    min-width: calc(var(--base-fs) * 20);
    border-radius: 100%;
    background: var(--color-black-100);
    display: block;
    margin-top: calc(var(--base-fs) * 16)
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__description__item {
        font-size: calc(var(--base-fs) * 16)
    }
    .default [top-page] section.eight .eight__description__item:before {
        margin-top: calc(var(--base-fs) * 3)
    }
}
.default [top-page] section.eight .eight__notice {
    padding-left: var(--margin-3);
    padding-right: var(--margin-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    margin-top: calc(var(--base-fs) * 28)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.eight .eight__notice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__notice > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.eight .eight__notice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__notice > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__notice {
        padding-left: var(--margin-2);
        padding-right: var(--margin-2);
        margin-top: calc(var(--base-fs) * 22)
    }
}
.default [top-page] section.eight .eight__notice__item {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .04em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 3);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.eight .eight__notice__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__notice__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.eight .eight__notice__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.eight .eight__notice__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.eight .eight__notice__item:before {
    content: "\203b";
    display: block
}
@media (max-width: 750px) {
    .default [top-page] section.eight .eight__notice__item {
        font-size: calc(var(--base-fs) * 16)
    }
}
.default [top-page] section.read {
    padding-bottom: calc(var(--base-fs) * 120)
}
.default [top-page] .container__wrap[container-type=special] section.read {
    padding-bottom: calc(var(--base-fs) * 60)
}
@media (max-width: 750px) {
    .default [top-page] section.read {
        padding-bottom: calc(var(--base-fs) * 74)
    }
    .default [top-page] .container__wrap[container-type=special] section.read {
        padding-bottom: calc(var(--base-fs) *40)
    }
}
.default [top-page] section.read .read__list {
    max-width: calc(100% - var(--margin-3) * 2);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: calc(var(--base-fs) * 83);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 32);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.read .read__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.read .read__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__list > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.read .read__list {
        max-width: calc(100% - var(--margin-1) * 2);
        --gap: calc(var(--base-fs) * 20);
        margin-top: calc(var(--base-fs) * 39)
    }
}
@media (min-width: 1581px) {
    .default [top-page] section.read .read__list {
        min-width: var(--max-width)
    }
}
.default [top-page] section.read .read__list__item {
    font-size: calc(var(--base-fs) * 26);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: calc(var(--base-fs) * 1.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 19);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.read .read__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__list__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.read .read__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__list__item > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.read .read__list__item:before {
    content: "";
    width: calc(var(--base-fs) * 40);
    height: calc(var(--base-fs) * 40);
    min-width: calc(var(--base-fs) * 40);
    border-radius: 100px;
    background: var(--color-red-100)
}
@media (max-width: 750px) {
    .default [top-page] section.read .read__list__item {
        font-size: calc(var(--base-fs) * 18);
        --gap: calc(var(--base-fs) * 7)
    }
    .default [top-page] section.read .read__list__item:before {
        width: calc(var(--base-fs) * 20);
        height: calc(var(--base-fs) * 20);
        margin-top: calc(var(--base-fs) * 5);
        min-width: calc(var(--base-fs) * 20)
    }
}
.default [top-page] section.read .read__application {
    /*margin-top: calc(var(--base-fs) * 80);
    background: var(--color-red-100);
    color: var(--color-white-100);
    padding-top: calc(var(--base-fs) * 33);
    padding-bottom: calc(var(--base-fs) * 44);
    max-width: calc(var(--base-fs) * 1120);
    margin-left: auto;
    margin-right: auto*/
    margin-top: calc(var(--base-fs) * 80);
    /*background: var(--color-red-100);
    color: var(--color-white-100);*/
    color: var(--color-red-100);
    /*padding-top: calc(var(--base-fs) * 33);
    padding-bottom: calc(var(--base-fs) * 44);*/
    max-width: calc(var(--base-fs) * 1120);
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 750px) {
    .default [top-page] section.read .read__application {
        margin-top: calc(var(--base-fs) * 58)
    }
}
.default [top-page] section.read .read__application__title {
    font-size: calc(var(--base-fs) * 35);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
.default [top-page] section.read .read__application__button {
    /*width: calc(var(--base-fs) * 500);*/
    width: calc(var(--base-fs) * 700);
    height: calc(var(--base-fs) * 100);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-red-100);
    border-radius: calc(var(--base-fs) * 20);
    background: var(--color-red-100, #E60012);
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--base-fs) * 28);
    text-align: center;
    line-height: 1.2;
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: flex;
    --gap: calc(var(--base-fs) * 42);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    margin-top: calc(var(--base-fs) * 21);
    -webkit-box-shadow: 2px 2px 0px yellow;
    box-shadow: 2px 2px #ff0
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.read .read__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.read .read__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.read .read__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.read .read__application__button svg {
    width: calc(var(--base-fs) * 18);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.read .read__application__button {
        width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 165);
        font-size: calc(var(--base-fs) * 32)
    }
}
.default [top-page] section.read .read__application__text {
    margin-top: calc(var(--base-fs) * 26);
    text-align: center;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .default [top-page] section.read .read__application__text {
        margin-top: calc(var(--base-fs) * 16);
        font-size: calc(var(--base-fs) * 14)
    }
}

.default [top-page] section.line {
    padding-bottom: calc(var(--base-fs) * 120);
  margin-top: calc(var(--base-fs) * 200);
}
@media (max-width: 750px) {
    .default [top-page] section.line {
        padding-bottom: calc(var(--base-fs) * 74);
      margin-top: calc(var(--base-fs) * 100);
    }
}
.default [top-page] section.line .line__application {
    margin-top: calc(var(--base-fs) * 80);
    /*background: var(--color-red-100);
    color: var(--color-white-100);*/
    color: var(--color-red-100);
    /*padding-top: calc(var(--base-fs) * 33);
    padding-bottom: calc(var(--base-fs) * 44);*/
    max-width: calc(var(--base-fs) * 1120);
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 750px) {
    .default [top-page] section.line .line__application {
        margin-top: calc(var(--base-fs) * 58)
    }
}
.default [top-page] section.line .line__application__title {
    font-size: calc(var(--base-fs) * 35);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.default [top-page] section.line .line__application__button {
    width: calc(var(--base-fs) * 700);
    height: calc(var(--base-fs) * 100);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-red-100);
    border-radius: calc(var(--base-fs) * 20);
    background: var(--color-red-100, #E60012);
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--base-fs) * 28);
    text-align: center;
    line-height: 1.2;
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: flex;
    --gap: calc(var(--base-fs) * 42);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    /*margin-top: calc(var(--base-fs) * 21);*/
    -webkit-box-shadow: 2px 2px 0px yellow;
    box-shadow: 2px 2px #ff0
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.line .line__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.line .line__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.line .line__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.line .line__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.line .line__application__button svg {
    width: calc(var(--base-fs) * 18);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.line .line__application__button {
        width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 165);
        font-size: calc(var(--base-fs) * 32);
      text-align: center;
    }
}
.default [top-page] section.line .line__application__text {
    margin-top: calc(var(--base-fs) * 26);
    text-align: center;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .default [top-page] section.line .line__application__text {
        margin-top: calc(var(--base-fs) * 16);
        font-size: calc(var(--base-fs) * 14)
    }
}


.default [top-page] section.faq .faq__application {
    margin-top: calc(var(--base-fs) * 80);
    background: var(--color-red-100);
    color: var(--color-white-100);
    padding-top: calc(var(--base-fs) * 33);
    padding-bottom: calc(var(--base-fs) * 44);
    max-width: calc(var(--base-fs) * 1120);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] section.faq .faq__application {
        margin-top: calc(var(--base-fs) * 58)
    }
}
.default [top-page] section.faq .faq__application__title {
    font-size: calc(var(--base-fs) * 35);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
.default [top-page] section.faq .faq__application__button {
    width: calc(var(--base-fs) * 500);
    height: calc(var(--base-fs) * 100);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-red-100);
    border-radius: calc(var(--base-fs) * 20);
    background: var(--color-red-100, #E60012);
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--base-fs) * 46);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: flex;
    --gap: calc(var(--base-fs) * 42);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    margin-top: calc(var(--base-fs) * 21);
    -webkit-box-shadow: 2px 2px 0px yellow;
    box-shadow: 2px 2px #ff0
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.faq .faq__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.faq .faq__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.faq .faq__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.faq .faq__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.faq .faq__application__button svg {
    width: calc(var(--base-fs) * 18);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.faq .faq__application__button {
        width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 165);
        font-size: calc(var(--base-fs) * 32)
    }
}
.default [top-page] section.faq .faq__application__text {
    margin-top: calc(var(--base-fs) * 26);
    text-align: center;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .default [top-page] section.faq .faq__application__text {
        margin-top: calc(var(--base-fs) * 16);
        font-size: calc(var(--base-fs) * 14)
    }
}


.default [top-page] section.inquiry .inquiry__application {
    margin-top: calc(var(--base-fs) * 80);
    /*background: var(--color-blue-100);
    color: var(--color-white-100);*/
    color: var(--color-blue-100);
    /*padding-top: calc(var(--base-fs) * 33);
    padding-bottom: calc(var(--base-fs) * 44);*/
    max-width: calc(var(--base-fs) * 1120);
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 750px) {
    .default [top-page] section.inquiry .inquiry__application {
        margin-top: calc(var(--base-fs) * 58)
    }
}
.default [top-page] section.inquiry .inquiry__application__title {
    font-size: calc(var(--base-fs) * 35);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: center
}
.default [top-page] section.inquiry .inquiry__application__button {
    width: calc(var(--base-fs) * 500);
    height: calc(var(--base-fs) * 100);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-blue-100);
    border-radius: calc(var(--base-fs) * 20);
    background: var(--color-blue-100, #293AA6);
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--base-fs) * 46);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    display: flex;
    --gap: calc(var(--base-fs) * 42);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    /*margin-top: calc(var(--base-fs) * 21);*/
    -webkit-box-shadow: 2px 2px 0px yellow;
    box-shadow: 2px 2px #ff0
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.inquiry .inquiry__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.inquiry .inquiry__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.inquiry .inquiry__application__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.inquiry .inquiry__application__button > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
.default [top-page] section.inquiry .inquiry__application__button svg {
    width: calc(var(--base-fs) * 18);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.inquiry .inquiry__application__title {
        font-size: calc(var(--base-fs) * 26);
    }
    .default [top-page] section.inquiry .inquiry__application__button {
        width: calc(100% - var(--margin-1) * 2);
        height: calc(var(--base-fs) * 165);
        font-size: calc(var(--base-fs) * 32)
    }
}
.default [top-page] section.inquiry .inquiry__application__text {
    margin-top: calc(var(--base-fs) * 26);
    text-align: center;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}
@media (max-width: 750px) {
    .default [top-page] section.inquiry .inquiry__application__text {
        margin-top: calc(var(--base-fs) * 16);
        font-size: calc(var(--base-fs) * 14)
    }
}
.default [top-page] section.faq {
    padding-bottom: calc(var(--base-fs) * 120)
}
@media (max-width: 750px) {
    .default [top-page] section.faq {
        padding-bottom: calc(var(--base-fs) * 74)
    }
}
.default [top-page] section.inquiry {
    padding-bottom: calc(var(--base-fs) * 120)
}
@media (max-width: 750px) {
    .default [top-page] section.inquiry {
        padding-bottom: calc(var(--base-fs) * 74)
    }
}
.default [top-page] section.theme .show__wrap {
    margin-top: calc(var(--base-fs) * 80)
}
@media (min-width: 751px) {
    .default [top-page] section.theme .show__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        --gap: calc(var(--base-fs) * 98);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: var(--gap);
        margin-left: var(--margin-4);
        margin-right: var(--margin-3);
        width: 100%
    }
    @supports not (aspect-ratio: 16/9) {
        .default [top-page] section.theme .show__wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            --gap: var(--gap);
            gap: 0px
        }
        .default [top-page] section.theme .show__wrap > *:not(:last-child) {
            margin-right: var(--gap)
        }
    }
}
@media (min-width: 751px) and (-ms-high-contrast: none) {
    .default [top-page] section.theme .show__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .show__wrap > *:not(:last-child) {
        margin-right: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.theme .show__wrap {
        margin-top: calc(var(--base-fs) * 40)
    }
}
@media (min-width: 1581px) {
    .default [top-page] section.theme .show__wrap {
        margin-left: calc(var(--max-padding-inline) + var(--margin-3));
        margin-right: calc(var(--max-padding-inline) + var(--margin-3))
    }
}
.default [top-page] section.theme .show__thumbnail {
    width: calc(var(--base-fs) * 300);
    height: auto;
    background: var(--color-gray-100)
}
@media (max-width: 750px) {
    .default [top-page] section.theme .show__thumbnail {
        width: calc(100% - var(--margin-1) * 2);
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}
.default [top-page] section.theme .show__info {
    padding-top: calc(var(--base-fs) * 56);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --gap: calc(var(--base-fs) * 38);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap)
}
@supports not (aspect-ratio: 16/9) {
    .default [top-page] section.theme .show__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .show__info > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media all and (-ms-high-contrast: none) {
    .default [top-page] section.theme .show__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        --gap: var(--gap);
        gap: 0px
    }
    .default [top-page] section.theme .show__info > *:not(:last-child) {
        margin-bottom: var(--gap)
    }
}
@media (max-width: 750px) {
    .default [top-page] section.theme .show__info {
        padding-top: calc(var(--base-fs) * 16);
        --gap: calc(var(--base-fs) * 22)
    }
}
.default [top-page] section.theme .show__info__text {
    font-size: calc(var(--base-fs) * 30);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: calc(var(--base-fs) * 1.2);
    line-height: 1.6
}
@media (max-width: 750px) {
    .default [top-page] section.theme .show__info__text {
        font-size: calc(var(--base-fs) * 20);
        text-align: center
    }
}
.default [top-page] section.theme .show__info__download {
    width: calc(var(--base-fs) * 320);
    height: calc(var(--base-fs) * 74);
    background: var(--color-red-100);
    border-radius: calc(var(--base-fs) * 100);
    display: block;
    font-size: calc(var(--base-fs) * 24);
    font-family: Noto Sans JP, Yu Gothic Medium, Yu Gothic, YuGothic, "A+EqpB-\6e38\30b4\30b7\30c3\30af\4f53  Pr6N M", selif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: var(--color-white-100);
    padding-left: calc(var(--base-fs) * 60);
    padding-right: calc(var(--base-fs) * 18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}
.default [top-page] section.theme .show__info__download svg {
    width: calc(var(--base-fs) * 44);
    height: auto
}
@media (max-width: 750px) {
    .default [top-page] section.theme .show__info__download {
        width: calc(var(--base-fs) * 260);
        height: calc(var(--base-fs) * 60);
        padding-left: calc(var(--base-fs) * 47);
        padding-right: calc(var(--base-fs) * 15);
        font-size: calc(var(--base-fs) * 20);
        margin-left: auto;
        margin-right: auto
    }
    .default [top-page] section.theme .show__info__download svg {
        width: calc(var(--base-fs) * 36)
    }
}
.default [top-page] section.theme .show__info__download__arrow {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}
.default [top-page] section.theme .show__info__download:hover .show__info__download__arrow {
    -webkit-transform: translateY(calc(var(--base-fs) * 2));
    transform: translateY(calc(var(--base-fs) * 2))
}

.default [top-page] section.theme .theme__notice__item-text a,
.default [top-page] section.read .read__list__item a{
    font-size: calc(var(--base-fs)* 30);
}
.default [top-page] section.flow .flow__notice__item a,
.default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--small a{
    font-size: calc(var(--base-fs)* 24);
}
@media (max-width: 750px) {
    .default [top-page] section.theme .theme__notice__item-text a,
    .default [top-page] section.read .read__list__item a{
        font-size: calc(var(--base-fs)* 18);
    }
    .default [top-page] section.flow .flow__notice__item a,
    .default [top-page] .container__wrap[container-type=special] section.inquiry .inquiry__text--small a{
        font-size: calc(var(--base-fs)* 16);
    }
}