@charset "UTF-8";

/* common */

html {
    overflow: auto;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    letter-spacing: .09em;
    line-height: 1.8em;
    font-size: 1.4rem;
    background: #000;
    color: #fff;
    width: 100%;
}

body.js-fixedActive {
    margin-top: 157px;
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        position: relative;
        min-width: 0;
    }
    
    body.js-active {
        overflow: hidden;
        height: 100%;
    }
    
    body.js-fixedActive {
        margin-top: 70px;
    }
}

.section-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .container {
        background: url(/static/bg_2.jpg) no-repeat 50% 10% !important;
    }
    
    .container.js-active {
        filter: blur(5px);
        overflow: hidden;
        height: 100%;
    }
    
    .section-container {
        padding: 0 10px;
    }
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #fff;
    text-decoration: none;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

a:hover {
    opacity: .6;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
}

.link-mail-txt,
.link-mail-txt:link {
    display: inline-block;
    text-decoration: underline;
    padding-top: 4px;
}

.link-mail-send {
    text-align: center;
    margin-top: 60px;
}

.link-mail-txt:before {
    content: '';
    background: url("/job/img/icon_mail.svg");
    width: 23px;
    height: 15px;
    margin-right: 19px;
    display: inline-block;
    position: relative;
    top: 3px;
}

/* animation css */

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes back {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}

/* pagetop */

.pagetop {
    opacity: 0;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    background: #2159e7;
    border-radius: 100px;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    cursor: pointer;
    z-index: 999;
    border: 1px solid #fff;
    padding: 11px 0;
}

.pagetop-item {
    display: block;
    text-align: center;
    transform: scale(1, 0.5);
    font-size: 34px;
}

.pagetop.js-active {
    opacity: 1;
}

/* title */

.ttl-container {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    font-size: 46px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.2em;
}

.ttl-container-sub {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
    .ttl-container {
        position: static;
        opacity: 1;
        font-size: 35px;
        line-height: 1.4em;
    }
}

/* title animation */

@media screen and (min-width: 767px) {
    .js-animation .ttl-container {
        animation: fadeIn 0.6s ease 0s 1 forwards;
    }
}

/* sub title */

.ttl-sub {
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: .16em;
    font-weight: 500;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .ttl-sub {
        font-size: 20px;
    }
}

/* para title */

.ttl-para {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.4em;
    letter-spacing: .16em;
    font-weight: 500;
}

/* btn */

.btn-container {
    text-align: center;
    padding-top: 80px;
}

.btn-container-link {
    padding: 10px 20px 10px 40px;
    border: 1px solid #fff;
    display: inline-block;
}

.btn-container-link:hover {
    opacity: 1;
    text-decoration: none;
    background: rgba(33, 89, 231, 0.8);
}

.btn-container-link-txt {
    letter-spacing: .17em;
}

.btn-container-link-arrow {
    margin-left: 20px;
    color: #fff;
    display: inline-block;
    text-indent: -9999px;
    background: url(/static/arrow_wh.png) no-repeat 0px center;
    width: 8px;
    background-size: 8px;
}

.btn-container-white-link:hover {
    opacity: 1;
    text-decoration: none;
    color: #2159e7;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .btn-container-link-arrow {
        margin-left: 10px;
    }
}


/* column */

