body {
    zoom: 0.9;
}

* {
    letter-spacing: 0.05em;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    box-sizing: border-box;
}

b {
    font-weight: 500;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: auto;
}

.luxbar-menu .luxbar-brand {
    display: flex;
    align-items: center;
}

.luxbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luxbar-menu .luxbar-item-lang {
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
}

img {
    display: inline-block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.u-ta_center {
    text-align: center;
}

.u-ta_left {
    text-align: left;
}

.u-flex_end {
    align-items: flex-end;
}

.u-m_l40 {
    margin-left: 40px;
}

.top_box {
    height: 50vh;
}

.top_box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-link, .c-link:link, .c-link:visited {
    color: #008ed1;
}

.c-link:hover {
    text-decoration: underline;
}

.c-col {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.c-col--custom .c-col__item:last-child {
    line-height: 1;
}

.c-col--2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.c-heading {
    font-size: 40px
}

.c-info {
    font-size: 20px;
}

.p-head {
    margin: 0 0 20px;
}

.p-toc {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.p-toc__list {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
}

.p-toc__list li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.p-toc__list li:before {
    content: "◇";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.p-toc__list li + li {
    margin-top: 8px;
}

.pointBtnBox {
    max-width: 600px;
    margin: 40px auto;
}

.pointBtnBox a {
    width: 100%;
    color: #fff;
    text-align: center;
    background: #002755;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 5px;
    font-size: 18px;
    transition: opacity .3s;
}

.pointBtnBox a:hover {
    opacity: .8;
}

.c-wrap-2 {
    padding-top: 60px;
}

[class^=c-heading] {
    color: #002755;
    font-weight: bold;
}

.c-heading-2 {
    font-size: 25px;
    position: relative;
    padding-left: 25px;
}

.c-heading-2:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #11347C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-heading-3 {
    font-size: 20px;
    letter-spacing: 0.05em;
}

.c-heading-4 {
    font-size: 18px;
    letter-spacing: 0.05em;
}

[class^=c-col] > *:not(.c-col__item), [class^=c-wrap] > * {
    margin-bottom: 30px;
}

[class^=c-col] > *:last-child, [class^=c-wrap] > *:last-child {
    margin-bottom: 0;
}

.c-wrap-2 .c-heading-2 + * {
    margin-top: 40px;
}

.c-wrap-2 .c-heading-2 + .c-heading-3 {
    margin-top: 30px;
}

.c-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.c-timeline dt {
    width: 60px;
    font-weight: bold;
}

.c-timeline dd {
    width: calc(100% - 75px);
}

.c-timeline--m dt {
    width: 110px;
}

.c-timeline--m dd {
    width: calc(100% - 125px);
}

.c-timeline--l dt {
    width: 130px;
}

.c-timeline--l dd {
    width: calc(100% - 145px);
}

[class^=c-list] li {
    position: relative;
    padding-left: 20px;
}

[class^=c-list] li + li {
    margin-top: 10px;
}

[class^=c-list] li > ul {
    margin-top: 5px;
}

.c-list > li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #002755;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.c-list2 li {
    padding-left: 33px;
}

.c-list2 > li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    color: #002755;
    font-weight: bold;
    font-size: 15px;
}

.c-list3 > li {
    padding-left: 30px;
    counter-increment: list-counter;
}

.c-list3 > li:before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
}

.c-list4 > li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #002755;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.c-img__caption {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.c-img__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
}

.c-img__list figcaption {
    font-weight: bold;
    text-align: center;
    background: none;
}

