@charset "utf-8";

html {
    overflow-y: scroll;
}

body {
    font: 14px/1.6 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul {
    list-style: none;
}

ul li {
    list-style: none;
}

/* リンクなど ----------------------------------------------------*/
a {}

a:link {}

a:visited {}

a:hover {}

a:active {}

::selection {
    background: #FFAE10;
}

/* 汎用 ----------------------------------------------------*/
/* clerfix */
#contents:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.imgR {
    float: right;
    margin: 0 0 10px 10px;
}

.imgL {
    float: left;
    margin: 0 20px 10px 0;
}

@media (max-width: 460px) {
    .imgR {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }

    .imgL {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
}

.tC,
.btn {
    text-align: center;
}

.tR,
.sign {
    text-align: right;
}

.center {
    text-align: center;
}

/* -margin
---------------------------------------------------- */

.mt00 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

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

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

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

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml00 {
    margin-left: 0px !important;
}

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

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/* -padding
---------------------------------------------------- */

.pt00 {
    padding-top: 0px !important;
}

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

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt40 {
    padding-top: 50px !important;
}

.pt40 {
    padding-top: 60px !important;
}

.pt40 {
    padding-top: 70px !important;
}

.pt40 {
    padding-top: 80px !important;
}

.pt40 {
    padding-top: 90px !important;
}

.pt40 {
    padding-top: 100px !important;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

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

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

/*#　page（ページ全体）----------------------------------------------------*/
#page {
    text-align: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

.pc {
    display: block;
}

.smp {
    display: none;
}

@media (max-width: 992px) {
    .pc {
        display: none;
    }

    .smp {
        display: block;
    }
}

/*#　contents（メインとサイド）----------------------------------------------------*/
#contents {
    /zoom: 1;
}

/*	#main（メインコンテンツ）　----------------------------------------------------*/
#main {}

/*	#side（サイドバー）----------------------------------------------------*/
#side {}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {}

#globalHeader hgroup {
    text-align: center;
    padding-bottom: 20px;
}

/* グローバルナビゲーション　----------------------------------------------------*/
header#globalHeader nav {
    background-color: #FFF7EC;
    padding: 14px 0 8px;
    text-align: center;
}

header#globalHeader nav ul {
    /zoom: 1;
}

header#globalHeader nav ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

header#globalHeader nav ul li {
    padding: 0 26px;
}

/*トグルボタン----------------------------------*/
.smpNav {
    display: none;
}

@media (max-width: 992px) {
    .smpNav {
        height: 50px;
        background: #000034;
        position: absolute;
        z-index: 999;
        top: 125px;
        width: 100%;
        display: block;
    }

    .smpPage {
        /* margin-top: 50px; */
    }

    .toggle {
        float: right;
        margin-top: 12px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        border-style: none;
        padding: 0;
    }

    .toggle:focus {
        outline: none;
    }
}

@media (min-width: 992px) {
    .toggle {
        display: none;
    }
}

@media (max-width:768px) {
    .toggle {
        display: block;
    }

    .navbar-collapse {
        margin-top: 58px;
        z-index: 999;
        position: relative;
        background-color: #000034;
        color: #FFF;
    }

    .main-menu {
        background-color: #000034;
        width: 100%;
    }
}

.navbar-toggle-anime,
.navbar-toggle-anime span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.navbar-toggle-anime {
    position: relative;
    width: 26px;
    height: 26px;
}

.navbar-toggle-anime span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.navbar-toggle-anime span:nth-of-type(1) {
    top: 0;
}

.navbar-toggle-anime span:nth-of-type(2) {
    top: 10px;
}

.navbar-toggle-anime span:nth-of-type(3) {
    bottom: 5px;
}

.navbar-toggle-anime.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.navbar-toggle-anime.active span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggle-anime.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
}

/*-----------------------------------------------------------*/

.navbar-header .navbar-brand {
    padding: 5px 0;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
}

.navbar-brand a {
    position: relative;
    display: block;
}

.navbar-brand h1 {
    color: #3d88b5;
    font-size: 9px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: -18px;
    left: 0px;
    display: block;
    width: 210px;
    padding: 10 0;
}

@media (max-width: 768px) {
    .navbar-brand h1 {
        width: 180px;
        padding: 10 0;
    }
}

.navbar-brand p {
    color: #3d88b5;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 28px;
    left: 0;
    display: block;
    width: 210px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    background: #444;
}

#top-bar {
    background: #000034;
    color: #fff;
    padding: 0;
    height: auto;
}

#top-bar .navbar-nav > li > a:hover {
    background: transparent;
}

#top-bar.animated-header {
    padding: 0;
    background: #ffffff;
    box-shadow: none;
}

#top-bar .main-menu li > a {
    color: #ffffff;
    text-decoration: underline;
}

#top-bar .main-menu li {
    position: relative;
}

#top-bar .main-menu li.col-sm-2 {
    margin: 0 0 5px;
    border-bottom: 1px solid #555664;
}

#top-bar .main-menu li a {
    font-size: 12px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-decoration: none;
    display: block;
    background-image: url(../images-rec/btn-nav-arrow-head.png);
    background-size: 10px 17px;
    background-position: 98% center;
    background-repeat: no-repeat;
}

#top-bar .main-menu li a:hover {
    color: #3D88B5;
}

.nav > li > a {
    padding-left: 0px;
}

.navbar-custom .nav li > a {
    position: relative;
    color: #000;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
    clear: both;
    padding: 40px 0;
    background-color: #E3E3E3;
    overflow: hidden;
}

footer#globalFooter ul {
    padding: 0;
    margin: 0;
}

footer#globalFooter ul li {
    padding-left: 15px;
    font-size: 13px;
    color: #727171;
}

footer#globalFooter ul li a {
    color: #727171;
    text-decoration: underline;
}

footer#globalFooter ul li a:hover {
    color: #B3B3B3;
}

.fNav ul .f-arrow {
    background-image: url(../images-rec/arrow-fNav.jpg);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 8px 10px;
    margin-top: 10px;
}

#page-top {
    bottom: 20px;
    right: 10px;
    position: fixed;
}

#page-top a {
    background-image: url(../images-rec/pageTop.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block
}

@media (max-width: 768px) {
    footer#globalFooter {
        padding: 0;
    }

    footer#globalFooter .container {
        padding: 0 !important;
    }

    footer#globalFooter ul {
        padding: 0;
        margin: 0;
    }

    footer#globalFooter ul li {
        padding: 10px 10px 10px 0;
        font-size: 13px;
        color: #727171;
        border-bottom: 1px solid #B5B5B5;
        font-weight: bold;
    }

    footer#globalFooter ul li a {
        color: #727171;
        text-decoration: none;
        display: block;
        background-image: url(../images-rec/btn-nav-arrow.png);
        background-repeat: no-repeat;
        background-size: 10px 17px;
        background-position: right center;
        font-weight: normal;
    }

    footer#globalFooter ul li a:hover {
        color: #B3B3B3;
    }

    .fNav ul .f-arrow {
        background: none;
        margin-top: 0;
    }

    footer#globalFooter ul li {
        padding-left: 10px;
        font-size: 12px;
    }

    footer#globalFooter ul {
        margin: 0;
        padding: 0;
    }

    #page-top a {
        opacity: 0.6;
    }
}

/* copyright　----------------------------------------------------*/
p.copyright {
    padding: 10px 0 10px;
    text-align: center;
    font-size: 10px;
}

@media (max-width: 768px) {
    p.copyright {
        padding: 5px 0 5px;
        font-size: 10px;
    }
}

p.copyright small {}

.hNav {
    float: right;
}

.hNav ul {
    list-style: none;
}

.hNav ul li {
    background-color: #33355E;
    float: left;
    margin-left: 1px;
}

.hNav-en {
    float: right;
}

.hNav-en ul {
    list-style: none;
}

.hNav-en ul li {}

@media (max-width: 768px) {
    .navbar-header {
        float: left;
    }

    .englishPage-logo {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .hNav ul {
        width: 100%;
    }

    .hNav ul li {
        background-color: #33355E;
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
        display: block;
        margin-bottom: 1px;
    }

}

.mainImage {
    position: relative;
    height: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 1280px;
}

.mainImage #newsContent {
    position: absolute;
    text-align: left;
    left: 50%;
    bottom: 50px;
    background-color: #FFFFFF;
    width: 50%;
}