.column {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.column-col2 {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
    vertical-align: top;
}

.column-col3 {
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    vertical-align: top;
}

.column-col4 {
    display: inline-block;
    width: 22%;
    margin: 0 1%;
    vertical-align: top;
}

.column-inline {
    display: inline-block;
    margin: 0 20px;
}

.column-herf {
    float: left;
    width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .column-col3 {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .column-herf {
        float: none;
        width: auto;
    }
}

/* movies */

.movies {
    text-align: left;
}
.movies-item {
    text-align: right;
}

.movies-item-cell {
    position: relative;
    width: 100%;
}

.movies-item-cell:after {
    content: '';
    background: url(/about/movie/img/play_image.svg);
    background-size: contain;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.movies-item-cell-img {
    width: 100%;
    height: 100%;
}

.movies-item-cell-txt {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .movies-item {
        display: inline-block;
        width: 49%!important;
        margin: 20px 0 0;
    }
    
    .movies-item-cell {
        margin-bottom: 24px;
    }
    
    .movies-item-cell-txt {
        font-size: 14px;
    }
    
    .movies-item-cell:after {
        width: 45px;
        height: 45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
    }
}

/* social-box */

.social-box {
    text-align: center;
}

.social-box-link {
    display: inline-block;
    margin: 0 10px;
}

/* header */

.header {
    position: relative;
    z-index: 2;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;

    z-index: 1000;
}

.header.js-active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .header {
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    
    .js-fixed {
        min-width: 0;
    }
}

.header.js-active .header-navi {
    display: none;
}

.header-floatmenu {
    background: #000;
}

.index .header-floatmenu,
.header.js-active .header-floatmenu {
    background: none;
}

.header-navi {
    font-size: 12px;
    padding: 15px 0;
    background: #191919;
    letter-spacing: .02em;
}

.index .header-navi {
    background: rgba(0, 0, 0, 0.7);
}

.header-navi-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.header-navi-container-row {
    width: 100%;
}

.header-navi-container-row-ttl {
    float: left;
    margin: 2px 10px 0 10px;
}

.header-navi-container-row-contents {
    text-align: right;
    line-height: 1.4em;
    margin-right: 10px;
    float: right;
}

.header-navi-container-row-contents-link {
    margin-right: 6px;
}

.header-navi-container-row-contents-link:hover {
    opacity: 1;
}

.header-navi-container-row-contents-link:hover .header-navi-container-row-contents-link-txt {
    text-decoration: underline;
}

.header-navi-container-row-contents-link-txt:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-left: 1rem;
    background: url(/static/arrow_wh.png) no-repeat 0px 2px;
    background-size: 5px;
    width: 9px;
    height: 13px;
}

.header-navi-container-row-contents-tel {
    margin-left: 3px;
}

.header-navi-container-row-contents-tel-strong {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width: 1180px) {
    .header-navi-container {
        width: 100%;
    }
}

.header-floatmenu-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-logo {
    max-width: 242px;
    min-width: 120px;
    width: 242px;
    padding: 10px 0 0 10px;
    align-self: center;
    transition: all 0.3s;
}

.header-logo-img {
    width: 100%;
}

.header-floatmenu-container-contents {
    float: right;
}

.header-floatmenu-container-contents-menu {
    float: left;
}

.header-social-box {
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.header-social-box-link {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

.header-floatmenu-container-contents-menu-nav {
    text-align: right;
    padding-right: 23px;
}

.header-floatmenu-container-contents-menu-nav-list {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
}

.header-floatmenu-container-contents-menu-nav-list-sp {
    display: none;
}

.header-floatmenu-container-contents-menu-nav-list:first-child {
    margin-left: 0;
}

.header-floatmenu-container-contents-menu-nav-list-link {
    display: block;
    line-height: 1.6em;
    border-bottom: 2px solid transparent;
    letter-spacing: .02em !important;
}

.header-floatmenu-container-contents-menu-nav-list-link:hover,
.header-floatmenu-container-contents-menu-nav-list-link.active {
    opacity: 1;
    border-bottom: 2px solid #1b4ecd;
}

.header-floatmenu-container-contents-menu-nav-list-link-txt01,
.header-floatmenu-container-contents-menu-nav-list-link-txt02 {
    display: block;
}

.header-floatmenu-container-contents-menu-nav-list-link-txt02 {
    font-size: 11px;
}

.header-floatmenu-container-contents-menu-nav-list-children {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    background: rgba(33, 89, 231, 0.8);
    min-width: 270px;
}

.header-floatmenu-container-contents-menu-nav-list-children.js-active {
    display: block;
}

.header-floatmenu-container-contents-menu-nav-list-children-list {
    display: block;
    margin: 10px;
    text-align: left;
}

.header-floatmenu-container-contents-menu-nav-list-children-list-link {
    border: 0 !important;
}

.header-floatmenu-container-contents-menu-nav-list-children-list-link:hover {
    border: 0;
    opacity: .6;
}

@media screen and (max-width: 767px) {
    .header-navi {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .header-logo {
        width: 24%;
    }
    
    .header-social-box {
        margin-right: 0px;
    }
    
    .header-floatmenu-container-contents-menu-sns-pc {
        margin-right: 0px;
    }
    
    .header-floatmenu-container-contents-menu-nav {
        padding-right: 10px;
    }
    
    .header-floatmenu-container-contents-menu-nav-list {
        margin-left: 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    .header-logo {
        width: 20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .header-logo {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    .header-floatmenu-container-contents-menu-nav-list-link-txt02 {
        display: none;
    }
    
    .header-logo {
        float: left;
        width: 67%;
        max-width: none;
        text-align: center;
        padding: 10px 0 0;
    }

    .header-logo-img {
        max-height: 43px;
        width: auto;
    }
    
    .header-social-box {
        margin: 10px 0 0;
        text-align: center;
    }
    
    .header-social-box-link {
        width: 30px;
        height: 30px;
        margin: 8px 10px 0;
    }
    
    .header-floatmenu-container-contents-menu-nav {
        padding: 0;
        margin-top: 10px;
        text-align: left;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-hover a:after {
        content: "∨";
        display: inline-block;
        float: right;
        font-size: 20px;
        vertical-align: middle;
        transform: scale(1, 0.5);
        color: #fff;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-link,
    .header-floatmenu-container-contents-menu-nav-list-link.active,
    .header-floatmenu-container-contents-menu-nav-list-link:hover {
        display: block;
        padding: 8px 0;
        margin: 0 25px;
        border-bottom: 1px solid #fff;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-link.js-open:after {
        content: "∧";
    }
    
    .header-floatmenu-container-contents-menu-nav-list-link.js-open {
        border-bottom: 1px solid #fff;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-link-txt01 {
        display: inline-block;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children.js-open {
        display: block;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children-list {
        margin: 0;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children-list-link {
        border: 0;
        margin: 0 0 0 0;
        padding: 8px 0 8px 25px;
        display: block;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-sp {
        display: block;
        margin-top: 10px;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-sp-link {
        display: block;
        padding: 8px 0 0;
        margin: 0 25px;
        letter-spacing: .02em;
        line-height: 1.6em;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-sp-tel {
        word-break: break-all;
        word-wrap: normal;
        margin: 8px 25px 0;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-sp-strong {
        font-weight: bold;
    }
}

.header-entry {
    float: right;
}

.header-entry-link {
    display: block;
    background: #ec008c;
    padding: 26px 16px;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .header-entry {
        width: 20%;
        padding: 0;
    }

    .header-entry-link {
        padding: 11px 5px;
        width: 100%;
        height: 100%;
        font-size: 11px;
        border: 0;
    }
}

.header-sp {
    display: none;
    height: 70px;
    position: relative;
    background: #000;
}

.header-menu-btn {
    float: left;
    width: 13%;
    text-align: center;
    position: relative;
    min-height: 70px;
}

.header-menu-btn-trigger,
.header-menu-btn-trigger-parts {
    transition: all .2s;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
}

.header-menu-btn-trigger {
    top: 13px;
    left: 10px;
    width: 35px;
    height: 22px;
    z-index: 1;
}

.header-menu-btn-trigger-parts {
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.header-menu-btn-trigger-parts:nth-of-type(1) {
    top: 0;
}

.header-menu-btn-trigger-parts:nth-of-type(2) {
    top: 10px;
}

.header-menu-btn-trigger-parts:nth-of-type(3) {
    bottom: 0;
}

.header-menu-btn-trigger.js-active .header-menu-btn-trigger-parts:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.header-menu-btn-trigger.js-active .header-menu-btn-trigger-parts:nth-of-type(2) {
    opacity: 0;
}

.header-menu-btn-trigger.js-active .header-menu-btn-trigger-parts:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.header-menu-btn-trigger-label {
    padding: 28px 0 0 0;
    font-size: 11px;
    letter-spacing: .4vw;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .header-sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header-sp.fixed {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
    }
    
    .header-floatmenu-container-contents-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 9998;
        width: 100%;
        background: rgba(32, 89, 231, 0.75);
        padding: 0 0 100px 0;
        -moz-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
        height: 100%;
        min-height: calc(100vh - 100px);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    
    .header-floatmenu-container-contents-menu.js-active {
        display: block;
        animation: show .2s linear 0s;
    }
    
    .header-floatmenu .anchors {
        padding: 0;
        margin-top: 10px;
        text-align: left;
    }
    
    .header-floatmenu-container-contents-menu-nav-list {
        display: block;
        text-align: left;
        margin: 0;
        overflow: hidden;
    }
    
    .header-floatmenu .parent .sp a,
    .header-floatmenu .parent .sp a:hover,
    .header-floatmenu .parent .sp a.active {
        border: 0;
    }
    
    .header-floatmenu .parent span {
        display: inline-block;
    }
    
    .header-floatmenu .parent span.tel {
        display: block;
        word-break: break-all;
        word-wrap: normal;
        margin: 8px 25px 0;
    }
    
    .header-floatmenu-container-contents-menu-nav-list.sp {
        display: block;
        border: 0;
        margin-top: 10px;
    }
    
    .header-floatmenu-container-contents-menu-nav-list.sp a {
        padding: 8px 0 0;
    }
    
    .header-floatmenu-container-contents-menu-nav-list.sns-anchors {
        text-align: center;
    }
    
    .header-floatmenu-container-contents-menu-nav-list.sns-anchors a {
        display: inline-block;
        margin: 0 10px;
        width: 30px;
    }
    
    .header-floatmenu .parent .text02 {
        display: none;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children {
        display: none;
        width: auto;
        position: static;
        min-width: 0;
        background: none;
        margin: 0 25px;
        border-bottom: 1px solid #fff;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children li {
        padding: 2px 0;
        border: 0;
    }
    
    .header-floatmenu-container-contents-menu-nav-list-children li:last-child a {
        border-bottom: 1px solid #fff;
    }
    
    .header-floatmenu-container-contents-menu-nav-list#js-hover li a:after {
        content: "›";
        display: inline-block;
        float: right;
        font-size: 25px;
        vertical-align: middle;
        margin: -2px 3px 0 0;
        transform: initial;
        color: #fff;
    }
}

/* footer */

.footer {
    padding: 100px 0 20px;
    text-align: center;
}

.footer-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.footer-container-logo {
    margin-bottom: 10px;
}

.footer-container-contents-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-container-contents-inline {
    display: inline-block;
}

.footer-container-copyright {
    margin-top: 10px;
    font-size: 12px;
}

.footer-container-contents-pc {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top: 120px;
    }
    
    .footer-container-contents-inline {
        display: block;
        margin: 10px 0 0;
    }
    
    .footer-container-contents-pc {
        display: none;
    }
}