figure {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

figcaption {
    font-size: .9em;
    padding: .4em;
}

img + figcaption {
    background: rgba(0, 0, 0, .05)
}

.c-video {
    margin: 0 auto;
    max-width: 560px;
    line-height: 1;
}

.c-video + .c-video {
    margin-top: 20px;
}

.c-video iframe {
    width: 100%;
}

.c-video__caption {
    background: rgba(0, 0, 0, .05);
    padding: .4em;
    font-size: .9em;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.c-video + * {
    margin-top: 30px;
}

blockquote {
    border-left: 4px solid #002755;
    padding: 10px 20px;
    margin: 10px 0;
    font-style: italic;
    background: rgba(0, 0, 0, .05);
}

.footerCopyItem {
    margin-top: 60px;
}

.stageBox-top {
    margin-top: 0;
}

.topContainer {
    max-width: 1380px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: content-box;
}

@media screen and (max-width: 1399px) {
    .topContainer {
        max-width: 1170px;
    }
}

@media screen and (min-width: 768px) {
    .topBox {
        margin-bottom: 10px;
        margin-top: 0;
    }

    [class^=c-col] > *:not(.c-col__item) .p-head {
        margin-bottom: 20px;
    }

    .c-col__item:last-child {
        width: 311px;
    }

    .c-col__item:first-child {
        width: calc(100% - 341px)
    }

    .c-col--1 .c-col__item:last-child {
        width: 400px
    }

    .c-col--1 .c-col__item:first-child {
        width: calc(100% - 430px)
    }

    .u-none_pc {
        display: none;
    }

    main {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-head {
        margin-top: 0;
    }

    .u-none_sp {
        display: none;
    }

    main {
        font-size: 15px;
    }

    .c-col {
        gap: 10px;
    }

    .c-heading {
        font-size: 25px;
    }

    .c-heading-2 {
        font-size: 20px;
    }

    .c-heading-3 {
        font-size: 18px;
    }

    .c-heading-4 {
        font-size: 16px;
    }

    .c-info {
        font-size: 18px;
    }

    .c-col__item {
        width: 100%;
    }

    .c-img__list {
        flex-direction: column;
        gap: 10px;
    }

    figcaption {
        width: 100%;
    }

    [class^=c-col] > *:not(.c-col__item), [class^=c-wrap] > * {
        margin-bottom: 20px;
    }

    .c-wrap-2 .c-heading-2 + * {
        margin-top: 30px;
    }

    .c-wrap-2 .c-heading-2 + .c-heading-3 {
        margin-top: 20px;
    }

    .c-wrap-2 {
        padding-top: 40px;
    }

    .u-m_l40 {
        margin-left: 20px;
    }

    main {
        margin-top: 67px;
    }

    .topContainer {
        padding-top: 20px;
    }

    .pointBtnBox a {
        line-height: 1.2;
        font-size: 16px;
    }
}

.firstb {
    display: flex;
}

.elist {
    padding: 5px 0;
}

.firstb h1 {
    font-weight: 600
}

.firstb__text {
    font-size: 21px;
    font-weight: 600;
}

.copyright {
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #AAA;
    letter-spacing: 0.06em;
}

.footerCopyItem {
    margin-top: 60px;
    padding: 10px;
}

#contactBanner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}

#contactBanner a {
    display: block;
    width: 100px;
    height: 100px;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .firstb h1 {
        font-size: 50px
    }

    .topBox--top {
        margin-top: -23px;
    }
}

@media screen and (max-width: 767px) {
    .firstb {
        display: block;
    }

    .firstb h1 {
        font-size: 25px
    }

    .firstb__text {
        font-size: 18px;
    }

    .topBox--top {
        margin-top: -10px;
    }
}

@media screen and (max-width: 500px) {
    .topContainer {
        padding-top: 20px;
    }
}

.p-nav .elist a {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}

.p-nav .elist a:before {
    content: "◇";
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 1;
}

.p-nav--style .elist a {
    color: #008ed1;
    text-decoration: underline;
}

.p-nav--style .elist a:hover {
    color: rgb(243, 163, 176)
}

.u-fw_bold {
    font-weight: bold;
}

.u-underline {
    text-decoration: underline;
}

#contactBanner a {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #ac0808;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}