@charset "UTF-8";
/*==================================================================================================
	blue.ver
==================================================================================================*/
.navbar {
    padding: 2rem 0rem 2rem 3rem;
    overflow-y: hidden;
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: 1rem 3rem;
    }
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.9);
        margin-top: 6rem;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 3rem;
    }
    .navbar-collapse .navbar-nav {
        height: calc(100vh - 60px);
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .navbar {
            padding: 1rem 3rem;
        }
        .navbar-collapse {
            background: rgba(255, 255, 255, 0.9);
            margin-top: 6rem;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            padding: 0 3rem;
        }
        .navbar-collapse .navbar-nav {
            height: calc(100vh - 60px);
        }
    }
    @supports (-ms-ime-align: auto) {
        .navbar {
            padding: 1rem 3rem;
        }
        .navbar-collapse {
            background: rgba(255, 255, 255, 0.9);
            margin-top: 6rem;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            padding: 0 3rem;
        }
        .navbar-collapse .navbar-nav {
            height: calc(100vh - 60px);
        }
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 1rem 1.5rem;
    }
    .navbar-collapse {
        padding: 0 2rem;
    }
}

.navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .navbar-header {
        width: auto;
    }
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

.navbar-brand .logo {
    margin-right: 2.3rem;
    max-height: 55px;
}

.navbar-brand .logo img {
    max-height: 55px;
}

@media only screen and (max-width: 991px) {
    .navbar-brand .logo img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .navbar-brand .logo img {
            max-height: 40px;
        }
    }
    @supports (-ms-ime-align: auto) {
        .navbar-brand .logo img {
            max-height: 40px;
        }
    }
}

.recruit {
    font-size: 1.8rem;
    font-family: "Viga", sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .recruit {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit {
        font-size: 1.4rem;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 3rem;
    margin-right: 3rem;
}

@media screen and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .navbar-expand-lg .navbar-nav .nav-link {
            margin-left: 0;
            margin-right: 0;
        }
    }
    @supports (-ms-ime-align: auto) {
        .navbar-expand-lg .navbar-nav .nav-link {
            margin-left: 0;
            margin-right: 0;
        }
    }
}

.nav-item .nav-link {
    font-weight: 700;
    color: #2B343D;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 991px) {
    .nav-item .nav-link {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        padding-left: 1.5rem !important;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .nav-item .nav-link {
            border-bottom: 1px solid #c1c1c1;
            padding-bottom: 1.5rem;
            padding-top: 1.5rem;
            padding-left: 1.5rem !important;
        }
    }
    @supports (-ms-ime-align: auto) {
        .nav-item .nav-link {
            border-bottom: 1px solid #c1c1c1;
            padding-bottom: 1.5rem;
            padding-top: 1.5rem;
            padding-left: 1.5rem !important;
        }
    }
}

@media screen and (max-width: 991px) {
    .nav-item:last-child .nav-link {
        margin-bottom: 1em;
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open.png);
    background-size: contain;
    width: 55px;
    height: 50px;
}

@media only screen and (max-width: 991px) {
    .navbar-toggler .navbar-toggler-icon {
        width: 32px;
        height: 25px;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .navbar-toggler .navbar-toggler-icon {
            width: 32px;
            height: 25px;
        }
    }
    @supports (-ms-ime-align: auto) {
        .navbar-toggler .navbar-toggler-icon {
            width: 32px;
            height: 25px;
        }
    }
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close.png);
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 991px) {
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        width: 32px;
        height: 25px;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            width: 32px;
            height: 25px;
        }
    }
    @supports (-ms-ime-align: auto) {
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            width: 32px;
            height: 25px;
        }
    }
}

.nav-bg {
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 991px) {
    .nav-bg {
        background-color: inherit;
    }
}

.mainContainer.-sub .fixed-top {
    background-color: #fff;
}

.fixed-top {
    z-index: 99999;
    position: fixed !important;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 991px) {
    .fixed-top {
        z-index: 999;
    }
    .fixed-top::before {
        -webkit-box-shadow: 0 0 6px #ababab;
        box-shadow: 0 0 6px #ababab;
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #ffffff;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        .fixed-top {
            z-index: 999;
        }
        .fixed-top::before {
            box-shadow: 0 0 6px #ababab;
            content: "";
            position: absolute;
            z-index: -1;
            background-color: #ffffff;
            width: 100%;
            height: 60px;
            top: 0;
            left: 0;
        }
    }
    @supports (-ms-ime-align: auto) {
        .fixed-top {
            z-index: 999;
        }
        .fixed-top::before {
            -webkit-box-shadow: 0 0 6px #ababab;
            box-shadow: 0 0 6px #ababab;
            content: "";
            position: absolute;
            z-index: -1;
            background-color: #ffffff;
            width: 100%;
            height: 60px;
            top: 0;
            left: 0;
        }
    }
}

@media only screen and (max-width: 991px) {
    _:lang(x) + _:-webkit-full-screen-document, .navbar {
        display: block;
    }
    _:lang(x) + _:-webkit-full-screen-document, .navbar-collapse {
        background: none;
        margin-top: 60px;
    }
    _:lang(x) + _:-webkit-full-screen-document, .navbarBg {
        background: rgba(255, 255, 255, 0.9);
        height: 100%;
    }
    _:lang(x) + _:-webkit-full-screen-document, .-hideOverflowWrap {
        overflow: hidden;
    }
}

.navWrap {
    margin-left: auto;
}

.footer .mContainer {
    background: url(../img/common/entry-footer.png) no-repeat center center/cover !important;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footer .mContainer {
        padding: 4rem 0;
    }
}

@media screen and (max-width: 480px) {
    .footer .mContainer {
        padding: 2.5rem 0;
    }
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer .mContainer:before {
        content: "";
        background-color: #000000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        opacity: 1;
        mix-blend-mode: multiply;
        opacity: .41;
    }
}

@supports (-ms-ime-align: auto) {
    .footer .mContainer:before {
        content: "";
        background-color: #000000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        opacity: 1;
        mix-blend-mode: multiply;
        opacity: .41;
    }
}

