@charset 'utf-8';

/* ============ STYLE ============ */
html {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0;
    /* mv */
    --mv-sub-size: clamp(24px, 1.357vw, 36px);
}
@media only screen and (max-width: 960px) {
    html {
        font-size: clamp(16px, 1.7vw, 18px);
    }
}
body {
    text-align: justify;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width:1200px) {
    body {
        min-width: 100%;
    }
}
@media only screen and (max-width:640px) {
    html,
    body {
        overflow-x: hidden;
    }
}

body.ready {
    opacity: 1;
}

a {
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

h3 a,
a.text {
    color: #031346;
    text-decoration: underline;
    transition: all .3s;
}

h3 a:hover,
a.text:hover {
    opacity: .7;
}

h3 a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

body.scroll-disable {
    overflow: hidden;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

@media only screen and (max-width:640px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}



/* -----------------------
COMMON
-------------------------- */
/* LAYOUT */
.page {
    width: 100%;
    margin: 0 auto;
}

.page__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.page__inner--wide97 {
    width: 97%;
}

.page__inner--wide93 {
    width: 93%;
}

.page__inner--wide90 {
    width: 90%;
}

.page__inner--wide85 {
    width: 85%;
}

.page__inner--wide80 {
    width: 80%;
}

.page__inner--wide75 {
    width: 75%;
}

.page__inner--wide70 {
    width: 70%;
}

.page__inner--wide65 {
    width: 65%;
}

.page__inner--wide60 {
    width: 60%;
}

.page__inner--wide55 {
    width: 55%;
}

.page__inner--wide50 {
    width: 50%;
}

.page__inner--wide45 {
    width: 45%;
}

.page__inner--wide40 {
    width: 40%;
}

.page__inner--wide35 {
    width: 35%;
}

.page__inner--wide30 {
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    .page__inner {
        max-width: 90%;
    }
}

@media only screen and (max-width: 960px) {
    .page {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .page__inner {
        width: 100%;
        box-sizing: border-box;
    }

    .page__inner--wide90 {
        width: 100%;
    }

    .page__inner--wide1200 {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .page {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* DISPLAY FLEX */
.display__flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* TEXT */
p,
li {
    text-align: justify;
}

/* list */
.list__item {
    position: relative;
}

.list__item::before {
    content: '\203B';
    position: absolute;
    top: 0;
    left: 0;
}

.list__item--small {
    padding-left: 1.4rem;
    font-size: 1.2rem;
}

/* list bullet */
.bullet-list {
    padding-left: 1.2em !important;
    margin: 0 !important;
}

.bullet-list li {
    position: relative;
    text-align: left !important;
}

.bullet-list li::before {
    content: "・";
    position: absolute;
    left: -1.2em;
}

.bullet-list li:last-child {
    margin-bottom: 0;
}

/* list numbered */
.numbered-list {
    list-style: decimal !important;
    list-style-position: outside !important;
    padding-left: 1.8em !important;
    margin: 0 !important;
}

.numbered-list li {
    margin-bottom: 1em;
    text-align: left !important;
    display: list-item !important;
}

.numbered-list li:last-child {
    margin-bottom: 0;
}


/* -----------------------
HEADER
-------------------------- */
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-top: solid 4.2px #031346;
}
@media only screen and (max-width: 640px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

    body {
        padding-top: 62px;
    }
}

nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-size: 0.778rem;
}
.header__navigation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    list-style: none;
    font-size: 0.9375rem;
    margin: 0;
    padding: .635rem 1rem 1rem 0;
}
.header__logo {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 143.9459px;
    max-width: 143.9459px;
    margin-right: auto;
}
.header__navigation .nav-1st {
    flex: 0 0 auto;
    margin: 0 1.4rem;
    line-height: 1;
}
.header__navigation .nav-catalog {
    flex: 0 0 auto;
    margin-left: 1.4rem !important;
}
.header__navigation .nav-material,
.header__navigation .nav-contact {
    flex: 0 0 auto;
    margin: 0 0 0 .5rem;
}

.header__navigation .nav-1st:hover {
    color: #0046b0;
}

.header__navigation .nav-material a,
.header__navigation .nav-contact a,
.header__navigation .nav-catalog a {
    display: inline-block;
    padding: 0 1.1rem !important;
    text-decoration: none;
    border: solid 1px #031346;
    border-radius: 90px;
    line-height: 2.777rem;
    transition: all .3s ease;
}
.header__navigation .nav-material > a {
    color: #031346;
}
.header__navigation .nav-contact > a {
    color: #fff;
    background-color: #031346;
}
.header__navigation .nav-material > a:hover,
.header__navigation .nav-contact > a:hover,
.header__navigation .nav-catalog > a:hover {
    color: #031346;
    background-color: #ffe100;
    border: solid 1px #031346;
}

/* .is-open */
.has-panel-wrapper .nav-panel {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.has-panel-wrapper.is-open .nav-panel {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* overlay */
.has-panel-wrapper .nav-panel__overlay {
    display: none;
}
.has-panel-wrapper.is-open .nav-panel__overlay {
    display: block;
}

/* -----------------------
MEGA MENU
-------------------------- */
.drawer-only {
    display: none !important;
}

.header__navigation li.has-caret>.has-panel-wrapper>a {
    color: inherit;
}

.header__navigation li.has-caret>.has-panel-wrapper>a::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.6em;
    margin-left: .45em;
    vertical-align: middle;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 2l4 4 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 2l4 4 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .2s ease;
}

.header__navigation li.has-caret.is-open>.has-panel-wrapper>a {
    color: #0046b0;
}

.header__navigation li.has-caret.is-open>.has-panel-wrapper>a::after {
    transform: rotate(180deg);
}

@media (hover: hover) {
    /* Normal links can still hover color, but caret rotation is tied to .is-open */
    .header__navigation .nav-1st:not(.has-caret):hover {
        color: #0046b0;
    }
}

.has-caret {
    position: relative;
}

.nav-panel {
    position: absolute;
    top: 2.6rem;
    left: 0%;
    width: 20rem;
    padding: 1.667rem 1.111rem;
    font-size: 1rem;
    background-color: #031346;
    z-index: 999;
}
.nav-panel__item {
    position: relative;
    padding: 0.888rem 1.3rem 0.888rem;
    color: #000;
    background-color: #fff;
    border-radius: 90px;
    transition: all .3s;
}
.nav-panel .nav-panel__item:first-child {
    margin-bottom: 0.625rem;
}
.nav-panel__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 0.75rem;
    height: 0.75rem;
    transform: translateY(-50%);
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2l4 4-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2l4 4-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
}
.nav-panel__item:hover {
    background-color: #ffe100;
    cursor: pointer;
}

/* bg */
.nav-panel__overlay {
    position: fixed;
    top: 4.4rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(96, 96, 96, 0.5);
    z-index: 998;
}
.nav-panel,
.nav-panel__overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.has-panel-wrapper.is-open .nav-panel,
.has-panel-wrapper.is-open .nav-panel__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: pointer;
}

/* no scroll */
body.is-megamenu-open {
    overflow: hidden;
    height: 100vh;
}

@media only screen and (max-width: 1480px) {
    /* -----------------------
    HEADER / MEGA MENU
    -------------------------- */
    header {
        border-top: none;
        padding: 1rem 0;
    }
    nav {
        min-height: 2rem;
        align-items: center;
    }
    .header__navigation {
        padding: 0;
    }
    .header__logo {
        position: relative;
        top: 0;
        left: 1rem;
        transform: none;
        margin-right: auto;
    }
    .header__navigation .nav-1st {
        flex: none;
        margin: 0;
    }

    /* drawer menu */
    .drawer {
        position: fixed;
        top: 0;
        right: -100%;
        width: 375px;
        height: 100vh;
        background: #fff;
        transition: right 0.4s ease;
        z-index: 999;
        overflow-y: scroll;
    }

    .drawer.panelactive {
        right: 0;
    }

    .drawer .header__navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4.2rem 0 0;
        position: relative;
        z-index: 2;
    }

    .drawer a {
        transition: all 0.2s 0s ease;
    }

    .drawer .nav-1st {
        margin-bottom: 2.2rem;
        text-align: center;
        width: 100%;
    }

    /* bg */
    .drawer__overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease;
        z-index: 2;
    }

    .drawer__overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    body.bg-fixed {
        height: 100%;
        overflow: hidden;
    }

    .nav-panel {
        position: static;
        width: 100%;
        padding: 2rem 0 0;
        font-size: 1em;
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease, padding 0.5s ease;
    }

    .js-mobile-accordion.is-open .nav-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-height: 400px;
    }

    /* Smooth collapse animation */
    .js-mobile-accordion:not(.is-open) .nav-panel {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-trigger {
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .js-mobile-accordion.is-open .nav-trigger {
        transform: scale(1.05);
        color: #0046b0 !important;
    }

    .nav-panel__item {
        background-color: transparent;
        border-radius: 0;
        padding: 0.4rem 0;
        text-align: center;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .js-mobile-accordion.is-open .nav-panel__item {
        opacity: 1;
        transform: translateY(0);
    }
    .js-mobile-accordion.is-open .nav-panel__item:nth-child(1) {
        transition-delay: 0.1s;
    }
    .js-mobile-accordion.is-open .nav-panel__item:nth-child(2) {
        transition-delay: 0.2s;
    }

    .nav-panel__item::after {
        content: "";
        position: static;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        transform: translateY(0);
        background-color: none;
    }
    .nav-panel__item:hover {
        background-color: #fff;
    }

    /* drawer buttons */
    .drawer .nav-catalog,
    .drawer .nav-material,
    .drawer .nav-contact {
        width: 100%;
        margin: 0;
        padding: 0 2rem;
        margin:  0 0 1rem !important;
    }

    .drawer .nav-catalog a,
    .drawer .nav-material a,
    .drawer .nav-contact a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-panel__overlay {
        position: static;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: none;
    }

    /* hamburger */
    .hmb {
        position: absolute;
        top: .2rem;
        right: 1rem;
        cursor: pointer;
        width: 38.9642px;
        height: 24.9771px;
        background-color: transparent;
        transition: all 0.2s;
        z-index: 1000;
    }
    .hmb span {
        display: inline-block;
        transition: all .3s;
        position: absolute;
        left: 50%;
        height: 3px;
        transform: translateX(-50%);
        background-color: #031346;
        width: 38.9642px;
    }
    .hmb span:nth-of-type(1) {
        top: 0;
    }
    .hmb span:nth-of-type(2) {
        top: calc(50% - 1.5px);
    }
    .hmb span:nth-of-type(3) {
        top: calc(100% - 3px);
    }

    .hmb.active span:nth-of-type(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .hmb.active span:nth-of-type(2) {
        opacity: 0;
    }
    .hmb.active span:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@media only screen and (max-width: 480px) {
    /* drawer menu */
    .drawer {
        width: 100%;
    }
}


/* -----------------------
HEADDING
-------------------------- */
/* h1 */
.page__title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6rem 0;
    text-align: center;
    overflow: hidden;
}

.page__title-bg,
.page__title-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.page__title-bg img,
.page__title-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page__title-cover {
    z-index: -2;
}

.page__title {
    position: relative;
    color: #fff;
    font-size: clamp(40px, 3.692vw, 60px);
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    z-index: -1;
}

.page__title span {
    display: block;
    margin-top: 0.5em;
    font-size: clamp(22px, 1.5vw, 28px);
    font-weight: 400;
}

.page__title-detail {
    font-size: clamp(28px, 2.46vw, 36px);
}

/* h2 */
.page__heading {
    padding: 0 1em;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.6em;
    background-color: #179745;
    border-left: .875em solid #4CC74B;
}

/* h3 */
.page__subheading {
    padding-bottom: 0.676em;
    color: #179745;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-bottom: 1px solid #179745;
}


/* -----------------------
BUTTON
-------------------------- */
.wrap__button {
    margin: 0 auto;
}

.button-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    width: 100%;
    height: auto;
    padding: .6rem 0 .7rem 1.22rem !important;
    color: #031346;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #031346;
    border-radius: 50px;
    transition: color .3s ease, border-color .3s ease, background-color .3s ease;
    z-index: 1;
}

.button-more:hover {
    background-color: #ffe100;
}

.button-more::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 0;
    transform: translateY(-50%);
    width: 3.81rem;
    height: 3.81rem;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .3s ease;
}

.button-more:hover::after {
    transform: translateY(-50%) translateX(0.8rem);
}

.button-recruit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: var(--circle);
    height: var(--circle);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: transform .3s ease;
}

