@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Roboto&display=swap';
.bg {
    background-color: var(--main-bg-color);
}
.header {
    box-shadow: 0 0 6px #3333334d;
}
.marquee {
    background: url(../images/marquee-sp.jpg) no-repeat -5px -43px / cover;
    text-align: center;
}
@media (min-width: 1280px) {
    .marquee {
        background: url(../images/marquee.jpg) no-repeat 50% / cover;
        height: 550px;
        text-align: left;
    }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
    .marquee {
        background: url(../images/marquee.jpg) no-repeat 50%/760px;
        height: 550px;
        text-align: left;
    }
}
@media (max-width: 500px) {
    .marquee {
        background: url(../images/marquee-sp.jpg) no-repeat center -50px / cover;
    }
}
.marquee-bg {
    background-image: url(../images/marquee.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .marquee-bg {
        background-position: bottom;
    }
}
.bg-cta {
    background-color: var(--main-bg-color);
    background-image: none;
}
@media (min-width: 1280px) {
    .bg-cta {
        background: url(../images/bg-cta.svg) 100% 0/248px 223px no-repeat var(--main-bg-color);
    }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
    .bg-cta {
        background: url(../images/bg-cta.svg) 100% 0/226px 202px no-repeat var(--main-bg-color);
    }
}
.image-logo {
    margin: 0 auto;
    width: 139px;
}
@media (min-width: 768px) {
    .image-logo {
        margin: 0;
        width: 206px;
    }
}
.marquee-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
}
@media (min-width: 768px) {
    .marquee-logo {
        justify-content: start;
    }
}
.marquee-corp-logo {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
@media (min-width: 768px) {
    .marquee-corp-logo {
        margin: 0;
        max-width: 400px;
        width: 100%;
    }
}
.image-dl {
    height: 101px;
    margin: 0 auto;
    width: 84px;
}
@media (min-width: 768px) {
    .image-dl {
        height: 160px;
        width: 133px;
    }
}
.youtube-16-9 {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
}
.image-play {
    display: block;
    font-size: 0;
    left: 50%;
    position: absolute;
    text-decoration: none;
    top: 50%;
}
.image-play:before {
    background: var(--primary-color);
    border-radius: 50%;
    height: 60px;
    transform: translate(-50%, -50%);
    width: 60px;
}
.image-play:after,
.image-play:before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
}
.image-play:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    transform: translate(-40%, -50%);
}
.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}
.fade.active {
    opacity: 1;
    transform: translateY(0);
}
.w-ps {
    max-width: 992px;
}
.w-cta {
    margin: 0 auto;
    max-width: 840px;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w-text-cta {
        max-width: 100%;
        width: 420px;
    }
}
@media (min-width: 1024px) {
    .w-text-cta {
        max-width: 100%;
        width: 500px;
    }
} /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: '';
}
:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: Adobe Clean en, Noto Sans JP, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}
[role='button'],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
[hidden] {
    display: none;
}
*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.relative {
    position: relative;
}
.m-0 {
    margin: 0;
}
.m-auto {
    margin: auto;
}
.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.-mt-40 {
    margin-top: -10rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.line-clamp-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-video {
    aspect-ratio: 16/9;
}
.h-56 {
    height: 14rem;
}
.w-1\/2 {
    width: 50%;
}
.w-full {
    width: 100%;
}
.shrink-0 {
    flex-shrink: 0;
}
.grow {
    flex-grow: 1;
}
.grow-0 {
    flex-grow: 0;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-6 {
    gap: 1.5rem;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.border-2 {
    border-width: 2px;
}
.border-oneCareer-500 {
    --tw-border-opacity: 1;
    border-color: rgb(0 113 188 / var(--tw-border-opacity));
}
.bg-oneCareer-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-2 {
    padding: 0.5rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.font-adobeClean {
    font-family: Adobe Clean en, sans-serif;
}
.font-notoSans {
    font-family: Noto Sans JP, serif;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-sm\/relaxed {
    font-size: 0.875rem;
    line-height: 1.625;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-black {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.leading-relaxed {
    line-height: 1.625;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-oneCareer-500 {
    --tw-text-opacity: 1;
    color: rgb(0 113 188 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.transition {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
    font-display: swap;
    font-family: Adobe Clean en;
    font-weight: 400;
    src: url(../fonts/AdobeClean-Regular.woff2) format('woff2'), url(../fonts/AdobeClean-Regular.woff) format('woff');
}
@font-face {
    font-display: swap;
    font-family: Adobe Clean en;
    font-weight: 700;
    src: url(../fonts/AdobeClean-Bold.woff2) format('woff2'), url(../fonts/AdobeClean-Bold.woff) format('woff');
}
@font-face {
    font-display: swap;
    font-family: Adobe Clean en;
    font-weight: 900;
    src: url(../fonts/AdobeClean-Black.woff2) format('woff2'), url(../fonts/AdobeClean-Black.woff) format('woff');
}
:root {
    --main-text-color: #333;
    --sub-text-color: #6d7780;
    --main-bg-color: #eef6fc;
    --primary-color: #0071bc;
    --border-color: #f2f2f2;
}
.container {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}
@media (min-width: 1024px) {
    .container {
        max-width: 1440px;
        padding: 0;
    }
}
.hover\:bg-oneCareer-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 234 / var(--tw-bg-opacity));
}
.hover\:opacity-80:hover {
    opacity: 0.8;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-oneCareer-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(71 181 255 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
}
@media (min-width: 768px) {
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:mr-6 {
        margin-right: 1.5rem;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:mt-6 {
        margin-top: 1.5rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:w-\[40\%\] {
        width: 40%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:p-0 {
        padding: 0;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .md\:py-20 {
        padding-top: 5rem;
    }
    .md\:pb-20,
    .md\:py-20 {
        padding-bottom: 5rem;
    }
    .md\:pt-0 {
        padding-top: 0;
    }
    .md\:pt-16 {
        padding-top: 4rem;
    }
    .md\:pt-20 {
        padding-top: 5rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:leading-loose {
        line-height: 2;
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:m-0 {
        margin: 0;
    }
    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .lg\:my-0 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .lg\:my-20 {
        margin-top: 5rem;
    }
    .lg\:mb-20,
    .lg\:my-20 {
        margin-bottom: 5rem;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:p-16 {
        padding: 4rem;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px) {
    .xl\:mb-0 {
        margin-bottom: 0;
    }
    .xl\:w-1\/3 {
        width: 33.333333%;
    }
}
.\[\&\>div\]\:mb-6 > div {
    margin-bottom: 1.5rem;
}
.\[\&\>div\]\:shrink-0 > div {
    flex-shrink: 0;
}
.\[\&\>div\]\:px-4 > div {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .\[\&\>div\]\:md\:w-1\/2 > div {
        width: 50%;
    }
    .\[\&\>div\]\:md\:basis-1\/2 > div {
        flex-basis: 50%;
    }
}
@media (min-width: 1280px) {
    .\[\&\>div\]\:xl\:w-1\/3 > div {
        width: 33.333333%;
    }
    .\[\&\>div\]\:xl\:basis-1\/3 > div {
        flex-basis: 33.333333%;
    }
}
.btn[data-astro-cid-2veov33h] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn[data-astro-cid-2veov33h]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(71 181 255 / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.25;
}
.btn-primary[data-astro-cid-2veov33h] {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 113 188 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 113 188 / var(--tw-bg-opacity));
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary[data-astro-cid-2veov33h]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 141 234 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 234 / var(--tw-bg-opacity));
}
.btn-outline-primary[data-astro-cid-2veov33h] {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 113 188 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(0 113 188 / var(--tw-text-opacity));
}
.btn-outline-primary[data-astro-cid-2veov33h]:hover {
    background-color: #8cd1ff4d;
}
.btn-outline-primary-icon[data-astro-cid-2veov33h] {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 113 188 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(0 113 188 / var(--tw-text-opacity));
}
.btn-outline-primary-icon[data-astro-cid-2veov33h]:hover {
    background-color: #8cd1ff4d;
}
@media (min-width: 400px) {
    .btn-outline-primary-icon[data-astro-cid-2veov33h] {
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(0 113 188 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgb(0 113 188 / var(--tw-text-opacity));
    }
    .btn-outline-primary-icon[data-astro-cid-2veov33h]:hover {
        background-color: #8cd1ff4d;
    }
}
.btn-outline-primary-icon[data-astro-cid-2veov33h]:before {
    background: url(../images/icon-dl.svg) no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 12px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    width: 12px;
}
.modal-video {
    --animation-speed: 0.2s;
    --animation-function: ease-out;
    --backdrop-color: rgba(0, 0, 0, 0.75);
    --modal-bg-color: #333;
    --modal-max-width: 1920px;
}
@keyframes modal-video {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes modal-video-inner {
    0% {
        transform: translateY(100px);
    }
    to {
        transform: translate(0);
    }
}
.modal-video {
    animation-duration: var(--animation-speed);
    animation-name: modal-video;
    animation-timing-function: var(--animation-function);
    background-color: var(--backdrop-color);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity var(--animation-speed) var(--animation-function);
    width: 100%;
    z-index: 1000000;
}
.modal-video-close {
    opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
    transform: translateY(100px);
}
.modal-video-body {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--modal-max-width);
    padding: 0 10px;
}
.modal-video-body,
.modal-video-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.modal-video-inner {
    align-items: center;
}
@media (orientation: landscape) {
    .modal-video-inner {
        box-sizing: border-box;
        padding: 10px 60px;
    }
}
.modal-video-movie-wrap {
    animation-duration: var(--animation-speed);
    animation-name: modal-video-inner;
    animation-timing-function: var(--animation-function);
    background-color: var(--modal-bg-color);
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    transform: translate(0);
    transition: transform var(--animation-speed) var(--animation-function);
    width: 100%;
}
.modal-video-movie-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal-video-close-btn {
    background: transparent;
    border: none;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    width: 35px;
    z-index: 2;
}
@media (orientation: landscape) {
    .modal-video-close-btn {
        right: -45px;
        top: 0;
    }
}
.modal-video-close-btn:before {
    transform: rotate(45deg);
}
.modal-video-close-btn:after {
    transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
    background: #fff;
    border-radius: 5px;
    content: '';
    height: 2px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%;
}
span.br {
    display: block;
}
@media (min-width: 768px) {
    span.br {
        display: inline;
    }
    span.pc-br {
        display: block;
    }
}
@media (min-width: 1300px) {
    span.pc-br-h2 {
        display: block;
    }
}
@media (max-width: 500px) {
    span.pc-br-h2 {
        display: block;
    }
}
h1,
h2,
h3 {
    font-feature-settings: 'palt';
}
h1,
h2,
h3,
p {
    color: var(--main-text-color);
}
.link {
    color: var(--primary-color);
}
span.sub-text {
    color: var(--sub-text-color);
}
.text-link {
    color: var(--primary-color);
}
h1.main {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
h1.main .box {
    background: var(--main-text-color);
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0.1em 0;
    padding: 0.2em 0.5em 0.3em;
    white-space: nowrap;
}
@media (min-width: 768px) {
    h1.main .box {
        font-size: clamp(2.5rem, 3.5vw, 4rem);
    }
}
h1.sub {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.box-white,
h3.video-title {
    color: var(--main-text-color);
}
.box-white {
    background: #fff;
}
@media (min-width: 768px) {
    .box-white {
        background: none;
    }
}
@media (min-width: 1024px) {
    .box-white {
        background: none;
        color: var(--main-text-color);
    }
}
.line-height-h2 {
    line-height: 1.5;
}
.pc-marquee-text {
    border: 1px solid var(--border-color);
}
@media (min-width: 768px) {
    .pc-marquee-text {
        border: none;
        left: 64px;
        position: absolute;
        top: 80px;
    }
}
.syutten {
    text-align: left;
}
@media (min-width: 444px) {
    .syutten {
        text-align: center;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1203px) {
    .dl-text {
        display: block;
    }
}

footer {
    display: flex;
    align-items: center;
    background: #333333;
    flex-direction: column;
    gap: 32px;
    height: auto;
    justify-content: flex-end;
    padding: 48px 72px;
    width: 100%;
}
footer a.sd {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    justify-content: center;
    padding: 0px;
}
footer img.sd {
    height: auto;
    justify-content: center;
    margin: 0px;
    width: 152px;
    max-width: 100%;
}
footer .text {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    height: auto;
    letter-spacing: 0em;
    margin: 0px 0px 0px -9px;
    text-align: center;
    width: auto;
    max-width: calc(100% - -9px);
    justify-content: center;
}