.news {
    padding: 0;
    border: 1px solid #15359B;
}

.news h2 {
    margin: 0;
    padding: 20px 0 0 25px;
}

.news .newsBox {
    height: 200px;
    overflow: scroll;
    margin: 0 25px 20px;
    padding: 0;
}

.news dl.newsBox {
    list-style: none;
    width: auto;
}

.news dl.newsBox dt {
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    float: left;
    clear: left;
    width: 20%;
}

.news dl.newsBox dd {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 12px;
    float: left;
    width: 80%;
}

.news dl.newsBox dt,
.news dl.newsBox dd {
    padding-bottom: 7px;
}

.news dl.newsBox dd a {
    color: #222222;
}

/*---------------------------------------------ナビゲーション*/
.gNav {
    width: 100%;
    background-color: #000034;
    border-top: 1px solid #34345C;
    z-index: 100;
    position: relative;
}

.gNav li {
    padding: 0;
    margin: 0;
}

.gNav li a:hover {
    background-color: #262642;
}

.homeMenu ul {
    font-size: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
}

ul.child {
    display: none;
    position: absolute;
    padding: 0;
    width: 164px;
    background-color: #000034;
    font-size: 12px;
}

ul.child li {}

ul.child li a {
    padding: 10px;
    display: block;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

ul.child li a:hover {
    display: block;
    color: #fff;
    background-color: #262642;
    text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.homeMenu li span {
    display: none;
}

@media (max-width: 768px) {
    .gNav.pc {
        display: none;
    }

    .homeMenu li {
        width: 33.3333%;
        display: inline-block;
        border-bottom: 1px solid #FFFFFF;
    }

    ul.childs {
        padding: 0;
        margin: 5px -15px 0;
    }

    ul.childs .nolinks {
        padding: 10px 25px;
        opacity: 0.5;
        border-top: 1px dotted #555664;
    }

    ul.childs li a {
        padding: 10px 25px;
        border-top: 1px dotted #555664;
    }
}

@media (max-width: 1280px) {
    .mainImage #newsContent {
        position: absolute;
        text-align: left;
        left: 50%;
        bottom: 40px;
        background-color: #FFFFFF;
        width: 45%;
    }

    .homeMenu li img {
        display: none;
    }

    .homeMenu li span {
        font-size: 12px;
        display: block;
        color: #FFFFFF;
        letter-spacing: 0.2em;
    }

    .homeMenu li a:hover {
        text-decoration: none;
    }
}

@media (max-width: 320px) {
    .homeMenu li span {
        font-size: 10px;
        display: block;
        color: #FFFFFF;
    }
}

.homeMenu li a {
    padding: 28px 0;
    display: block;
    text-align: center;
}

.mainImageBox {
    margin: 0 auto;
    max-width: 1280px;
}

@media (max-width: 1200px) {
    .news .newsBox {
        height: 150px;
    }

}

@media (max-width: 992px) {
    .news h2 {
        margin: 0;
        padding: 10px 0 5px 15px;
    }

    .news ul.newsBox dd a {
        color: #222222;
        font-size: 10px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .mainImageBox {
        margin: 50px auto 0;
        max-width: 1280px;
    }

    #newsContent-smp {
        left: auto;
        bottom: auto;
        background-color: #FFFFFF;
        margin-left: 4%;
        width: 92%;
        position: static;
        margin-bottom: 20px;
    }

    #newsContent-smp .news h2 {
        margin: 0;
        padding: 10px 0 10px 10px;
        text-align: center;
    }

    #newsContent-smp .news h2 img {
        width: 50px;
        height: auto;
    }

    #newsContent-smp .newsBox {
        width: 300px;
        margin: 0 auto !important;
    }

    #newsContent-smp #newsframe {
        width: 280px !important;
    }

    #newsContent-smp .news .newsBox {
        overflow: visible;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .news dl.newsBox dt {
        color: #666;
        font-size: 12px;
        font-weight: bold;
        float: left;
        clear: left;
        width: 100%;
        padding: 0 10px;
    }

    .news dl.newsBox dd {
        list-style: none;
        margin: 0 0 7px;
        line-height: 1.2;
        font-size: 10px;
        float: left;
        width: 100%;
        display: block;
        border-bottom: 1px dotted #C3C3C3;
        padding: 0 10px 7px;
    }

    .news dl.newsBox dd a {
        color: #222222;
    }
}

@media (max-width: 600px) {
    .news h2 {
        margin: 0;
        padding: 10px 10px 5px;
        line-height: 0;
    }

    .news .newsBox {
        height: 40px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.top-backnumber {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-backnumber img {
    /*width: 100%;
	height: auto;*/
}

#home-contents .col-md-6,
#home-contents .col-md-12 {
    padding: 0;
    margin: 0;
}

.homeMenu li.line {
    border-right: 1px solid #34345C;
}

#homeBtnBox {
    padding: 40px 0 10px;
    background-color: #efefef;
}

#homeBtnBox p {
    margin-bottom: 30px;
}

#staff {
    padding: 50px 0 90px 0;
}

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

#staff h2 {
    padding-bottom: 30px;
    padding-left: 10px;
}

#staff .col-sm-3 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

#newOffice {
    padding: 60px 0;
    background-color: #E3E3E3;
}

.officeCont {
    padding-top: 120px;
    padding-left: 80px;
}

.officetxt {}

#banenr {
    padding: 50px 0;
}

#banenr .col-md-6 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #homeBtnBox p {
        margin-bottom: 15px;
    }

    #banenr .col-md-4 {
        margin-bottom: 15px;
    }

    .officeCont {
        padding-top: 10px;
        padding-left: 10px;
    }
}

/*----------------------------------------------------------社員紹介*/
#staff-page #staffhead {
    padding: 40px 0;
}

#staff-page #profile {
    padding: 20px 0;
    background-color: #FFC406;

}

#staff-page #profile .col-md-7 {
    display: table;
}

.row .col-md-3 .ske {}

.profile-photo {
    padding-right: 10px;
    display: table-cell;
    width: 129px;
}

.profile {
    display: table-cell;
    vertical-align: top;
}

.profile strong {
    font-size: 17px;
    font-weight: normal;
}

.profile h2,
.myproject h2 {
    margin-bottom: 10px;
    margin-top: 0px;
}

#interview {
    padding-top: 30px;
}

.interview p {
    margin: 0;
}

table.ske {
    font-size: 11px;
    border-top: 1px dotted #FFC500;
    margin-bottom: 30px;
    width: 100%;
}

table.ske th {
    padding: 20px 15px;
    background-color: #FFEFB8;
    border-bottom: 1px dotted #FFC500;
    white-space: nowrap;
}

table.ske td {
    padding: 20px 0 20px 10px;
    background-color: #FFF;
    border-bottom: 1px dotted #FFC500;
    line-height: 1.2;
}

.ske2 {
    margin-bottom: 30px;
}

.ske3 {
    padding: 20px 10px 5px;
    background-color: #FFC406;
    margin-bottom: 30px;
}

.ske2 h3,
.ske3 h3 {
    font-size: 14px;
    margin: 0 0 10px;
    color: #1A4A9F;
}

.ske2 p {
    font-size: 12px;
    margin: 0;
    color: #1A4A9F;
    line-height: 1.5;
}

.ske3 p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.inter-title {
    background-image: url(../images-rec/staff/ttl-line.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    padding-left: 50px;
    margin-left: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.interviewBox {
    margin-top: 10px;
    margin-bottom: 40px;
}

.interviewBox .row {
    margin-bottom: 20px;
}

#myPossibility {
    background-color: #E7E8E2;
    padding: 20px 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #staff-page #staffhead {
        padding: 0;
        overflow: hidden;
    }

    #interview .row img {
        margin-bottom: 10px;
    }

    .profile {
        font-size: 12px;
        line-height: 1.3;
    }

    .profile strong {
        font-size: 14px;
    }

}

/*----------------------------------------------------クロストーク*/
#nameBox {
    padding: 30px 0;
    background-color: #EFEFEF;
}

#nameBox .row {
    padding: 0 40px;
}

#nameBox-cs {
    padding: 30px 0;
    background-color: #EFEFEF;
    height: auto;
}