.button-recruit::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc((var(--circle) - var(--arrow)) / 2);
    transform: translateY(-50%);
    width: var(--arrow);
    height: var(--arrow);
    background-color: #031346;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
    transition: transform .3s ease;
    z-index: 1;
}


/* -----------------------
FOOTER
-------------------------- */
.site-footer {
    position: relative;
    isolation: isolate;
    overflow: clip;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 400;
    padding: 8rem 0 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 -10vw;
    top: 0;
    background: #001349;
    border-radius: 90% 90% 0 0;
    z-index: -1;
}

.site-footer.index::before {
    border-radius: 0;
}

.footer__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.6rem, 4vw, 3rem);
}

.footer__brand {
    flex: 0 0 auto;
}

.footer__nav {
    flex: 0 0 auto;
    max-width: 650px;
    margin-top: 0;
}

.footer__nav-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 3rem;
    margin: 0;
    padding: 0;
}

.footer__nav-list li {
    margin-bottom: .5rem;
}

.footer__nav-list li a {
    color: #fff;
}

.footer__addr {
    margin-bottom: 1em;
}

.footer__copy {
    padding-bottom: 15em;
}

.footer__logo {
    margin-bottom: 1.4em;
}
.footer__logo img {
    width: 128.167px;
    height: auto;
    display: block;
}
.footer__addr {
    font-style: normal;
    line-height: 1.8;
}
.footer__copy {
    display: block;
    font-size: .67rem;
}

