@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-x: hidden;
    color: #000000;
}

html {
    font-size: 16px;
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 1.4285714286vw;
    }
}

@media (min-width: 1120px) {
    html {
        font-size: 16px;
    }
}

body br.sbr {
    display: inline;
}

@media screen and (min-width: 768px) {
    body br.sbr {
        display: none;
    }
}

body br.pbr {
    display: none;
}

@media screen and (min-width: 768px) {
    body br.pbr {
        display: inline;
    }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ホバー */
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
    a:hover {
        opacity: 0.8;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

.body {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

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

.body__fixed {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

    .body__fixed .p-header__logo {
        visibility: hidden;
    }

@media screen and (min-width: 768px) {
    .body__fixed .p-header__logo {
        visibility: visible;
    }
}

.l-inner {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .l-inner {
        max-width: 1170px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 768px) {
    .l-main {
        margin-left: 224px;
        width: calc(100% - 224px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.l-main.-index {
    overflow-x: hidden;
}

.l-main.-sub {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 104px;
    padding-bottom: 6.5rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-main.-sub {
        padding-top: 8.75rem;
        padding-bottom: 12.5rem;
    }
}

@media screen and (min-width: 768px) {
    .l-main.-sub.-status {
        padding-top: 2.9375rem;
    }
}

.l-main.-sub:before {
    position: fixed;
    content: "";
    width: 542px;
    width: 33.875rem;
    height: 542px;
    height: 33.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/circle-blue.svg);
    z-index: 1;
    left: -280px;
    left: -17.5rem;
    top: 46%;
}

@media screen and (min-width: 768px) {
    .l-main.-sub:before {
        width: 58.125rem;
        height: 58.125rem;
        left: -16.875rem;
        top: 20%;
    }
}

.l-main.-sub:after {
    position: fixed;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/circle-pink.svg);
    z-index: 1;
    width: 542px;
    width: 33.875rem;
    height: 542px;
    height: 33.875rem;
    right: -200px;
    right: -12.5rem;
    top: -340px;
    top: -21.25rem;
}

@media screen and (min-width: 768px) {
    .l-main.-sub:after {
        width: 58.125rem;
        height: 58.125rem;
        right: -21.875rem;
        top: -21.875rem;
    }
}

.l-main.-sub > section {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .l-main.-sub > section .l-inner {
        max-width: 61.125rem;
    }
}

.l-sidebar {
    display: none;
}

@media screen and (min-width: 768px) {
    .l-sidebar {
        display: block;
        width: 224px;
        height: 100vh;
        padding: 2.8125rem 0.875rem 1rem;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        border-right: solid 1px #d9d9d9;
        z-index: 5;
        background: #fff;
    }
}

.c-button__primary {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    padding: 18px 60px;
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(50%, #e090e1), to(#6dc0ee));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 50%, #6dc0ee 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .c-button__primary:hover {
        color: #fff;
        background-position: 99% 50%;
    }

.c-button__primary--default {
    max-width: 544px;
    max-width: 34rem;
    width: 100%;
}

.c-button__primary--custom {
    max-width: 384px;
    max-width: 24rem;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.c-button__primary--arrow {
    padding: 23px 23px 23px;
    padding: 1.4375rem 1.4375rem 1.4375rem;
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    .c-button__primary--arrow {
        padding: 1.75rem 2.5rem 1.75rem;
    }
}

.c-button__primary--arrow:after {
    content: "";
    position: absolute;
    right: 24px;
    right: 1.5rem;
    width: 39px;
    width: 2.4375rem;
    height: 17px;
    height: 1.0625rem;
    background-image: url(../images/common/button-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .c-button__primary--arrow:after {
        right: 2.4375rem;
    }
}

.c-button__wrap {
    width: 100%;
    max-width: 344px;
    max-width: 21.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .c-button__wrap {
        max-width: 34rem;
    }
}

@media screen and (min-width: 768px) {
    .c-button__wrap--sm {
        max-width: 22rem;
        margin-left: 0;
    }
}

.c-button__wrap--sm .c-button__secondary {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .c-button__wrap--sm .c-button__secondary {
        font-size: 1.25rem;
    }
}

.c-button__secondary {
    display: inline-block;
    text-align: center;
    border-radius: 9999px;
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(50%, #e090e1), to(#6dc0ee));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 50%, #6dc0ee 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 16px;
    padding: 1.25rem 1rem;
}

@media screen and (min-width: 768px) {
    .c-button__secondary {
        letter-spacing: 1.2px;
        font-size: 1.5rem;
        padding: 1.25rem 1rem;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

@media screen and (min-width: 768px) {
    .c-button__secondary:hover {
        opacity: 1;
        cursor: pointer;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
        filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
        background-position: 99% 50%;
    }
}

.c-button__cta {
    display: inline-block;
    width: 100%;
    border-radius: 9999px;
    background: #fff;
    line-height: 165%;
    text-align: left;
    padding: 20px 36px 20px 40px;
    padding: 1.25rem 2.25rem 1.25rem 2.5rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-button__cta {
        padding: 1.25rem 2.25rem 1.25rem 2.5rem;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

.c-button__cta:after {
    content: "";
    position: absolute;
    width: 33px;
    width: 2.0625rem;
    height: 15px;
    height: 0.9375rem;
    background-image: url(../images/cta/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .c-button__cta:after {
        right: 2.0625rem;
        width: 2.25rem;
        height: 0.9375rem;
    }
}

.c-button__cta span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .c-button__cta span {
        letter-spacing: 1.2px;
        font-size: 1.5rem;
        font-weight: 700;
    }
}

@media screen and (min-width: 768px) {
    .c-button__cta:hover {
        opacity: 1;
        cursor: pointer;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
        filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
    }
}

.c-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-footer__copyright {
        font-size: 0.875rem;
    }
}

.c-form__default-style {
    border-radius: 16px;
    background: #f0f0f0;
    padding: 16px 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.c-form__error {
    color: #d984da;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
}

    .c-form__error.is-hidden {
        display: none;
    }

.c-form option:disabled {
    color: #7c7f8d;
    font-weight: 300;
    line-height: 180%;
}

.c-form textarea {
    height: 160px;
    height: 10rem;
    height: 160px;
    height: 10rem;
}

.c-form label {
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.c-form ::-webkit-input-placeholder {
    color: #7c7f8d;
    font-weight: 300;
    line-height: 180%;
}

.c-form ::-moz-placeholder {
    color: #7c7f8d;
    font-weight: 300;
    line-height: 180%;
}

.c-form ::-ms-input-placeholder {
    color: #7c7f8d;
    font-weight: 300;
    line-height: 180%;
}

.c-form ::placeholder {
    color: #7c7f8d;
    font-weight: 300;
    line-height: 180%;
}

.c-form__block--checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-form__block--checkbox .c-form__text:hover {
        cursor: pointer;
    }

.c-form__table-checkbox:checked + label {
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
}

    .c-form__table-checkbox:checked + label:after {
        content: "";
        display: block;
        width: 14px;
        width: 0.875rem;
        height: 9px;
        height: 0.5625rem;
        border: 3px solid rgb(255, 255, 255);
        border-width: 0 0 3px 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 4px;
        margin-top: 4px;
        margin-top: 0.25rem;
    }

@media screen and (min-width: 768px) {
    .c-form__table-checkbox:checked + label:after {
        content: "";
        display: block;
        width: 0.875rem;
        height: 0.5rem;
        border: 3px solid rgb(255, 255, 255);
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 3px;
        margin-top: 0.3125rem;
    }
}

.c-form__table-checkbox + label {
    margin-bottom: 0;
    display: inline-block;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    border: 1px solid #d5d5d5;
    margin-right: 12px;
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .c-form__table-checkbox + label:hover {
        border: 1px solid #d984da;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(224, 144, 225, .5);
        box-shadow: 0px 0px 4px 0px rgba(224, 144, 225, .5);
    }

.c-form__col-checkbox:checked + label {
    background: #D9D9D9;
}

    .c-form__col-checkbox:checked + label:after {
        content: "";
        display: block;
        width: 14px;
        width: 0.875rem;
        height: 9px;
        height: 0.5625rem;
        border: 3px solid rgb(255, 255, 255);
        border-width: 0 0 3px 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 4px;
        margin-top: 4px;
        margin-top: 0.25rem;
    }

@media screen and (min-width: 768px) {
    .c-form__col-checkbox:checked + label:after {
        content: "";
        display: block;
        width: 0.875rem;
        height: 0.5rem;
        border: 3px solid rgb(255, 255, 255);
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 3px;
        margin-top: 0.3125rem;
    }
}

.c-form__col-checkbox + label {
    margin-bottom: 0;
    display: inline-block;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    border: 1px solid #d5d5d5;
    margin-right: 12px;
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .c-form__col-checkbox + label:hover {
        border: 1px solid #D9D9D9;
        -webkit-box-shadow: #D9D9D9;
        box-shadow: #D9D9D9;
    }

.c-form__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
}

.c-form__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 300;
}

.c-hamburger__btn {
    position: fixed;
    top: 12px;
    top: 0.75rem;
    right: 25px;
    right: 1.5625rem;
    z-index: 9999;
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
    border-radius: 624.9375rem;
    -webkit-box-shadow: 0px 0px 28px -12px #777777;
    box-shadow: 0px 0px 28px -12px #777777;
    background: #fff;
}

.c-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 17px;
    width: 1.0625rem;
    height: 2px;
    height: 0.125rem;
    background: #777777;
}

    .c-hamburger__line:before {
        visibility: visible;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: inherit;
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        top: -6px;
        top: -0.375rem;
    }

    .c-hamburger__line:after {
        visibility: visible;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: inherit;
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        bottom: -6px;
        bottom: -0.375rem;
    }

.c-hamburger__menu {
    margin-top: 116px;
    margin-top: 7.25rem;
    margin-bottom: 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-hamburger__menu {
        height: 100vh;
        margin-top: 0;
        padding-bottom: 0;
    }
}

.c-hamburger__wrapper {
    max-width: 358px;
    max-width: 22.375rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .c-hamburger__wrapper {
        padding-top: 5.25rem;
    }
}

.c-hamburger__logo {
    display: block;
    width: 118px;
    width: 7.375rem;
    height: 40px;
    height: 2.5rem;
    margin: 0 auto 50px;
    margin: 0 auto 3.125rem;
    position: absolute;
    top: -90px;
    top: -5.625rem;
    left: 28px;
    left: 1.75rem;
}

    .c-hamburger__logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-hamburger__logo svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media screen and (min-width: 768px) {
    .c-hamburger__list {
        padding-left: 1rem;
    }
}

.c-hamburger__item {
    color: #000000;
    font-weight: 300;
    padding: 16px 8px;
    padding: 1rem 0.5rem;
}

    .c-hamburger__item a {
        font-weight: 300;
        font-size: 16px;
        font-size: 1rem;
        line-height: 150%;
    }

    .c-hamburger__item.last-child {
        position: relative;
    }

        .c-hamburger__item.last-child:after {
            content: "";
            background-image: url(../images/common/sidebar-arrow.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 16px;
            width: 1rem;
            height: 8px;
            height: 0.5rem;
            position: absolute;
            right: 24px;
            right: 1.5rem;
            position: absolute;
            top: 22px;
            top: 1.375rem;
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .c-hamburger__item.last-child.is-active {
            border-radius: 16px;
            background-color: #f0f0f0;
            margin-bottom: 10px;
            margin-bottom: 0.625rem;
        }

            .c-hamburger__item.last-child.is-active:after {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

.c-hamburger__sub-list {
    display: none;
    padding-left: 12px;
    padding-left: 0.75rem;
    border-left: solid 1px #d9d9d9;
    margin-left: 6px;
    margin-left: 0.375rem;
    margin-top: 20px;
    margin-top: 1.25rem;
}

    .c-hamburger__sub-list > * + * {
        margin-top: 14px;
        margin-top: 0.875rem;
    }

.c-hamburger__sub-item a {
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
}

.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
    background-color: transparent;
}

    .c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
        top: 0;
        background-color: #777777;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
        top: 0;
        background-color: #777777;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

.c-header__nav {
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-right: 0rem;
}

@media screen and (min-width: 768px) {
    .c-header__nav {
        margin-right: 2.5rem;
    }
}

.c-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__item {
    margin-right: 18px;
    margin-right: 1.125rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .c-header__item {
        margin-right: 2.625rem;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .c-header__item:nth-child(3) {
            margin-right: 0;
        }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .c-header__item:nth-child(3) {
        margin-right: 2.625rem;
    }
}

.c-header__item:last-child {
    margin-right: 0;
}

.c-header__item.scrolled {
    color: #303b58;
}

.c-header__item a {
    font-size: 12px;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .c-header__item a {
        font-size: 1rem;
    }
}

.c-header__item a:after {
    content: attr(data-title);
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 2px;
    margin-top: 0.125rem;
    color: #000000;
}

.c-header__item--contact {
    display: none;
}

@media screen and (min-width: 768px) {
    .c-header__item--contact {
        display: block;
    }
}

.c-header__item--contact a {
    display: inline-block;
    border-radius: 62.4375rem;
    background: #4899ee;
    border: solid 3px #4899ee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .c-header__item--contact a {
        padding: 0.625rem 2rem;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-header__item--contact a:hover {
        color: #4899ee;
        background: #fff;
        opacity: 1;
    }
}

.c-header__item--contact img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-header__item--tel {
    display: none;
}

@media screen and (min-width: 1024px) {
    .c-header__item--tel {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .c-header__item--tel a {
        width: 10.625rem;
        height: 2.375rem;
    }
}

.c-header__item--tel img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-header__logo {
    width: 100%;
    max-width: 100px;
    max-width: 6.25rem;
    height: 20px;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
    margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
    .c-header__logo {
        margin-left: 2.5rem;
        max-width: 14.6875rem;
        height: 2.6875rem;
    }
}

.c-header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-link {
    margin-top: 32px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .c-link {
        margin-top: 3rem;
    }
}

.c-link > * + * {
    margin-top: 7px;
    margin-top: 0.4375rem;
}

.c-link a {
    color: #127fe4;
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 300;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .c-link a:hover {
        opacity: 1;
        cursor: pointer;
        text-decoration: underline;
        -webkit-text-decoration-line: #127fe4;
        text-decoration-line: #127fe4;
    }

.c-section-heading {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .c-section-heading {
        margin-bottom: 3rem;
    }
}

.c-section-heading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 22px;
    padding-left: 1.375rem;
}

    .c-section-heading__title:before {
        content: "";
        width: 10px;
        width: 0.625rem;
        height: 16px;
        height: 1rem;
        position: absolute;
        top: 15px;
        top: 0.9375rem;
        left: 0;
        background-image: url(../images/common/title-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

@media screen and (min-width: 768px) {
    .c-section-heading__title:before {
        top: 1.5rem;
    }
}

.c-section-heading__title span {
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 150%;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .c-section-heading__title span {
        font-size: 2.4375rem;
    }
}

.c-section-heading__title__mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-top: 1.25rem;
}

    .c-section-heading__title__mid span {
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 150%;
        font-weight: 500;
    }

@media screen and (min-width: 768px) {
    .c-section-heading__title__mid span {
        font-size: 1.9375rem;
    }
}

.c-section-heading__title--sm {
    padding-left: 0;
}

    .c-section-heading__title--sm:before {
        display: none;
    }

    .c-section-heading__title--sm span {
        font-size: 23px;
        font-size: 1.4375rem;
    }

@media screen and (min-width: 768px) {
    .c-section-heading__title--sm span {
        font-size: 1.9375rem;
    }
}

.c-sidebar__logo {
    display: block;
    width: 165px;
    width: 10.3125rem;
    height: 56px;
    height: 3.5rem;
    margin: auto;
}

    .c-sidebar__logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.c-sidebar__menu {
    margin-top: 54px;
    margin-top: 3.375rem;
}

.c-sidebar__menu--login {
    margin-top: 12px;
    margin-top: 0.75rem;
}

.c-sidebar__item {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 1px;
    margin-bottom: 0.0625rem;
}

    .c-sidebar__item a {
        display: block;
        width: 100%;
        padding: 16px 14px;
        padding: 1rem 0.875rem;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        color: #000000;
        line-height: 150%;
    }

    .c-sidebar__item.last-child:not(:only-child) {
        display: block;
        width: 100%;
        padding: 14px;
        padding: 0.875rem;
        position: relative;
    }

        .c-sidebar__item.last-child:not(:only-child):after {
            content: "";
            background-image: url(../images/common/sidebar-arrow.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 12px;
            width: 0.75rem;
            height: 8px;
            height: 0.5rem;
            position: absolute;
            right: 15px;
            right: 0.9375rem;
            position: absolute;
            top: 24px;
            top: 1.5rem;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        .c-sidebar__item.last-child:not(:only-child).is-active:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

    .c-sidebar__item:hover {
        cursor: pointer;
        background-color: #f0f0f0;
        border-radius: 16px;
    }

        .c-sidebar__item:hover a {
            border-radius: 16px;
        }

    .c-sidebar__item.is-select {
        border-radius: 16px;
        background-color: #f0f0f0;
    }

.c-sidebar__sub-item--top {
    display: block;
}

.c-sidebar__item--border {
    margin-top: 18px;
    margin-top: 1.125rem;
    position: relative;
}

    .c-sidebar__item--border::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #d9d9d9;
        top: -9px;
        top: -0.5625rem;
        left: 0;
    }

.c-sidebar__sub-list {
    margin-top: 14px;
    margin-top: 0.875rem;
    display: none;
}

.c-sidebar__sub-sub-list {
    padding-left: 11px;
    padding-left: 0.6875rem;
    border-left: 1px solid #D9D9D9;
    margin-left: 5px;
}

    .c-sidebar__sub-sub-list .c-sidebar__sub-item a {
        padding: 4px 4px !important;
    }

.c-sidebar__sub-item {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 8px;
}

    .c-sidebar__sub-item a,
    .c-sidebar__sub-item span {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 0;
        line-height: 150%;
    }

    .c-sidebar__sub-item a {
        width: 100%;
        padding: 8px 4px;
        padding: 0.5rem 0.25rem;
    }

    .c-sidebar__sub-item:hover {
        background-color: #d9d9d9;
    }

@media screen and (min-width: 768px) {
    .c-sidebar__sub-item:nth-child(1) a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-sidebar__sub-item:nth-child(1) a span {
            margin-left: 0.25rem;
        }
}

.c-sidebar__sub-item:nth-child(1) a span {
    margin-left: 4px;
    margin-left: 0.25rem;
}

.c-sidebar__user {
    margin-top: 48px;
    margin-top: 3rem;
    width: 100%;
    border-radius: 16px;
    border: solid 1px #d9d9d9;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
}

.c-sidebar__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
}

.c-sidebar__text--gray {
    color: #777;
}

.c-sidebar__text--sm {
    font-size: 13px;
    font-size: 0.8125rem;
}

.c-sidebar__logout {
    margin-top: 4px;
    margin-top: 0.25rem;
}

    .c-sidebar__logout a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-sidebar__logout a span {
            display: inline-block;
            width: 14px;
            width: 0.875rem;
            height: 14px;
            height: 0.875rem;
            margin-left: 4px;
            margin-left: 0.25rem;
        }

        .c-sidebar__logout a img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.c-status {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .c-status {
        margin-bottom: 4rem;
    }
}

.c-status__wrapper {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-status__wrapper {
        padding-bottom: 1rem;
    }
}

.c-status__wrapper > * + * {
    margin-left: 26px;
    margin-left: 1.625rem;
}

@media screen and (min-width: 768px) {
    .c-status__wrapper > * + * {
        margin-left: 2.375rem;
    }
}

.c-status__content {
    display: grid;
    grid-template-columns: 2rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    gap: 0.25rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-status__content {
        gap: 0.5rem;
    }
}

.c-status__content:last-child:after {
    display: none;
}

.c-status__content:after {
    content: "";
    position: absolute;
    background-image: url(../images/common/status-arrow.svg);
    width: 6px;
    width: 0.375rem;
    height: 10px;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: -15px;
    right: -0.9375rem;
}

@media screen and (min-width: 768px) {
    .c-status__content:after {
        right: -1.1875rem;
    }
}

.c-status__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.2px;
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
    font-size: 16px;
    font-size: 1rem;
    background-color: #d9d9d9;
    border-radius: 9999px;
}

    .c-status__num.is-active {
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    }

.c-status__text {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 140%;
}

@media screen and (min-width: 768px) {
    .c-status__text {
        font-size: 0.8125rem;
    }
}

.p-error__inner {
    padding-top: 64px;
    padding-top: 4rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-error__inner {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

.p-error__head {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-error__head {
        margin-bottom: 2.5rem;
    }
}

.p-error__body {
    text-align: left;
}

@media screen and (min-width: 600px) {
    .p-error__body {
        text-align: center;
    }
}

.p-error__foot {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    text-align: center;
    max-width: 300px;
    max-width: 18.75rem;
    margin-inline: auto;
}

.p-error__title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #4899ee;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .p-error__title {
        font-size: 1.5rem;
    }
}

.p-error__text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .p-error__text {
        font-size: 1rem;
    }
}

.p-admin-portal__wrap .row {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .p-admin-portal__wrap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-admin-portal__wrap .row .col_heading {
    width: 100px;
    color: #777;
}

.p-admin-portal__wrap .row .col_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .p-admin-portal__wrap .row .col_content {
        margin-left: 90px;
        margin-top: 0px;
    }
}

.p-admin-portal__btn_prev__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-admin-portal__btn_prev {
    width: 130px !important;
    width: 8.125rem !important;
}

.p-admin-portal__menu_wrapper {
    margin-top: 0px;
    margin-top: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-admin-portal__menu_wrapper {
        gap: 8.75rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-admin-portal__menu_wrapper .p-admin-portal__menu {
    margin-top: 48px;
    margin-top: 3rem;
}

.p-admin-portal__menu_wrapper .p-admin-portal__menu__nav {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
}

    .p-admin-portal__menu_wrapper .p-admin-portal__menu__nav .sub-li {
        padding-top: 14px;
    }

    .p-admin-portal__menu_wrapper .p-admin-portal__menu__nav .top_li {
        margin-top: 24px;
        margin-top: 1.5rem;
    }

    .p-admin-portal__menu_wrapper .p-admin-portal__menu__nav li ul li {
        padding-left: 24px;
    }

.p-contact__select {
    position: relative;
    display: block;
}

    .p-contact__select:after {
        content: "";
        position: absolute;
        width: 16px;
        width: 1rem;
        height: 8px;
        height: 0.5rem;
        background-image: url(../images/common/select-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        right: 24px;
        right: 1.5rem;
        top: 28px;
        top: 1.75rem;
        right: 24px;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
    }

.p-contact__wrap {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-contact__wrap {
        margin-bottom: 3rem;
    }
}

.p-contact__wrap > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-contact__wrap > * + * {
        margin-top: 2rem;
    }
}

.p-course-detail__btn_prev {
    width: 130px !important;
    width: 8.125rem !important;
}
/*.p-course-detail .video_block {
  width: 100%;
  height: 192px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: gray;
}*/
/*@media screen and (min-width: 768px) {
  .p-course-detail .video_block {
    height: 521px;
  }
}*/
.p-course-detail .test_wrap {
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
}

    .p-course-detail .test_wrap .test_text {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
        font-size: 31px;
        font-size: 1.9375rem;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .p-course-detail .test_wrap .test_question {
        margin-bottom: 48px;
        margin-bottom: 3rem;
    }

    .p-course-detail .test_wrap .test_heading {
        font-size: 20px;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }

    .p-course-detail .test_wrap .test_sentense {
        margin-top: 16px;
        margin-top: 1rem;
        font-size: 16px;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 180%;
    }

.p-course-detail .test_btn_prev {
    margin-top: 64px;
    margin-top: 4rem;
}

.c-radio-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.c-radio-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    padding-left: 32px;
    padding-left: 2rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .c-radio-text::before {
        content: "";
        display: block;
        border-radius: 50%;
        border: 1px solid #D9D9D9;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 1px;
    }

.c-radio .c-radio-input:checked + .c-radio-text::after {
    content: "";
    position: absolute;
    left: 5.5px;
    left: 0.34375rem;
    display: block;
    border-radius: 50%;
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
    background-color: #D984DA;
}

@media screen and (min-width: 768px) {
    .p-course__wrapper {
        padding-top: 1.5rem;
    }
}

.p-course__wrapper > * + * {
    margin-top: 27px;
    margin-top: 1.6875rem;
}

.p-course__card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    gap: 1rem;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-course__card {
        grid-template-columns: 16rem 1fr 10rem;
        gap: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.p-course__thumb {
    width: 100%;
    height: 192px;
    height: 12rem;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-course__thumb {
        height: 9rem;
    }
}

.p-course__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-course__title--gradation {
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-course__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-course__status {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 46px;
    gap: 2.875rem;
}

    .p-course__status p {
        position: relative;
    }

        .p-course__status p:after {
            content: "";
            height: 1px;
            width: 16px;
            width: 1rem;
            background: #d9d9d9;
            position: absolute;
            top: 10px;
            top: 0.625rem;
            right: -24px;
            right: -1.5rem;
        }

.p-course__status--opening p:before {
    content: "";
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
    border-radius: 999px;
    background: #d984da;
    position: absolute;
    top: 6px;
    top: 0.375rem;
    right: -40px;
    right: -2.5rem;
}

.p-course__status--closed p:before {
    content: "";
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
    border-radius: 999px;
    background: #d9d9d9;
    position: absolute;
    top: 6px;
    top: 0.375rem;
    right: -40px;
    right: -2.5rem;
}

.p-course__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
}

.p-course__text--gray {
    color: #777;
}

.p-course__text--light {
    font-weight: 300;
}

.p-course__text--medium {
    font-weight: 500;
}

.p-course__text--sm {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 150%;
}

.p-course__heading {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 10px;
    gap: 0.625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.p-course__title {
    line-height: 150%;
    font-size: 20px;
    font-size: 1.25rem;
}

.p-course__num {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    color: #6dc0ee;
}

.p-course__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .p-course__button > div {
        width: 100%;
    }
}

.p-course__button a {
    padding: 15px 0;
    padding: 0.9375rem 0;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .p-course__button a {
        padding: 0.4375rem 0;
        display: inline-block;
        width: 10rem;
        font-size: 1.1875rem;
    }
}

.p-course__button span {
    position: absolute;
    bottom: -20px;
    bottom: -1.25rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-course__button span {
        bottom: 0;
    }
}

.p-course__button.p-course__button--before {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

    .p-course__button.p-course__button--before a {
        background: #d9d9d9;
        pointer-events: none;
    }

.p-faq__wrapper > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-faq__wrapper > * + * {
        margin-top: 1.5rem;
    }
}

.p-faq__question:hover {
    cursor: pointer;
}

.p-faq__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    padding-right: 70px;
    padding-right: 4.375rem;
    display: grid;
    grid-template-columns: 1.125rem 1fr;
    gap: 16px;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-faq__title {
        font-size: 1.25rem;
        grid-template-columns: 1.125rem 1fr;
        gap: 2rem;
    }
}

.p-faq__title span {
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
}

.p-faq__title:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 24px;
    width: 1.5rem;
    height: 12px;
    height: 0.75rem;
    background-image: url(../images/common/faq-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    top: 20px;
    top: 1.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
    .p-faq__title:after {
        top: 0.5rem;
    }
}

.p-faq__title.is-active:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.p-faq__answer {
    display: none;
    padding-top: 8px;
    padding-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-faq__answer {
        padding-top: 1.5rem;
    }
}

.p-faq__answer > div {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: 16px;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-faq__answer > div {
        grid-template-columns: 1.125rem 1fr;
        gap: 2rem;
    }
}

.p-faq__answer span {
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
}

.p-faq__text {
    font-weight: 300;
    line-height: 180%;
    font-size: 16px;
    font-size: 1rem;
}

.p-faq__content {
    background: #f0f0f0;
    border-radius: 16px;
    padding: 16px;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .p-faq__content {
        padding: 2rem;
    }
}

.p-footer {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-footer {
        margin-left: 224px;
        width: calc(100% - 224px);
    }
}

.p-footer__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.p-footer__item {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    gap: 0.5rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

    .p-footer__item span {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 300;
        line-height: 150%;
    }

    .p-footer__item:last-child {
        margin-bottom: 0;
    }

.p-footer__link {
    margin-top: 16px;
    margin-top: 1rem;
}

    .p-footer__link a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p-footer__link span {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 300;
        line-height: 150%;
    }

    .p-footer__link .p-footer__icon--sm {
        margin-left: 6px;
        margin-left: 0.375rem;
    }

.p-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.p-footer__info {
    margin-top: 32px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-footer__info {
        margin-top: 0;
    }
}

.p-footer__logo {
    width: 199px;
    width: 12.4375rem;
    height: 50px;
    height: 3.125rem;
}

@media screen and (min-width: 768px) {
    .p-footer__logo {
        width: 16rem;
        height: 4rem;
    }
}

.p-footer__logo img,
.p-footer__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-footer__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
    font-weight: 300;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .p-footer__copyright {
        margin-top: 4rem;
        margin-bottom: 4rem;
        text-align: center;
    }
}

.p-header {
    width: 100%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .p-header {
        display: none;
    }
}

.p-header__inner {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 20px 24px;
    padding: 1.25rem 24px;
}

.p-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-header__nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-header__nav {
        display: block;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .p-header__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item {
        margin-right: 3rem;
    }
}

.p-header__item:last-child {
    margin-right: 0;
}

.p-header__item a {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
}

.p-header__logo {
    width: 118px;
    width: 7.375rem;
    height: 40px;
    height: 2.5rem;
    position: relative;
    z-index: 9999;
}

    .p-header__logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.p-header__mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    visibility: hidden;
    display: block;
    overflow-y: scroll;
    background: #fff;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 999;
}

    .p-header__mobile-menu.visible {
        visibility: visible;
        right: 0;
        -webkit-animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    }

    .p-header__mobile-menu.fade-out {
        -webkit-animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
        animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
        visibility: visible;
    }

@-webkit-keyframes fade-in {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade-in {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fade-out {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes fade-out {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media screen and (min-width: 768px) {
    .p-law__wrapper {
        max-width: 58rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-law__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    gap: 0.25rem;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-law__list {
        grid-template-columns: 10rem 1fr;
        gap: 2rem;
        max-width: 58rem;
        margin-left: auto;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
}

.p-law__term {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 180%;
}

.p-law__desc {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
}

    .p-law__desc > div {
        margin-top: 16px;
        margin-top: 1rem;
        line-height: 150%;
    }

@media screen and (min-width: 768px) {
    .p-law__desc > div {
        margin-top: 1.5rem;
    }
}

.p-law__desc > div span {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
}

.p-login__wrap {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-login__wrap {
        margin-bottom: 3rem;
    }
}

.p-login__wrap > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-login__wrap > * + * {
        margin-top: 1.5rem;
    }
}

.p-pass-reset__wrap {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-pass-reset__wrap {
        margin-bottom: 3rem;
    }
}

.p-pass-reset__wrap > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-pass-reset__wrap > * + * {
        margin-top: 1.5rem;
    }
}

.p-news-list__wrap .row {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .p-news-list__wrap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-news-list__wrap .row .col_heading {
    width: 100px;
    color: #777;
}

.p-news-list__wrap .row .col_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .p-news-list__wrap .row .col_content {
        margin-left: 90px;
        margin-top: 0px;
    }
}

.p-news-list .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-top: 32px;
    margin-top: 2rem;
    color: #777;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

.p-news-list .nav-item {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
    margin: 0 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .p-news-list .nav-item.disabled {
        pointer-events: none;
        border-color: #F0F0F0;
    }

        .p-news-list .nav-item.disabled svg .my-svg-path {
            stroke: #F0F0F0;
        }

        .p-news-list .nav-item.disabled svg .my-svg-path2 {
            fill: #F0F0F0;
        }

    .p-news-list .nav-item:hover {
        background-color: #D9D9D9; /* ホバー時の背景色 */
    }

    .p-news-list .nav-item svg {
        -webkit-filter: none;
        filter: none;
        width: 13px;
        width: 0.8125rem;
        height: 13px;
        height: 0.8125rem;
        margin: 0 auto;
    }

.p-news-list .page-info {
    margin: 0 10px;
}

.p-news .edit-date {
    color: #777;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.p-news__title {
    font-size: 25px;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.p-news__line {
    margin: 32px 0;
    margin: 2rem 0;
    background-color: #D9D9D9;
    border: 0 none;
    height: 1px;
    height: 0.0625rem;
}

.p-news__sentense {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
}

.p-news__btn_prev__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-news__btn_prev {
    width: 130px !important;
    width: 8.125rem !important;
}

.p-privacy-policy__desc {
    margin-top: 32px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-privacy-policy__desc {
        margin-top: 3rem;
    }
}

.p-privacy-policy__desc > * + * {
    margin-top: 41px;
    margin-top: 2.5625rem;
}

@media screen and (min-width: 768px) {
    .p-privacy-policy__desc > * + * {
        margin-top: 3.5625rem;
    }
}

.p-privacy-policy__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #777;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    padding-left: 18px;
    padding-left: 1.125rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-privacy-policy__title {
        font-size: 1.5625rem;
        padding-left: 1.5rem;
    }
}

.p-privacy-policy__title:before {
    content: "";
    position: absolute;
    width: 2px;
    width: 0.125rem;
    height: 48px;
    height: 3rem;
    background: #d9d9d9;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-privacy-policy__title:before {
        height: 3.5625rem;
    }
}

.p-privacy-policy__text {
    font-weight: 300;
    line-height: 180%;
    font-size: 16px;
    font-size: 1rem;
}

.p-privacy-policy__item {
    font-weight: 300;
    line-height: 180%;
    font-size: 16px;
    font-size: 1rem;
}

.p-register-complete__wrapper h3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.p-register-complete .c-form__text.-last {
    margin-top: 32px;
    margin-top: 2rem;
}

.p-register__wrap {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-register__wrap {
        margin-bottom: 3rem;
    }
}

.p-register__wrap > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-register__wrap > * + * {
        margin-top: 1.5rem;
    }
}

.p-student-account__wrap {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-student-account__wrap {
        margin-bottom: 3rem;
    }
}

.p-student-account__wrap > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-student-account__wrap > * + * {
        margin-top: 2rem;
    }
}

.p-student-account__menu__pc {
    width: 100%;
    height: 71px;
    height: 4.4375rem;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: none;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-student-account__menu__pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-student-account__menu__pc__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    border-left: 1px solid #D9D9D9;
    color: #000;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    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;
}

    .p-student-account__menu__pc__item:first-child {
        border-left: none;
    }

    .p-student-account__menu__pc__item._selected {
        background-color: #F0F0F0;
    }

.p-student-account__menu__sp {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative;
}

.p-student-account__menu__sp__select {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding: 16px 24px;
    width: 100%;
    appearance: none; /* 標準 */
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none; /* Firefox */
    padding-right: 20px; /* 疑似要素のスペースを確保 */
}

.p-student-account__menu__sp::after {
    content: url(../images/common/select-arrow.svg); /* アロー文字 */
    position: absolute;
    right: 17px; /* アローの位置を調整 */
    top: 50%; /* 上から50%の位置に配置 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); /* 縦方向の中央揃え */
    pointer-events: none; /* クリックイベントを無効にする */
}

@media screen and (min-width: 600px) {
    .p-student-account__menu__sp {
        display: none;
    }
}

.p-student-account__text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
}

    .p-student-account__text a {
        color: #127FE4;
    }

.p-student-account__payment .row {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .p-student-account__payment .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-student-account__payment .row .col_heading {
    width: 160px;
}

.p-student-account__payment .row .col_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 4px;
    color: #777;
}

@media screen and (min-width: 768px) {
    .p-student-account__payment .row .col_content {
        margin-left: 33px;
        margin-top: 0px;
    }
}

.c_breadcrumbs {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 13px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    margin-bottom: -15px;
    margin-bottom: -0.9375rem;
}

.c_breadcrumbs__prev {
    color: #777;
}

.c_breadcrumbs img {
    -webkit-filter: none;
    filter: none;
    width: 10px;
    height: 10px;
    margin: 0 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}

.c__message {
    width: 100%;
    padding: 16px 32px 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid #D984DA;
    border-radius: 16px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    background-color: #f0f0f0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c__message {
        padding: 24px 32px 24px 40px;
    }
}

.c__message::before {
    content: ""; /* アロー文字 */
    position: absolute;
    left: 24px; /* アローの位置を調整 */
    top: 52%; /* 上から50%の位置に配置 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); /* 縦方向の中央揃え */
    pointer-events: none; /* クリックイベントを無効にする */
    color: #D984DA;
    width: 8px;
    height: 8px;
    background-color: #D984DA;
    border-radius: 10px;
}

.c__message .c-messesge-close-btn {
    position: absolute;
    right: 10px; /* アローの位置を調整 */
    top: 50%; /* 上から50%の位置に配置 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); /* 縦方向の中央揃え */
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-filter: none;
    filter: none;
}

@media screen and (min-width: 768px) {
    .c__message .c-messesge-close-btn {
        right: 24px;
    }
}

.p-student-potal__wrap {
    margin-top: 24px;
    margin-top: 1.5rem;
}

    .p-student-potal__wrap .row {
        border-bottom: 1px solid #D9D9D9;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        padding-top: 32px;
        padding-bottom: 32px;
    }

@media screen and (min-width: 768px) {
    .p-student-potal__wrap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-student-potal__wrap .row .col_heading {
    width: 100px;
    color: #777;
}

.p-student-potal__wrap .row .col_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .p-student-potal__wrap .row .col_content {
        margin-left: 90px;
        margin-top: 0px;
    }
}

.p-student-potal .p-student-potal__wrapper.__margin {
    margin-top: 64px;
    margin-top: 4rem;
}

.p-student-potal__btn_prev__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-student-potal__btn_prev {
    width: 130px !important;
    width: 8.125rem !important;
}

.p-student__search__wrap {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

    .p-student__search__wrap p {
        font-size: 16px;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
    }

.p-student__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 8px;
    margin-top: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .p-student__search {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.p-student__search__form_input {
    width: 350px;
    width: 21.875rem;
}

.p-student__search__reset {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
}

    .p-student__search__reset input {
        color: #127FE4;
    }

.p-student__wrap .row {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .p-student__wrap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-student__wrap .row .col_heading {
    width: 160px;
    color: #777;
}

.p-student__wrap .row .col_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .p-student__wrap .row .col_content {
        margin-left: 33px;
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .p-student .l-inner {
        max-width: 95% !important;
    }
}

.p-student .table-wrapper {
    padding: 15px;
    background-color: #F9F9F9;
    border-radius: 1rem;
    overflow: scroll;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-student .table-wrapper {
        overflow: auto;
        padding-bottom: 0;
    }
}

.p-student .table-wrapper .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-top: 16px;
    margin-top: 1rem;
    color: #777;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    position: sticky;
    left: 0;
    z-index: 2;
}

.p-student .table-wrapper .nav-item {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
    margin: 0 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .p-student .table-wrapper .nav-item.disabled {
        pointer-events: none;
        border-color: #F0F0F0;
    }

        .p-student .table-wrapper .nav-item.disabled svg .my-svg-path {
            stroke: #F0F0F0;
        }

        .p-student .table-wrapper .nav-item.disabled svg .my-svg-path2 {
            fill: #F0F0F0;
        }

    .p-student .table-wrapper .nav-item:hover {
        background-color: #e9ecef; /* ホバー時の背景色 */
    }

    .p-student .table-wrapper .nav-item svg {
        -webkit-filter: none;
        filter: none;
        width: 13px;
        width: 0.8125rem;
        height: 13px;
        height: 0.8125rem;
        margin: 0 auto;
    }

.p-student .table-wrapper .page-info {
    margin: 0 10px;
}

.p-student table {
    border-radius: 1rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #F9F9F9;
    padding: 40px;
    padding: 2.5rem;
}

.p-student th, .p-student td {
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #D9D9D9;
}

    .p-student th div, .p-student td div {
        width: 150px;
        height: 100%;
        overflow: auto;
        max-height: 40px;
        white-space: nowrap;
    }

    .p-student th::after, .p-student td::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
    }

    .p-student td:hover, .p-student th:hover {
        overflow-x: auto;
    }

.p-student th {
    border-bottom: 1px solid #D9D9D9;
}

.p-student td {
    color: #777;
    font-weight: 300;
}

    .p-student th + th, .p-student td + td {
        border-left: 1px solid #D9D9D9;
    }

.p-student table a {
    color: #127FE4;
    text-decoration: none;
}

.p-student a:hover {
    text-decoration: underline;
}

.c_btn_common__wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    gap: 1rem;
}

    .c_btn_common__wrap.bottom {
        margin-bottom: 40px;
    }

.c_btn_common__wrap__none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c_btn_common {
    width: 90px;
    height: 45px;
    height: 2.8125rem;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
}

.c_btn_common__long {
    width: 150px;
}

.c_btn_common:hover {
    background: #F0F0F0;
}

.c_btn_ayame {
    border: 1px solid #D984DA;
    color: #D984DA;
}

    .c_btn_ayame:hover {
        background: #D984DA;
        color: #FFF;
    }

.p-subscription__wrapper > * + * {
    margin-top: 48px;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__wrapper > * + * {
        margin-top: 4rem;
    }
}

.p-subscription__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
}

.p-subscription__list {
    margin-top: 8px;
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__list {
        margin-top: 1rem;
    }
}

.p-subscription__item {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
}

.p-subscription__text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
}

    .p-subscription__text.--mt-md {
        margin-top: 24px;
        margin-top: 1.5rem;
    }

@media screen and (min-width: 768px) {
    .p-subscription__text.--mt-md {
        margin-top: 2rem;
    }
}

.p-subscription__text--sm {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 180%;
}

.p-subscription__text--bold {
    font-weight: 700;
}

.p-subscription__card {
    width: 100%;
    max-width: 344px;
    max-width: 21.5rem;
    height: auto;
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__card {
        max-width: 20.8125rem;
        height: auto;
        margin-top: 0.9375rem;
        margin-bottom: 0.75rem;
    }
}

.p-subscription__card img,
.p-subscription__card svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-subscription__link-block.--mt-md {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__link-block.--mt-md {
        margin-top: 2rem;
    }
}

.p-subscription__link-block .p-subscription__textarea {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__link-block .p-subscription__textarea {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .p-subscription__link-block .p-subscription__textarea > * + * {
        margin-left: 1rem;
    }
}

.p-subscription__info {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__info {
        margin-bottom: 2rem;
    }
}

.p-subscription__link {
    color: #127fe4;
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 300;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .p-subscription__link:hover {
        opacity: 1;
        cursor: pointer;
        text-decoration: underline;
        -webkit-text-decoration-line: #127fe4;
        text-decoration-line: #127fe4;
    }

.p-subscription__wrap .p-subscription__textarea {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.p-subscription__banner {
    position: relative;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 48px;
    margin-top: 3rem;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-subscription__banner {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.p-subscription__banner:after {
    content: "";
    position: absolute;
    border-radius: 16px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(180deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-subscription__banner:after {
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
        width: 100%;
    }
}

.p-subscription__banner-wrap {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    position: relative;
    z-index: 3;
}

.p-subscription__banner-content {
    text-align: center;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    max-width: 400px;
    max-width: 25rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-subscription__banner-content {
        padding-left: 0;
        padding-right: 0;
        max-width: 34rem;
    }
}

.p-subscription__banner-text {
    font-size: 16px;
    font-size: 1rem;
}

.p-subscription__banner-text--white {
    color: #fff;
}

.p-subscription__banner-text--center {
    text-align: center;
}

.p-subscription__banner-text--light {
    font-weight: 300;
}

.p-subscription__banner-text--medium {
    font-weight: 500;
}

.p-subscription__banner-text--lg {
    font-size: 23px;
    font-size: 1.4375rem;
}

@media screen and (min-width: 768px) {
    .p-subscription__banner-text--lg {
        font-size: 1.9375rem;
    }
}

@media (max-width: 767px) {
    .p-subscription__banner-text--lg.sp {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-subscription__banner-text--xl {
    font-size: 39px;
    font-size: 2.4375rem;
}

.p-subscription__banner-line {
    max-width: 360px;
    max-width: 22.5rem;
    width: 100%;
    height: auto;
    margin: 16px auto 0;
    margin: 1rem auto 0;
}

@media screen and (min-width: 768px) {
    .p-subscription__banner-line {
        max-width: 25.625rem;
        margin: 1rem auto 0;
    }
}

.p-subscription__banner-line img,
.p-subscription__banner-line svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-subscription__banner-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media (max-width: 385px) {
    .p-subscription__banner-title {
        font-size: 1.0625rem;
    }
}

@media screen and (min-width: 768px) {
    .p-subscription__banner-title {
        font-size: 1.5625rem;
    }
}

.p-subscription__banner-button {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .p-subscription__banner-button a {
        text-align: center;
    }
}

@media (max-width: 380px) {
    .p-subscription__banner-button a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 380px) {
    .p-subscription__banner-button a span {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .p-subscription__banner-button a:after {
        display: none;
    }
}

.p-subscription__text--gradation {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

    .p-subscription__text--gradation::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        bottom: 0.25rem;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%);
    }

.p-thanks {
    height: 500px;
}

@media screen and (min-width: 768px) {
    .p-thanks {
        height: 100vh;
    }
}

.p-thanks__inner {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.p-about {
    position: relative;
}

    .p-about:before {
        position: absolute;
        content: "";
        width: 542px;
        width: 33.875rem;
        height: 542px;
        height: 33.875rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/common/circle-blue.svg);
        z-index: 1;
        left: -260px;
        left: -16.25rem;
        top: -280px;
        top: -17.5rem;
    }

@media screen and (min-width: 768px) {
    .p-about:before {
        width: 58.125rem;
        height: 58.125rem;
        left: -25rem;
        top: inherit;
        bottom: -23.75rem;
    }
}

@media screen and (min-width: 768px) {
    .p-about:after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/common/circle-pink.svg);
        z-index: 1;
        width: 58.125rem;
        height: 58.125rem;
        right: -18.75rem;
        top: inherit;
        top: 15rem;
    }
}

.p-about__inner {
    padding-top: 64px;
    padding-top: 4rem;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-about__inner {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
}

.p-about__lead {
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .p-about__lead {
        margin-bottom: 1.25rem;
    }
}

.p-about__lead > .p-about__text--xl {
    line-height: 150%;
    font-size: 20px;
    font-size: 1.25rem;
}

.p-about__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-about__text--center {
    text-align: center;
}

.p-about__text--light {
    font-weight: 300;
}

.p-about__text--medium {
    font-weight: 500;
}

.p-about__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-about__text--lg {
        font-size: 1.25rem;
    }
}

.p-about__line {
    max-width: 360px;
    max-width: 22.5rem;
    width: 100%;
    height: auto;
    margin: auto auto 16px;
    margin: auto auto 1rem;
}

@media screen and (min-width: 768px) {
    .p-about__line {
        max-width: 34rem;
        margin: auto auto 2.625rem;
    }
}

.p-about__line img,
.p-about__line svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-about__text--xl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-about__text--xl {
        font-size: 1.9375rem;
    }
}

.p-about__main-title {
    width: 320px;
    width: 20rem;
    height: 27px;
    height: 1.6875rem;
    margin: 24px auto 20px;
    margin: 1.5rem auto 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-about__main-title {
        width: 40.5rem;
        height: 3.375rem;
        margin: 1.5rem auto 1.25rem;
    }
}

.p-about__main-title svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-about__main-title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-about .mbr {
    display: inline-block;
}

@media (min-width: 1100px) {
    .p-about .mbr {
        display: none;
    }
}

.p-about__main-text {
    max-width: 310px;
    max-width: 19.375rem;
    width: 100%;
    height: 51px;
    height: 3.1875rem;
    margin: 16px auto auto;
    margin: 1rem auto auto;
}

@media screen and (min-width: 768px) {
    .p-about__main-text {
        max-width: 25.5rem;
        height: 4.375rem;
        margin: 3.125rem auto auto;
    }
}

.p-about__main-text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 767px) {
    .p-about__tution {
        display: block; /* スマートフォンでは表示 */
        padding-bottom: 20px;
    }
}

/* PC用のスタイル */
@media screen and (min-width: 768px) {
    .p-about__tution {
        display: none; /* PCでは非表示 */
    }
}

.p-about__ribbon-textarea {
    text-align: center;
    max-width: 342px;
    max-width: 21.375rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-about__ribbon-textarea {
        max-width: 100%;
    }
}

.p-about__ribbon-textarea p {
    margin-top: 8px;
    margin-top: 0.5rem;
    line-height: 180%;
}

.p-about__ribbon {
    max-width: 340px;
    max-width: 21.25rem;
    width: 100%;
    height: 71px;
    height: 4.4375rem;
    margin: 52px auto auto;
    margin: 3.25rem auto auto;
}

@media screen and (min-width: 768px) {
    .p-about__ribbon {
        max-width: 55rem;
        height: 4.8125rem;
        margin: 4rem auto auto;
    }
}

.p-about__ribbon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-about__point {
    max-width: 342px;
    max-width: 21.375rem;
    width: 100%;
    height: auto;
    margin: 16px auto 0;
    margin: 1rem auto 0;
}

@media screen and (min-width: 768px) {
    .p-about__point {
        max-width: 58rem;
        margin: 2.375rem auto 0;
    }
}

.p-about__point img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-about__point-textarea {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 341px;
    max-width: 21.3125rem;
    margin: 32px auto 0;
    margin: 2rem auto 0;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .p-about__point-textarea {
        margin: 3.25rem auto 0;
        margin-top: 3.75rem;
        max-width: 46.125rem;
    }
}

.p-about__point-textarea p {
    line-height: 180%;
}

.p-concierge {
    position: relative;
    background: url(../images/concierge/bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-concierge {
        background: url(../images/concierge/bg-pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.p-concierge:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    height: 15.625rem;
    background: #fff;
    z-index: 1;
    top: 0;
}

@media screen and (min-width: 768px) {
    .p-concierge:before {
        display: none;
    }
}

@media (min-width: 1600px) {
    .p-concierge:after {
        position: absolute;
        content: attr(data-title);
        color: #fff;
        font-size: 10.625rem;
        left: -1.5625rem;
        top: 14.375rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.p-concierge__inner {
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-concierge__inner {
        padding-top: 0;
        padding-bottom: 4rem;
    }
}

@media (max-width: 1600px) {
    .p-concierge__inner:after {
        position: absolute;
        content: attr(data-title);
        color: #fff;
        font-size: 10.625rem;
        left: 1.5rem;
        top: 21.25rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
    }
}

@media (max-width: 1285px) {
    .p-concierge__inner:after {
        top: 23.125rem;
    }
}

@media (max-width: 1165px) {
    .p-concierge__inner:after {
        top: 28.125rem;
    }
}

@media (max-width: 767px) {
    .p-concierge__inner:after {
        font-size: 3rem;
        font-weight: 200;
        top: 26.875rem;
    }
}

@media (max-width: 433px) {
    .p-concierge__inner:after {
        top: 30rem;
    }
}

@media (max-width: 385px) {
    .p-concierge__inner:after {
        top: 31.25rem;
    }
}

@media screen and (min-width: 768px) {
    .p-concierge__inner:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 12.5rem;
        background: #fff;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: auto;
    }
}

.p-concierge__title-image {
    width: 100%;
    max-width: 293px;
    max-width: 18.3125rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-concierge__title-image {
        max-width: 40.125rem;
    }
}

.p-concierge__title-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-concierge__title--sm {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
}

.p-concierge__head {
    border-radius: 16px;
    color: #fff;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(180deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    position: relative;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .p-concierge__head {
        padding: 2rem 3rem 3rem;
        margin-bottom: 6.25rem;
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    }
}

@media screen and (min-width: 1289px) and (max-width: 1600px) {
    .p-concierge__body {
        padding-top: 7.5rem;
    }
}

@media screen and (min-width: 767px) and (max-width: 1288px) {
    .p-concierge__body {
        padding-top: 9.375rem;
    }
}

.p-concierge__list {
    width: 100%;
    margin-top: 24px;
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    gap: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__list {
        margin-top: 2rem;
        grid-template-columns: 1fr 1fr;
        gap: 1rem 2rem;
    }
}

.p-concierge__item {
    padding-left: 34px;
    padding-left: 2.125rem;
    position: relative;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__item {
        font-size: 1.25rem;
        padding-bottom: 1rem;
        padding-left: 2.625rem;
    }
}

.p-concierge__item:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    width: 1.375rem;
    height: 20px;
    height: 1.25rem;
    background-image: url(../images/concierge/check-mark-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .p-concierge__item:after {
        width: 1.625rem;
        height: 1.5rem;
        background-image: url(../images/concierge/check-mark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        top: 0.25rem;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.p-concierge__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    gap: 2rem;
    margin-top: 32px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__wrapper {
        margin-top: 3.25rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.p-concierge__image {
    width: 100%;
    height: 220px;
    height: 13.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__image {
        width: 100%;
        height: 22rem;
    }
}

.p-concierge__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    -o-object-position: top;
    object-position: top;
}

@media screen and (min-width: 768px) {
    .p-concierge__image img {
        -o-object-position: center;
        object-position: center;
    }
}

.p-concierge__num {
    margin-left: 2px;
    margin-left: 0.125rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__num {
        margin-left: 0.375rem;
    }

        .p-concierge__num img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }
}

.p-concierge__content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__content h3 {
        margin-top: 1.5625rem;
        margin-bottom: 1rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.p-concierge__content p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-concierge__content p {
        font-size: 1.25rem;
        font-weight: 300;
    }
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(1) {
        margin-top: 0rem;
    }
}

.p-concierge__content:nth-child(1) .p-concierge__num {
    height: 34px;
    height: 2.125rem;
    width: 40px;
    width: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(1) .p-concierge__num {
        width: 3.375rem;
        height: 2.8125rem;
    }
}

.p-concierge__content:nth-child(1) .p-concierge__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-concierge__content:nth-child(1) .p-concierge__num svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(2) {
        margin-top: 5rem;
    }
}

.p-concierge__content:nth-child(2) .p-concierge__num {
    height: 34px;
    height: 2.125rem;
    width: 53px;
    width: 3.3125rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(2) .p-concierge__num {
        width: 4.5rem;
        height: 2.8125rem;
    }
}

.p-concierge__content:nth-child(2) .p-concierge__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-concierge__content:nth-child(2) .p-concierge__num svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(3) {
        margin-top: 9.875rem;
    }
}

.p-concierge__content:nth-child(3) .p-concierge__num {
    height: 34px;
    height: 2.125rem;
    width: 53px;
    width: 3.3125rem;
}

@media screen and (min-width: 768px) {
    .p-concierge__content:nth-child(3) .p-concierge__num {
        width: 4.375rem;
        height: 2.8125rem;
    }
}

.p-concierge__content:nth-child(3) .p-concierge__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-concierge__content:nth-child(3) .p-concierge__num svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-concierge__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-concierge__title--regular {
    font-weight: 400;
}

.p-concierge__title--gray {
    color: #777777;
}

.p-concierge__text--center {
    text-align: center;
}

.p-concierge__text--light {
    font-weight: 300;
}

.p-concierge__text--medium {
    font-weight: 500;
}

.p-concierge__title--xl {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-concierge__title--xl {
        font-size: 2.4375rem;
    }
}

.p-concierge__text--xl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-concierge__text--xl {
        font-size: 1.9375rem;
    }
}

.p-cta {
    position: relative;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 48px;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .p-cta {
        margin-top: 0;
        margin-bottom: 20rem;
    }
}

.p-cta:after {
    content: "";
    position: absolute;
    border-radius: 16px;
    width: calc(100% - 3rem);
    background: -webkit-gradient(linear, left top, left bottom, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(180deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-cta:after {
        background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
        background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
        width: calc(100% - 4rem);
    }
}

.p-cta__inner {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-cta__inner {
        padding-top: 7.5rem;
        padding-bottom: 8rem;
    }
}

.p-cta__image {
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .1), 0px 0px 32px 0px #fff inset;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .1), 0px 0px 32px 0px #fff inset;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 16px;
}

    .p-cta__image img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.p-cta__image--first {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-cta__image--first {
        display: block;
        width: 23.9375rem;
        height: 13.625rem;
        top: -11.5rem;
        left: 16.125rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .p-cta__image--first {
        width: 17.6875rem;
        height: 10.0625rem;
        top: -7.75rem;
    }
}

@media screen and (min-width: 767px) and (max-width: 1490px) {
    .p-cta__image--first {
        left: 5rem;
    }
}

.p-cta__image--second {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-cta__image--second {
        display: block;
        width: 18rem;
        height: 12rem;
        right: 4.375rem;
        top: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1490px) {
    .p-cta__image--second {
        right: 4.375rem;
        top: -6.875rem;
    }
}

@media (min-width: 1890px) {
    .p-cta__image--second {
        right: 16rem;
    }
}

.p-cta__image--third {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-cta__image--third {
        display: block;
        width: 26.25rem;
        height: 17.4375rem;
        left: 2.5rem;
        bottom: -13.75rem;
    }
}

@media (min-width: 1890px) {
    .p-cta__image--third {
        left: 7.75rem;
        bottom: -3rem;
    }
}

.p-cta__content {
    text-align: center;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    max-width: 400px;
    max-width: 25rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-cta__content {
        padding-left: 0;
        padding-right: 0;
        max-width: 34rem;
    }
}

.p-cta__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-cta__text--white {
    color: #fff;
}

.p-cta__text--center {
    text-align: center;
}

.p-cta__text--light {
    font-weight: 300;
}

.p-cta__text--medium {
    font-weight: 500;
}

.p-cta__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-cta__text--lg {
        font-size: 1.25rem;
    }
}

.p-cta__line {
    max-width: 360px;
    max-width: 22.5rem;
    width: 100%;
    height: auto;
    margin: 16px auto 24px;
    margin: 1rem auto 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-cta__line {
        max-width: 34rem;
        margin: 1.5rem auto;
    }
}

.p-cta__line img,
.p-cta__line svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-cta__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media (max-width: 385px) {
    .p-cta__title {
        font-size: 1.0625rem;
    }
}

@media screen and (min-width: 768px) {
    .p-cta__title {
        font-size: 1.5625rem;
    }
}

.p-detail {
    position: relative;
    background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .p-detail {
        margin-bottom: 18.75rem;
    }
}

@media (min-width: 1600px) {
    .p-detail:after {
        position: absolute;
        content: attr(data-title);
        color: #d9d9d9;
        font-size: 10.625rem;
        left: -1.5625rem;
        top: 5.875rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.p-detail__inner {
    padding-top: 115px;
    padding-top: 7.1875rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-detail__inner {
        padding-top: 17.125rem;
        padding-bottom: 6.5rem;
    }
}

@media (min-width: 1600px) {
    .p-detail__inner {
        padding-top: 6.5rem;
    }
}

@media (max-width: 1599px) {
    .p-detail__inner:after {
        position: absolute;
        content: attr(data-title);
        color: #d9d9d9;
        font-size: 10.625rem;
        left: 1.625rem;
        top: 3.75rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .p-detail__inner:after {
        font-size: 3rem;
        font-weight: 200;
        top: 2.8125rem;
    }
}

.p-detail__title-image {
    width: 100%;
    max-width: 75px;
    max-width: 4.6875rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-detail__title-image {
        max-width: 6.3125rem;
    }
}

.p-detail__title-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-detail__wrapper {
    margin-top: 32px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-detail__wrapper {
        margin-top: 3.375rem;
    }
}

.p-detail__list {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 928px;
    max-width: 58rem;
    margin-left: auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
}

@media screen and (min-width: 768px) {
    .p-detail__list {
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.p-detail__term {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 180%;
}

@media screen and (min-width: 768px) {
    .p-detail__term {
        font-size: 1.25rem;
    }
}

.p-detail__desc {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
}

.p-detail__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-detail__text--center {
    text-align: center;
}

.p-detail__text--light {
    font-weight: 300;
}

.p-detail__text--medium {
    font-weight: 500;
}

.p-detail__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-detail__text--lg {
        font-size: 1.25rem;
    }
}

.p-detail__text--xl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-detail__text--xl {
        font-size: 1.9375rem;
    }
}

.p-mainview {
    position: relative;
}

@media (max-width: 767px) {
    .p-mainview {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .p-mainview:after {
        z-index: 3;
        position: absolute;
        content: attr(data-title);
        font-size: clamp(3.75rem, -1.375rem + 10.6771vw, 11.4375rem);
        color: #fff;
        opacity: 0.3;
        bottom: -1.5625rem;
        left: -1.25rem;
        line-height: 1;
        font-family: "Raleway", sans-serif;
        font-weight: 100;
        white-space: nowrap;
    }
}

.p-mainview:before {
    position: absolute;
    content: "";
    width: 542px;
    width: 33.875rem;
    height: 542px;
    height: 33.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/circle-pink.svg);
    z-index: 1;
    right: -300px;
    right: -18.75rem;
    top: 50px;
    top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .p-mainview:before {
        display: none;
    }
}

.p-mainview__image {
    max-height: 234px;
    max-height: 14.625rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-mainview__image {
        max-height: 41.0625rem;
    }
}

@media (min-width: 2400px) {
    .p-mainview__image {
        max-height: 50rem;
    }
}

.p-mainview__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-mainview__inner {
    margin-top: -70px;
    margin-top: -4.375rem;
}

@media screen and (min-width: 768px) {
    .p-mainview__inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
    }
}

.p-mainview__title {
    max-width: 290px;
    max-width: 18.125rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    margin-left: -20px;
    margin-left: -1.25rem;
}

@media screen and (min-width: 768px) {
    .p-mainview__title {
        max-width: clamp(23.75rem, 20.4239rem + 6.9384vw, 28.75rem);
        width: 100%;
        height: auto;
        margin-top: 5%;
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .p-mainview__title {
        margin-top: 11%;
        margin-left: 0;
    }
}

.p-mainview__title img {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-mainview__sub-title {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-mainview__sub-title {
        display: block;
        width: 100%;
        max-width: clamp(18.75rem, 6.4167rem + 25.6944vw, 37.25rem);
        height: auto;
        margin-top: 2%;
        position: relative;
        z-index: 4;
    }
}

.p-mainview__sub-title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-mainview__sub-title2 {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-mainview__sub-title2 {
        display: block;
        width: 100%;
        max-width: clamp(18.75rem, 6.4167rem + 25.6944vw, 37.25rem);
        height: auto;
        margin-top: 0%;
        position: relative;
        z-index: 4;
    }
}

.p-mainview__sub-title2 img {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-mainview__link {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-mainview__link {
        display: block;
        width: 24rem;
        height: auto;
        position: absolute;
        z-index: 4;
        bottom: 0;
        right: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .p-mainview__link {
        width: 24rem;
        margin-right: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-mainview__link a {
        padding: 23px 38px 23px 32px;
    }
}

@media screen and (min-width: 768px) {
    .p-mainview__link a:hover {
        opacity: 1;
        cursor: pointer;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
        filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
    }
}

.p-mainview__list {
    display: block;
    max-width: 340px;
    max-width: 21.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-mainview__list {
        display: none;
    }
}

.p-mainview__list > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

.p-mainview__item {
    padding-left: 38px;
    padding-left: 2.375rem;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

    .p-mainview__item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        width: 1.625rem;
        height: 24px;
        height: 1.5rem;
        background-image: url(../images/mainview/check-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

.p-mainview__button {
    display: block;
    max-width: 342px;
    max-width: 21.375rem;
    margin: auto;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-mainview__button {
        display: none;
    }
}

.p-merit {
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-merit {
        overflow: hidden;
    }
}

.p-merit:before {
    position: absolute;
    content: "";
    width: 542px;
    width: 33.875rem;
    height: 542px;
    height: 33.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/circle-blue.svg);
    z-index: 1;
    right: -260px;
    right: -16.25rem;
    top: -220px;
    top: -13.75rem;
}

@media screen and (min-width: 768px) {
    .p-merit:before {
        width: 58.125rem;
        height: 58.125rem;
        right: -25rem;
        top: -2.5rem;
    }
}

@media (min-width: 1600px) {
    .p-merit:after {
        position: absolute;
        content: attr(data-title);
        color: #d9d9d9;
        font-size: 10.625rem;
        left: -1.5625rem;
        top: 5.875rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.p-merit__bg {
    position: relative;
}

    .p-merit__bg:before {
        position: absolute;
        content: "";
        width: 542px;
        width: 33.875rem;
        height: 542px;
        height: 33.875rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/common/circle-blue.svg);
        z-index: 4;
        right: -260px;
        right: -16.25rem;
        top: 400px;
        top: 25rem;
    }

@media screen and (min-width: 768px) {
    .p-merit__bg:before {
        display: none;
    }
}

.p-merit__inner {
    padding-top: 120px;
    padding-top: 7.5rem;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-merit__inner {
        padding-top: 17.125rem;
        padding-bottom: 6.5rem;
    }
}

@media (min-width: 1600px) {
    .p-merit__inner {
        padding-top: 6.5rem;
    }
}

.p-merit__inner:after {
    position: absolute;
    content: attr(data-title);
    color: #d9d9d9;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 200;
    font-family: "Raleway", sans-serif;
    line-height: 1;
}

@media (min-width: 1600px) {
    .p-merit__inner:after {
        display: none;
    }
}

@media (max-width: 1599px) {
    .p-merit__inner:after {
        display: block;
        font-size: 10.625rem;
        font-weight: 100;
        top: 3rem;
    }
}

@media (max-width: 767px) {
    .p-merit__inner:after {
        font-size: 3rem;
        left: 1.5rem;
        top: 4rem;
        font-weight: 200;
        font-family: "Raleway", sans-serif;
    }
}

.p-merit__title-image {
    width: 100%;
    max-width: 263px;
    max-width: 16.4375rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-merit__title-image {
        max-width: 21.9375rem;
    }
}

.p-merit__title-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-merit__textarea .p-merit__title--sm {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.p-merit__title--sm {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
}

.p-merit__list {
    margin-top: 50px;
    margin-top: 3.125rem;
    position: relative;
    z-index: 6;
}

@media screen and (min-width: 768px) {
    .p-merit__list {
        max-width: 58rem;
        margin-left: auto;
        margin-top: 5.25rem;
    }
}

.p-merit__item {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
}

@media screen and (min-width: 768px) {
    .p-merit__item {
        grid-template-columns: 5rem 1fr;
        gap: 6.875rem;
        padding-bottom: 3.1875rem;
        margin-bottom: 3.1875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-merit__item:nth-child(1) .p-merit__num {
    width: 40px;
    width: 2.5rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-merit__item:nth-child(1) .p-merit__num {
        width: 4.125rem;
    }
}

.p-merit__item:nth-child(2) .p-merit__num {
    width: 54px;
    width: 3.375rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-merit__item:nth-child(2) .p-merit__num {
        width: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-merit__item:last-child {
        margin-bottom: 2rem;
        margin-bottom: 0;
    }
}

.p-merit__item:last-child .p-merit__num {
    width: 52px;
    width: 3.25rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-merit__item:last-child .p-merit__num {
        width: 4.875rem;
    }
}

.p-merit__num {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-merit__num {
        margin-bottom: 0;
    }
}

.p-merit__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-merit__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-merit__text--center {
    text-align: center;
}

.p-merit__text--light {
    font-weight: 300;
}

.p-merit__text--medium {
    font-weight: 500;
}

.p-merit__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-merit__text--lg {
        font-size: 1.25rem;
    }
}

.p-merit__text--xl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-merit__text--xl {
        font-size: 1.9375rem;
    }
}

.p-staff__inner {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .p-staff__inner {
        padding-top: 6.875rem;
        padding-bottom: 6.5rem;
    }
}

.p-staff__title {
    max-width: 295px;
    max-width: 18.4375rem;
    width: 100%;
    height: auto;
    margin: auto auto 18px;
    margin: auto auto 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-staff__title {
        max-width: 36.0625rem;
        margin: auto auto 1.5rem;
    }
}

.p-staff__title--sm {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
}

.p-staff__textarea {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    max-width: 804px;
    max-width: 50.25rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .p-staff__textarea {
        margin-bottom: 4rem;
    }
}

.p-staff__textarea p {
    font-weight: 300;
    line-height: 180%;
}

.p-staff__title-image {
    width: 100%;
    height: 100%;
}

    .p-staff__title-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .p-staff__title-image svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.p-staff__wrapper {
    border-top: solid 1px #d9d9d9;
    padding-top: 24px;
    padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-staff__wrapper {
        padding-top: 3rem;
        max-width: 58rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-staff__head {
    display: grid;
    grid-template-columns: 6.25rem 1fr;
    gap: 16px;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-staff__head {
        display: block;
        gap: 0;
        border-bottom: solid 1px #d9d9d9;
        padding-bottom: 1rem;
    }
}

.p-staff__head p.sp {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .p-staff__head p.sp {
        font-size: 1rem;
    }
}

.p-staff__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    gap: 1rem;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-staff__content {
        grid-template-columns: 16rem 1fr;
        gap: 2rem;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
}

.p-staff__content:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-staff__desc {
        padding: 1.1875rem 0 0;
    }
}

.p-staff__image {
    width: 100%;
    height: 100%;
}

    .p-staff__image img,
    .p-staff__image svg {
        border-radius: 9999px;
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.p-staff__body {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body {
        margin-top: 2rem;
    }
}

.p-staff__body > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body > * + * {
        border-top: solid 1px #d9d9d9;
        margin-top: 2rem;
        padding-top: 2rem;
    }
}

.p-staff__body .p-staff__body-desc--top > * + * {
    margin-top: 16px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body .p-staff__body-desc--top > * + * {
        margin-top: 2rem;
    }
}

.p-staff__body .p-staff__body-desc--center > p {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body .p-staff__body-desc--center > p {
        font-size: 1rem;
    }
}

.p-staff__body .p-staff__body-desc--grid > p {
    display: grid;
    grid-template-columns: 3.125rem 1fr;
    gap: 16px;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body .p-staff__body-desc--grid > p {
        grid-template-columns: 3.5rem 1fr;
    }
}

.p-staff__body .p-staff__body-desc--bottom {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body .p-staff__body-desc--bottom {
        font-size: 1rem;
    }
}

.p-staff__body .p-staff__text {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .p-staff__body .p-staff__text {
        font-size: 1rem;
    }
}

.p-staff__body > .p-staff__body-desc > p {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

    .p-staff__body > .p-staff__body-desc > p:last-child {
        margin-bottom: 0;
    }

.p-staff__body .p-staff__text--year {
    display: inline-block;
}

.p-staff__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    margin-top: 1rem;
    margin-left: -9px;
    margin-left: -0.5625rem;
}

    .p-staff__foot > * + * {
        margin-left: 5px;
        margin-left: 0.3125rem;
    }

.p-staff__icon {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
}

    .p-staff__icon img,
    .p-staff__icon svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.p-staff__foot > p {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 999px;
    padding: 9px;
    padding: 0.5625rem;
}

@media screen and (min-width: 768px) {
    .p-staff__foot > p:hover {
        background: #f0f0f0;
    }
}

.p-staff__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
}

.p-staff__text--center {
    text-align: center;
}

.p-staff__text--light {
    font-weight: 300;
}

.p-staff__text--medium {
    font-weight: 500;
}

.p-staff__text--gradation {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6dc0ee), color-stop(100%, #e090e1), to(#e090e1));
    background: linear-gradient(90deg, #6dc0ee 0%, #e090e1 100%, #e090e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-staff__text--xl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-staff__text--xl {
        font-size: 1.5625rem;
        line-height: 180%;
    }
}

.p-staff__text--sm {
    line-height: 150%;
    font-size: 16px;
    font-size: 1rem;
}

.p-staff__text--en {
    font-family: "Raleway", sans-serif;
}

.p-step {
    position: relative;
}

@media (min-width: 1600px) {
    .p-step:after {
        position: absolute;
        content: attr(data-title);
        color: #d9d9d9;
        font-size: 10.625rem;
        left: -1.5625rem;
        top: 5.875rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.p-step__wrapper {
    margin-top: 46px;
    margin-top: 2.875rem;
}

@media screen and (min-width: 768px) {
    .p-step__wrapper {
        margin-top: 4rem;
    }
}

.p-step__inner {
    padding-top: 115px;
    padding-top: 7.1875rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .p-step__inner {
        padding-top: 17.125rem;
        padding-bottom: 18.125rem;
        position: relative;
    }
}

@media (min-width: 1600px) {
    .p-step__inner {
        padding-top: 6.5rem;
    }
}

@media (max-width: 1599px) {
    .p-step__inner:after {
        position: absolute;
        content: attr(data-title);
        color: #d9d9d9;
        font-size: 10.625rem;
        left: 1.625rem;
        top: 3.75rem;
        font-weight: 100;
        font-family: "Raleway", sans-serif;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .p-step__inner:after {
        font-size: 3rem;
        font-weight: 200;
        top: 2.8125rem;
    }
}

.p-step__title-image {
    width: 100%;
    max-width: 278px;
    max-width: 17.375rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-step__title-image {
        max-width: 23.4375rem;
    }
}

.p-step__title-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-step__textarea .p-merit__title--sm {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-step__textarea .p-merit__title--sm {
        font-weight: 300;
    }
}

.p-step__title--sm {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-step__title--sm {
        font-size: 1.5625rem;
    }
}

.p-step__list {
    margin-top: 44px;
    margin-top: 2.75rem;
}

@media screen and (min-width: 768px) {
    .p-step__list {
        max-width: 58rem;
        margin-left: auto;
        margin-top: 5rem;
    }
}

.p-step__item {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .p-step__item {
        grid-template-columns: 5rem 1fr;
        gap: 6.875rem;
        padding-bottom: 3.625rem;
        margin-bottom: 3.625rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-step__item:nth-child(1) .p-step__num {
    width: 40px;
    width: 2.5rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-step__item:nth-child(1) .p-step__num {
        width: 4.0625rem;
    }
}

.p-step__item:nth-child(2) .p-step__num {
    width: 54px;
    width: 3.375rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-step__item:nth-child(2) .p-step__num {
        width: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-step__item:last-child {
        margin-bottom: 2rem;
        margin-bottom: 0;
    }
}

.p-step__item:last-child .p-step__num {
    width: 52px;
    width: 3.25rem;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-step__item:last-child .p-step__num {
        width: 4.875rem;
    }
}

.p-step__num {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-step__num {
        margin-bottom: 0;
    }
}

.p-step__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-step__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-step__text--normal {
    font-weight: 400;
}

.p-step__text--center {
    text-align: center;
}

.p-step__text--light {
    font-weight: 300;
}

.p-step__text--medium {
    font-weight: 500;
}

.p-step__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-step__text--lg {
        font-size: 1.25rem;
    }
}

.p-step__text--xl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-step__text--xl {
        font-size: 1.9375rem;
    }
}

.p-study {
    background-image: url(../images/study/bg-sp.png);
    background-repeat: repeat;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .p-study {
        background-image: url(../images/study/bg-pc.png);
        background-repeat: repeat;
        background-size: contain;
    }
}

.p-study__inner {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .p-study__inner {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
}

.p-study__wrapper {
    background: #fff;
    -webkit-box-shadow: 8px 16px 24px 0px rgba(0, 0, 0, .1), 4px 8px 8px 0px rgba(0, 0, 0, .1);
    box-shadow: 8px 16px 24px 0px rgba(0, 0, 0, .1), 4px 8px 8px 0px rgba(0, 0, 0, .1);
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    border-radius: 16px;
}

@media screen and (min-width: 768px) {
    .p-study__wrapper {
        padding: 4rem 1rem;
    }
}

.p-study__head {
    text-align: center;
    max-width: 310px;
    max-width: 19.375rem;
    margin: auto auto 24px;
    margin: auto auto 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-study__head {
        max-width: 40.375rem;
        margin: auto auto 3rem;
    }
}

.p-study__title > span {
    display: inline-block;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
    .p-study__title > span {
        margin-bottom: 1.5rem;
    }
}

.p-study__title-text {
    width: 282px;
    width: 17.625rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .p-study__title-text {
        width: 35.8125rem;
    }
}

.p-study__title-text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-study__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
    gap: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-study__images {
        grid-template-columns: 1fr;
        max-width: 52rem;
        margin: auto;
    }
}

.p-study__image-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-study__image-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}

.p-study__image {
    width: 100%;
    height: 100%;
}

    .p-study__image img {
        width: 100%;
        height: 100%;
    }

.p-study__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-study__text--center {
    text-align: center;
}

.p-study__text--light {
    font-weight: 300;
}

.p-study__text--medium {
    font-weight: 500;
}

.p-study__text--lg {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .p-study__text--lg {
        font-size: 1.25rem;
    }
}

.p-study__line {
    max-width: 360px;
    max-width: 22.5rem;
    width: 100%;
    height: auto;
    margin: auto auto 16px;
    margin: auto auto 1rem;
}

@media screen and (min-width: 768px) {
    .p-study__line {
        max-width: 34rem;
        height: 1.0625rem;
        margin: auto auto 1.75rem;
    }
}

.p-study__line img,
.p-study__line svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-trouble {
    background: #f9f9f9;
    position: relative;
    z-index: 3;
}

.p-trouble__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    gap: 1.5rem;
    padding-top: 42px;
    padding-top: 2.625rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
}

@media screen and (min-width: 768px) {
    .p-trouble__inner {
        grid-template-columns: 25.5rem 1fr;
        gap: 2.3125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 58rem;
        padding-top: 6.5rem;
        padding-bottom: 5.6875rem;
    }
}

.p-trouble__image {
    max-width: 342px;
    max-width: 21.375rem;
    width: 100%;
    height: auto;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-trouble__image {
        max-width: 30.1875rem;
    }
}

.p-trouble__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-trouble__text {
    font-size: 16px;
    font-size: 1rem;
}

.p-trouble__text--accent {
    position: relative;
}

    .p-trouble__text--accent:after {
        content: "";
        background-image: url(../images/trouble/accent-sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 135px;
        width: 8.4375rem;
        height: 28px;
        height: 1.75rem;
        right: 60px;
        right: 3.75rem;
        top: 24px;
        top: 1.5rem;
        position: absolute;
    }

@media screen and (min-width: 768px) {
    .p-trouble__text--accent:after {
        width: 13rem;
        height: 2.75rem;
        right: 5.625rem;
        top: 2.375rem;
    }
}

@media (min-width: 1100px) {
    .p-trouble__text--accent:after {
        width: 13rem;
        height: 2.75rem;
        right: 4.3125rem;
        top: 2.625rem;
    }
}

.p-trouble__text--center {
    text-align: center;
}

.p-trouble__text--light {
    font-weight: 300;
}

.p-trouble__text--medium {
    font-weight: 500;
}

.p-trouble__text--2xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 150%;
}

@media screen and (min-width: 768px) {
    .p-trouble__text--2xl {
        font-size: clamp(1.875rem, -0.1491rem + 4.2169vw, 2.75rem);
    }
}

@media (min-width: 1100px) {
    .p-trouble__text--2xl {
        font-size: 3.0625rem;
    }
}

.p-trouble__desc {
    text-align: center;
    max-width: 342px;
    max-width: 21.375rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-trouble__desc {
        text-align: left;
        max-width: 100%;
        margin: 0;
    }
}

.p-trouble__desc .p-trouble__text {
    line-height: 180%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.p-trouble__desc .p-trouble__text--2xl {
    line-height: 150%;
}

@media (max-width: 767px) {
    .p-trouble__desc .p-trouble__text--2xl {
        text-align: center;
    }
}

.u-delay-time1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.u-delay-time2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.u-delay-time3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.u-delay-time4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.u-delay-time5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.u-delay-time6 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.u-delay-time7 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.u-delay-time8 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.u-delay-time9 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.u-delay-time10 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.u-block {
    display: block;
}

@media screen and (max-width: 767px) {
    .u-mobile-block {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-block {
        display: block;
    }
}

.u-inline-block {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .u-mobile-inline-block {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-inline-block {
        display: inline-block;
    }
}

.u-inline {
    display: inline;
}

@media screen and (max-width: 767px) {
    .u-mobile-inline {
        display: inline;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-inline {
        display: inline;
    }
}

.u-scroll-fade {
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

    .u-scroll-fade.done {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.u-scroll-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

    .u-scroll-up.done {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.u-load-fade {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .u-load-fade.done {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.u-load-fadeup {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .u-load-fadeup.done {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .u-desktop-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.u-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .u-desktop-flex-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-flex-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.u-flex-center-col {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-flex-center-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.u-text-xs {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.u-text-sm {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.u-text-base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.u-text-lg {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.u-text-xl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.u-text-2xl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.u-text-3xl {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.u-text-4xl {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.u-text-5xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

.u-text-6xl {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.u-text-7xl {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}

.u-text-8xl {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
}

.u-text-9xl {
    font-size: 128px;
    font-size: 8rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
}

.u-text-bold {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .u-desktop-text-bold {
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-bold {
        font-weight: 700;
    }
}

.u-text-normal {
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .u-desktop-text-normal {
        font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-text-normal {
        font-weight: 400;
    }
}

.u-text-light {
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .u-desktop-text-light {
        font-weight: 300;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-text-light {
        font-weight: 300;
    }
}

.u-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .u-mobile {
        display: none;
    }
}

.u-hidden {
    display: none;
}

.u-lineheight-s {
    line-height: 1.2;
}

.u-lineheight-m {
    line-height: 1.5;
}

.u-lineheight-l {
    line-height: 1.8;
}

.u-lineheight-xl {
    line-height: 2;
}

.u-pt0 {
    padding-top: 0px;
}

.u-pt4 {
    padding-top: 4px;
}

.u-pt5 {
    padding-top: 5px;
}

.u-pt8 {
    padding-top: 8px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pt12 {
    padding-top: 12px;
}

.u-pt15 {
    padding-top: 15px;
}

.u-pt16 {
    padding-top: 16px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pt24 {
    padding-top: 24px;
}

.u-pt25 {
    padding-top: 25px;
}

.u-pt28 {
    padding-top: 28px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pt32 {
    padding-top: 32px;
}

.u-pt35 {
    padding-top: 35px;
}

.u-pt36 {
    padding-top: 36px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pt44 {
    padding-top: 44px;
}

.u-pt45 {
    padding-top: 45px;
}

.u-pt48 {
    padding-top: 48px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pt52 {
    padding-top: 52px;
}

.u-pt55 {
    padding-top: 55px;
}

.u-pt56 {
    padding-top: 56px;
}

.u-pt60 {
    padding-top: 60px;
}

.u-pt64 {
    padding-top: 64px;
}

.u-pt65 {
    padding-top: 65px;
}

.u-pt68 {
    padding-top: 68px;
}

.u-pt70 {
    padding-top: 70px;
}

.u-pt72 {
    padding-top: 72px;
}

.u-pt75 {
    padding-top: 75px;
}

.u-pt76 {
    padding-top: 76px;
}

.u-pt80 {
    padding-top: 80px;
}

.u-pt84 {
    padding-top: 84px;
}

.u-pt85 {
    padding-top: 85px;
}

.u-pt88 {
    padding-top: 88px;
}

.u-pt90 {
    padding-top: 90px;
}

.u-pt92 {
    padding-top: 92px;
}

.u-pt95 {
    padding-top: 95px;
}

.u-pt96 {
    padding-top: 96px;
}

.u-pt100 {
    padding-top: 100px;
}

.u-pb0 {
    padding-bottom: 0px;
}

.u-pb4 {
    padding-bottom: 4px;
}

.u-pb5 {
    padding-bottom: 5px;
}

.u-pb8 {
    padding-bottom: 8px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pb12 {
    padding-bottom: 12px;
}

.u-pb15 {
    padding-bottom: 15px;
}

.u-pb16 {
    padding-bottom: 16px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pb24 {
    padding-bottom: 24px;
}

.u-pb25 {
    padding-bottom: 25px;
}

.u-pb28 {
    padding-bottom: 28px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pb32 {
    padding-bottom: 32px;
}

.u-pb35 {
    padding-bottom: 35px;
}

.u-pb36 {
    padding-bottom: 36px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pb44 {
    padding-bottom: 44px;
}

.u-pb45 {
    padding-bottom: 45px;
}

.u-pb48 {
    padding-bottom: 48px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pb52 {
    padding-bottom: 52px;
}

.u-pb55 {
    padding-bottom: 55px;
}

.u-pb56 {
    padding-bottom: 56px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-pb64 {
    padding-bottom: 64px;
}

.u-pb65 {
    padding-bottom: 65px;
}

.u-pb68 {
    padding-bottom: 68px;
}

.u-pb70 {
    padding-bottom: 70px;
}

.u-pb72 {
    padding-bottom: 72px;
}

.u-pb75 {
    padding-bottom: 75px;
}

.u-pb76 {
    padding-bottom: 76px;
}

.u-pb80 {
    padding-bottom: 80px;
}

.u-pb84 {
    padding-bottom: 84px;
}

.u-pb85 {
    padding-bottom: 85px;
}

.u-pb88 {
    padding-bottom: 88px;
}

.u-pb90 {
    padding-bottom: 90px;
}

.u-pb92 {
    padding-bottom: 92px;
}

.u-pb95 {
    padding-bottom: 95px;
}

.u-pb96 {
    padding-bottom: 96px;
}

.u-pb100 {
    padding-bottom: 100px;
}

.u-pl0 {
    padding-left: 0px;
}

.u-pl4 {
    padding-left: 4px;
}

.u-pl5 {
    padding-left: 5px;
}

.u-pl8 {
    padding-left: 8px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pl12 {
    padding-left: 12px;
}

.u-pl15 {
    padding-left: 15px;
}

.u-pl16 {
    padding-left: 16px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pl24 {
    padding-left: 24px;
}

.u-pl25 {
    padding-left: 25px;
}

.u-pl28 {
    padding-left: 28px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pl32 {
    padding-left: 32px;
}

.u-pl35 {
    padding-left: 35px;
}

.u-pl36 {
    padding-left: 36px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pl44 {
    padding-left: 44px;
}

.u-pl45 {
    padding-left: 45px;
}

.u-pl48 {
    padding-left: 48px;
}

.u-pl50 {
    padding-left: 50px;
}

.u-pl52 {
    padding-left: 52px;
}

.u-pl55 {
    padding-left: 55px;
}

.u-pl56 {
    padding-left: 56px;
}

.u-pl60 {
    padding-left: 60px;
}

.u-pl64 {
    padding-left: 64px;
}

.u-pl65 {
    padding-left: 65px;
}

.u-pl68 {
    padding-left: 68px;
}

.u-pl70 {
    padding-left: 70px;
}

.u-pl72 {
    padding-left: 72px;
}

.u-pl75 {
    padding-left: 75px;
}

.u-pl76 {
    padding-left: 76px;
}

.u-pl80 {
    padding-left: 80px;
}

.u-pl84 {
    padding-left: 84px;
}

.u-pl85 {
    padding-left: 85px;
}

.u-pl88 {
    padding-left: 88px;
}

.u-pl90 {
    padding-left: 90px;
}

.u-pl92 {
    padding-left: 92px;
}

.u-pl95 {
    padding-left: 95px;
}

.u-pl96 {
    padding-left: 96px;
}

.u-pl100 {
    padding-left: 100px;
}

.u-pr0 {
    padding-right: 0px;
}

.u-pr4 {
    padding-right: 4px;
}

.u-pr5 {
    padding-right: 5px;
}

.u-pr8 {
    padding-right: 8px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pr12 {
    padding-right: 12px;
}

.u-pr15 {
    padding-right: 15px;
}

.u-pr16 {
    padding-right: 16px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pr24 {
    padding-right: 24px;
}

.u-pr25 {
    padding-right: 25px;
}

.u-pr28 {
    padding-right: 28px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pr32 {
    padding-right: 32px;
}

.u-pr35 {
    padding-right: 35px;
}

.u-pr36 {
    padding-right: 36px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pr44 {
    padding-right: 44px;
}

.u-pr45 {
    padding-right: 45px;
}

.u-pr48 {
    padding-right: 48px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pr52 {
    padding-right: 52px;
}

.u-pr55 {
    padding-right: 55px;
}

.u-pr56 {
    padding-right: 56px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pr64 {
    padding-right: 64px;
}

.u-pr65 {
    padding-right: 65px;
}

.u-pr68 {
    padding-right: 68px;
}

.u-pr70 {
    padding-right: 70px;
}

.u-pr72 {
    padding-right: 72px;
}

.u-pr75 {
    padding-right: 75px;
}

.u-pr76 {
    padding-right: 76px;
}

.u-pr80 {
    padding-right: 80px;
}

.u-pr84 {
    padding-right: 84px;
}

.u-pr85 {
    padding-right: 85px;
}

.u-pr88 {
    padding-right: 88px;
}

.u-pr90 {
    padding-right: 90px;
}

.u-pr92 {
    padding-right: 92px;
}

.u-pr95 {
    padding-right: 95px;
}

.u-pr96 {
    padding-right: 96px;
}

.u-pr100 {
    padding-right: 100px;
}

.u-mt0 {
    margin-top: 0px;
}

.u-mt4 {
    margin-top: 4px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mt8 {
    margin-top: 8px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt12 {
    margin-top: 12px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mt16 {
    margin-top: 16px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt24 {
    margin-top: 24px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mt28 {
    margin-top: 28px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt32 {
    margin-top: 32px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mt36 {
    margin-top: 36px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt44 {
    margin-top: 44px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mt48 {
    margin-top: 48px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mt52 {
    margin-top: 52px;
}

.u-mt55 {
    margin-top: 55px;
}

.u-mt56 {
    margin-top: 56px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mt64 {
    margin-top: 64px;
}

.u-mt65 {
    margin-top: 65px;
}

.u-mt68 {
    margin-top: 68px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mt72 {
    margin-top: 72px;
}

.u-mt75 {
    margin-top: 75px;
}

.u-mt76 {
    margin-top: 76px;
}

.u-mt80 {
    margin-top: 80px;
}

.u-mt84 {
    margin-top: 84px;
}

.u-mt85 {
    margin-top: 85px;
}

.u-mt88 {
    margin-top: 88px;
}

.u-mt90 {
    margin-top: 90px;
}

.u-mt92 {
    margin-top: 92px;
}

.u-mt95 {
    margin-top: 95px;
}

.u-mt96 {
    margin-top: 96px;
}

.u-mt100 {
    margin-top: 100px;
}

.u-mb0 {
    margin-bottom: 0px;
}

.u-mb4 {
    margin-bottom: 4px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mb8 {
    margin-bottom: 8px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb12 {
    margin-bottom: 12px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mb16 {
    margin-bottom: 16px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb24 {
    margin-bottom: 24px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mb28 {
    margin-bottom: 28px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb32 {
    margin-bottom: 32px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb36 {
    margin-bottom: 36px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb44 {
    margin-bottom: 44px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mb48 {
    margin-bottom: 48px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb52 {
    margin-bottom: 52px;
}

.u-mb55 {
    margin-bottom: 55px;
}

.u-mb56 {
    margin-bottom: 56px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mb64 {
    margin-bottom: 64px;
}

.u-mb65 {
    margin-bottom: 65px;
}

.u-mb68 {
    margin-bottom: 68px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mb72 {
    margin-bottom: 72px;
}

.u-mb75 {
    margin-bottom: 75px;
}

.u-mb76 {
    margin-bottom: 76px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mb84 {
    margin-bottom: 84px;
}

.u-mb85 {
    margin-bottom: 85px;
}

.u-mb88 {
    margin-bottom: 88px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mb92 {
    margin-bottom: 92px;
}

.u-mb95 {
    margin-bottom: 95px;
}

.u-mb96 {
    margin-bottom: 96px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-ml0 {
    margin-left: 0px;
}

.u-ml4 {
    margin-left: 4px;
}

.u-ml5 {
    margin-left: 5px;
}

.u-ml8 {
    margin-left: 8px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-ml12 {
    margin-left: 12px;
}

.u-ml15 {
    margin-left: 15px;
}

.u-ml16 {
    margin-left: 16px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-ml24 {
    margin-left: 24px;
}

.u-ml25 {
    margin-left: 25px;
}

.u-ml28 {
    margin-left: 28px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-ml32 {
    margin-left: 32px;
}

.u-ml35 {
    margin-left: 35px;
}

.u-ml36 {
    margin-left: 36px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-ml44 {
    margin-left: 44px;
}

.u-ml45 {
    margin-left: 45px;
}

.u-ml48 {
    margin-left: 48px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-ml52 {
    margin-left: 52px;
}

.u-ml55 {
    margin-left: 55px;
}

.u-ml56 {
    margin-left: 56px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-ml64 {
    margin-left: 64px;
}

.u-ml65 {
    margin-left: 65px;
}

.u-ml68 {
    margin-left: 68px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-ml72 {
    margin-left: 72px;
}

.u-ml75 {
    margin-left: 75px;
}

.u-ml76 {
    margin-left: 76px;
}

.u-ml80 {
    margin-left: 80px;
}

.u-ml84 {
    margin-left: 84px;
}

.u-ml85 {
    margin-left: 85px;
}

.u-ml88 {
    margin-left: 88px;
}

.u-ml90 {
    margin-left: 90px;
}

.u-ml92 {
    margin-left: 92px;
}

.u-ml95 {
    margin-left: 95px;
}

.u-ml96 {
    margin-left: 96px;
}

.u-ml100 {
    margin-left: 100px;
}

.u-mr0 {
    margin-right: 0px;
}

.u-mr4 {
    margin-right: 4px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-mr8 {
    margin-right: 8px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-mr12 {
    margin-right: 12px;
}

.u-mr15 {
    margin-right: 15px;
}

.u-mr16 {
    margin-right: 16px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-mr24 {
    margin-right: 24px;
}

.u-mr25 {
    margin-right: 25px;
}

.u-mr28 {
    margin-right: 28px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-mr32 {
    margin-right: 32px;
}

.u-mr35 {
    margin-right: 35px;
}

.u-mr36 {
    margin-right: 36px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-mr44 {
    margin-right: 44px;
}

.u-mr45 {
    margin-right: 45px;
}

.u-mr48 {
    margin-right: 48px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-mr52 {
    margin-right: 52px;
}

.u-mr55 {
    margin-right: 55px;
}

.u-mr56 {
    margin-right: 56px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-mr64 {
    margin-right: 64px;
}

.u-mr65 {
    margin-right: 65px;
}

.u-mr68 {
    margin-right: 68px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-mr72 {
    margin-right: 72px;
}

.u-mr75 {
    margin-right: 75px;
}

.u-mr76 {
    margin-right: 76px;
}

.u-mr80 {
    margin-right: 80px;
}

.u-mr84 {
    margin-right: 84px;
}

.u-mr85 {
    margin-right: 85px;
}

.u-mr88 {
    margin-right: 88px;
}

.u-mr90 {
    margin-right: 90px;
}

.u-mr92 {
    margin-right: 92px;
}

.u-mr95 {
    margin-right: 95px;
}

.u-mr96 {
    margin-right: 96px;
}

.u-mr100 {
    margin-right: 100px;
}

@media screen and (max-width: 767px) {
    .u-mobile-m-auto {
        margin: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-m0 {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mt-auto {
        margin-top: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mt0 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mb-auto {
        margin-bottom: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mb0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-ml-auto {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-ml0 {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mr-auto {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-mr0 {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-p0 {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-pt0 {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-pb0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-pl0 {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-pr0 {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-m-auto {
        margin: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-m0 {
        margin: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mt-auto {
        margin-top: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mt0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mb-auto {
        margin-bottom: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mb0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-ml-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-ml0 {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mr-auto {
        margin-right: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-mr0 {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-p0 {
        padding: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-pt0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-pb0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-pl0 {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-pr0 {
        padding-right: 0 !important;
    }
}

.u-fixed {
    position: fixed;
}

.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
}

.u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

.u-text-bottom {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .u-mobile-text-center {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-text-left {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-text-right {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .u-mobile-text-bottom {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .u-desktop-text-center {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .u-mobile-text-left {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .u-mobile-text-right {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .u-mobile-text-bottom {
        text-align: right;
    }
}
/*# sourceMappingURL=styles.css.map */