#nameBox-cs .row {
    padding: 0;
}

.nameBox {
    padding: 40px 50px;
    margin: 0 10px;
    background-color: #FFFFFF;
    font-size: 12px;
}

.closstark-head .read {
    padding: 30px 0;
}

.nameBox-cs {
    padding: 20px;
    background-color: #FFFFFF;
    height: 325px;
}

.nameBox-cs2 {
    padding: 20px;
    background-color: #FFFFFF;
    height: auto;
}

.nameBox-cs .in {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.nameBox-cs .in .face {
    float: left;
}

.nameBox-cs .in .csName {
    float: right;
    width: 140px;
}

.nameBox-cs .in .csName2 {
    float: left;
    width: 285px;
    margin-left: 30px;
}

.in .csName h2 {
    padding: 10px 0 0;
    margin: 0;
}

.in .csName2 h2 {
    padding: 10px 0 0;
    margin: 0;
}

.in .csName .bu {
    font-size: 11px;
    line-height: 1.2;
    padding-top: 20px;
}

.in .csName2 .bu {
    font-size: 11px;
    line-height: 1.2;
    padding-top: 20px;
}

.closs1 {
    padding: 81px 40px 71px;
    color: #FFFFFF;
}

.closs3 {
    padding: 81px 40px 71px 60px;
    color: #FFFFFF;
}

.qFlort {
    overflow: hidden;
}

.q-second {
    padding-top: 20px;
}

.q {
    float: left;
    width: 6%;
}

.q2 {
    float: left;
    width: 94%;
}

.clossBox {
    padding: 0;
}

.clossBox1 {
    background-color: #000741;
}

.clossBox2 {
    background-color: #FFC900;
}

.closs2 {
    padding: 81px 30px 71px 60px;
}

.clossBox .photoBox {
    padding: 0;
}

.clossBox .photoBox img {
    width: 100%;
    height: auto;
}

.clossBox h2 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.clossBox h3 {
    margin: 0 0 40px;
    font-size: 17px;
}

.clossBox p {
    margin-bottom: 1.8em;
}

.clossBox p.finish {
    margin-bottom: 0;
}

.clossBox p .name {
    font-weight: bold;
}

.clossBox p strong {
    font-weight: bold;
}

.clossBox-one {
    padding: 50px 50px 30px;
}

.clossBox-one h2 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: #1A4AA3;
}

.clossBox-one h3 {
    margin: 0 0 40px;
    font-size: 17px;
    color: #1A4AA3;
}

.clossBox-one p {
    margin-bottom: 2em;
}

.clossBox-one p span,
.clossBox-one p strong {
    font-weight: bold;
    color: #1A4AA3;
}

.padding-no {
    padding: 0;
}

#clossBox3 {
    background-color: #EFEFEF;
}

#clossBox4 {
    margin-top: 40px;
    background-color: #EFEFEF;
}

.oneWord {
    padding-bottom: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

#clossBox3 .col-md-12 {
    overflow: hidden;
}

#clossBox3 .left {
    float: left;
}

#clossBox3 .right {
    float: right;
}

@media (max-width: 768px) {

    #nameBox {
        padding: 10px 0;
        background-color: #EFEFEF;
    }

    #nameBox .row {
        padding: 0 10px;
    }

    #nameBox .col-md-6 {
        margin-bottom: 20px;
    }

    #nameBox-cs .col-md-4 {
        margin-bottom: 20px;
    }

    .nameBox {
        padding: 10px 15px;
        margin: 0 10px;
        background-color: #FFFFFF;
        font-size: 12px;
    }

    .nameBox-cs {
        height: auto;
    }

    .nameBox h2 {
        margin: 0 0 10px;
    }

    .closs1 {
        padding: 30px;
        color: #FFFFFF;
    }

    .clossBox {
        padding: 0;
    }

    .clossBox1 {
        background-color: #000741;
    }

    .clossBox2 {
        background-color: #FFC900;
    }

    .closs2 {
        padding: 30px;
    }

    .clossBox .photoBox {
        padding: 0;
    }

    .clossBox h2 {
        margin: 0 0 10px;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .clossBox h3 {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .clossBox p {
        margin-bottom: 1em;
    }

    .clossBox p .name {
        font-weight: bold;
    }

    .clossBox-one {
        padding: 40px 20px;
    }

    .clossBox-one h2 {
        margin: 0 0 10px;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: #1A4AA3;
    }

    .clossBox-one h3 {
        margin: 0 0 20px;
        font-size: 16px;
        color: #1A4AA3;
    }

    .clossBox-one p {
        margin-bottom: 1em;
    }

    .clossBox-one p span,
    .clossBox-one p strong {
        font-weight: bold;
        color: #1A4AA3;
    }

    .padding-no {
        padding: 0;
    }

    #clossBox3 {
        background-color: #EFEFEF;
    }

    .smp-fullWidth img {
        width: 100% !important;
        height: auto;
    }

    .closs3,
    .closs2 {
        padding: 20px;
    }

    #clossBox4 {
        margin-top: 0px;
        background-color: #EFEFEF;
    }
}

/*----------------------------------------ホーム２階層目*/
ul.home-child {
    display: none;
    position: absolute;
    padding: 0;
    width: 164px;
    background-color: #000034;
    font-size: 12px;
}

ul.home-child li {}

ul.home-child li a {
    padding: 10px;
    display: block;
    color: #fff;
    text-align: left;
}

ul.home-child li a:hover {
    display: block;
    color: #fff;
    background-color: #262642;
    text-decoration: none;
}

.page-title {
    background-color: #000741;
    font-size: 18px;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 0.2em;
}

.page-title-sub {
    background-color: #000741;
    font-size: 18px;
    padding: 10px;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0px;
}

.pagettl {
    margin-top: 40px;
}

.staffIndex .col-sm-4 {
    padding-bottom: 30px;
}

/*----------------------------------------事業紹介*/
#service-page {}

#sNav {
    padding: 20px 0;
}

#sNav div {
    margin-bottom: 30px;
}

.serviceHead {
    background-color: #000741;
    overflow-y: hidden;
    color: #FFFFFF;
}

.serviceHead p {
    font-size: 16px;
}

.serviceHead h2 {
    color: #ffc106;
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
}

.serviceHead .col-md-4.box {
    padding-bottom: 20px;
}

.serviceBox {
    border: 1px solid #040000;
}

.serviceBox-wrap {
    margin-bottom: 80px;
}

.iconBox {
    padding: 30px;
    margin-bottom: 40px;
    display: none;
}

.iconBox h3 {
    background-color: #ffeeb8;
    padding: 7px 7px 7px 30px;
    border-left: 3px solid #ffc106;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin: 0 0 40px;
    font-weight: bold;
}

.icon ul {
    padding: 0 0 20px;
    margin: 0;
    overflow-y: hidden;
}

.icon ul li {
    list-style: none;
    float: left;
    margin: 0 10px 15px 18px;
    text-align: center;
    display: block;
    max-width: 100%;
}

.container #service02 {}

@media (max-width: 768px) {
    #sNav div {
        margin-bottom: 10px;
    }

    #service02 .icon img {
        width: 100%;
        height: auto;
    }

    #service04 .link img.wid {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #service04 .link .col-md-6 {
        text-align: center;
    }
}

/*--------------------------------------------------------ワンコンテンツ*/
#one h2 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
    line-height: 1.6;
}

#one .block .col-md-12 {
    margin-bottom: 20px;
}

#other {}

#other th,
#other td {
    padding: 20px 20px 20px 30px;
}

#other h2 {
    background-color: #ffefb8;
    padding: 8px 8px 8px 20px;
    border-left: 3px solid #ffc406;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.2em;
    color: #000741;
    margin-bottom: 0px;
}

@media only screen and (max-width:420px) {
    tbody tr {
        display: block;
        background-color: #FFFFFF !important;
    }

    tbody th,
    tbody td {
        display: list-item;
        list-style: none;
        border: none;
    }

    tbody th {
        background-color: #f9f9f9;
    }
}

.cap {
    padding: 20px 0 10px;
}

#panta #sNav {
    padding-bottom: 0;
}

#pantaPage {}

#pantaPage .box {
    padding-bottom: 20px;
    overflow-y: hidden;
}

#pantaPage .box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

#pantaPage .box p {}

