@font-face {
    font-family: 'Hannari Mincho';
    src: url('../fonts/hannari.eot');
    src: url('../fonts/hannari-.eot#iefix') format("embedded-opentype"), url('../fonts/hannari.woff') format("woff"), url('../fonts/hannari.ttf') format("truetype");
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans.eot');
    src: url('../fonts/NotoSans.eot.eot-.html#iefix') format("embedded-opentype"), url('../fonts/NotoSans.woff') format("woff"), url('../fonts/NotoSans.ttf') format("truetype");
}

html {
    /*background: url("../img/polina.jpg.html") #000 no-repeat center center fixed;*/
}

body {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
        /*MyYuGothicM,*/
        Meiryo, sans-serif;
    /*font-family: Meiryo, 'メイリオ', NotoSans, sans-serif;*/
    color: #111;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    /*width: 1280px;*/
}

.np {
    padding-left: 0;
    padding-right: 0;
}

.m60h {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m80h {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt90 {
    margin-top: 90px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.pd20 {
    padding: 20px;
}

.pd40 {
    padding: 40px;
}

.lh {
    line-height: 1.4;
    font-family: 'Hannari Mincho';
    font-size: 14px;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .lh {
        line-height: 2;
        font-size: 24px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.table-noborder>tbody>tr>th,
.table-noborder>tbody>tr>td {
    border: 0;
    line-height: 1.8;
    /*padding: 5px 0;*/
}

hr.line {
    position: relative;
    /*background: #ccc;*/
    height: 1px;
    width: 160px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    border-top: 0;
    /*border: 1px solid #000;*/
}

hr.line:after {
    content: '';
    position: absolute;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    left: 45%;
}

hr.line:before {
    content: '';
    position: absolute;
    border-top: 7px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -8px;
    left: 45%;
}

.sep_vertical_border {
    border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
    .sep_vertical_border {
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }
}

#company-history dt {
    text-align: left;
    width: 100px;
    font-weight: normal;
    padding: 5px 0;
}

#company-history dd {
    padding: 5px 0;
    margin-left: 110px;
}

#main {
    margin-top: 100px;
}

.topmaintitle {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    /*font-size: 58px;*/
}

.topsubtitle {
    font-family: 'Hannari Mincho';
    margin-top: 10px;
}

.maintitle {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 42px;
}

@media (min-width: 768px) {
    .maintitle {
        font-size: 58px;
    }
}

.subtitle {
    font-family: 'Hannari Mincho';
    margin-top: 10px;
    font-size: 21px;
}

@media (min-width: 768px) {
    .subtitle {
        font-size: 24px;
    }
}

.maintitle2 {
    /*// font-family: 'EB Garamond', serif;*/
    /*// font-style: italic;*/
    font-family: 'Hannari Mincho';
    font-size: 38px;
}

.subtitle2 {
    font-family: 'EB Garamond';
    font-size: 15px;
    margin-top: 10px;
}

.text-large {
    font-size: 1.4em;
    line-height: 1.8;
}

#navbar-menu {
    font-family: 'EB Garamond', serif;
}

.scalezoom {
    overflow: hidden;
}

#whatWeDo figure {
    position: relative;
    overflow: hidden;
}

#whatWeDo figure div.catch {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1.8;
}

#whatWeDo figure .catchtitle {
    background: #000;
    color: white;
    font-size: 1.1em;
    padding: 3px 10px;
}

#whatWeDo figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#whatWeDo figure:hover .catchtitle {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#whatWeDo figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    /*opacity: 1;*/
    color: white;
    font-family: sans-serif;
    font-weight: normal;
}

#whatWeDo figcaption>p {
    padding: 20px;
    position: absolute;
    bottom: 0;
}

#whatWeDo figcaption>p::before {
    content: "\201D";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: bold;
    color: #ddd;
    /*Positioning*/
    position: absolute;
    left: 20px;
    top: -35px;
}

#whatWeDo figcaption>p::after {
    /*Reset to make sure*/
    content: "";
}

#whatWeDo figure:hover figcaption {
    opacity: 1;
}

#mainvideo video {
    display: none;
}

#mainvideo {
    min-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    z-index: 12;
}