.footer .mContainer:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#44c5da), to(#11d7b2));
    background: -webkit-linear-gradient(top, #44c5da 0%, #11d7b2 100%);
    background: linear-gradient(180deg, #44c5da 0%, #11d7b2 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer .mContainer:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#00dcff), to(#00ffc3));
        background: -webkit-linear-gradient(top, #00dcff 0%, #00ffc3 100%);
        background: linear-gradient(180deg, #00dcff 0%, #00ffc3 100%);
        opacity: .56;
    }
}

@supports (-ms-ime-align: auto) {
    .footer .mContainer:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#00dcff), to(#00ffc3));
        background: -webkit-linear-gradient(top, #00dcff 0%, #00ffc3 100%);
        background: linear-gradient(180deg, #00dcff 0%, #00ffc3 100%);
        opacity: .56;
    }
}

.footer .mContainer .entryTtl {
    color: #ffffff;
    z-index: 1;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .footer .mContainer .entryTtl {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .footer .mContainer .entryTtl {
        margin-bottom: 1rem;
    }
}

.footer .mContainer .entryTtl .boxTitle {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    .footer .mContainer .entryTtl .boxTitle {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .footer .mContainer .entryTtl .txt br {
        display: none;
    }
}

.footer .mContainer .btnArea {
    position: relative;
    z-index: 1;
    text-align: center;
}

.footer .mContainer .entryBanner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .footer .mContainer .entryBanner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer .mContainer .entryBanner__item {
    margin-right: 3rem;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .footer .mContainer .entryBanner__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .footer .mContainer .entryBanner__item:last-child {
        margin-bottom: 0;
    }
}

.footer .mContainer .entryBanner__item:last-child {
    margin-right: 0;
}

.footer .footerCont {
    padding: 3.5rem 0 4rem;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .footer .footerCont {
        padding: 6rem 0;
    }
}

.footer .footerCont .footerArea {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .footerCont .footerInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.5rem;
    margin-right: 1em;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .footer .footerCont .footerInfo {
        margin-bottom: 2rem;
    }
}

.footer .footerCont .footerInfo .footerLogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo .footerLogo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3.5rem;
    }
}

.footer .footerCont .footerInfo .footerLogo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 3rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
    .footer .footerCont .footerInfo .footerLogo .logo {
        margin-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo .footerLogo .logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.footer .footerCont .footerInfo .footerLogo .logo img {
    margin-bottom: 0.5rem;
    width: 190px;
}

@media screen and (max-width: 960px) {
    .footer .footerCont .footerInfo .footerLogo .logo img {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo .footerLogo .logo img {
        width: 150px;
        margin: 0 auto;
    }
}

.footer .footerCont .footerInfo .footerLogo .txt {
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo .footerLogo .txt {
        margin-bottom: 0;
    }
}

.footer .footerCont .footerInfo .footerLogo .txt p {
    font-size: 1.4rem;
    line-height: 21px;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerInfo .footerLogo .txt p {
        font-size: 1.2rem;
    }
}

.footer .footerCont .footerSitemap {
    width: 100%;
    max-width: 580px;
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .footer .footerCont .footerSitemap {
        max-width: 310px;
    }
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerSitemap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: inherit;
    }
}

.footer .footerCont .footerSitemap .listSitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerSitemap .listSitemap {
        display: block;
        width: 100%;
    }
}

.footer .footerCont .footerSitemap .listSitemap__item {
    width: 29%;
    margin-bottom: 2rem;
    margin-right: 6%;
}

@media screen and (min-width: 1024px) {
    .footer .footerCont .footerSitemap .listSitemap__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer .footerCont .footerSitemap .listSitemap__item {
        width: 43%;
    }
    .footer .footerCont .footerSitemap .listSitemap__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerSitemap .listSitemap__item {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 1px solid #c9c9c9;
    }
}

@media screen and (max-width: 768px) {
    .footer .footerCont .footerSitemap .listSitemap__item .link {
        padding: 1.5rem 0;
        display: block;
        margin-left: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .footer .footerCont .footerSitemap .listSitemap__item .link {
        padding: 1rem 0;
        margin-left: 1rem;
    }
}

.footer .copyright {
    text-align: center;
    background-color: #2B343D;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .footer .copyright {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 991.6px) {
    @supports (-ms-ime-align: auto) {
        .navbar-header {
            width: auto;
        }
        .navbar-toggler {
            display: none !important;
        }
        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }
        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
        .navbar-expand-lg .navbar-toggler {
            display: none !important;
        }
        .collapse {
            display: block !important;
        }
    }
}

@media only screen and (max-width: 990px) {
    _::-webkit-full-page-media .navbar-expand-lg .navbar-collapse, _:future .navbar-expand-lg .navbar-collapse, :root .css_selector .navbar-expand-lg .navbar-collapse {
        position: relative;
    }
}

/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .nav-item .nav-link {
    color: #3B3B3B;
}

body.-purple .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-purple.png);
}

body.-purple .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-purple.png);
}