#pantaPage #service01 {
    padding-bottom: 40px;
}

.projectBox {
    padding: 50px;
}

.projectBox h2 {
    margin: 0 0 30px 15px;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.prologue {
    border-bottom: 1px solid #040000;
    margin: 40px 50px 10px;
}

.prologue small {
    text-align: right;
    display: block;
    padding-top: 20px;
}

.gold-ttl {
    color: #bb9227;
    font: 18px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.4em;
    margin: 0;
    padding-bottom: 20px;
}

.prologue-txt {
/*    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    padding-bottom: 10px;
}

.projectBox p .line {
    letter-spacing: -1px;
    margin-right: 3px;
}

.nameBox-cs .in .csName2 {
    float: left;
    width: 170px;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .projectBox {
        padding: 40px 0px 10px;
    }

    .prologue {
        border-bottom: 1px solid #040000;
        margin: 40px 0px 10px;
    }

    .projectBox h2 {
        margin: 0 0 30px 15px;
        font-size: 18px;
        letter-spacing: 0.2em;
        font-weight: bold;
    }

    .nameBox-cs2 {
        margin-bottom: 20px;
    }
}

/*-----------------------------------------------------------------------------------capsule */
#capsule {
    background-image: url(../images-rec/capsule/bg.jpg);
    background-size: 1024px 536px;
    height: 536px;
    text-align: center;
    background-position: center 0%;
    background-repeat: no-repeat;
}

.capsuleBpx.container {
    height: 536px;
    position: relative;
    z-index: 0;
}

.capsule {
    position: absolute;
}

/*.capsule img {
	width: 69.659% !important;
	height: auto;
}*/
.capsule1 {
    top: 82px;
    left: 160px;
    position: absolute;
}

.capsule2 {
    top: 185px;
    left: 10px;
}

.capsule3 {
    top: 60px;
    left: 200px;
}

.capsule4 {
    top: 180px;
    right: 175px;
}

.capsule5 {
    top: 160px;
    right: 19px;
}

.capsule6 {
    top: 327px;
    left: -30px;
}

.capsule7 {
    top: 175px;
    left: 175px;
}

.capsule8 {
    top: 255px;
    right: 30px;
}

.capsule9 {
    top: 410px;
    left: 45px;
}

.capsule10 {
    top: 400px;
    left: 155px;
}

.capsule11 {
    top: 410px;
    left: 576px;
}

.capsule12 {
    top: 415px;
    right: 12px;
}

/*smp--------------------------------------------------------*/
#capsule2 {
    width: 100%;
    height: auto;
    position: relative;
}

#capsule2 .bg {
    width: 100%;
    z-index: 0;
}

.capsule-s {
    position: absolute;
}

.capsule1-s {
    top: 10px;
    left: 10px;
}

.capsule2-s {
    top: 36px;
    left: 10px;
}

.capsule3-s {
    top: 118px;
    left: 10px;
}

.capsule4-s {
    top: 8px;
    left: 93px;
}

.capsule5-s {
    bottom: 10px;
    left: 40px;
}

.capsule6-s {
    bottom: 10px;
    left: 171px;
}

.capsule7-s {
    top: 11px;
    right: 106px;
}

.capsule8-s {
    top: 11px;
    right: 10px;
}

.capsule9-s {
    top: 90px;
    right: 10px;
}

.capsule10-s {
    bottom: 10px;
    right: 10px;
}

.capsuleContents {
    padding: 20px 0;
}

.capsuleContents .photo {
    margin-bottom: 20px;
}

.capsuleContents .prof {
    padding: 20px 20px 10px;
    background-color: #EFEFEF;
}

.profttl {
    margin-bottom: 10px;
}

.capsuleContents .box {
    margin-bottom: 20px;
}

.capsuleContents .box h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
}

.capsuleContents .number {
    text-align: right;
}

/*-----------------------------------------------------------------------------------anatomia */
#anatomia {
    background-image: url(../images-rec/anatomia/pageBg.jpg);
    background-size: 1487px 766px;
    height: 766px;
    text-align: center;
    background-position: center 0%;
    background-repeat: no-repeat;
}

.anatomiaBpx.container {
    height: 766px;
    position: relative;
    z-index: 0;
}

.anatomias {
    position: absolute;
}

.anatomia1 {
    top: 42px;
    left: 21px;
    position: absolute;
}

.anatomia2 {
    top: 20px;
    left: 705px;
    position: absolute;
}

.anatomia3 {
    top: 316px;
    left: -91px;
    position: absolute;
}

.anatomia4 {
    top: 333px;
    right: -49px;
    position: absolute;
}

.anatomia5 {
    top: 542px;
    right: 346px;
    position: absolute;
    width: 286px;
}

#anatomiaPage #cboxWrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images-rec/anatomia/bg.png);
    width: 1107px;
    height: 849px;
    background-repeat: no-repeat;
    background-position: center center;
}

#anatomiaPage #cboxContent {
    background-color: rgba(255, 255, 255, 0);
}

/*smp--------------------------------------------------------*/
#anatomia2 {
    width: 100%;
    height: auto;
    position: relative;
}

#anatomia2 .bg {
    width: 100%;
    z-index: 0;
}

.anatomia-s {
    position: absolute;
}

.anatomia1-s {
    top: 15px;
    left: 15px;
}

.anatomia2-s {
    top: 15px;
    right: 15px;
}

.anatomia3-s {
    bottom: 20px;
    left: 10px;
}

.anatomia4-s {
    bottom: 5px;
    left: 140px;
}

.anatomia5-s {
    bottom: 20px;
    right: 10px;
}

.anatomiaContents {
    padding: 20px 0;
}

.anatomiaContents .photo {
    margin-bottom: 20px;
}

.anatomiaContents .prof {
    padding: 20px 20px 10px;
    background-color: #EFEFEF;
}

.profttl {
    margin-bottom: 10px;
}

.anatomiaContents .box {
    margin-bottom: 20px;
}

.anatomiaContents .box h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
}

.anatomiaContents .number {
    text-align: right;
}

/*----------------------------------------------------
	privacy.html
----------------------------------------------------*/
.privacybox {
    margin: 0px 0 80px 28px;
    padding-top: 28px;
    color: #313131;
}

.privacybox p.title {
    padding: 8px 0 2px 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.privacybox .cont {
    background-color: #FFF;
    padding: 30px 38px 60px 38px;
    line-height: 1.6;
    font-size: 12px;
}

.privacybox .cont p.rgt {
    text-align: right;
    margin-bottom: 25px;
}

.privacybox .cont p.ctr {
    text-align: center;
    margin: 25px 0;
}

.privacybox .cont dl {
    margin: 0;
    padding: 0;
}

.privacybox .cont dt {
    margin: 0;
    padding: 0;
}

.privacybox .cont dd {
    margin: 0;
    padding: 2px 0 25px 20px;
}

.privacybox .cont dd .inq {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #313131;
    width: 260px;
}

.movie {
    padding: 0;
    text-align: center;
}

@media (max-width:767px) {
    #project-page .padding-no {
        margin-bottom: 0;
    }

    .privacybox {
        margin: 0px 0 80px;
        padding-top: 28px;
        color: #313131;
    }

    .privacybox .cont {
        padding: 0;
    }

    .movie iframe {
        width: 100%;
        min-height: 260px;
    }
}

/*----------------------------------------------------------------------*/
.subpage {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.tblwarp {
    border: 1px solid #575757;
}

.tableType1 {
    margin: 0px;
}

.tableType1 thead td {
    padding: 10px;
    background-color: #FFFFFF;
    border-right: 1px solid #575757;
    border-bottom: 1px solid #575757;
    text-align: center;
}

.tableType1 thead td.thread {
    border-right: none;
}

.tableType1 tbody th {
    padding: 25px 35px;
    background-color: #BFCDE4;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.tableType1 td {
    padding: 25px 35px;
    background-color: #E7E7E7;
    border-bottom: 1px solid #FFFFFF;
}

.tableType1 td.thread {
    border-left: 1px solid #FFFFFF;
}

.world {
    padding: 20px 0;
    text-align: center;
}

.world img {
    margin: 0 auto;
}

.mind-ttl {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
}

.ttl-orange {
    color: #EB7B00;
    font-weight: bold;
    font-size: 17px;
}

.mindBox {
    padding-bottom: 40px;
}

#mind04 p strong {
    font-size: 18px;
    padding-right: 3px;
    letter-spacing: 0.2em;
}