#mainvideo-content {
    min-width: 100%;
    min-height: 100%;
    background: url("../img/video_cover.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 13;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    #mainvideo video {
        display: none;
    }

    #mainvideo {
        min-width: 100vw;
        min-height: 100vh;
        overflow: hidden;
    }

    #mainvideo video {
        right: 0;
        bottom: 0;
        min-width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        background: url("../img/video_cover.jpg") no-repeat;
        background-size: cover;
        z-index: -100;
        margin: 0 auto;
        overflow: hidden;
    }

    #mainvideo-content {
        min-width: 100%;
        min-height: 100%;
        background: url("../img/video_cover.jpg");
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 13;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


/*.covervid-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#mainlogo {
    width: 167px;
}


/*NAVBAR*/

.navbar {
    height: 100px !important;
}

.navbar-header {
    float: none;
    padding-top: 10px;
}

.navbar-brand {
    height: 100px;
}

.navbar-toggle {
    display: block;
    background: white;
    border-radius: 0;
    padding: 15px;
}

.navbar-toggle .icon-bar {
    background-color: black;
    width: 18px;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

.navbar-nav>li {
    float: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-main {
    color: black;
    /*background: rgba()*/
}


/* FULL SCREEN MODAL STYLES
   -------------------------------------------------- */

.fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333;
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: rgba(255, 255, 255, 0.92);
    /*background: rgba(255, 255, 255, 0.97);*/
    overflow: auto;
}

.fullscreen .modal-body ul {
    padding: 10px;
    list-style: none;
    /*padding: 100px 0 0 0;*/
}

.fullscreen .modal-body li {
    padding: 10px 0 10px 0;
}

.fullscreen .modal-body li:last-child {
    margin-top: 20px;
}

.fullscreen .modal-body a {
    transition: 0.5s;
    color: #333;
    font-size: 250%;
    font-weight: 600;
    text-decoration: none;
}

.fullscreen .modal-body a:hover {
    color: #888;
}

.fullscreen .modal-body a span {
    display: block;
    color: #333;
    font-size: 40%;
    font-weight: normal;
}

#home {
    clear: both;
}

@media (max-width: 480px) {
    .fullscreen .modal-body ul {
        padding: 10px 0 0 0;
        overflow: auto;
    }

    .fullscreen .modal-body li {
        padding: 5px 0 5px 0;
    }

    .fullscreen .modal-body li:last-child {
        margin-top: 10px;
    }

    .fullscreen .modal-body a {
        color: #333;
        font-size: 150%;
        text-transform: uppercase;
        font-weight: 600;
    }

    .fullscreen .modal-body a span {
        display: block;
        color: #333;
        font-size: 60%;
        font-weight: normal;
    }
}

#dreamsatisfaction {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin-top: -10vh;
    margin-bottom: 80px;
    /*padding: 10%;*/
    /*margin: 0 auto;*/
    /*top:0;bottom:0;left:0;right:0;*/
    z-index: 100;
    padding: 0 15px;
    width: 100%;
}

#dreamsatisfaction img {
    /*max-width: 629px;*/
}


@media (min-width: 480px) {
    #dreamsatisfaction img {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    #dreamsatisfaction img {
        max-width: 600px;
        /*max-width: 629px;*/
    }
}

@media (min-width: 992px) {
    #dreamsatisfaction img {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {}

.scroll-container {
    position: absolute;
    text-align: center;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 20;
}

.scroll-container img {
    max-width: 57px;
}

dl#latestnews {
    position: absolute;
    bottom: 10px;
    z-index: 20;
}

dl#latestnews dt {
    background: #fe8512;
    color: white;
    width: 8em;
    display: inline-block;
    padding: 2px 10px;
    text-align: right;
}

dl#latestnews dd {
    display: inline-block;
    background: #fff;
    padding: 2px 5px 2px 20px;
}

#scroll {
    /*margin-top: 15vh;*/
}

#titlePhilosophy {
    background: #82796f;
    color: white;
    /*min-height: 280px;*/
    padding: 80px 0;
}

#textPhilosophy {
    /*background: #82796f;*/
    /*color: white;*/
    min-height: 280px;
    padding: 30px;
    line-height: 2;
}

#philosophy figure {
    position: relative;
    overflow: hidden;
}

#philosophy figure div.catch {
    position: absolute;
    top: 25%;
    line-height: 1.8;
    background: #fff;
    padding-left: 60px;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    #philosophy figure div.catch {
        top: 40%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