@media only screen and (max-width:960px) {
    .site-footer {
        padding: 4rem 0 0;
    }
    .site-footer::before {
        border-radius: 50% 50% 0 0 / 15% 15% 0 0;
    }
    .footer__grid {
        flex-direction: column-reverse;
        gap: 3.5rem;
    }

    .footer__nav {
        display: flex;
        justify-content: left;
    }

    .footer__brand {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1rem;
        text-align: left;
    }

    .footer__nav-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, auto);
        gap: 1rem 2rem;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1rem;
    }

    .footer__nav-list li {
        margin: 0 !important;
    }
}
@media only screen and (max-width: 640px) {
    .site-footer .page__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .footer__nav-list {
        gap: 1rem;
    }
}


/* -----------------------
UTILITY
-------------------------- */
/* ==========  ========== */
.link-prefix-caret {
    position: relative;
    padding-left: 1em !important;
    /* 文字との間隔 */
}

.link-prefix-caret::before,
.link-prefix-caret::after {
    --len: .7em;
    --thick: 1px;
    --deg: 20deg;
    content: "";
    position: absolute;
    left: 0;
    top: 58%;
    width: var(--len);
    height: 0;
    border-top: var(--thick) solid currentColor;
    transform-origin: right center;
}

.link-prefix-caret::before {
    transform: translateY(-50%) rotate(var(--deg));
}