#mind04 p span {
    padding-right: 20px;
}

.number1 {
    font-size: 15px;
    font-weight: bold;
    background-image: url(../images-rec/mind/1.gif);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 32px;
}

.number2 {
    font-size: 15px;
    font-weight: bold;
    background-image: url(../images-rec/mind/2.gif);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 32px;
}

.tp {
    padding-top: 40px;
}

.box-blue {
    padding: 20px 20px 10px;
    background-color: #CEE9F8;
}

.ttl-h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000E53;
}

.tableType2 {
    margin: 0;
}

.tableType2 thead th {
    padding: 15px;
    border-right: 1px solid #231815;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #231815;
    border-top: 1px solid #231815;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.tableType2 tbody th {
    padding: 15px;
    background-color: #f7f7f7;
    border-right: 1px dotted #231815;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    border-top: 1px solid #231815;
}

.tableType2 td {
    padding: 15px;
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    border-left: none;
    border-top: 1px solid #231815;
}

.flowBox {
    border-right: 1px solid #231815;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    border-top: none;
}

.flow {
/*    background-color: #ECECEC;*/
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #231815;
}

.flow2 {
    overflow: hidden;
}

.flow2 .bx1 {}

.flow2 .bx2 {}

/*採用の流れ追加1208*/

.flow-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #116ed1;
    overflow: hidden;
}
.flow-list.even-list {
    background-color: #0052aa;
    position: relative;
}

.flow-list.even-list::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #116ed1;
    width: 50%;
    height: 100px;
}
.flow-list .flow-list-item{
    background-color: #116ed1;
    color: #fff;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
   transform: skewX(-25deg);
}
.flow-list .flow-list-item p{
    margin: 0 auto;
    transform: skewX(25deg);
    line-height: 1.4;
}
.flow-list .flow-list-item:nth-child(2n){
    background-color: #0052aa;
}

.orange {
    background-color: #FFC106;
}

/*.oubo-ttl {
	font-size: 20px;
	color: #E50012;
	border-bottom: 2px solid #E50012;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 20px;
	padding-top: 20px;
	clear: both;
}*/
.oubo-ttl {
    font-size: 16px;
    color: #E50012;
    border-bottom: 2px solid #E50012;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 20px;
    clear: both;
}

.oubo-ttl strong {
    padding-right: 40px;
}

.pink {
    background-color: #EF999D;
}

.green {
    background-color: #C1D400;
}

.blue {
    background-color: #89CFF2;
}

.orange2 {
    background-color: #F4B972;
}

.job-ttl {
    background-color: #ffefb8;
    padding: 8px 8px 8px 20px;
    border-left: 3px solid #ffc406;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.2em;
    color: #000741;
    margin-bottom: 20px;
}

.jobBox .box {
    margin-bottom: 30px;
}

.box-h1 {
    height: 390px;
}

.box-h2 {
    height: 420px;
}

.box-h3 {
    height: 420px;
}

.jobBox p {
    margin: 0;
    font-size: 12px;
    padding-top: 10px;
}

.jobBox .box {
    padding: 10px;
}

.jobBox .box1 {
/*    border: 1px solid #FFEDBE;*/
    background-color: #f5f5f5;
}

.jobBox .box2 {
/*    border: 1px solid #ECF2B2;*/
    background-color: #f5f5f5;
}

.jobBox .box3 {
/*    border: 1px solid #DBF1FB;*/
    background-color: #f5f5f5;
}

.jobNav {
    padding: 0 15px;
}

.jobNav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.jobNav ul li {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
}

.jobNav li a {
    margin: 0 10px;
    display: block;
}

.jobNav .smp {
    display: none;
}

/*アンカーリンク追加1208*/
.anchor-jobNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-inline-start: 0px;
}
.anchor-jobNav li{
    width: 18%;
    text-align: center;
    
}
.anchor-jobNav li a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    
}
.anchor-jobNav li a:hover{
    text-decoration: none;
}
.anchor-jobNav li:nth-child(1) a{
    border-bottom: 2px solid #FFC106;
}

.anchor-jobNav li:nth-child(2) a{
    border-bottom: 2px solid #EF999D;
}

.anchor-jobNav li:nth-child(3) a{
    border-bottom: 2px solid #C1D400;
}

.anchor-jobNav li:nth-child(4) a{
    border-bottom: 2px solid #89CFF2;
}

.anchor-jobNav li:nth-child(5) a{
    border-bottom: 2px solid #F4B972;
}

@media only screen and (min-width:767px) {
    .anchor-jobNav li:nth-child(1) a:hover {
        color: #FFC106;
    }

    .anchor-jobNav li:nth-child(2) a:hover {
        color: #EF999D;
    }

    .anchor-jobNav li:nth-child(3) a:hover {
        color: #C1D400;
    }

    .anchor-jobNav li:nth-child(4) a:hover {
        color: #89CFF2;
    }

    .anchor-jobNav li:nth-child(5) a:hover {
        color: #F4B972;
    }
}


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

    .anchor-jobNav li {
        width: 100%;
        margin-bottom: 10px;
    }

    .anchor-jobNav li a{
        font-size: 16px;
    padding-top: 16px;
}
    .anchor-jobNav li:nth-child(1) a {
        background-color: #FFC106;
    }

    .anchor-jobNav li:nth-child(2) a {
        background-color: #EF999D;
    }

    .anchor-jobNav li:nth-child(3) a {
        background-color: #C1D400;
    }

    .anchor-jobNav li:nth-child(4) a {
        background-color: #89CFF2;
    }

    .anchor-jobNav li:nth-child(5) a {
        background-color: #F4B972;
    }

}

.entry-btn {
    text-align: right;
    padding: 40px 15px;
}

.entry-btn a {
    margin-left: 10px;
    display: inline-block;
}

.entry-btn-center {
    padding: 20px 0 40px;
    text-align: center;
}

.entry-btn-center a {
    margin: 0 30px;
    display: inline-block;
}