#philosophy figure div.catchRight {
    padding-left: 10px;
    padding-right: 60px;
    right: 0;
}

#philosophy figure .catchtitle {
    background: #fff;
    color: black;
    padding: 3px 15px;
    display: table-cell;
}

#philosophy figure .catchtitle strong {
    font-size: 1.4em;
    vertical-align: middle;
    font-family: "Hannari Mincho";
    font-weight: lighter;
}

#philosophy figure .catchtitle span {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    font-size: .6em;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #philosophy figure .catchtitle strong {
        font-size: 1.8em;
    }

    #philosophy figure .catchtitle span {
        font-size: .9em;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

#philosophy figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#philosophy figure:hover .catch {
    /*#philosophy figure:hover .catchtitle {*/
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#philosophy figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    color: white;
    font-family: sans-serif;
    font-weight: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
}

#philosophy figcaption>p {
    padding-left: 10%;
    text-align: left;
    padding-right: 5px;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    #philosophy figcaption {
        font-size: 13px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

#philosophy figcaption>p::before {
    content: "\201D";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: bold;
    color: #ddd;
    margin-left: -25px;
}

#philosophy figcaption>p::after {
    /*Reset to make sure*/
    content: "";
}

#philosophy figure:hover figcaption {
    opacity: 1;
}

#works {
    background: url("../img/works_bg.jpg");
    padding: 40px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}

#works figure {
    position: relative;
    overflow: hidden;
    height: 256px;
}

#works figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#works figcaption {
    position: absolute;
    /*bottom: 0;*/
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 108px;
    z-index: 2;
    width: 256px;
    height: 256px;
    /*width: 100%;*/
    /*height: 100%;*/
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    color: white;
    font-family: sans-serif;
    font-weight: normal;
}

#works figcaption>img {
    margin: 0 auto;
}

#works figcaption>p {
    margin-top: 20px;
    /*padding: 20px;*/
    /*position: absolute;*/
    /*top: 60px;*/
    /*left: 100px;*/
    /*bottom: 0;*/
}

#works figure:hover figcaption {
    opacity: 1;
}

#csrRecruit>div>div {
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    #csrRecruit>div>div {
        padding-bottom: 20px;
    }
}

#csrRecruit a {
    text-decoration: none;
}

#csr_content {
    /*background-image: url("../img/bnr_csr.jpg");*/
    /*background-repeat: no-repeat;*/
    /*padding: 50px 15px 20px 240px;*/
    /*background-size: cover;*/
    /*margin: 20px 20px 20px 10px;*/
    /*text-align: left;*/
    transition: all 0.3s ease;
}

#csr_content img,
#recruit_content img {
    padding: 10px;
}

#csr_content:hover,
#recruit_content:hover {
    /*box-shadow: 0 0 0 10px #d1cbc5 inset;*/
    box-shadow: 0 0 0 10px #ebe8e6 inset;
}

#recruit_content {
    /*background-image: url("../img/bnr_recruit.jpg");*/
    /*background-repeat: no-repeat;*/
    /*padding: 50px 240px 20px 25px;*/
    /*background-size: cover;*/
    /*margin: 20px 10px 20px 20px;*/
    /*text-align: left;*/
    transition: all 0.3s ease;
}

a #csr_content {
    color: #111;
}

a #recruit_content {
    color: #fff;
}

a:hover #csr_content,
a:hover #recruit_content {
    /*color: #999;*/
}

#csr_content h3,
#recruit_content h3 {
    font-size: 1.6em;
}

#csr_content p,
#recruit_content p {
    font-size: .82em;
    font-family: sans-serif;
    line-height: 1.6;
}