.link-prefix-caret::after {
    transform: translateY(-50%) rotate(calc(-1 * var(--deg)));
}



/* ========== COMMON ========== */
.u-mt05 {
    margin-top: .5rem !important;
}

.u-mt10 {
    margin-top: 1.0rem !important;
}

.u-mt15 {
    margin-top: 1.5rem !important;
}

.u-mt20 {
    margin-top: 2.0rem !important;
}

.u-mt25 {
    margin-top: 2.5rem !important;
}

.u-mt30 {
    margin-top: 3.0rem !important;
}

.u-mt35 {
    margin-top: 3.5rem !important;
}

.u-mt40 {
    margin-top: 4.0rem !important;
}

.u-mt45 {
    margin-top: 4.5rem !important;
}

.u-mt50 {
    margin-top: 5.0rem !important;
}

.u-mt55 {
    margin-top: 5.5rem !important;
}

.u-mt60 {
    margin-top: 6.0rem !important;
}

.u-mt65 {
    margin-top: 6.5rem !important;
}

.u-mt70 {
    margin-top: 7.0rem !important;
}

.u-mt75 {
    margin-top: 7.5rem !important;
}

.u-mt80 {
    margin-top: 8.0rem !important;
}

.u-mt85 {
    margin-top: 8.5rem !important;
}