/*総合フィールド追加1208*/
.jobBox .fid-ttl{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-top: 0;
    text-align: center;
}
.jobBox .fid-ttl span{
    font-size: 12px;
}
.jobBox .fid-ttl .fid-cat{
    display: block;
    padding-top: 0;
    padding: 8px 0 6px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.jobBox .fid-ttl.fid-ttl-sub{
    height: 86px;
}
.jobBox .fid-ttl.fid-ttl-sub strong{
    display: block;
    margin-top: -5px;
}
.fid-01{
    background-color: #ffc406; 
}
.fid-02{
    background-color: #d6e151;
}
.fid-03{
    background-color: #f296de;
}
.fid-04{
    background-color: #96d0f2;
}
.fid-img{
    padding: 10px 0 0 0;
    width: 100%;
}
.jobBox .box strong{
    font-size: 12px;
}

@media only screen and (max-width:767px) {
    #mind04 p strong {
        display: block;
        margin-bottom: 5px;
    }
    .jobBox .fid-ttl.fid-ttl-sub{
    height: auto;
}

    .mind-ttl {
        font-size: 18px;
    }

    .entry-btn-center a {
        margin: 0 10px;
        display: inline-block;
    }

    .world {
        padding: 0;
    }

    .tableType1 thead {
        display: none;
    }

    .tableType1 tr {
        display: block;
        font-size: 12px;
    }

    .tableType1 th,
    .tableType1 td {
        padding: 10px;
        display: list-item;
        list-style: none;
        border: none;
        width: 100%;
    }

    .tableType1 tbody th {
        padding: 10px;
        border-right: none;
    }

    .tableType2 {
        margin-bottom: 20px;
    }

    .tableType2 tr {
        display: block;
        font-size: 12px;
    }

    .tableType2 th,
    .tableType2 td {
        padding: 10px;
        display: list-item;
        list-style: none;
        border: 1px solid #231815;
        width: 100%;
        margin-bottom: -1px;
    }

    .tableType2 tbody th {
        padding: 10px;
        border: 1px solid #231815;
        background-color: #f7f7f7;
    }

    .flowBox {
/*        display: none;*/
        margin-top: -20px;
    }
    .flow-list{
       display: block;
    }
    .flow-list .flow-list-item{
        font-size: 14px;
         height: 70px;
        transform: skewX(0deg);
    }
    .flow-list .flow-list-item p{
         transform: skewX(0deg);
    }
    .box-h1,
    .box-h2,
    .box-h3 {
        height: auto;
    }

    .jobNav {
        padding: 0 15px;
    }

    .jobNav ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .jobNav ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    .jobNav li a {
        margin: 0 10px;
        display: block;
        text-decoration: none;
        color: #2B2B2B;
    }

    .jobNav li a img {
        display: none;
    }

    .jobNav .smp {
        display: block;
        padding: 10px;
        margin-bottom: 2px;
    }

    .jobNav .smp.nav1 {
        display: block;
        background-color: #FFEEB8;
    }

    .jobNav .smp.nav2 {
        display: block;
        background-color: #FAE0E1;
    }

    .jobNav .smp.nav3 {
        display: block;
        background-color: #ECF2B2;
    }

    .jobNav .smp.nav4 {
        display: block;
        background-color: #DBF1FB;
    }

    .jobNav .smp.nav5 {
        display: block;
        background-color: #F7DAC3;
    }

    .oubo-ttl {
        font-size: 12px;
        width: 100%;
    }

    .oubo-ttl strong {
        display: block;
        margin-bottom: 5px;
        font-size: 24px;
    }

    .entry-btn {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:320px) {

    .entry-btn a,
    .entry-btn-center a {
        margin: 10px 0;
        display: block;
    }
}

.serviceBlock {
    padding: 10px 0 40px;
    border-bottom: 1px solid #444444;
}

.serviceBlock.end {
    padding: 10px 0 100px;
    border-bottom: none;
}

.serviceBlock h2 {
    color: #f8b500;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.serviceBlock .one {
    padding-top: 46px;
}

.serviceBlock .one .txt {
    margin-right: 20px;
}

.serviceBlock .one a {}

.images {
    padding: 40px 60px;
    border: 1px solid #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.englishVer {
    margin: 40px 0;
}

.red {
    color: #e94709;
    font: 24px "Arial Black", Gadget, sans-serif;
}

.enEntry {
    margin-top: 30px;
}

.fromBlock {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #444444;
}

.fromBox {
    padding-bottom: 20px;
}

.formHead {
    padding-bottom: 20px;
}

.fromBox h2 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.fromBox h2 .line {
    letter-spacing: -0.2em;
    margin-right: 8px;
}

.comingsoon {
    padding: 100px 0 500px;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .comingsoon {
        padding: 30px 0 50px;
        text-align: center;
    }

    .serviceBlock p {
        padding: 10px 0 10px;
    }

    .serviceBlock {
        padding: 10px 0 20px;
        border-bottom: 1px solid #444444;
    }

    .serviceBlock .one .txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .serviceBlock .one .txt img {
        width: 100%;
        height: auto;
    }

    .serviceBlock .one {
        padding-top: 20px;
    }

    .serviceBlock .one a {
        text-align: center;
        display: block;
    }

    #home-contents {
        margin: 15px !important;
    }

    #home-contents img {
        margin-bottom: 15px !important;
    }

    #home-projectstory .col-md-6 {
        width: 100% !important;
    }

    .images {
        padding: 10px;
        border: 1px solid #666666;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .enEntry {
        margin-top: 30px;
    }

    .enEntry img {
        width: 280px;
        height: auto;
    }
}

.overImage .col-md-12 {
    position: relative;
    width: 100%;
    height: auto;
}

.overImage .bg-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.illustcopy {
    font-size: 10px;
    line-height: 1;
    padding: 0 10px;
    text-align: left;
}

.illustcopy p {}

.interview {
    background-color: #E6E6E6;
    padding: 15px 0;
    margin: 20px 15px 50px;
    overflow-y: hidden;
}

.interview h3 {
    margin: 10px 0 15px;
    color: #595757;
}

.nav-ttl {
    padding: 10px 10px 5px !important;
    color: #FFFFFF;
    font-weight: bold;
}

.nav-ttl-sec {
    padding: 10px 10px 5px !important;
    color: #FFFFFF;
    font-weight: bold;
    border-top: 1px solid #34345C;
}

ul.child li a.sec {
    padding-left: 15px;
    display: block;
}

@media only screen and (max-width:767px) {
    .interview h3 {
        margin: 15px 0 10px;
        font-size: 20px;
    }

    .interview p {
        font-size: 12px;
    }

    .smp-small {
        padding: 0 25px !important;
    }

    .closs-photo {
        padding: 20px 40px;
    }

    .capsuleContents .box h2 {
        font-size: 18px;
        margin: 15px 0 15px;
        font-weight: bold;
    }

    .capsuleContents .number {
        text-align: center;
    }
}

/*-------------------------------------------------
group page
-------------------------------------------------------*/
#group {}

#group .banner {
    padding-top: 20px;
    padding-bottom: 200px;
}

#group .banner a {
    color: #222222;
}

.contactBox {
    background-color: #E8F5FD;
    padding: 6px;
    margin-bottom: 40px;
}

.contactBox .inBox {
    padding: 6px;
    border: 4px solid #FFFFFF;
}

.contactBox .inBox:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.contactBox .box {
    padding: 6px 6px 0;
    float: left;
}

.contactBox h3 {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.contactBox p {
    margin: 0;
    font-size: 12px;
    padding-top: 7px;
}

.contactBox .btnBox {
    float: right;
}

@media only screen and (max-width:768px) {
    #group .banner {
        padding-bottom: 40px;
    }

    #group .banner a {
        display: block;
    }
}

.contactBox .box {
    padding: 6px 6px 10px;
}

.contactBox .btnBox {
    float: none;
    padding: 10px 0;
    text-align: center;
}
}

/*----------------------------------------------------
	pd page
----------------------------------------------------*/
#pd .jobNav ul {
    margin-bottom: 40px;
    margin-top: 20px;
}

#kuruminArea {
    padding: 0 0 30px;
    overflow: hidden;
}

#kuruminArea img {
    float: left;
    padding: 0;
    margin-right: 30px;
}

#kuruminArea p {
    font-size: 12px;
    padding: 35px 0 0 30px;
}

.orange-pd {
    background-color: #F7B267;
}

.blue-pd {
    background-color: #B8E2F9;
}

@media only screen and (max-width:768px) {
    #kuruminArea p {
        font-size: 12px;
        padding: 25px 0 0 30px;
    }

    #pd .jobNav .smp.nav1 {
        display: block;
        background-color: #F7B267;
    }

    #pd .jobNav .smp.nav2 {
        display: block;
        background-color: #B8E2F9;
    }
}

/*----------------------------------------------------------
mid-career
-----------------------------------------------------------*/
#mid1 {}

.midBox {}

.midBox h2 {
    padding: 0 15px 3px;
    border-bottom: 2px solid #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.to-joboffer {
    padding: 60px 0;
    text-align: center;
}

.to-joboffer a {
    display: inline-block;
    padding: 20px 200px;
    background-color: #FFCB04;
}

.to-joboffer a:hover {
    background-color: #FFD949;
}

/*----------------------------------------------------------
バックナンバー
-----------------------------------------------------------*/
.backnumber {
    margin-bottom: 80px;
}

.backnumber h1 {
    margin-bottom: 47px;
}

.backnumber .box {
    margin-bottom: 20px;
}

@media only screen and (max-width:480px) {
    .backnumber h1 {
        width: 100%;
        overflow: hidden;
    }

    .backnumber h1 img {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .to-joboffer a {
        display: inline-block;
        padding: 20px;
        background-color: #FFCB04;
    }
}

#mid2 {
    margin-bottom: 40px;
}

#mid2 p {
    padding: 20px 15px;
}

#mid2 .mid-flow {
    margin-bottom: 20px;
}

/*
#mid3 {
    margin-bottom: 40px;
}
*/

#mid3 .banner {
    padding: 60px 0 40px;
}

#mid3 .banner ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#mid3 .banner ul li {
    margin-bottom: 20px;
    text-align: center;
    width: 50%;
}

#mid3 .banner ul li img{
    width: 100%;
}