.cube_button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.cube_button::before,
.cube_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.cube_button,
.cube_button::before,
.cube_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cube_button span {
    display: block;
    position: absolute;
    width: 200px;
    height: 60px;
    border: 2px solid #333;
    text-align: center;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.cube_button span:nth-child(1) {
    background-color: #333;
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
}

.cube_button span:nth-child(2) {
    background-color: #000;
    color: #fff;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
}

.cube_button:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.cube_button:hover span:nth-child(2) {
    background-color: #333;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}


/*a.button{*/


/*background: #000;*/


/*color: white;*/


/*padding: 15px 70px;*/


/*border-radius: 0;*/


/*}*/


/*a.button:hover {*/


/*background: #333;*/


/*color: white;*/


/*}*/

.cube {
    display: inline-block;
    text-align: center;
    height: 50px;
    margin: 0 auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}


/* The two faces of the cube */

.default-state,
.active-state {
    height: 50px;
    padding: 15px 70px;
}


/* Position the faces */

.default-state {
    background: #000;
    color: white;
    -webkit-transform: translateZ(25px);
    -moz-transform: translateZ(25px);
    -o-transform: translateZ(25px);
    -ms-transform: translateZ(25px);
    transform: translateZ(25px);
}

.flip-to-top .active-state {
    color: white;
    background: #333;
    -webkit-transform: rotateX(90deg) translateZ(75px);
    -moz-transform: rotateX(90deg) translateZ(75px);
    -o-transform: rotateX(90deg) translateZ(75px);
    -ms-transform: rotateX(90deg) translateZ(75px);
    transform: rotateX(90deg) translateZ(75px);
}

.flip-to-bottom .active-state {
    -webkit-transform: rotateX(-90deg) translateZ(-25px);
    -moz-transform: rotateX(-90deg) translateZ(-25px);
    -o-transform: rotateX(-90deg) translateZ(-25px);
    -ms-transform: rotateX(-90deg) translateZ(-25px);
    transform: rotateX(-90deg) translateZ(-25px);
}


/* Rotate the cube */

.cube.flip-to-top:hover {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
    z-index: 2;
}

.cube.flip-to-bottom:hover {
    -webkit-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    transform: rotateX(89deg);
}

.cube .glyphicon {
    /*position: relative;*/
    font-size: .8em;
    position: absolute;
    right: 10px;
    top: 20px;
}


/* IE specific media query to target IE10 and IE11, since it doesn't support preserve-3d */


/* See: https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ */


/*@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .cube>div {
        perspective: 1000px;
    }
}*/


/*.right-arrow span::after{*/


/*right: 3px;*/


/*width: 4px;*/


/*height: 4px;*/


/*border-top: 1px solid #fff;*/


/*border-right: 1px solid #fff;*/


/*-webkit-transform: rotate(45deg);*/


/*transform: rotate(45deg);*/


/*}*/

#information {
    /*margin-top: 40px;*/
    padding: 10px;
    background-image: url("../img/info_bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 70px;
}

#information dl {
    /*width: 60%;*/
    margin: 40px 15px;
    /*line-height: 2;*/
    height: 400px;
    overflow: scroll;
}

#information dl dt {
    /*float: left;
    width: 9em;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
    margin-top: 20px;
    color: #fe8512;
    font-style: italic;
    /*padding: 15px 0;
    border-bottom: dotted 1px #ccc;*/
    border-top: dotted 1px #ccc;

}

#information dl dd {
    border-top: dotted 1px #ccc;
    /* border-bottom: dotted 1px #ccc; */
}

#information dl dd a {
    color: #666;
    text-decoration: underline;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    #information {
        padding: 80px;
    }

    #information dl {
        width: 60%;
        margin: 40px auto;
        line-height: 2;
    }

    #information dl dt {
        margin-top: 0;
        float: left;
        width: 9em;
        overflow: hidden;
        clear: left;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 15px 0;
        /* border-bottom: dotted 1px #ccc; */
    }

    #information dl dd {
        margin-left: 9em;
        padding: 15px 0;
        /* border-bottom: dotted 1px #ccc; */
    }
}


/*@media (min-width: 767px) {
    #information {
        padding: 100px 80px;
    }
    #information dl dt {
        margin-top: 10px;
    }
    #information dl dt,
    #information dl dd {
        padding-bottom: 10px;
    }
    .cube {
        margin-top: 20px;
    }
}*/

#titleWhatWeDo {
    background: #000;
    color: white;
}

@media (max-width: 767px) {
    #titleWhatWeDo {
        padding: 50px 0;
    }
}