.u-mt90 {
    margin-top: 9.0rem !important;
}

.u-mt95 {
    margin-top: 9.5rem !important;
}

.u-mt100 {
    margin-top: 10.0rem !important;
}

.u-mt105 {
    margin-top: 10.5rem !important;
}

.u-mt110 {
    margin-top: 11.0rem !important;
}

.u-mt115 {
    margin-top: 11.5rem !important;
}

.u-mt120 {
    margin-top: 12.0rem !important;
}

.u-mt125 {
    margin-top: 12.5rem !important;
}

.u-mt130 {
    margin-top: 13.0rem !important;
}

.u-mt135 {
    margin-top: 13.5rem !important;
}

.u-mt140 {
    margin-top: 14.0rem !important;
}

.u-mt145 {
    margin-top: 14.5rem !important;
}

.u-mt150 {
    margin-top: 15.0rem !important;
}

.u-mb05 {
    margin-bottom: .5rem !important;
}

.u-mb10 {
    margin-bottom: 1.0rem !important;
}

.u-mb15 {
    margin-bottom: 1.5rem !important;
}

.u-mb20 {
    margin-bottom: 2.0rem !important;
}

.u-mb25 {
    margin-bottom: 2.5rem !important;
}

.u-mb30 {
    margin-bottom: 3.0rem !important;
}

.u-mb35 {
    margin-bottom: 3.5rem !important;
}

.u-mb40 {
    margin-bottom: 4.0rem !important;
}

.u-mb45 {
    margin-bottom: 4.5rem !important;
}

.u-mb50 {
    margin-bottom: 5.0rem !important;
}

.u-mb55 {
    margin-bottom: 5.5rem !important;
}

.u-mb60 {
    margin-bottom: 6.0rem !important;
}

.u-mb65 {
    margin-bottom: 6.5rem !important;
}

.u-mb70 {
    margin-bottom: 7.0rem !important;
}

.u-mb75 {
    margin-bottom: 7.5rem !important;
}

.u-mb80 {
    margin-bottom: 8.0rem !important;
}

.u-mb85 {
    margin-bottom: 8.5rem !important;
}

.u-mb90 {
    margin-bottom: 9.0rem !important;
}

.u-mb95 {
    margin-bottom: 9.5rem !important;
}

.u-mb100 {
    margin-bottom: 10.0rem !important;
}

.u-mb105 {
    margin-bottom: 10.5rem !important;
}

.u-mb110 {
    margin-bottom: 11.0rem !important;
}

.u-mb115 {
    margin-bottom: 11.5rem !important;
}

.u-mb120 {
    margin-bottom: 12.0rem !important;
}

.u-mb125 {
    margin-bottom: 12.5rem !important;
}

.u-mb130 {
    margin-bottom: 13.0rem !important;
}

.u-mb135 {
    margin-bottom: 13.5rem !important;
}

.u-mb140 {
    margin-bottom: 14.0rem !important;
}

.u-mb145 {
    margin-bottom: 14.5rem !important;
}

.u-mb150 {
    margin-bottom: 15.0rem !important;
}

.u-ml05 {
    margin-left: .5rem !important;
}

.u-ml10 {
    margin-left: 1.0rem !important;
}

.u-ml15 {
    margin-left: 1.5rem !important;
}

.u-ml20 {
    margin-left: 2.0rem !important;
}