@media only screen and (max-width:768px) {
    #mid3 .banner ul li img{
        width: 100%;
    }
    #mid3 .banner ul li {
    width: 100%;
}
}
@media only screen and (min-width:768px) {
    #mid3 .banner ul {
        display: flex;
        align-items: center;
    }
}

#mid3 .banner ul.col1_bnr {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
}
#mid3 .banner ul.col1_bnr li{
   text-align: center;
/*
    padding-right: 13px;
    padding-left: 13px;
*/
    width: 100%;
}


@media only screen and (max-width:768px) {
    
}

#mid3 .img-responsive {
    display: inline-block;
}

#mid3 .banner ul li a {
    color: #222222;
}

#mid3 .banner ul li a p {
    text-align: left;
    padding-left: 12px;
}

#mid4 {}

#mid4 .faq {
    font-size: 13px;
    margin-bottom: 100px;
}

#mid4 .faq dt {
    padding: 30px 15px 10px;
    color: #000741;
}

#mid4 .faq dd {
    padding: 0 15px 30px;
    border-bottom: 1px dotted #000000;
}

.midBox h3 {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.midBox .iframeBox {
    padding: 40px 0;
    text-align: center;
}

.midBox .iframeBox iframe {
    border-style: none;
}

@media only screen and (max-width:480px) {
    .midBox .iframeBox iframe {
        width: 100%;
    }
}

.inner .row .col-md-4 {
    margin-bottom: 40px;
}

.news a {
    text-decoration: underline;
}

.newsBoxWrap {
    height: 200px;
    margin: 0 15px 20px;
    padding: 0;
}

.newsBoxWrap iframe {
    width: 100%;
    height: 200px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible !important;
}

#cboxTitle {
    top: 101%;
    color: #FFFFFF !important;
}

.officeBox {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.viewBox {
    margin-bottom: 30px;
    height: 625px;
}

.viewBox p {
    margin: 0;
    padding-left: 40px;
}

.viewBox iframe {
    height: 505px !important;
}

.viewBox .ricoh-theta-spherical-image {
    text-align: center;
    margin: 0 auto;
}

.btnArea {
    text-align: right;
}

.backnumber {
    text-align: center;
    padding-top: 40px;
}

@media only screen and (max-width:768px) {
    #cboxTitle {
        top: 105%;
        color: #FFFFFF !important;
    }

    .viewBox {
        margin-bottom: 30px;
        padding: 0 20px;
        height: 300px;
    }

    .viewBox iframe {
        height: 270px !important;
    }

    .smpimg-size {
        padding: 0 50px;
    }

    .btnArea {
        text-align: center;
    }
}

/*----------------------------------------------------------
社員紹介 カテゴリカラー追加
-----------------------------------------------------------*/
.ske3 {
    background-color: #ececec !important;
}

#myPossibility {
    background-color: #ececec !important;
}

.day_title_img img {
    width: 170px !important;
    height: auto !important;
}

.prof_title_img img {
    width: 70px !important;
    height: 13px !important;
}

.proj_title_img img {
    width: 252px !important;
    height: 22px !important;
}

.ske3 h3 {
    color: #000 !important;
    font-weight: bold;
}

/*cat01*/
.cat01 table.ske {
    border-top: 1px dotted #f29027;
}

.cat01 table.ske th {
    background-color: #f9d44d;
    border-bottom: 1px dotted #f29027;
}

.cat01 table.ske td {
    border-bottom: 1px dotted #f29027;
}