#company {
    padding: 0;
    /*padding: 80px 0;*/
    /*background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

#companymain {
    background-image: url("../img/company_bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

#companymain p {
    font-size: 1em;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    #companymain {
        background-image: url("../img/company_bg.jpg");
        font-size: 1em;
    }

    #companymain p {
        font-size: 1.3em;
    }
}

#message {
    display: block;
    padding: 50px 10px 10px 10px;
    /*margin: 0 0 20px;*/
    position: relative;
    font-size: 2.4em;
    /*Font*/
    /*font-family: Georgia, serif;*/
    font-family: 'Hannari Mincho';
    /*font-size: 26px;*/
    line-height: 1.2;
    color: #000;
    text-align: justify;
    letter-spacing: -2px;
    /*Borders - (Optional)*/
    /*border-left: 15px solid #c76c0c;*/
    /*border-right: 2px solid #c76c0c;*/
    /*Box Shadow - (Optional)*/
    /*-moz-box-shadow: 2px 2px 15px #ccc;*/
    /*-webkit-box-shadow: 2px 2px 15px #ccc;*/
    /*box-shadow: 2px 2px 15px #ccc;*/
}

#message::before {
    content: "\201D";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #ddd;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

#message::after {
    /*Reset to make sure*/
    content: "";
}

@media (max-width: 991px) {
    #message {
        margin-bottom: 20px;
    }
}

#csr-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#csr-list li {
    border-bottom: 1px dotted #ccc;
    padding: 20px 0 10px 0;
}

#csr-list li span.date {
    display: inline-block;
    float: left;
    font-style: italic;
}

#csr-list li .csr-content {
    margin-left: 8em;
}

#csr-list li .csr-content a {
    color: #666;
    text-decoration: underline;
}

#csr-list li h4 {
    display: inline-block;
    margin-top: 0;
    font-size: 1em;
    font-weight: bold;
}

.address {
    margin-top: 60px;
    font-size: .9em;
    line-height: 1.6;
}

.flc {
    /*display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.flc>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

hr.footline {
    /*// margin-top: 120px;*/
    border-color: #ddd;
}

#gototop {
    margin-top: -65px;
    margin-left: 1px;
}

#copyright {
    text-align: center;
    border-top: 1px solid #ddd;
    background: #ececec;
    font-family: sans-serif;
    padding: 5px;
    font-size: .8em;
}


.blaceTitleContainer {
    width: 320px;
    margin: 40px auto;
    /*text-align: center;*/
    /*position: absolute;*/
    position: relative;
}

.blaceTitle p {
    font-size: 1.3em;
    font-family: "Hannari Mincho";
    padding: 0;
    margin: 0;
    text-align: left;
}

.blaceTitle:before {
    color: #f0f0f0;
    content: "{";
    font-family: "Hannari Mincho";
    font-size: 6em;
    float: left;
    position: relative;
    top: -.35em;
    left: -.25em;
}

.blaceTitle:after {
    color: #f0f0f0;
    content: "}";
    font-family: "Hannari Mincho";
    font-size: 6em;
    float: right;
    position: relative;
    bottom: 1em;
    right: -.27em;
}

@media (min-width: 480px) {}


/*
@media (min-width: 768px) {
    .blaceTitleContainer {
        width: 520px;
        margin: 60px auto;
    }
    .blaceTitle p {
        font-size: 2em;
    }
    .blaceTitle:before {
        color: #f0f0f0;
        content: "{";
        font-family: "Hannari Mincho";
        font-size: 7em;
        float: left;
        position: relative;
        top: -.35em;
        left: -.25em;
    }
    .blaceTitle:after {
        color: #f0f0f0;
        content: "}";
        font-family: "Hannari Mincho";
        font-size: 7em;
        float: right;
        position: relative;
        bottom: 1.2em;
        right: -.15em;
    }
}
*/

@media (min-width: 768px) {
    .blaceTitleContainer {
        width: 520px;
        margin: 60px auto;
    }

    .blaceTitle p {
        font-size: 2em;
    }

    .blaceTitle:before {
        color: #f0f0f0;
        content: "{";
        font-family: "Hannari Mincho";
        font-size: 7em;
        float: left;
        position: relative;
        top: -.35em;
        left: -.25em;
        /*left: .15em;*/
    }

    .blaceTitle:after {
        color: #f0f0f0;
        content: "}";
        font-family: "Hannari Mincho";
        font-size: 7em;
        float: right;
        position: relative;
        bottom: 1.2em;
        right: -.15em;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.table-recruit {
    border-color: #000;
    margin: 5% 0;
    width: 100%;
}

.table-recruit>tbody>tr>th {
    background: #818181;
    display: table-cell;
    color: white;
    width: 30%;
    text-align: center;
    vertical-align: middle;
}

.table-recruit>tbody>tr>td {
    padding: 20px;
}

@media (min-width: 768px) {
    .table-recruit {
        margin: 5%;
        width: 90%;
    }
}

#copyline {
    background-color: #f8f8f8;
    padding: 30px 0;
    font-size: .9em;
    width: 100%;
    position: absolute;
    z-index: 15;
    /*background-image: url("../img/copy_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*height: 72px;*/
}

#copyline>div {
    padding-top: 10px;
}