.u-ml25 {
    margin-left: 2.5rem !important;
}

.u-ml30 {
    margin-left: 3.0rem !important;
}

.u-ml35 {
    margin-left: 3.5rem !important;
}

.u-ml40 {
    margin-left: 4.0rem !important;
}

.u-ml45 {
    margin-left: 4.5rem !important;
}

.u-ml50 {
    margin-left: 5.0rem !important;
}

.u-ml55 {
    margin-left: 5.5rem !important;
}

.u-ml60 {
    margin-left: 6.0rem !important;
}

.u-ml65 {
    margin-left: 6.5rem !important;
}

.u-ml70 {
    margin-left: 7.0rem !important;
}

.u-ml75 {
    margin-left: 7.5rem !important;
}

.u-ml80 {
    margin-left: 8.0rem !important;
}

.u-ml85 {
    margin-left: 8.5rem !important;
}

.u-ml90 {
    margin-left: 9.0rem !important;
}

.u-ml95 {
    margin-left: 9.5rem !important;
}

.u-ml100 {
    margin-left: 10.0rem !important;
}

.u-ml105 {
    margin-left: 10.5rem !important;
}

.u-ml110 {
    margin-left: 11.0rem !important;
}

.u-ml115 {
    margin-left: 11.5rem !important;
}

.u-ml120 {
    margin-left: 12.0rem !important;
}

.u-ml125 {
    margin-left: 12.5rem !important;
}

.u-ml130 {
    margin-left: 13.0rem !important;
}

.u-ml135 {
    margin-left: 13.5rem !important;
}

.u-ml140 {
    margin-left: 14.0rem !important;
}

.u-ml145 {
    margin-left: 14.5rem !important;
}

.u-ml150 {
    margin-left: 15.0rem !important;
}

.u-mr05 {
    margin-right: .5rem !important;
}

.u-mr10 {
    margin-right: 1.0rem !important;
}

.u-mr15 {
    margin-right: 1.5rem !important;
}

.u-mr20 {
    margin-right: 2.0rem !important;
}

.u-mr25 {
    margin-right: 2.5rem !important;
}

.u-mr30 {
    margin-right: 3.0rem !important;
}

.u-mr35 {
    margin-right: 3.5rem !important;
}

.u-mr40 {
    margin-right: 4.0rem !important;
}

.u-mr45 {
    margin-right: 4.5rem !important;
}

.u-mr50 {
    margin-right: 5.0rem !important;
}

.u-mr55 {
    margin-right: 5.5rem !important;
}

.u-mr60 {
    margin-right: 6.0rem !important;
}

.u-mr65 {
    margin-right: 6.5rem !important;
}

.u-mr70 {
    margin-right: 7.0rem !important;
}

.u-mr75 {
    margin-right: 7.5rem !important;
}

.u-mr80 {
    margin-right: 8.0rem !important;
}

.u-mr85 {
    margin-right: 8.5rem !important;
}

.u-mr90 {
    margin-right: 9.0rem !important;
}

.u-mr95 {
    margin-right: 9.5rem !important;
}

.u-mr100 {
    margin-right: 10.0rem !important;
}

.u-mr105 {
    margin-right: 10.5rem !important;
}

.u-mr110 {
    margin-right: 11.0rem !important;
}

.u-mr115 {
    margin-right: 11.5rem !important;
}

.u-mr120 {
    margin-right: 12.0rem !important;
}

.u-mr125 {
    margin-right: 12.5rem !important;
}

.u-mr130 {
    margin-right: 13.0rem !important;
}

.u-mr135 {
    margin-right: 13.5rem !important;
}

.u-mr140 {
    margin-right: 14.0rem !important;
}

.u-mr145 {
    margin-right: 14.5rem !important;
}

.u-mr150 {
    margin-right: 15.0rem !important;
}

.u-pt05 {
    padding-top: .5rem !important;
}

.u-pt10 {
    padding-top: 1.0rem !important;
}

.u-pt15 {
    padding-top: 1.5rem !important;
}