.cat01 #staff-page #profile {
    background: -webkit-linear-gradient(31deg, #ffe977, #f1b814);
    background: -o-linear-gradient(31deg, #ffe977, #f1b814);
    background: linear-gradient(31deg, #ffe977, #f1b814);
}

/*cat01*/

/*cat02*/
.cat02 table.ske {
    border-top: 1px dotted #f0868a;
}

.cat02 table.ske th {
    background-color: #f0868a;
    border-bottom: 1px dotted #e9494f;
}

.cat02 table.ske td {
    border-bottom: 1px dotted #e9494f;
}

.cat02 #staff-page #profile {
    background: -webkit-linear-gradient(31deg, #fd74a1, #e9494f);
    background: -o-linear-gradient(31deg, #fd74a1, #e9494f);
    background: linear-gradient(31deg, #fd74a1, #e9494f);
}

.cat02 .profile p {
    color: #fff;
}

.cat02 .myproject p {
    color: #fff;
}

/*cat02*/

/*cat03*/
.cat03 table.ske {
    border-top: 1px dotted #0997bb;
}

.cat03 table.ske th {
    background-color: #5dbad2;
    border-bottom: 1px dotted #0997bb;
}

.cat03 table.ske td {
    border-bottom: 1px dotted #0997bb;
}

.cat03 #staff-page #profile {
    background: -webkit-linear-gradient(31deg, #8ad480, #4eb4c2);
    background: -o-linear-gradient(31deg, #8ad480, #4eb4c2);
    background: linear-gradient(31deg, #8ad480, #4eb4c2);
}

.cat03 .profile p {
    color: #fff;
}

.cat03 .myproject p {
    color: #fff;
}

/*cat03*/

/*cat04*/
.cat04 table.ske {
    border-top: 1px dotted #336fca;
}

.cat04 table.ske th {
    background-color: #6e8ee4;
    border-bottom: 1px dotted #336fca;
}

.cat04 table.ske td {
    border-bottom: 1px dotted #336fca;
}

.cat04 #staff-page #profile {
    background: -webkit-linear-gradient(31deg, #4a7fd0, #0997bb);
    background: -o-linear-gradient(31deg, #4a7fd0, #0997bb);
    background: linear-gradient(31deg, #4a7fd0, #0997bb);
}

.cat04 .profile p {
    color: #fff;
}

.cat04 .myproject p {
    color: #fff;
}

/*cat04*/

/*cat05*/
.cat05 table.ske {
    border-top: 1px dotted #e85a24;
}

.cat05 table.ske th {
    background-color: #eea55c;
    border-bottom: 1px dotted #e85a24;
}

.cat05 table.ske td {
    border-bottom: 1px dotted #e85a24;
}

.cat05 #staff-page #profile {
    background: -webkit-linear-gradient(31deg, #eebb93, #dd7726);
    background: -o-linear-gradient(31deg, #eebb93, #dd7726);
    background: linear-gradient(31deg, #eebb93, #dd7726);
}

.cat05 .profile p {
    color: #fff;
}

.cat05 .myproject p {
    color: #fff;
}

/*cat05*/

/*staffindex*/
.mv_sec img {
    width: 100%;
}

.pc_mv {
    width: 100%;
    height: 550px;
    background-image: url(../images-rec/staff_idx/mv/pc_staff_mv.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.pc_mv::before {
    content: url(../images-rec/staff_idx/mv/deco_left.png);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.pc_mv::after {
    content: url(../images-rec/staff_idx/mv/deco_right.png);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}

.pc_mv .staff_page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pc_mv .staff_page_title img {
    width: 445px;
}

.pcShow.ifmv {
    display: none
}

@media only screen and (max-width:1400px) {
    .pc_mv {
        display: none;
    }

    .pcShow.ifmv {
        display: block;
    }
}

.pcShow {
    display: block;
}

.spShow {
    display: none;
}

@media only screen and (max-width:768px) {
    .pcShow {
        display: none;
    }

    .spShow {
        display: block;
    }

    .pcShow.ifmv {
        display: none;
    }
}

.page_tltle {
    font-size: 28px;
    text-align: center;
    color: #0d48d1;
    line-height: 1.8;
    padding: 50px 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.stuff_list_ul li {
    width: 30%;
    display: inline-block;
    margin-right: 4.3%;
    margin-bottom: 4.3%;
}

@media only screen and (max-width:768px) {
    .page_tltle {
        font-size: 18px;
        padding: 30px 0;
    }

    .stuff_list_ul {
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .stuff_list_ul li {
        width: 49%;
        margin-right: inherit;
        margin-bottom: 4%;
        /*        padding: 2%;*/
    }

    .stuff_list_ul li:nth-child(odd) {
        padding-right: 2%;
    }

    .stuff_list_ul li:nth-child(even) {
        padding-left: 2%;
    }
}

.stuff_list_ul li:nth-child(3n) {
    margin-right: 0%;
}

.stuff_list_ul li img {
    width: 100%;

}

.stuff_list_ul li a {
    display: block;
    position: relative;
}

.cat01_list a::before {
    content: url(../images-rec/staff_idx/cat01.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
}

.cat02_list a::before {
    content: url(../images-rec/staff_idx/cat02.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
}

.cat03_list a::before {
    content: url(../images-rec/staff_idx/cat03.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
}

.cat04_list a::before {
    content: url(../images-rec/staff_idx/cat04.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
}

.cat05_list a::before {
    content: url(../images-rec/staff_idx/cat05.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
}

@media only screen and (max-width:768px) {
    .cat01_list a::before {
        content: url(../images-rec/staff_idx/cat01_sp.png);
        top: -10px;
        left: -10px;
    }

    .cat02_list a::before {
        content: url(../images-rec/staff_idx/cat02_sp.png);
        top: -10px;
        left: -10px;
    }

    .cat03_list a::before {
        content: url(../images-rec/staff_idx/cat03_sp.png);
        top: -10px;
        left: -10px;
    }

    .cat04_list a::before {
        content: url(../images-rec/staff_idx/cat04_sp.png);
        top: -10px;
        left: -10px;
    }

    .cat05_list a::before {
        content: url(../images-rec/staff_idx/cat05_sp.png);
        top: -10px;
        left: -10px;
    }
}


.stuff_list_ul li a:hover {
    opacity: 0.6;
}

.interview_btn {
    padding: 40px 0 90px 0;
}

.interview_btn img {
    width: 100%;
}

.interview_btn a:hover {
    opacity: 0.6;
}

@media only screen and (max-width:768px) {
    .interview_btn a {
        text-decoration: none;
    }

    .interview_btn a h3 {
        font-size: 18px;
        color: #0d48d3;
    }

    .interview_btn a p {
        color: #000;
    }
}

.attention_txt {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.attention_txt01 {
    padding-left: 1em;
    text-indent: -1em;
}

.stuff_list_ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.spe_banner{
    padding-bottom: 90px;
}
.spe_banner h2{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.spe_banner h2:before,
.spe_banner h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}
.spe_banner h2:before {
    margin-right: 30px;
}
 
.spe_banner h2:after {
    margin-left: 30px;
}
.spe_banner ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.spe_banner ul li{
    width: 48%;
}
.spe_banner ul li img{
    width: 100%;
}

@media only screen and (max-width:768px) {
    .spe_banner{
    margin-top: -40px;
}
    .spe_banner h2{
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }
    .spe_banner ul{
        display: block;
        width: 90%;
        margin: auto;
    }
    .spe_banner ul li{
    width: 100%;
        margin-bottom: 20px;
}
}

/*----------------------------------------------------------
新卒採用 インターンシップ追加220907
-----------------------------------------------------------*/
.entry-box {
    display: flex;
    padding: 10px;
    margin-bottom: 40px;
}
.entry-box .entry-item{
    width: 50%;
    height: 290px;
    position: relative;
}
.entry-box .entry-item::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../graduate/images/entry/entry_triangle_top.png) no-repeat;
    background-size: contain;
}
.entry-box .entry-item::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../graduate/images/entry/entry_triangle_btm.png) no-repeat;
    background-size: contain;
}
.entry-box .entry-item .inr{
    text-align: center;
}
.entry-box .entry-item a{
    display: block;
    width: 100%;
    height: 290px;
    color: #333;
    text-decoration: none;
}
.entry-box .entry-item a:hover{
    text-decoration: none;
/*    opacity: .7;*/
}
.entry-box .entry-internship{
    background-color: #13cad4;
    margin-right: 5px;
}
.entry-box .entry-internship a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-box .entry-graduate{
    margin-left: 5px;
    background-color: #b5b5b5;
/*.entry-box .entry-internship a と同じ*/
    display: flex;
    justify-content: center;
    align-items: center;
/*.entry-box .entry-internship a と同じ*/
}

.entry-box .entry-item .ti{
    font-size: 26px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    color: #fff;
    letter-spacing: .5px;
    line-height: 40px;
    
}
.entry-box .entry-item .txt{
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    color: #fff;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 0;
}

.entry-box .entry-internship .ti{
    position: relative;
    z-index: 2;
    font-size: 28px;
    margin-top: -36px;
/*    font-weight: bold;*/
}
.entry-box .entry-internship .ti span{
    font-size: 22px;
}

.entry-box .entry-internship .bg{
    position: absolute;
    top: 40px;
    left: 52%;
    transform: translateX(-52%);
    -webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
    width: 570px;
    z-index: 1;
}

.entry-box .entry-internship .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: #00b8c2;
    height: 60px;
    transition-duration: .3s;
}
.entry-box .entry-internship .btn .btn-txt{
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*    font-weight: bold;*/
    letter-spacing: .5px;
    color: #fff;
    margin-top: 10px;
}
.entry-box .entry-internship .btn .btn-txt span{
    position: relative;
}
.entry-box .entry-internship .btn .btn-txt span::after{
    position: absolute;
    top: 5px;
    right: -34px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 10px;
    background: url(../graduate/images/entry/entry_arrow.png) no-repeat;
    background-size: contain;
    transition-duration: .3s;
}
.sp-Show{
        display: none;
    }

.entry-box .entry-item a:hover .btn{
    background-color: #25d5df;
}

.entry-box .entry-item a:hover .btn .btn-txt span::after{
        right: -44px;
}
.entry-box .entry-internship .bg img:hover{
        opacity: 1 !important;
    }

@media only screen and (max-width:1200px) {
    .entry-box .entry-internship .bg{
        width: 400px;
        top: 58px;
    }
    .entry-box .entry-internship .bg img{
        width: 100%;
    }
    .entry-box .entry-item .ti{
        font-size: 24px;
        letter-spacing: 0px;
    }
    .entry-box .entry-item .ti span{
        font-size: 20px;
    }
    .entry-box .entry-internship .btn .btn-txt{
        font-size: 16px;
        margin-top: 13px;
    }
}

@media only screen and (max-width:992px) {
    .entry-box .entry-internship .bg{
        width: 300px;
        top: 76px;
    }
    .entry-box .entry-internship .bg img{
        width: 100%;
    }
    .sp-Show{
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .entry-box {
        display: block;
        margin-bottom: 20px;
    }

    .entry-box .entry-graduate {
        margin-left: 0px;
    }

    .entry-box .entry-internship {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .entry-box .entry-item {
        width: 100%;
        height: 180px;
    }
    .entry-box .entry-item a{
        height: 180px;
    }

    .entry-box .entry-internship .bg {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 320px;
    }
    
    .entry-box .entry-item::before {
        width: 18px;
        height: 18px;
    }
    .entry-box .entry-item::after {
        width: 18px;
        height: 18px;
    }
    
    .entry-box .entry-item .ti{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .5px;
    }
    .entry-box .entry-item .txt{
        font-size: 14px;
        margin-top: 10px;
    }

    .entry-box .entry-internship .bg img {
        width: 100%;
    }
    .entry-box .entry-internship .ti{
        font-size: 22px;
        margin-top: -32px;
    }
    .entry-box .entry-internship .ti span{
        font-size:18px;
    }
    .entry-box .entry-internship .btn{
        height: 50px;
    }
    .entry-box .entry-internship .btn .btn-txt{
        font-size: 16px;
        margin-top: 8px;
    }
    .entry-box .entry-internship .btn .btn-txt span::after {
        top: 4px;
        right: -27px;
        width: 18px;
        height: 7px;
    }
    
}


.job_rtn{
    display: flex;
    justify-content: space-between;
}
.job_rtn p{
    padding: 0;
}

.job_rtn .job_rtn_txt{
    width: 65%
}
.job_rtn .job_rtn_btn{
    width: 30%
}
.job_rtn .job_rtn_btn p{
    margin: 0;
}
.job_rtn .job_rtn_btn a{
    background-color: #ffcb03;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 2.5rem 0;
    display: block;
    font-weight: bold;
}
.job_rtn .job_rtn_btn a:hover {
    background-color: #FFD949;
}

@media only screen and (max-width:768px) {
    .job_rtn{
    display: block;
}
.job_rtn p{
    padding: 0;
}

.job_rtn .job_rtn_txt{
    width: 100%;
    margin-bottom: -20px;
}
.job_rtn .job_rtn_btn{
    width: 100%;
}
}