#copyline>div>p {
    padding-left: 10px;
}

@media (max-width: 992px) {
    #copyline>div>p {
        font-size: 90%;
    }
}

#copyline .copyright {
    text-align: right;
    font-size: .8em;
    /* margin-top: 35px; */
    padding-right: 50px;
}

#ban_jp {
    z-index: 1;
    /* float: right; */
    margin-top: 0px;
    padding: 0 20px;
}

#footlogo {
    padding: 10px 50px;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    #copyline {
        /*background-image: url("../img/copy_bg.png");*/
        background-repeat: no-repeat;
        background-position: center center;
        /*height: 72px;*/
        padding: 0;
    }

    #ban_jp {
        /*margin-top: 20px;*/
    }

    #copyline .copyright {
        /*text-align: left;*/
    }
}

@media (min-width: 992px) {
    #copyline>div>p {
        padding-top: 10px;
        padding-left: 10px;
    }

    #copyline .copyright {
        font-size: .9em;
    }

    #ban_jp {
        max-width: 274px;
        /*margin-top: 21px;*/
        /*margin-top: -189px;*/
        /*margin-right: 20px;*/
    }

    #footlogo img {
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        max-width: 280px;
    }
}

@media (min-width: 1200px) {
    #ban_jp {
        max-width: 320px;
        /*margin-top: -157px;*/
        /*margin-right: 20px;*/
    }
}


/* 竹原㝕ん外枠  */

.banjp-wrap {
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 10:
}

@media (max-width: 991px) {
    .banjp-wrap {
        padding: 0;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .banjp-wrap {
        position: relative;
        bottom: 0;
        margin-left: 20px;
        z-index: 10:
    }

    /*--タブレット以下竹原㝕ん調整--*/
    #ban_jp {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

    /*--タブレット以下竹原㝕ん調整--*/
    #ban_jp {
        max-width: 240px;
        margin: 0 auto;
    }
}


/* 覝html追加 class = footercontents   */

.footer-contents {
    position: relative;
    z-index: 1;
}


/* フッターサムポイル  */

.footer-contents .store-thumb {
    margin-top: 40px;
}

.footer-contents .store-thumb p {
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .footer-contents .store-thumb {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 85%;
    }

    .footer-contents .store-thumb p {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .footer-contents .store-thumb {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .footer-contents .store-thumb {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .footer-contents .store-thumb {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 90%;
    }
}


/*--フッターロゴ--*/

@media (max-width: 1199px) {
    #copyline .copyright {
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    #footlogo img {
        width: 100%;
    }

    #copyline .copyright {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    #footlogo {
        padding: 20px 30px;
        max-width: 400px;
        margin: 0 auto;
    }

    #footlogo img {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    #copyline .footer-address {
        max-width: 400px;
        margin: 0 auto;
    }

    #copyline .copyright {
        text-align: center;
        margin-right: 0px;
        margin-top: 20px;
        padding-top: 20px;
        padding-right: 0px;
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 479px) {
    #copyline {
        padding-left: 0;
        padding-right: 0;
    }

    #footlogo,
    .footer-address,
    .copyright {
        width: 320px;
        margin-right: 0px;
        margin: 0 auto;
    }

    .copyright {
        margin: 0 auto !important;
        padding-right: 0px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #footlogo img {
        width: 90%;
    }

    #copyline .copyright {
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    html {
        /*background: url("../img/polina.jpg.html") #000 no-repeat center center fixed;*/
    }

    #mainvideo {}

    #mainvideo video {
        display: block;
    }

    .fl-c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /*-webkit-flex-direction: column;
        flex-direction: column;*/
        /*-webkit-justify-content: center;
        justify-content: center;*/
    }

    .fl-c>[class*='col-'] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .container {
        width: 100%;
    }
}