.u-pt20 {
    padding-top: 2.0rem !important;
}

.u-pt25 {
    padding-top: 2.5rem !important;
}

.u-pt30 {
    padding-top: 3.0rem !important;
}

.u-pt35 {
    padding-top: 3.5rem !important;
}

.u-pt40 {
    padding-top: 4.0rem !important;
}

.u-pt45 {
    padding-top: 4.5rem !important;
}

.u-pt50 {
    padding-top: 5.0rem !important;
}

.u-pt55 {
    padding-top: 5.5rem !important;
}

.u-pt60 {
    padding-top: 6.0rem !important;
}

.u-pt65 {
    padding-top: 6.5rem !important;
}

.u-pt70 {
    padding-top: 7.0rem !important;
}

.u-pt75 {
    padding-top: 7.5rem !important;
}

.u-pt80 {
    padding-top: 8.0rem !important;
}

.u-pt85 {
    padding-top: 8.5rem !important;
}

.u-pt90 {
    padding-top: 9.0rem !important;
}

.u-pt95 {
    padding-top: 9.5rem !important;
}

.u-pt100 {
    padding-top: 1.00rem !important;
}

.u-pt105 {
    padding-top: 1.05rem !important;
}

.u-pt110 {
    padding-top: 1.10rem !important;
}

.u-pt115 {
    padding-top: 1.15rem !important;
}

.u-pt120 {
    padding-top: 1.20rem !important;
}

.u-pt125 {
    padding-top: 1.25rem !important;
}

.u-pt130 {
    padding-top: 1.30rem !important;
}

.u-pt135 {
    padding-top: 1.35rem !important;
}

.u-pt140 {
    padding-top: 1.40rem !important;
}

.u-pt145 {
    padding-top: 1.45rem !important;
}

.u-pt150 {
    padding-top: 1.50rem !important;
}

.u-pb05 {
    padding-bottom: .5rem !important;
}

.u-pb10 {
    padding-bottom: 1.0rem !important;
}

.u-pb15 {
    padding-bottom: 1.5rem !important;
}

.u-pb20 {
    padding-bottom: 2.0rem !important;
}

.u-pb25 {
    padding-bottom: 2.5rem !important;
}

.u-pb30 {
    padding-bottom: 3.0rem !important;
}

.u-pb35 {
    padding-bottom: 3.5rem !important;
}

.u-pb40 {
    padding-bottom: 4.0rem !important;
}

.u-pb45 {
    padding-bottom: 4.5rem !important;
}

.u-pb50 {
    padding-bottom: 5.0rem !important;
}

.u-pb55 {
    padding-bottom: 5.5rem !important;
}

.u-pb60 {
    padding-bottom: 6.0rem !important;
}

.u-pb65 {
    padding-bottom: 6.5rem !important;
}

.u-pb70 {
    padding-bottom: 7.0rem !important;
}

.u-pb75 {
    padding-bottom: 7.5rem !important;
}

.u-pb80 {
    padding-bottom: 8.0rem !important;
}

.u-pb85 {
    padding-bottom: 8.5rem !important;
}

.u-pb90 {
    padding-bottom: 9.0rem !important;
}

.u-pb95 {
    padding-bottom: 9.5rem !important;
}

.u-pb100 {
    padding-bottom: 10.0rem !important;
}

.u-pb105 {
    padding-bottom: 10.5rem !important;
}

.u-pb110 {
    padding-bottom: 11.0rem !important;
}

.u-pb115 {
    padding-bottom: 11.5rem !important;
}

.u-pb120 {
    padding-bottom: 12.0rem !important;
}

.u-pb125 {
    padding-bottom: 12.5rem !important;
}

.u-pb130 {
    padding-bottom: 13.0rem !important;
}

.u-pb135 {
    padding-bottom: 13.5rem !important;
}

.u-pb140 {
    padding-bottom: 14.0rem !important;
}

.u-pb145 {
    padding-bottom: 14.5rem !important;
}

.u-pb150 {
    padding-bottom: 15.0rem !important;
}

.u-tal {
    text-align: left !important;
}

