:root {
    color-scheme: light dark;
    background: white;
}

@media (prefers-color-scheme: dark) {
    :root {
        background: black;
    }
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: none
}

sup {
    vertical-align: top
}

a {
    color: #338bc7;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

li {
    list-style: none
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

@font-face {
    font-family: "SF Pro Display Bold";
    src: url("../fonts/SF-Pro-Display-Bold.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Display Medium";
    src: url("../fonts/SF-Pro-Display-Medium.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Display Regular";
    src: url("../fonts/SF-Pro-Display-Regular.woff2") format("opentype");
}

@font-face {
    font-family: "SF Pro Text Regular";
    src: url("../fonts/SF-Pro-Text-Regular.woff2") format("opentype");
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

@media only screen and (min-width: 1025px) {
    .flex-desktop_reverse {
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .flex-desktop_reverse {
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .flex-mobile {
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .flex-mobile {
        flex-direction: column
    }
}

.white-text-header nav ul li a {
    color: black
}

.black-text-header nav ul li a {
    color: #111111
}

.page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
    text-align: center;
    padding-top: max(20px, calc(env(safe-area-inset-top) + 12px));
    padding-bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
}

@media (prefers-color-scheme: dark) {
    .page-footer {
        background: black;
    }
}

@media (max-height: 812px) {
    .page-footer {
        position: static
    }
}

.page-footer .content {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
}

.page-footer .copyright {
    display: block;
    font: 13px "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    color: rgba(142, 142, 147, 0.8);
    padding: 0 0 8px 0;
}

.page-footer .contact-us, .page-footer .terms-of-use, .page-footer .welcome {
    display: inline;
    font: 13px "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    color: rgba(142, 142, 147, 0.8);
    text-decoration: underline;
}

.page-footer .terms-of-use {
    padding: 0 4px 0 4px;
}

.page-footer .contact-us:hover, .page-footer .terms-of-use:hover, .page-footer .welcome:hover {
    text-decoration: none
}

.slogan {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    max-width: 918px;
    margin: 0 auto;
    position: relative;
    pointer-events: none;
    z-index: 7
}

.slogan .slogan_i {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 80px 0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slogan .slogan_i {
        padding: 0 0 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .slogan .slogan_i {
        padding: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slogan {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .slogan {
        width: 100%
    }
}

.slogan .page-title {
    vertical-align: middle;
    color: black;
    font-family: "SF Pro Display Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 66px;
    line-height: 82px;
    text-align: center;
    padding: 23px 0 0 0
}

@media (prefers-color-scheme: dark) {
    .slogan .page-title {
        color: white;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slogan .page-title {
        font-size: 66px;
        line-height: 82px
    }
}

@media only screen and (max-width: 767px) {
    .slogan .page-title {
        font-size: 36px;
        line-height: 50px;
        padding: 14px 0 0 0
    }
}

.slogan p {
    vertical-align: middle;
    color: black;
    font-family: "SF Pro Display Regular", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    padding: 23px 0 0 0
}

@media (prefers-color-scheme: dark) {
    .slogan p {
        color: white;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slogan p {
        font-size: 36px;
        line-height: 50px
    }
}

@media only screen and (max-width: 767px) {
    .slogan p {
        font-size: 20px;
        line-height: 30px;
        padding: 14px 0 0 0
    }
}

.update-date {
    color: black;
    opacity: .8;
    line-height: 1.35;
    display: inline-block;
    max-width: 650px;
    font-family: "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 36px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .update-date {
        line-height: 30px;
        font-size: 17px;
    }
}

@media (prefers-color-scheme: dark) {
    .update-date {
        color: white;
    }
}

.pm__w {
    max-width: 1192px;
    padding: 80px 10px 80px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pm__w {
        padding: 53px 15px 53px 15px
    }
}

.pm-center {
    display: table-cell;
    vertical-align: middle
}

.pm-t {
    text-align: center;
    padding: 0 0 100px 0
}

.pm-t .pm-t-text {
    padding: 0 0 12px 0;
    color: black;
    font-family: "SF Pro Display Bold", Helvetica, Arial, sans-serif;
    font-size: 66px;
    line-height: 84px;
    font-weight: normal
}

@media (prefers-color-scheme: dark) {
    .pm-t .pm-t-text {
        color: white;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pm-t .pm-t-text {
        font-size: 56px;
        line-height: 75px;
        padding: 20px 0 22px 0;
    }
}

.pm-t p {
    color: black;
    opacity: .8;
    line-height: 1.35;
    display: inline-block;
    max-width: 650px;
    font-family: "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    font-size: 18px
}

@media (prefers-color-scheme: dark) {
    .pm-t p {
        color: white;
    }
}

@media only screen and (max-width: 767px) {
    .pm-t {
        padding: 0 0 25px 0
    }

    .pm-t.slogan {
        min-height: 320px
    }

    .pm-t .pm-t-text {
        font-size: 36px;
        line-height: 50px;
        padding: 20px 0 18px 0;
    }
}

.web-title .pm__w {
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
}

.web-title .pm-t {
    padding: 0;
    height: 100vh
}

.web-title .pm-t .pm-t-text {
    font-size: 66px;
    position: relative
}

.web-title .pm-t .pm-t-text::after {
    content: '';
    position: absolute;
    bottom: -32px;
    height: 2px;
    background-color: #338bc7;
    width: 26%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media only screen and (min-width: 1025px) {
    .web-title .pm-t .pm-t-text {
        font-size: 54px;
    }

    .web-title .pm-t p {
        max-width: 770px;
        margin-top: 63px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .web-title .pm-t .pm-t-text {
        font-size: 48px;
    }

    .web-title .pm-t .pm-t-text::after {
        bottom: -10px
    }

    .web-title .pm-t p {
        line-height: 26px;
        padding: 56px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .web-title .pm-t .pm-t-text {
        font-size: 34px;
        line-height: 47px;
    }

    .web-title .pm-t .pm-t-text::after {
        bottom: -20px
    }

    .web-title .pm-t p {
        line-height: 30px;
        padding: 56px 0 0;
        font-size: 17px;
    }
}

@media only screen and (max-width: 400px) {
    .web-title .pm-t .pm-t-text {
        font-size: 32px;
        line-height: 44px;
    }

    .web-title .pm-t p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 320px) {
    .web-title .pm-t .pm-t-text {
        font-size: 26px;
        line-height: 38px
    }

    .web-title .pm-t p {
        font-size: 17px;
    }
}

.web-title::after {
    content: "";
    clear: both;
    display: table
}

.privacy-policy-title .pm-t {
    height: initial;
    min-height: 100vh
}

@media only screen and (max-width: 520px) {
    .privacy-policy-title .pm-t {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: unset
    }
}

.privacy-policy-title .pm-t p {
    max-width: initial
}

.privacy-policy-text {
    padding-top: 20px;
    padding-bottom: 120px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
    text-align: left;
    max-width: 770px;
    margin: 0 auto;
    color: black
}

@media (prefers-color-scheme: dark) {
    .privacy-policy-text {
        color: white;
    }
}

.privacy-policy-text .ordered-list {
    list-style: none;
    counter-reset: li
}

.privacy-policy-text .ordered-list--level1 > li {
    margin-bottom: 50px
}

.privacy-policy-text .ordered-list--level2, .privacy-policy-text .ordered-list--level3 {
    margin-top: 30px
}

.privacy-policy-text .ordered-list--level2 > li, .privacy-policy-text .ordered-list--level3 > li {
    margin-bottom: 40px
}

.privacy-policy-text .ordered-list h2:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

.privacy-policy-text .ordered-list h3:before, .privacy-policy-text .ordered-list h4:before {
    counter-increment: li;
    content: counters(li, ".") " "
}

.privacy-policy-text h2, .privacy-policy-text h3, .privacy-policy-text h4 {
    font-family: "SF Pro Display Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: black
}

@media (prefers-color-scheme: dark) {
    .privacy-policy-text h2, .privacy-policy-text h3, .privacy-policy-text h4 {
        color: white;
    }
}

.privacy-policy-text h2 {
    font-size: 32px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .privacy-policy-text h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 400px) {
    .privacy-policy-text h2 {
        font-size: 24px;
    }
}

.privacy-policy-text h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.privacy-policy-text h4 {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px
}

.privacy-policy-text p {
    font-family: "SF Pro Text Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6
}

@media only screen and (max-width: 767px) {
    .privacy-policy-text p {
        font-size: 16px
    }
}