@media screen and (max-device-width: 800px) {}

@media (min-width: 992px) {
    #sub .container {
        width: 960px !important;
    }
}

@media (min-width: 1200px) {
    #sub .container {
        width: 1000px !important;
    }

    #footer {
        /*width: 1000px;*/
    }
}

#contentarea p {
    padding: 0 10px;
}

#container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/bideo/video_cover.jpeg') no-repeat;
    background-size: cover;
    background-position: center;
}

#video_controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#play img {
    width: 100px;
}

#pause img {
    width: 90px;
}

#pause {
    display: none;
}

@media (min-width: 768px) {
    #video_controls {
        display: none;
    }
}


/* Demo page specific styles */


/*body {
  text-align: center;
  font-family: 'proxima-nova', Helvetica;
}

#container {
  height: 100%;
}
*/

#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../img/movieshape.png");
    /*background: rgba(0,0,0,0.5);*/
    z-index: 1;
}

#main_content {
    z-index: 2;
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

#main_content h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'proxima-nova-condensed', Helvetica;
    color: #fff;
    font-size: 35px;
}

#main_content .sub_head {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

#main_content .info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 10px;
}

.list-unstyled2 {
    list-style: none;
    padding-left: 1em;
}

span.required {
    font-size: .6em;
    background: red;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-left: 3px;
}

.youtubeblock {
    padding: 80px 20px;
    background: url(../img/works_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background: #ccc;*/
    /*background-image: none;*/
}

.step {
    border-top: 1px solid #F08300;
}

.step>div {
    padding-left: 0;
    padding-right: 0;
}

.step>div.col-sm-8 {
    /*padding-left: 15px;*/
}

.step>div>h3 {
    background: #efefef;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.step>div>p {
    padding-left: 15px;
}

.omakase>div>h2 {
    background: #efefef;
    padding: 15px !important;
    margin-bottom: 0;
}

.omakase h3 {
    background: #000;
    color: white;
    margin-top: 0;
    padding: 5px;
}

.shiire>div {
    padding-left: 5px;
    padding-right: 5px;
}

.shiire>div>div {
    background: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .youtubeblock {
        padding: 80px 60px;
        background: url(../img/works_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        /*background: #ccc;
        background-image: none;*/
    }
}

.messagearea {
    padding: 0 20px 40px;
}

@media (min-width: 768px) {
    .messagearea {
        padding: 80px 60px;
    }

    #sellland .messagearea {
        padding: 10px 60px 30px 60px;
    }
}


.store-thumb p {
    font-size: .8em;
}

.recruitflow {
    display: block;
    border: 1px solid #ccc;
    padding: 15px 0 10px;
    background: #efefef;
}

.recruitflow strong {
    background: #666;
    color: white;
    padding: 5px 15px;
}

#zeh {
    background: #ddd;
    /* background: #82796f; */
    padding-right: 1em;
    text-align: center;
}

#zeh a {
    color: #666;
    font-size: 0.8em;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    .col-sm-2-5 {
        width: 40%;
        float: left;
    }

    .col-sm-3-5 {
        width: 60%;
        float: left;
    }

    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .col-md-2-5 {
        width: 40%;
        float: left;
    }

    .col-md-3-5 {
        width: 60%;
        float: left;
    }

    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }

    .col-lg-2-5 {
        width: 40%;
        float: left;
    }

    .col-lg-3-5 {
        width: 60%;
        float: left;
    }

    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    .col-sm-2-5 {
        width: 40%;
        float: left;
    }

    .col-sm-3-5 {
        width: 60%;
        float: left;
    }

    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .col-md-2-5 {
        width: 40%;
        float: left;
    }

    .col-md-3-5 {
        width: 60%;
        float: left;
    }

    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }

    .col-lg-2-5 {
        width: 40%;
        float: left;
    }

    .col-lg-3-5 {
        width: 60%;
        float: left;
    }

    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

.floatrecruit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 250px;
}

@media (min-width: 768px) {
    .floatrecruit {
        width: 360px;
        position: fixed;
        right: 0;
        top: 50%;
        left: auto;
        max-width: 360px;
    }
}