.u-tac {
    text-align: center !important;
}

.u-tar {
    text-align: right !important;
}

.u-w05 {
    width: 5%;
}

.u-w10 {
    width: 10%;
}

.u-w15 {
    width: 15%;
}

.u-w20 {
    width: 20%;
}

.u-w23 {
    width: 23%;
}

.u-w25 {
    width: 25%;
}

.u-w30 {
    width: 30%;
}

.u-w35 {
    width: 35%;
}

.u-w40 {
    width: 40%;
}

.u-w45 {
    width: 45%;
}

.u-w50 {
    width: 50%;
}

.u-w55 {
    width: 55%;
}

.u-w60 {
    width: 60%;
}

.u-w65 {
    width: 65%;
}

.u-w70 {
    width: 70%;
}

.u-w75 {
    width: 75%;
}

.u-w80 {
    width: 80%;
}

.u-w85 {
    width: 85%;
}

.u-w90 {
    width: 90%;
}

.u-w95 {
    width: 95%;
}

.u-w100 {
    width: 100%;
}

.u-fs08 {
    font-size: 0.8rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs09 {
    font-size: 0.9rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs10 {
    font-size: 1.0rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs12 {
    font-size: 1.2rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs14 {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs16 {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs18 {
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs20 {
    font-size: 2.0rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs22 {
    font-size: 2.2rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs24 {
    font-size: 2.4rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs26 {
    font-size: 2.6rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs28 {
    font-size: 2.8rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fs30 {
    font-size: 3.0rem;
    line-height: 1.5em;
    letter-spacing: 0;
}

.u-fw300 {
    font-weight: 300;
}

.u-fw400 {
    font-weight: 400;
}

.u-fw500 {
    font-weight: 500;
}

.u-fw600 {
    font-weight: 600;
}

.u-fw700 {
    font-weight: 700;
}

.u-fw800 {
    font-weight: 800;
}

.u-fw900 {
    font-weight: 900;
}

.u-lh10 {
    line-height: 1.0em !important;
}

.u-lh11 {
    line-height: 1.1em !important;
}

.u-lh12 {
    line-height: 1.2em !important;
}

.u-lh13 {
    line-height: 1.3em !important;
}

.u-lh14 {
    line-height: 1.4em !important;
}

.u-lh15 {
    line-height: 1.5em !important;
}

.u-lh16 {
    line-height: 1.6em !important;
}

.u-lh17 {
    line-height: 1.7em !important;
}

.u-lh18 {
    line-height: 1.8em !important;
}

.u-lh19 {
    line-height: 1.9em !important;
}

.u-lh20 {
    line-height: 2.0em !important;
}

.u-lh21 {
    line-height: 2.1em !important;
}

.u-lh22 {
    line-height: 2.2em !important;
}

.u-lh23 {
    line-height: 2.3em !important;
}

.u-lh24 {
    line-height: 2.4em !important;
}

.u-lh25 {
    line-height: 2.5em !important;
}

.u-lh26 {
    line-height: 2.6em !important;
}

.u-lh27 {
    line-height: 2.7em !important;
}

.u-lh28 {
    line-height: 2.8em !important;
}

.u-lh29 {
    line-height: 2.9em !important;
}

.u-ls00 {
    letter-spacing: 0;
}

.u-ls01 {
    letter-spacing: 0.1rem;
}

.u-ls02 {
    letter-spacing: 0.2rem;
}

.u-ls03 {
    letter-spacing: 0.3rem;
}

.u-ls04 {
    letter-spacing: 0.4rem;
}

.u-ls05 {
    letter-spacing: 0.5rem;
}

.u-colorW {
    color: #fff;
}

.u-colorR {
    color: #ff0000;
}

.u-color031346 {
    color: #031346;
}

.u-pc {
    display: block;
}

.u-sp {
    display: none;
}

.u-circle {
    position: relative;
    padding-left: 1.6rem;
}

.u-circle::before {
    content: '\25CF';
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 640px) {
    .u-pc {
        display: none;
    }

    .u-sp {
        display: block;
    }
}