body.-purple .footer .mContainer:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#bd73de), to(#948cd8));
    background: -webkit-linear-gradient(top, #bd73de 0%, #948cd8 100%);
    background: linear-gradient(180deg, #bd73de 0%, #948cd8 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-purple .footer .mContainer:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#bc39ff), to(#4b3eb9));
        background: -webkit-linear-gradient(top, #bc39ff 0%, #4b3eb9 100%);
        background: linear-gradient(180deg, #bc39ff 0%, #4b3eb9 100%);
        opacity: .56;
    }
}

@supports (-ms-ime-align: auto) {
    body.-purple .footer .mContainer:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#bc39ff), to(#4b3eb9));
        background: -webkit-linear-gradient(top, #bc39ff 0%, #4b3eb9 100%);
        background: linear-gradient(180deg, #bc39ff 0%, #4b3eb9 100%);
        opacity: .56;
    }
}

body.-purple .footer .copyright {
    background-color: #3B3B3B;
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .nav-item .nav-link {
    color: #252D24;
}

body.-green .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-green.png);
}

body.-green .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-green.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-green .footer .mContainer:before {
        opacity: .57;
    }
}

@supports (-ms-ime-align: auto) {
    body.-green .footer .mContainer:before {
        opacity: .57;
    }
}

body.-green .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#2fba8a), to(#77de0e));
    background: -webkit-linear-gradient(bottom, #2fba8a 0%, #77de0e 100%);
    background: linear-gradient(0deg, #2fba8a 0%, #77de0e 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-green .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#00ec9a), to(#80ff00));
        background: -webkit-linear-gradient(bottom, #00ec9a 0%, #80ff00 100%);
        background: linear-gradient(0deg, #00ec9a 0%, #80ff00 100%);
        opacity: .56;
    }
}

@supports (-ms-ime-align: auto) {
    body.-green .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#00ec9a), to(#80ff00));
        background: -webkit-linear-gradient(bottom, #00ec9a 0%, #80ff00 100%);
        background: linear-gradient(0deg, #00ec9a 0%, #80ff00 100%);
        opacity: .56;
    }
}

body.-green .footer .copyright {
    background-color: #252D24;
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .nav-item .nav-link {
    color: #332625;
}

body.-red .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-red.png);
}

body.-red .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-red.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-red .footer .mContainer:before {
        opacity: .49;
    }
}

@supports (-ms-ime-align: auto) {
    body.-red .footer .mContainer:before {
        opacity: .49;
    }
}

body.-red .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#d21b1b), to(#d75f33));
    background: -webkit-linear-gradient(bottom, #d21b1b 0%, #d75f33 100%);
    background: linear-gradient(0deg, #d21b1b 0%, #d75f33 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-red .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(red), to(#ff4600));
        background: -webkit-linear-gradient(bottom, red 0%, #ff4600 100%);
        background: linear-gradient(0deg, red 0%, #ff4600 100%);
        opacity: .61;
    }
}

@supports (-ms-ime-align: auto) {
    body.-red .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(red), to(#ff4600));
        background: -webkit-linear-gradient(bottom, red 0%, #ff4600 100%);
        background: linear-gradient(0deg, red 0%, #ff4600 100%);
        opacity: .61;
    }
}

body.-red .footer .copyright {
    background-color: #332625;
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .nav-item .nav-link {
    color: #3D312B;
}

body.-orange .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-orange.png);
}

body.-orange .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-orange.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-orange .footer .mContainer:before {
        opacity: .44;
    }
}

@supports (-ms-ime-align: auto) {
    body.-orange .footer .mContainer:before {
        opacity: .44;
    }
}

body.-orange .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#fd6e00), to(#f1a100));
    background: -webkit-linear-gradient(bottom, #fd6e00 0%, #f1a100 100%);
    background: linear-gradient(0deg, #fd6e00 0%, #f1a100 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-orange .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#f1aa00), to(#ff5d00));
        background: -webkit-linear-gradient(bottom, #f1aa00 0%, #ff5d00 100%);
        background: linear-gradient(0deg, #f1aa00 0%, #ff5d00 100%);
        opacity: .77;
    }
}

@supports (-ms-ime-align: auto) {
    body.-orange .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#f1aa00), to(#ff5d00));
        background: -webkit-linear-gradient(bottom, #f1aa00 0%, #ff5d00 100%);
        background: linear-gradient(0deg, #f1aa00 0%, #ff5d00 100%);
        opacity: .77;
    }
}

body.-orange .footer .copyright {
    background-color: #3D312B;
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .nav-item .nav-link {
    color: #3D3D2B;
}

body.-yellow .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-yellow.png);
}

body.-yellow .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-yellow.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-yellow .footer .mContainer:before {
        opacity: .35;
    }
}

@supports (-ms-ime-align: auto) {
    body.-yellow .footer .mContainer:before {
        opacity: .35;
    }
}

body.-yellow .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc500), to(#f5e500));
    background: -webkit-linear-gradient(bottom, #ffc500 0%, #f5e500 100%);
    background: linear-gradient(0deg, #ffc500 0%, #f5e500 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-yellow .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ffb900), to(#ffee00));
        background: -webkit-linear-gradient(bottom, #ffb900 0%, #ffee00 100%);
        background: linear-gradient(0deg, #ffb900 0%, #ffee00 100%);
        opacity: .78;
    }
}

@supports (-ms-ime-align: auto) {
    body.-yellow .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ffb900), to(#ffee00));
        background: -webkit-linear-gradient(bottom, #ffb900 0%, #ffee00 100%);
        background: linear-gradient(0deg, #ffb900 0%, #ffee00 100%);
        opacity: .78;
    }
}

body.-yellow .footer .copyright {
    background-color: #3D3D2B;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .nav-item .nav-link {
    color: #2F2424;
}

body.-pink .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-pink.png);
}

body.-pink .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-pink.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-pink .footer .mContainer:before {
        opacity: .41;
    }
}

@supports (-ms-ime-align: auto) {
    body.-pink .footer .mContainer:before {
        opacity: .41;
    }
}

body.-pink .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6381), to(#ff899f));
    background: -webkit-linear-gradient(bottom, #ff6381 0%, #ff899f 100%);
    background: linear-gradient(0deg, #ff6381 0%, #ff899f 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-pink .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ff1945), to(#ff607d));
        background: -webkit-linear-gradient(bottom, #ff1945 0%, #ff607d 100%);
        background: linear-gradient(0deg, #ff1945 0%, #ff607d 100%);
        opacity: .62;
    }
}

@supports (-ms-ime-align: auto) {
    body.-pink .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ff1945), to(#ff607d));
        background: -webkit-linear-gradient(bottom, #ff1945 0%, #ff607d 100%);
        background: linear-gradient(0deg, #ff1945 0%, #ff607d 100%);
        opacity: .62;
    }
}

body.-pink .footer .copyright {
    background-color: #3D3D2B;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .nav-item .nav-link {
    color: #2F2424;
}

body.-pink .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-pink.png);
}

body.-pink .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-pink.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-pink .footer .mContainer:before {
        opacity: .41;
    }
}

@supports (-ms-ime-align: auto) {
    body.-pink .footer .mContainer:before {
        opacity: .41;
    }
}

body.-pink .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff6381), to(#ff899f));
    background: -webkit-linear-gradient(bottom, #ff6381 0%, #ff899f 100%);
    background: linear-gradient(0deg, #ff6381 0%, #ff899f 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-pink .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ff1945), to(#ff607d));
        background: -webkit-linear-gradient(bottom, #ff1945 0%, #ff607d 100%);
        background: linear-gradient(0deg, #ff1945 0%, #ff607d 100%);
        opacity: .62;
    }
}

@supports (-ms-ime-align: auto) {
    body.-pink .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#ff1945), to(#ff607d));
        background: -webkit-linear-gradient(bottom, #ff1945 0%, #ff607d 100%);
        background: linear-gradient(0deg, #ff1945 0%, #ff607d 100%);
        opacity: .62;
    }
}

body.-pink .footer .copyright {
    background-color: #3D3D2B;
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .nav-item .nav-link {
    color: #3D372B;
}

body.-beige .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-beige.png);
}

body.-beige .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-beige.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-beige .footer .mContainer:before {
        opacity: .17;
    }
}

@supports (-ms-ime-align: auto) {
    body.-beige .footer .mContainer:before {
        opacity: .17;
    }
}

body.-beige .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#323232), to(#4d4d4d));
    background: -webkit-linear-gradient(bottom, #323232 0%, #4d4d4d 100%);
    background: linear-gradient(0deg, #323232 0%, #4d4d4d 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-beige .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
        background: -webkit-linear-gradient(bottom, black 0%, #2b2b2b 100%);
        background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
        opacity: .79;
    }
}

@supports (-ms-ime-align: auto) {
    body.-beige .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
        background: -webkit-linear-gradient(bottom, black 0%, #2b2b2b 100%);
        background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
        opacity: .79;
    }
}

body.-beige .footer .copyright {
    background-color: #3D372B;
}

/*==================================================================================================
	blue.ver
==================================================================================================*/
body.-blue .nav-item .nav-link {
    color: #2B323D;
}

body.-blue .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-blue.png);
}

body.-blue .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-blue.png);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-blue .footer .mContainer:before {
        opacity: .43;
    }
}

@supports (-ms-ime-align: auto) {
    body.-blue .footer .mContainer:before {
        opacity: .43;
    }
}

body.-blue .footer .mContainer:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#3859ab), to(#60a0db));
    background: -webkit-linear-gradient(bottom, #3859ab 0%, #60a0db 100%);
    background: linear-gradient(0deg, #3859ab 0%, #60a0db 100%);
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.-blue .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#0035b9), to(#47a7ff));
        background: -webkit-linear-gradient(bottom, #0035b9 0%, #47a7ff 100%);
        background: linear-gradient(0deg, #0035b9 0%, #47a7ff 100%);
        opacity: .61;
    }
}

@supports (-ms-ime-align: auto) {
    body.-blue .footer .mContainer:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#0035b9), to(#47a7ff));
        background: -webkit-linear-gradient(bottom, #0035b9 0%, #47a7ff 100%);
        background: linear-gradient(0deg, #0035b9 0%, #47a7ff 100%);
        opacity: .61;
    }
}

body.-blue .footer .copyright {
    background-color: #2B323D;
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black {
    background-color: #1A1A1A;
    color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    body.-black .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
    }
}

@media only screen and (max-width: 991.5px) {
    @-moz-document url-prefix() {
        body.-black .navbar-collapse {
            background: rgba(0, 0, 0, 0.9);
        }
    }
    @supports (-ms-ime-align: auto) {
        body.-black .navbar-collapse {
            background: rgba(0, 0, 0, 0.9);
        }
    }
}

body.-black .nav-bg {
    background-color: #1A1A1A;
}

body.-black .fixed-top::before {
    background-color: #1A1A1A;
}

body.-black .nav-item .nav-link {
    color: #FFFFFF;
}

body.-black .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/common/nav-open-black.png);
}

body.-black .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../img/common/nav-close-black.png);
}

body.-black .footer .footerLogo .txt {
    color: #1A1A1A;
}

body.-black .footer .footerSitemap .listSitemap__item > a {
    color: #1A1A1A;
}

body.-black .footer .copyright {
    background-color: #1A1A1A;
}

body.-black .mainContainer.-sub .fixed-top {
    background-color: #1A1A1A;
}

.slider {
    margin-top: 95px;
    height: calc(100vh - 95px);
    position: relative;
    /* Dots */
}

@media only screen and (max-width: 991px) {
    .slider {
        margin-top: 60px;
        height: calc(100vh - 60px);
    }
}

.slider:after {
    content: '';
    display: inline-block;
    width: 195px;
    height: 195px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -50px;
    top: -80px;
}

.slider:before {
    content: '';
    display: inline-block;
    width: 293px;
    height: 293px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -50px;
    bottom: -150px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .slider:before {
        width: 200px;
        height: 200px;
    }
}

.slider .slick-list, .slider .slick-track {
    height: calc(100% - 35px);
}

@media screen and (max-width: 768px) {
    .slider .slick-track {
        height: 100%;
    }
}

.slider__item {
    position: relative !important;
}

@media screen and (max-width: 768px) {
    .slider__item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.slider__item .pageLabel.-top {
    position: absolute !important;
}

@media screen and (min-width: 769px) {
    .slider__item .pageLabel.-top {
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .slider__item .pageLabel.-top {
        bottom: 0;
        height: auto;
        margin-bottom: 1em;
    }
}

.slider__item .pageLabel.-top .pageTitle {
    text-align: left;
    color: #2B343D;
    padding-left: 5vw;
}

@media screen and (max-width: 768px) {
    .slider__item .pageLabel.-top .pageTitle {
        padding-right: 5vw;
    }
}

.slider__item .pageLabel.-top .pageTitle .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4rem;
}

@media screen and (max-width: 960px) {
    .slider__item .pageLabel.-top .pageTitle .jp {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 480px) {
    .slider__item .pageLabel.-top .pageTitle .jp {
        font-size: 2rem;
    }
}

.slider__item .pageLabel.-top .pageTitle .en {
    line-height: 1;
    font-family: "Viga", sans-serif;
    font-size: 9.6rem;
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider__item .pageLabel.-top .pageTitle .en {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 960px) {
    .slider__item .pageLabel.-top .pageTitle .en {
        font-size: 8.6rem;
    }
}

@media screen and (max-width: 480px) {
    .slider__item .pageLabel.-top .pageTitle .en {
        font-size: 5.2rem;
    }
}

.slider__item .image {
    width: calc(100% - 30vw);
    height: 100%;
    margin-left: auto;
    position: relative;
}

.slider__item .image .fitImg {
    border-radius: 20px 0 0 20px;
}

.slider__item .image:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    background-color: #F8FCFC;
    background-repeat: repeat;
    position: absolute;
    z-index: -5;
    left: -20px;
    bottom: -20px;
    border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 768px) {
    .slider__item .image {
        width: 100%;
        height: 78%;
        top: 0;
        position: absolute;
    }
    .slider__item .image .fitImg {
        border-radius: 0;
    }
}

.slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider .slide-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 10px 0 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
}

.slider .slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider .slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider .slide-dots li button:hover,
.slider .slide-dots li button:focus {
    outline: none;
}

.slider .slide-dots li button:hover:before,
.slider .slide-dots li button:focus:before {
    opacity: 1;
}

.slider .slide-dots li button:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #D2D2D2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider .slide-dots li.slick-active button:before {
    opacity: 1;
    color: #11d7b2;
    background: -webkit-linear-gradient(90deg, #44c5da 0%, #11d7b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.-topPage {
    padding: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .-topPage {
        overflow: hidden;
    }
}

@supports (-ms-ime-align: auto) {
    .-topPage {
        overflow: hidden;
    }
}

.-topPage .flexBox .inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .-topPage .flexBox .inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

.-topPage .flexBox .inner .boxArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox .inner .boxArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.-topPage .flexBox .inner .boxArea .image {
    width: 47%;
    position: relative;
    min-height: 1px;
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox .inner .boxArea .image {
        width: 100%;
        margin-bottom: 2em;
    }
}

.-topPage .flexBox .inner .boxArea .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F8FCFC;
    background-repeat: repeat;
    position: absolute;
    z-index: -5;
    left: -20px;
    bottom: -20px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox .inner .boxArea .image:before {
        left: -10px;
        bottom: -10px;
    }
}

.-topPage .flexBox .inner .boxArea .image > img {
    border-radius: 20px;
}

.-topPage .flexBox .inner .boxArea .txtArea {
    width: 53%;
    padding: 0 8% 0 4.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1440px) {
    .-topPage .flexBox .inner .boxArea .txtArea {
        padding: 0 0% 0 4.5%;
    }
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox .inner .boxArea .txtArea {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.-topPage .flexBox .inner .boxArea .txtArea .txt {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox .inner .boxArea .txtArea .txt {
        padding-bottom: 0;
        margin: 0 auto;
    }
}

.-topPage .flexBox .inner .boxArea .txtArea .txt__text {
    margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
    .-topPage .flexBox .inner .boxArea .txtArea .txt__text {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 960px) {
    .-topPage .flexBox .inner .boxArea .txtArea .txt__text {
        margin-bottom: 2rem;
    }
}

.-topPage .flexBox.-right .inner .boxArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox.-right .inner .boxArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.-topPage .flexBox.-right .inner .boxArea .txtArea {
    padding: 0 4.5% 0 8%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1440px) {
    .-topPage .flexBox.-right .inner .boxArea .txtArea {
        padding: 0 4.5% 0 0%;
    }
}

@media screen and (max-width: 768px) {
    .-topPage .flexBox.-right .inner .boxArea .txtArea {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

.aboutCont {
    position: relative;
}

.aboutCont:before {
    content: '';
    display: inline-block;
    width: 284px;
    height: 284px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -30px;
    bottom: -50px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .aboutCont:before {
        width: 200px;
        height: 200px;
    }
}

.aboutCont.-light:before {
    content: none;
}

.aboutCont.-light .mContainer {
    padding-bottom: 0;
}

.interviewCont {
    background-color: #F4F9F9;
}

.interviewCont .txt {
    text-align: center;
    margin-bottom: 5rem;
}

@media screen and (max-width: 960px) {
    .interviewCont .txt {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 960px) {
    .interviewCont .txt__text br {
        display: none;
    }
}

.interviewCont .listInter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }
}

.interviewCont .listInter__item {
    width: 33.3%;
    margin-right: 3rem;
}

@media screen and (max-width: 960px) {
    .interviewCont .listInter__item {
        margin-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .interviewCont .listInter__item:last-child {
        margin-bottom: 0;
    }
    .interviewCont .listInter__item img {
        width: 100%;
    }
}

.interviewCont .listInter__item:last-child {
    margin-right: 0;
}

.interviewCont .listInter__item .image {
    position: relative;
}

.interviewCont .listInter__item .image .tag {
    position: absolute;
    background-color: #2B343D;
    color: #ffffff;
    padding: 0 2.5rem;
    text-align: center;
    border-radius: 50px;
    right: 1em;
    bottom: -.5em;
}

@media screen and (max-width: 1024px) {
    .interviewCont .listInter__item .image .tag {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter__item .image .tag {
        padding: 0rem 2rem;
    }
}

.interviewCont .listInter__item .image > img {
    border-radius: 20px;
}

.interviewCont .listInter__item .ttl {
    padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter__item .ttl {
        padding-top: 1.7rem;
    }
}

.interviewCont .listInter__item .ttl .desc {
    margin-bottom: 1.5rem;
}

.interviewCont .listInter__item .ttl .desc p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 28px;
}

@media screen and (max-width: 960px) {
    .interviewCont .listInter__item .ttl .desc p {
        font-size: 1.6rem;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .interviewCont .listInter__item .ttl .desc p {
        line-height: 20px;
    }
}

.interviewCont .listInter__item .ttl .date .year {
    font-size: 1.4rem;
}

.interviewCont .listInter__item .ttl .date .name {
    font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
    .interviewCont .listInter__item .ttl .date .name {
        font-size: 1.6rem;
    }
}

.interviewCont .listInter__item:hover {
    opacity: .8;
}

.interviewCont .btnArea {
    text-align: center;
}

.careerCont {
    position: relative;
}

.careerCont:before {
    content: '';
    display: inline-block;
    width: 252px;
    height: 252px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
}

.careerCont .mContainer {
    padding-top: 0;
}

.newsCont .mContainer {
    padding-top: 3rem;
    padding-bottom: 0;
}

.newsCont .mContainer .newsList {
    margin-bottom: 3em;
}

.newsCont .mContainer .newsList__item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 1em;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
    .newsCont .mContainer .newsList__item > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1em .5em;
    }
}

.newsCont .mContainer .newsList__item > a:hover > time {
    opacity: .8;
}

.newsCont .mContainer .newsList__item > a:hover > p {
    opacity: .8;
}

.newsCont .mContainer .newsList__item > a > time {
    line-height: 1.5em;
    margin-right: 1em;
    color: #848484;
}

.newsCont .mContainer .newsList__item > a > p {
    line-height: 1.5em;
}

.cultureCont {
    position: relative;
}

.cultureCont:after {
    content: '';
    display: inline-block;
    width: 251px;
    height: 251px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -20px;
    top: -40px;
    z-index: -1;
}

.cultureCont:before {
    content: '';
    display: inline-block;
    width: 237px;
    height: 237px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -50px;
    bottom: -20px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .cultureCont:before {
        width: 200px;
        height: 200px;
    }
}

.guidelineCont {
    background-color: #F4F9F9;
    position: relative;
}

.guidelineCont__bg {
    position: absolute;
    width: 100%;
    height: 50%;
}

.guidelineCont__bg > img {
    width: 100%;
}

.guidelineCont .mContainer {
    position: relative;
    z-index: 1;
}

.guidelineCont .guideArea .boxGuide {
    padding: 8rem 2rem;
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
}

@media screen and (max-width: 960px) {
    .guidelineCont .guideArea .boxGuide {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .guidelineCont .guideArea .boxGuide {
        padding: 3rem 2rem;
    }
}

.guidelineCont .guideArea .boxGuide .ttl__text {
    margin-bottom: 5rem;
}

@media screen and (max-width: 960px) {
    .guidelineCont .guideArea .boxGuide .ttl__text {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .guidelineCont .guideArea .boxGuide .ttl__text {
        margin-bottom: 2rem;
    }
}

.guidelistCont {
    position: relative;
}

.guidelistCont:after {
    content: '';
    display: inline-block;
    width: 307px;
    height: 307px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: -40px;
    z-index: -1;
}

.guidelistCont:before {
    content: '';
    display: inline-block;
    width: 307px;
    height: 307px;
    background-image: url(../img/common/circle-paleblue.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -40px;
    bottom: -80px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .guidelistCont:before {
        width: 200px;
        height: 200px;
    }
}

.guidelistCont .listGuide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.guidelistCont .listGuide__item {
    margin-right: 3rem;
    width: 33.3%;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .guidelistCont .listGuide__item {
        margin-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .guidelistCont .listGuide__item:last-child {
        margin-bottom: 0;
    }
}

.guidelistCont .listGuide__item img {
    margin-bottom: 3rem;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide__item img {
        margin-bottom: 1.5rem;
        width: 100%;
    }
}

.guidelistCont .listGuide__item .ttl__text {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 2.5rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .guidelistCont .listGuide__item .ttl__text {
        margin-bottom: 1.5rem;
    }
}

.guidelistCont .listGuide__item .ttl__desc {
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide__item .ttl__desc {
        margin-bottom: 1rem;
    }
}

.guidelistCont .listGuide__item .ttl__desc > span {
    display: block;
}

.guidelistCont .listGuide__item .ttl__desc .en {
    font-family: "Viga", sans-serif;
    font-size: 4.4rem;
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .guidelistCont .listGuide__item .ttl__desc .en {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 960px) {
    .guidelistCont .listGuide__item .ttl__desc .en {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide__item .ttl__desc .en {
        font-size: 2.5rem;
    }
}

.guidelistCont .listGuide__item .ttl__desc .jp {
    font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
    .guidelistCont .listGuide__item .ttl__desc .jp {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .guidelistCont .listGuide__item .ttl__desc .jp {
        font-size: 1.5rem;
    }
}

.guidelistCont .listGuide__item:last-child {
    margin-right: 0;
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .slider:after {
    background-image: url(../img/common/circle-green.png);
}

body.-green .slider:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .slider__item .pageLabel.-top .pageTitle {
    color: #252D24;
}

body.-green .slider__item .image:before {
    background-color: #F8FCFA;
}

body.-green .flexBox .inner .boxArea .image:before {
    background-color: #F8FCFA;
}

body.-green .aboutCont:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .careerCont:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .cultureCont:after {
    background-image: url(../img/common/circle-green.png);
}

body.-green .cultureCont:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .guidelistCont:after {
    background-image: url(../img/common/circle-green.png);
}

body.-green .guidelistCont:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .slide-dots li.slick-active button:before {
    opacity: 1;
    color: #2FBA8A;
    background: -webkit-linear-gradient(45deg, #2fba8a 0%, #77de0e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-green .interviewCont {
    background-color: #F8FCFA;
}

body.-green .interviewCont .listInter__item .image .tag {
    background-color: #252D24;
}

body.-green .guidelineCont {
    background-color: #F8FCFA;
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .slider:after {
    background-image: url(../img/common/circle-red.png);
}

body.-red .slider:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .slider__item .pageLabel.-top .pageTitle {
    color: #332625;
}

body.-red .slider__item .image:before {
    background-color: #FCF9F8;
}

body.-red .flexBox .inner .boxArea .image:before {
    background-color: #FCF9F8;
}

body.-red .aboutCont:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .careerCont:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .cultureCont:after {
    background-image: url(../img/common/circle-red.png);
}

body.-red .cultureCont:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .guidelistCont:after {
    background-image: url(../img/common/circle-red.png);
}

body.-red .guidelistCont:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .slide-dots li.slick-active button:before {
    color: #D02A1E;
    background: -webkit-linear-gradient(45deg, #d02a1e 0%, #fe4500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-red .interviewCont {
    background-color: #FCF9F8;
}

body.-red .interviewCont .listInter__item .image .tag {
    background-color: #332625;
}

body.-red .guidelineCont {
    background-color: #FCF9F8;
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .slider:after {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .slider:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .slider__item .pageLabel.-top .pageTitle {
    color: #3D312B;
}

body.-orange .slider__item .image:before {
    background-color: #FCFAF8;
}

body.-orange .flexBox .inner .boxArea .image:before {
    background-color: #FCFAF8;
}

body.-orange .aboutCont:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .careerCont:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .cultureCont:after {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .cultureCont:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .guidelistCont:after {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .guidelistCont:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .slide-dots li.slick-active button:before {
    color: #FD6E00;
    background: -webkit-linear-gradient(45deg, #fd6e00 0%, #f1a100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-orange .interviewCont {
    background-color: #FCFAF8;
}

body.-orange .interviewCont .listInter__item .image .tag {
    background-color: #3D312B;
}

body.-orange .guidelineCont {
    background-color: #FCFAF8;
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .slider:after {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .slider:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .slider__item .pageLabel.-top .pageTitle {
    color: #3D3D2B;
}

body.-yellow .slider__item .image:before {
    background-color: #FCFCF8;
}

body.-yellow .flexBox .inner .boxArea .image:before {
    background-color: #FCFCF8;
}

body.-yellow .aboutCont:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .careerCont:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .cultureCont:after {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .cultureCont:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .guidelistCont:after {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .guidelistCont:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .slide-dots li.slick-active button:before {
    color: #FFC500;
    background: -webkit-linear-gradient(45deg, #ffc500 0%, #f5e500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-yellow .interviewCont {
    background-color: #FCFCF8;
}

body.-yellow .interviewCont .listInter__item .image .tag {
    background-color: #3D3D2B;
}

body.-yellow .guidelineCont {
    background-color: #FCFCF8;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .slider:after {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .slider:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .slider__item .pageLabel.-top .pageTitle {
    color: #2F2424;
}

body.-pink .slider__item .image:before {
    background-color: #FCF8FA;
}

body.-pink .flexBox .inner .boxArea .image:before {
    background-color: #FCF8FA;
}

body.-pink .aboutCont:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .careerCont:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .cultureCont:after {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .cultureCont:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .guidelistCont:after {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .guidelistCont:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .slide-dots li.slick-active button:before {
    color: #FF6381;
    background: -webkit-linear-gradient(45deg, #ff6381 0%, #ff899f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-pink .interviewCont {
    background-color: #FCF8FA;
}

body.-pink .interviewCont .listInter__item .image .tag {
    background-color: #2F2424;
}

body.-pink .guidelineCont {
    background-color: #FCF8FA;
}

/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .slider:after {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .slider:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .slider__item .pageLabel.-top .pageTitle {
    color: #3B3B3B;
}

body.-purple .slider__item .image:before {
    background-color: #F8FAFC;
}

body.-purple .flexBox .inner .boxArea .image:before {
    background-color: #F8FAFC;
}

body.-purple .aboutCont:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .careerCont:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .cultureCont:after {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .cultureCont:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .guidelistCont:after {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .guidelistCont:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .slide-dots li.slick-active button:before {
    color: #745EE4;
    background: -webkit-linear-gradient(45deg, #948cd8 0%, #bd73de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-purple .interviewCont {
    background-color: #F8FAFC;
}

body.-purple .interviewCont .listInter__item .image .tag {
    background-color: #3B3B3B;
}

body.-purple .guidelineCont {
    background-color: #F8FAFC;
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .slider:after {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .slider:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .slider__item .pageLabel.-top .pageTitle {
    color: #3D372B;
}

body.-beige .slider__item .image:before {
    background-color: #FCFBF8;
}

body.-beige .flexBox .inner .boxArea .image:before {
    background-color: #FCFBF8;
}

body.-beige .aboutCont:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .careerCont:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .cultureCont:after {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .cultureCont:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .guidelistCont:after {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .guidelistCont:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .slide-dots li.slick-active button:before {
    color: #986028;
    background: -webkit-linear-gradient(45deg, #b58d65 0%, #e0b182 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-beige .interviewCont {
    background-color: #FCFBF8;
}

body.-beige .interviewCont .listInter__item .image .tag {
    background-color: #3D372B;
}

body.-beige .guidelineCont {
    background-color: #FCFBF8;
}

/*==================================================================================================
	blue.ver
==================================================================================================*/
body.-blue .slider:after {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .slider:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .slider__item .pageLabel.-top .pageTitle {
    color: #2B323D;
}

body.-blue .slider__item .image:before {
    background-color: #F8FAFC;
}

body.-blue .flexBox .inner .boxArea .image:before {
    background-color: #F8FAFC;
}

body.-blue .aboutCont:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .careerCont:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .cultureCont:after {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .cultureCont:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .guidelistCont:after {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .guidelistCont:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .slide-dots li.slick-active button:before {
    color: #3859AB;
    background: -webkit-linear-gradient(45deg, #3859ab 0%, #60a0db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.-blue .interviewCont {
    background-color: #F8FAFC;
}

body.-blue .interviewCont .listInter__item .image .tag {
    background-color: #2B323D;
}

body.-blue .guidelineCont {
    background-color: #F8FAFC;
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black .slider:after {
    background-image: url(../img/common/circle-black.png);
}

body.-black .slider:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .slider__item .pageLabel.-top .pageTitle {
    color: #FFFFFF;
}

body.-black .slider__item .image:before {
    background-color: #232323;
}

body.-black .flexBox .inner .boxArea .image:before {
    background-color: #232323;
}

body.-black .aboutCont:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .careerCont:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .cultureCont:after {
    background-image: url(../img/common/circle-black.png);
}

body.-black .cultureCont:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .guidelistCont:after {
    background-image: url(../img/common/circle-black.png);
}

body.-black .guidelistCont:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .interviewCont {
    background-color: #232323;
}

body.-black .interviewCont .listInter__item .image .tag {
    background-color: #FFFFFF;
}

body.-black .guidelineCont {
    background-color: #232323;
}

/*==================================================================================================
	NEWS
==================================================================================================*/
.-pageNews {
    background: url(../img/news/page-label.jpg) no-repeat center center/cover !important;
}

.-newsPage .mContainer.news .newsList {
    margin-bottom: 3em;
}

.-newsPage .mContainer.news .newsList__item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 1em;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
    .-newsPage .mContainer.news .newsList__item > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1em .5em;
    }
}

.-newsPage .mContainer.news .newsList__item > a:hover > time {
    opacity: .8;
}

.-newsPage .mContainer.news .newsList__item > a:hover > p {
    opacity: .8;
}

.-newsPage .mContainer.news .newsList__item > a > time {
    line-height: 1.5em;
    margin-right: 1em;
    color: #848484;
}

.-newsPage .mContainer.news .newsList__item > a > p {
    line-height: 1.5em;
}

.-newsPage .mContainer.news .newsList__item:first-child > a {
    padding-top: 0;
}

.-newsPage .mContainer.news .newsDetail > time {
    letter-spacing: .05em;
}

.-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #00BAAE;
    padding-bottom: .7em;
    margin-bottom: 1.7em;
    margin-top: .3em;
    border-bottom: 1px solid #cecece;
    font-size: 175%;
    font-weight: bold;
}

.-newsPage .mContainer.news .newsDetail .blockEditorContainer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.-newsPage .mContainer.news .newsDetail .btnArea {
    margin-top: 3em;
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #2FBA8A;
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #D02A1E;
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #FD6E00;
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #FFC500;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #FF6381;
}

/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #745EE4;
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #986028;
}

/*==================================================================================================
	blue.ver
==================================================================================================*/
body.-blue .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: #3859AB;
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black .-newsPage .mContainer.news .newsDetail > .detailTtl {
    color: white;
}

.-pageContact {
    background: url(../img/contact/page-label.jpg) no-repeat center center/cover !important;
}

.-contactPage {
    position: relative;
}

.-contactPage:before {
    content: '';
    display: inline-block;
    width: 307px;
    height: 307px;
    background-image: url(../img/common/circle-paleblue.png);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: -50px;
    bottom: 40%;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .-contactPage:before {
        width: 190px;
        height: 190px;
        bottom: 45%;
    }
}

.-contactPage:after {
    content: '';
    display: inline-block;
    width: 195px;
    height: 195px;
    background-image: url(../img/common/circle-paleblue.png);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .-contactPage:after {
        width: 150px;
        height: 150px;
    }
}

.-contactPage .-mb0 {
    padding-bottom: 0;
}

.-contactPage .basicText > a {
    text-decoration: underline;
}

.-contactPage .blockEditorContainer .container .mContainer {
    padding-bottom: 0;
}

.-contactPage .blockEditorContainer .container .mContainer:nth-child(2) {
    padding-top: 0;
}

.-contactPage .blockEditorContainer .container .mContainer .subTitle {
    border-bottom: none !important;
}

.-contactPage .new {
    padding-bottom: 0;
}

.-contactPage .new .inner {
    padding: 0;
}

.-contactPage .new .bnrCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-contactPage .new .bnrCont__item {
    width: 31%;
    margin: 0 1% 2% 1%;
}

@media screen and (max-width: 960px) {
    .-contactPage .new .bnrCont__item {
        width: 41%;
    }
}

@media screen and (max-width: 768px) {
    .-contactPage .new .bnrCont__item {
        width: 48%;
    }
}

.-contactPage .halfway .inner {
    padding: 0;
}

.-contactPage .halfway .basicText {
    padding-bottom: 0;
}

.-contactPage .form {
    padding-bottom: 0;
}

.-contactPage .form .basicText .red {
    background-color: #E02C2C;
    color: #fff;
    padding: 0 0.3em;
    margin-right: 0.2em;
}

.-contactPage .btnArea {
    text-align: center;
}

.-contactPage .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .-contactPage .form-group {
        display: block;
    }
}

.-contactPage .form-group label {
    width: 30%;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .-contactPage .form-group label {
        width: 100%;
        margin-bottom: .5em;
    }
}

.-contactPage .form-group .form-check, .-contactPage .form-group .form-control {
    width: 70%;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .-contactPage .form-group .form-check, .-contactPage .form-group .form-control {
        width: 100%;
    }
}

.-contactPage .form-group .form-check label, .-contactPage .form-group .form-control label {
    font-weight: normal;
}

.-contactPage .form-group textarea {
    height: 9em !important;
}

.-contactPage .form-group .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-contactPage .form-group .form-check:nth-child(n+3) {
    width: 70%;
    margin-left: 30%;
}

@media screen and (max-width: 768px) {
    .-contactPage .form-group .form-check:nth-child(n+3) {
        width: 100%;
        margin-left: 0;
    }
}

.-contactPage .form-group .form-check .form-check-input {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .-contactPage .form-group .form-check .form-check-input {
        margin-top: -4px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .-contactPage .form-group .form-check .form-check-input {
        margin-top: -8px;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
    .-contactPage .form-group .form-check .form-check-input {
        margin-top: -12px;
    }
}

.-contactPage .form-group .form-check .form-check-label {
    padding-left: 2%;
    width: 97%;
}

.-contactPage .form-group .necessary_input {
    background-color: #E02C2C;
    color: #fff;
    padding: 0 0.3em;
    margin-right: 0.2em;
}

.-contactPage form input, .-contactPage form textarea, .-contactPage form select {
    border: 1px solid #CDD6DD;
    border-radius: 0.2em;
    padding: 0.4em 0.8em;
    font-size: 1.6rem;
}

.-contactPage form .btnArea {
    margin-top: 4em;
    text-align: center;
}

.-contactPage form .btnArea button {
    max-width: 330px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.-contactPage form .btnArea button:hover {
    opacity: 0.8;
}

.-contactPage .myFormConfirm .form-control {
    border: none;
    font-size: 100%;
    padding: 0.4em 0.8em;
}

.-contactPage .myFormConfirm .btnArea.-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.-contactPage .myFormConfirm .btnArea.-list .btn.-bgBack {
    margin-right: 1em;
    background: #b7b7b7 !important;
}

@media screen and (max-width: 768px) {
    .-contactPage .myFormConfirm .btnArea.-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .-contactPage .myFormConfirm .btnArea.-list .btn {
        margin-bottom: 1em;
    }
    .-contactPage .myFormConfirm .btnArea.-list .btn.-bgBack {
        margin-right: 0;
        background-color: #b7b7b7 !important;
    }
}

.-contactPage .alert {
    padding: 1em 2em;
    margin-bottom: 4rem;
    border: 1px solid #ed6d6d;
    font-size: 90%;
    color: #E02C2C;
}

.-contactPage .alert > strong {
    font-size: 120%;
}

.-contactPage .alert .close:hover {
    color: #E02C2C;
}

/*==================================================================================================
	paleblue
==================================================================================================*/
body .-contactPage .btnArea .btn {
    background: -webkit-gradient(linear, left top, right top, from(#44c5da), to(#11d7b2)) !important;
    background: -webkit-linear-gradient(left, #44c5da 0%, #11d7b2 100%) !important;
    background: linear-gradient(90deg, #44c5da 0%, #11d7b2 100%) !important;
    width: 370px;
    padding: 1.8rem 1rem;
    font-size: 2rem;
}

@media screen and (max-width: 960px) {
    body .-contactPage .btnArea .btn {
        width: 300px;
        padding: 2rem 1rem;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    body .-contactPage .btnArea .btn {
        font-size: 1.6rem;
        width: 250px;
        padding: 1.5rem 0.5rem;
    }
}

/*==================================================================================================
	purple.ver
==================================================================================================*/
body.-purple .-contactPage:before {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .-contactPage:after {
    background-image: url(../img/common/circle-purple.png);
}

body.-purple .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #948cd8 0%, #bd73de 100%) !important;
    background: linear-gradient(45deg, #948cd8 0%, #bd73de 100%) !important;
}

/*==================================================================================================
	green.ver
==================================================================================================*/
body.-green .-contactPage:before {
    background-image: url(../img/common/circle-green.png);
}

body.-green .-contactPage:after {
    background-image: url(../img/common/circle-green.png);
}

body.-green .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #2fba8a 0%, #77de0e 100%) !important;
    background: linear-gradient(45deg, #2fba8a 0%, #77de0e 100%) !important;
}

/*==================================================================================================
	red.ver
==================================================================================================*/
body.-red .-contactPage:before {
    background-image: url(../img/common/circle-red.png);
}

body.-red .-contactPage:after {
    background-image: url(../img/common/circle-red.png);
}

body.-red .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #d02a1e 0%, #fe4500 100%) !important;
    background: linear-gradient(45deg, #d02a1e 0%, #fe4500 100%) !important;
}

/*==================================================================================================
	orange.ver
==================================================================================================*/
body.-orange .-contactPage:before {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .-contactPage:after {
    background-image: url(../img/common/circle-orange.png);
}

body.-orange .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #fd6e00 0%, #f1a100 100%) !important;
    background: linear-gradient(45deg, #fd6e00 0%, #f1a100 100%) !important;
}

/*==================================================================================================
	yellow.ver
==================================================================================================*/
body.-yellow .-contactPage:before {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .-contactPage:after {
    background-image: url(../img/common/circle-yellow.png);
}

body.-yellow .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #ffc500 0%, #f5e500 100%) !important;
    background: linear-gradient(45deg, #ffc500 0%, #f5e500 100%) !important;
}

/*==================================================================================================
	pink.ver
==================================================================================================*/
body.-pink .-contactPage:before {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .-contactPage:after {
    background-image: url(../img/common/circle-pink.png);
}

body.-pink .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #ff6381 0%, #ff899f 100%) !important;
    background: linear-gradient(45deg, #ff6381 0%, #ff899f 100%) !important;
}

/*==================================================================================================
	beige.ver
==================================================================================================*/
body.-beige .-contactPage:before {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .-contactPage:after {
    background-image: url(../img/common/circle-beige.png);
}

body.-beige .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #b58d65 0%, #e0b182 100%) !important;
    background: linear-gradient(45deg, #b58d65 0%, #e0b182 100%) !important;
}

/*==================================================================================================
	blue.ver
==================================================================================================*/
body.-blue .-contactPage:before {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .-contactPage:after {
    background-image: url(../img/common/circle-blue.png);
}

body.-blue .-contactPage .btnArea .btn {
    background: -webkit-linear-gradient(45deg, #3859ab 0%, #60a0db 100%) !important;
    background: linear-gradient(45deg, #3859ab 0%, #60a0db 100%) !important;
}

/*==================================================================================================
	black.ver
==================================================================================================*/
body.-black .-contactPage:before {
    background-image: url(../img/common/circle-black.png);
}

body.-black .-contactPage:after {
    background-image: url(../img/common/circle-black.png);
}

body.-black .-contactPage .btnArea .btn {
    background: -webkit-gradient(linear, left top, right top, from(#44c5da), to(#11d7b2)) !important;
    background: -webkit-linear-gradient(left, #44c5da 0%, #11d7b2 100%) !important;
    background: linear-gradient(90deg, #44c5da 0%, #11d7b2 100%) !important;
}
