@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto:wght@400;500;700&amp;family=Oswald:wght@300&amp;display=swap');

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: none;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

ins {
    text-decoration: none;
}

ins,
mark {
    background-color: #ff9;
    color: #000;
}

mark {
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html {
    font-size: 62.5%;
    font-family: Noto Sans JP, sans-serif;
    height: -webkit-fill-available;
}

body {
    --main-color: #2b2b2b;
    --primary: #0099eb;
    --primaryRgb: 0, 153, 235;
    --secondary: #38abe0;
    --thirdly: #51cce8;
    --background: #e8e8e8;
    --background2: #f5f5f5;
    --category-background: #f0efef;
    --line: #e0e0e0;
    --line-rgb: 224, 224, 224;
    --text-sub-color: #c3c3c3;
    --text-sub-color-2: #888888;
    --en-font: "Roboto", sans-serif;
    --oswald-font: "Oswald", sans-serif;
    color: var(--main-color);
    letter-spacing: 0.02em;
    line-height: 1.6;
    width: 100%;
    min-height: 100vh;
    height: -webkit-fill-available;
}

body::-webkit-scrollbar {
    display: none;
}

* {
    box-sizing: border-box;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: inherit;
    border-radius: 0;
    outline: none;
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

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

.contents {
    padding: 0 16px;
}

@media (min-width: 768px) {
    .contents {
        margin-left: auto;
        margin-right: auto;
        max-width: 1152px;
    }
}

@media (min-width: 1536px) {
    .contents {
        max-width: 1344px;
    }
}

@media (min-width: 768px) {
    .contents.-small {
        max-width: 960px;
    }
}

.fadeInArea {
    animation: fadeInArea 1.45s cubic-bezier(0.25, 1, 0.5, 1) 0.5s both;
}

@keyframes fadeInArea {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeAndPaint {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    48% {
        opacity: 1;
        transform: translateY(0);
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0;
    }
}

.css-1luszyf {
    padding-top: 36px;
    padding-bottom: 40px;
    line-height: 1;
}

@media (min-width: 768px) {
    .css-1luszyf {
        padding-top: 118px;
        padding-bottom: 72px;
    }
}

.css-1510ovb {
    display: inline-block;
    padding-right: 5px;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position-x: 100%;
    background-image: linear-gradient(-90deg, #f5f5f5 0%, #f5f5f5 50%, #2b2b2b 51%, #2b2b2b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-animation: fadeAndPaint 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s both;
    animation: fadeAndPaint 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s both;
}

.css-rkr3uv {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .css-rkr3uv {
        font-size: 1.5rem;
    }
}

@media (min-width: 1536px) {
    .css-rkr3uv {
        font-size: 1.7rem;
    }
}

.css-1hyeyg2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-family: var(--en-font);
}

@media (min-width: 768px) {
    .css-1hyeyg2 {
        font-size: 3.4rem;
    }
}

@media (min-width: 1536px) {
    .css-1hyeyg2 {
        font-size: 3.9rem;
    }
}

.css-1vm43i9 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
}

@media (min-width: 768px) {
    .css-1vm43i9 {
        font-size: 1.8rem;
    }
}

.css-1vm43i9.-medium {
    font-weight: 500;
}

.css-1vm43i9 p strong {
    font-weight: bold;
    letter-spacing: 0.02em;
}

.css-1vm43i9 p+p {
    margin-top: 22px;
}

.css-1vm43i9 a {
    color: var(--primary);
}

@media (min-width: 768px) {
    .css-1vm43i9 a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
}

.css-1vm43i9 ul {
    list-style: none;
}

.css-1vm43i9 ul li {
    padding-left: 1em;
    position: relative;
}

.css-1vm43i9 ul li:before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
}

.css-1vm43i9 *+ul {
    margin-top: 22px;
}

.css-494q2i {
    margin-top: 56px;
}

@media (min-width: 768px) {
    .css-494q2i {
        margin-top: 106px;
    }
}

.css-494q2i:first-of-type {
    margin-top: 48px;
}

@media (min-width: 768px) {
    .css-494q2i:first-of-type {
        margin-top: 61px;
    }
}

.css-op1r1s {
    font-size: 1.8rem;
    border-bottom: 1px solid var(--line);
    position: relative;
    padding-bottom: 14px;
    line-height: 1.72;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .css-op1r1s {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}

.css-op1r1s::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #0099eb;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
}

.css-1sy171d {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .css-1sy171d {
        font-size: 1.8rem;
    }
}

.css-1sy171d strong {
    font-weight: bold;
    letter-spacing: 0.02em;
}

.css-1mq56gw {
    counter-reset: cnt;
    list-style: none;
    margin-bottom: 34px;
}

.css-1mq56gw li {
    position: relative;
    padding-left: 1.9em;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
}

.css-1mq56gw li+li {
    margin-top: 14px;
}

.css-1mq56gw li::before {
    counter-increment: cnt;
    content: counter(cnt) "）";
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--en-font);
    margin-right: -3px;
}

@media (min-width: 768px) {
    .css-1mq56gw li {
        font-size: 1.8rem;
    }
}

.css-kkcy0b {
    list-style: none;
    margin-bottom: 34px;
}

.css-kkcy0b li {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
    position: relative;
    padding-left: 1em;
}

.css-kkcy0b li+li {
    margin-top: 14px;
}

.css-kkcy0b li::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .css-kkcy0b li {
        font-size: 1.8rem;
    }
}

.css-z2s5qc {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .css-z2s5qc {
        margin-bottom: 57px;
    }
}

.css-1d8nh75.-hasMargin {
    padding-top: 70px;
    padding-bottom: 86px;
}

@media (min-width: 768px) {
    .css-1d8nh75.-hasMargin {
        padding-top: 156px;
    }
}

.css-1ad3wfl {
    font-size: 1rem;
    text-align: center;
    color: var(--text-sub-color-2);
    font-family: var(--en-font);
}