/* 全体用 */
html {
    overflow-x: auto;
}

body {
    margin: 0;
    overflow-x: hidden;
    height: 100%!important;
}

.wrap {
}

/* レスポンシブ用固定化 */
@media screen and (min-width: 769px){
    .wrap {
        width: 100%;
        min-width: 1024px;
        margin: auto;
    }
}

.contents {
    width: 88%;
    margin: auto;
    padding: 20px 0;
}

.contents-title.main {
    background-color: #d03135;
}

#link {
    cursor: pointer;
}
#blank {
    cursor: pointer;
}

.border-left, .border-right {
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 11;
}
.border-left {
    left: 0;
    border-right: 1px solid #d03035;
}
.border-right {
    right: 0;
    border-left: 1px solid #d03035;
}

.sidr {
    background-color: #fff;
    border-left: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.sidr ul {
    border-top: 1px solid #fff;
    border-bottom: none;
}
.sidr ul li {
    border: none;
    background-color: #d03035;
    border-bottom: 1px solid #fff;
}
.sidr ul li {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.sidr ul li.child {
    background-color: #fff;
    line-height: 40px;
    padding-left: 8px;
    border-bottom: 1px dotted #ccc;
}
.sidr ul li.child a {
    color: #000;
    margin-left: 10px;
}
.sidr ul li a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    opacity: 0.5;
}
.sidr ul li.child a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.sidr ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -28px;
}
.sidr ul li.idea {
    background-color: #c05138;
}
.sidr ul li.business {
    background-color: #e83c17;
}
.sidr ul li.company {
    background-color: #ed7724;
}
.sidr ul li.recruite {
    background-color: #ffc823;
}
.sidr ul li.contact {
    background-color: #ff94a1;
}
/* メニュー色統一用css */
/*.sidr ul li {
    background-color: #666;
}*/

/* お詫び関連 */
a.btn.btn-sp-news {
    width: 340px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -170px;
    background-color: #fff;
    color: #d03035;
    font-weight: bold;
}
a.btn.btn-sp-news:hover {
    background-color: #ccc;
    opacity: 0.6;
}

.sp-news {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 40px;
}
.sp-news p.title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}
.sp-news p.message {
    text-align: center;
    margin-top: 50px;
    font-size: 110%;
    line-height: 1.8;
}

/* フォント用 */
@font-face {
   font-family: orgImpact;
   src: url('../font/Impact.ttf') format("truetype");
}

/* ヘッダー用 */
.header {
    width: 90%;
    margin: auto;
}
.header h1 {
    margin: 7px 0;
    width: 24%;
    float: left;
    cursor: pointer;
}
.header h1 a {
    cursor: pointer;
}

.header-menu {
    width: 67%;
    float: left;
    margin-left: 33%;
    margin-top: -70px;
}
.header-menu a {
    color: #000;
    font-size: 110%;
    margin-right: 6%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color.3s;
    line-height: 2.5;
}
.header-menu a:hover {
    color: #d03135;
}
.header-menu a::before,
.header-menu a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: #d03135;
    transition: .3s;
}
.header-menu a::before {
    top: 0;
    left: 0;
}
.header-menu a::after {
    bottom: 0;
    right: 0;
}
.header-menu a:hover::before,
.header-menu a:hover::after {
    width: 100%;
}
.header-menu a.on {
    color: #d03135;
}
.header-menu a.on::before,
.header-menu a.on::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d03135;
}

.drawMenu {
    display: block;
    position: fixed;
    top: 3px;
    right: 10px;
    z-index: 3;
}

.drawer-nav {
    width: 20rem;
}
.drawer--right .drawer-nav {
    right: -20rem;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 20rem;
}

.drawer-overlay {
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}

.drawer-hamburger {
    width: 2.5rem;
    padding: 12px 10px;
}
.drawer-hamburger-icon {
    margin-top: 2px;
}
.drawer-hamburger-icon:before {
    top: -8px;
}
.drawer-hamburger-icon:after {
    top: 8px;
}
.drawer-hamburger p.menu-title {
    width: 200%;
    text-align: center;
    position: absolute;
    left: -50%;
    font-size: 80%;
    color: #d03135;
    top: 28px;
    font-weight: bold;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #d03135;
}
.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer-open p.menu-title {
    color: #fff;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

ul.drawer-menu li {
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 48px;
    padding-left: 10px;
}
ul.drawer-menu li.child {
    background-color: #fff;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: 1px dotted #ccc;
}
ul.drawer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 110%;
    display: block;
}
ul.drawer-menu li.child a {
    color: #000;
    font-size: 90%;
}
ul.drawer-menu li.parent:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -30px;
}
ul.drawer-menu li.home {
    background-color: #d03035;
}
ul.drawer-menu li.idea {
    background-color: #c05138;
}
ul.drawer-menu li.business {
    background-color: #e83c17;
}
ul.drawer-menu li.company {
    background-color: #ed7724;
}
ul.drawer-menu li.recruite {
    background-color: #ffc823;
}
ul.drawer-menu li.contact {
    background-color: #ff94a1;
}
ul.drawer-menu li.parent {
    background-color: #c05138;
}
ul.drawer-menu li.parent:hover {
    opacity: 0.5;
}
ul.drawer-menu li.child:hover {
    background-color: #ddd;
}

.dropdown {
    position: absolute;
    width: 20%;
    display: none;
}
.dropdown a {
    display: block;
    font-size: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    transition: none;
    line-height: 2.2;
}
.dropdown a:hover {
    color: #e49834;
}
.dropdown a::before,
.dropdown a::after {
    background-color: transparent;
    transition: none;
}

.dropdown {
    background-color: rgba(255,255,255,0.5);
}
.dropdown a {
    color: #d03035;
    text-shadow: 1px 1px 1px #fff;
}

.sidr {
    background: #6f6f6f;
    -webkit-box-shadow: inset 0 0 5px 5px #484848;
    -moz-box-shadow: inset 0 0 5px 5px #484848;
    box-shadow: inset 0 0 5px 5px #484848;
}

.footer-menu-sp .row {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.footer-menu-sp .col-xs-4, .footer-menu-sp .col-xs-6, .footer-menu-sp .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.footer-menu-sp .btn-default {
    width: 100%;
}

/* メニュー用 */


/* トップページ用 */
.visual {
    background-color: #d03035;
    height: 350px;
    position: relative;
}
.visual .line {
    height: 350px;
    position: absolute;
    top: 0;
}
.visual .line:nth-child(1) {
    background-color: #a73539;
    width: 50px;
    left: 5%;
}
.visual .line:nth-child(2) {
    background-color: #e94633;
    width: 20px;
    left: 10.2%;
}
.visual .line:nth-child(3) {
    background-color: #ef865b;
    width: 7px;
    left: 12.9%;
}
.visual .line:nth-child(4) {
    background-color: #e83c17;
    width: 20px;
    left: 14.5%;
}
.visual .line:nth-child(5) {
    background-color: #e9b100;
    width: 5px;
    left: 17.3%;
}
.visual .line:nth-child(6) {
    background-color: #9e3539;
    width: 28px;
    left: 18.8%;
}
.visual .line:nth-child(7) {
    background-color: #ed7724;
    width: 15px;
    left: 22.5%;
}
.visual .line:nth-child(8) {
    background-color: #ca9040;
    width: 6px;
    left: 24.9%;
}
.visual .top-icon {
    position: absolute;
    top: -40px;
    right: -12%;
    width: 38%;
    z-index: 10;
}
.visual p.title {
    position: absolute;
    top: 70px;
    width: 100%;
    font-size: 170%;
    text-align: center;
    color: #FFF;
    font-family: orgImpact;
    margin: 0;
}
.visual p.message {
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    font-size: 110%;
    text-align: center;
    margin: 0;
    line-height: 3;
}

.sub-visual {
    background-color: #a73539;
    border-top: 15px solid #fff;
    padding: 20px 0;
    position: relative;
}
.sub-visual p.message {
    width: 90%;
    display: inline-block;
    margin: 0;
    color: #fff;
    line-height: 2;
    vertical-align: middle;
    margin-left: 20px;
}

.arrow {
    top: 0;
    left: 0;
    width: 6%;
    display: inline-block;
}
.arrow.bottom img {
    transform: rotate(90deg);
}

.business-box {
    display: inline-block;
    color: #fff;
}
.business-box.left {
    width: 34.4%;
    background-color: #e83c17;
    border-radius: 5px;
    vertical-align: top;
}
.business-box h2.title {
    font-size: 140%;
    font-weight: bold;
}

.business-box.left h2.title {
    margin-top: 40px;
    text-align: center;
}
.business-box.left p.message {
    text-align: center;
    margin-top: 20px;
    line-height: 2;
    margin-bottom: 20px;
    font-size: 80%;
}
.business-box.left .image img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.business-box.left .arrow.bottom {
    width: 20%;
    margin: auto;
    display: block;
    margin-top: 5.5%;
}

.business-box.right {
    width: 63%;
    margin-left: 2%;
}
.business-box.right h2.title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 20px;
}
.business-box.right .top {
    background-color: #ed7724;
    border-radius: 5px;
}
.business-box.right .body {
    display: inline-block;
    width: 49.9%;
}
.business-box.right .image {
    display: inline-block;
    width: 49.3%;
    vertical-align: top;
}
.business-box.right .arrow {
    width: 20%;
    margin-top: 50px;
}
.business-box.right p.message {
    text-align: center;
    margin-top: 30px;
    line-height: 2.2;
    font-size: 80%;
}
.business-box.right .image img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.business-box.right .bottom {
    display: block;
    margin-top: 20px;
    background-color: #c05138;
    border-radius: 5px;
}

.contents-title {
    padding: 20px;
    position: relative;
}
.contents-title p.title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    width: 100%;
}

.contents-title.pickup {
    border-top: 1px solid #a11b00;
    border-bottom: 1px solid #a11b00;
    padding: 20px;
    position: relative;
}
.contents-title .arrow.right {
    position: absolute;
    top: 50%;
    width: 80px;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-top: -18px;
    vertical-align: middle;
}
.contents-title.pickup p.title {
    color: #d03135;
    font-family: orgImpact;
    font-size: 300%;
}
.contents-title.pickup .arrow img {
    vertical-align: middle;
}

.top-recruite-title {
    background-color: #ffc823;
    padding: 60px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top-recruite-title .arrow.right {
    width: 80px;
    display: inline-block;
}
.top-recruite-title h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 260%;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-family: orgImpact;
    letter-spacing: 0.2em;
}
.top-recruite-title h2.title span.small {
    font-size: 50%;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.top-recruite-title h2.title span.welcome {
    display: inline-block;
    font-size: 50%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ff0000;
    background-color: #fff;
    padding: 5px;
    margin-left: 10px;
}

.top-recruite-image img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.our-heart {
    background-color: #e83c17;
    border-radius: 5px;
    padding-bottom: 10px;
}
.our-heart .arrow.bottom,
.re-syukatsu .arrow.bottom,
.top-csr .arrow.bottom {
    width: 40%;
    margin: auto;
    display: block;
}
.our-heart .arrow.bottom img,
.re-syukatsu .arrow.bottom img,
.top-csr .arrow.bottom img{
    margin-top: 27%;
}
.our-heart p.title {
    text-align: center;
    font-size: 150%;
    color: #fff;
    font-weight: bold;
    margin-top: 16%;
    margin-bottom: 0;
}
.our-heart table {
    width: 86%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px 13px;
}
.contents .col-xs-6 {
    padding: 0 10px;
}
.col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.our-heart td {
    width: 50%;
    background-color: #fff;
    color: #e83c17;
    text-align: center;
    padding: 5px;
    font-size: 120%;
}

.re-syukatsu {
    border: 1px solid #d03135;
    border-radius: 5px;
}
.re-syukatsu .image {
    width: 60%;
    margin: 16% auto 5%;
}

.top-csr {
    margin-top: 20px;
    background-color: #ff94a1;
    border-radius: 5px;
    padding-bottom: 5px;
}
.top-csr p.title {
    text-align: center;
    margin-top: 14%;
    margin-bottom: 5%;
    font-size: 130%;
    font-weight: bold;
    color: #fff;
}

.top-recruite-title {
    background-color: #ffc823;
    padding: 60px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.col-sm-6.young {
    display: table;
}
.top-young-title {
    background-color: #ed7724;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: table-cell;
    width: 50%;
}
.top-young-title.partner {
    background-color: #bb4a2f;
}
.top-young-title .arrow.right {
    width: 80px;
    display: inline-block;
}
.top-young-title h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 200%;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
    color: #fff;
}
.top-young-title h2.title span.small {
    font-size: 50%;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.top-young-image {
    display: table-cell;
    height: 100%;
    width: 50%;
}
.top-young-image img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contents-title.company {
    background-color: #e83c17;
    margin-top: 20px;
}
.contents.top-company {
    width: 76%;
    margin-bottom: 50px;
}
.top-company table {
    width: 100%;
}
.top-company th, .top-company td {
    border-bottom: 1px solid #d09385;
    color: #d09385;
    padding: 15px 0 3px;
}
.top-company th {
    width: 20%;
}
.top-company th.space {
    border:none;
}
.top-company td {
    font-size: 90%;
}
.top-company td a {
    color: #d09385;
}
.top-company td.sep {
    width: 2%;
    border: none;
}
.top-company td.privacy {
    padding: 5px;
}
.top-company td.privacy img {
    display: inline-block;
    width: 25%;
}
.top-company td.privacy p {
    display: inline-block;
    width: 73%;
    line-height: 1.8;
    vertical-align: middle;
    margin: 0;
}
.top-company td.personal {
    line-height: 2;
    padding: 10px;
}
.top-company td.personal a {
    color: #0f3f96;
}

.ggmap {
    position: relative;
    padding-bottom: 400px;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-print-map {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.top-print-map a.btn-to-map {
    width: 50%;
    background-color: #e83c17;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    padding: 10px;
}
.top-print-map a.btn-to-map:hover {
    background-color: #e09585;
}

.contents.top-contact-area {
    background-color: #d92c16;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.contents.top-contact-area .title {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    margin-bottom: 20px;
}
.contents.top-contact-area p.body {
    text-align: center;
    font-size: 140%;
    line-height: 1.8;
}
.contents.top-contact-area p.body a {
    color: #fff;
}
.contents.top-contact-area a.btn-to-contact {
    background-color: #fff;
    width: 56.5%;
    color: #d92c16;
    font-size: 150%;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contents.top-contact-area a.btn-to-contact:hover {
    color: #c38b84;
}

/* 採用情報ページ関連 */
.contents-title.recruite {
    background-color: #ec99a7;
}
.contents-title.adoption {
    background-color: #7ac9d6;
    margin-top: 20px;
}

.adoption-body {
    margin-top: 30px;
    margin-bottom: 40px;
}
.adoption-body table {
    width: 100%;
}
.adoption-body th {
    width: 50%;
    border-right: 1px solid #000;
    position: relative;
}
.adoption-body td {
    font-size: 110%;
    padding: 40px;
    line-height: 2;
}
.adoption-body td p {
    margin-bottom: 30px;
}
.adoption-body th .arrow.right {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
}
.adoption-body th .body {
    width: 78%;
    margin-left: 120px;
    font-size: 110%;
    line-height: 2;
}
.adoption-body th table.history {
    width: 60%;
    margin-left: 120px;
    margin-top: 20px;
}
.adoption-body th table.history th,
.adoption-body th table.history td {
    border: 1px solid #000;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}
.adoption-body th .body.last {
    margin-top: 20px;
    margin-left: 80px;
    width: 84%;
}
.adoption-body .link-area {
    margin-top: 50px;
    text-align: center;
}
.adoption-body .link-area a.btn {
    width: 25%;
    margin: 0 2%;
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    padding: 10px;
}
.adoption-body .link-area a.btn-requirement {
    background-color: #00b7f0;
    border: 1px solid #00b7f0;
}
.adoption-body .link-area a.btn-requirement:hover {
    background-color: #a0cbd2;
    border: 1px solid #a0cbd2;
}
.adoption-body .link-area a.btn-new-graduate {
    background-color: #2bbd52;
}
.adoption-body .link-area a.btn-new-graduate:hover {
    background-color: #d2e6a4;
}

.staff-list {
    width: 94%;
    margin: 20px auto;
}
.staff-list table {
    border-collapse: separate;
    border-spacing: 15px 15px;
}
.staff-list td {
    padding: 5px;
    background-color: #eae6e2;
    box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
}
.staff-list td.last {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.staff-list td img:hover {
    opacity: 0.5;
}

.contents-title.carrer-path {
    background-color: #00b7ef;
    margin-top: 40px;
}
.contents-title.training {
    background-color: #dac63b;
}
.contents-title.welfare {
    background-color: #2bbd52;
}

.carrer-title {
    margin-top: 30px;
    position: relative;
}
.carrer-title .arrow.right {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.carrer-title .carrer-image {
    width: 80%;
    margin: auto;
}

.carrer-body {
    margin: 30px 0;
    text-align: center;
    font-size: 110%;
    line-height: 1.8;
}

.training-area {
    margin-top: 30px;
    position: relative;
}
.training-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.training-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #e7b332;
    position: relative;
}
.training-area .body {
    width: 81%;
    margin: 25px auto 40px;
    position: relative;
}
.training-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 1.6;
    width: 67%;
}
.training-area .train-image-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
}
.training-area .train-image-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
}
.training-area p.havesome {
    margin: 0 -15px -15px -15px;
    padding: 10px 15px 15px 15px;
    background-color: #f1ebc2;
    line-height: 2;
}
.training-area p.havesome span {
    font-size: 130%;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    line-height: 1.6;
}

.welfare-area {
    margin-top: 30px;
    position: relative;
}
.welfare-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.welfare-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #5ce6ff;
}
.welfare-area .body {
    width: 81%;
    margin: 25px auto 40px;
    position: relative;
}
.welfare-area .body.no-title {
    margin-top: -30px;
}
.welfare-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 2;
    width: 100%;
    text-align: center;
}

.welfare-ex {
    width: 86%;
    margin: auto;
}
.welfare-ex .row {
    margin-bottom: 30px;
}
.welfare-ex .title {
    margin-top: 15px;
    text-align: center;
    background-color: #2bbd52;
    color: #fff;
    padding: 5px;
    font-size: 110%;
    border-radius: 5px;
}
.welfare-ex .text {
    font-size: 110%;
    margin-top: 10px;
    line-height: 1.6;
}
.welfare-ex .text.big {
    width: 210%;
}

/* 社員紹介ページ関連 */
.contents-title.introduction {
    background-color: #ff5464;
}

.staff-title {
    margin-top: 30px;
}
.staff-title .arrow.right {
    width: 80px;
    display: inline-block;
}
.staff-title h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #ff5464;
}

table.staff-introduction {
    width: 80%;
    margin: 50px auto 0;
    border-collapse: separate;
    border-spacing: 50px 0;
}
table.staff-introduction td.image {
    width: 40%;
    padding: 5px;
    background-color: #eae6e3;
    box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
}
table.staff-introduction td.message {
    width: 40%;
    position: relative;
}
table.staff-introduction td.message p {
    color: #fff;
    width: 60%;
    margin: auto;
    font-size: 170%;
    font-weight: bold;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
table.staff-introduction td.message p.vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 1em;
    width: 1em;
}

.introduction-wrap {
    position: relative;
}
.introduction-wrap .prev, .introduction-wrap .next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -40px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}
.introduction-wrap .prev {
    left: 0;
    -moz-transform: rotate( -90deg );  /* Firefox用 */
    -webkit-transform: rotate( -90deg );  /* Chrome,Safari,新しいOpera用 */
    -o-transform: rotate( -90deg );  /* 古いOpera用 */
    -ms-transform: rotate( -90deg );  /* IE9用 */
    transform: rotate( -90deg );
}
.introduction-wrap .next {
    right: 0;
    -moz-transform: rotate(90deg);  /* Firefox用 */
    -webkit-transform: rotate(90deg);  /* Chrome,Safari,新しいOpera用 */
    -o-transform:      rotate(90deg);  /* 古いOpera用 */
    -ms-transform:     rotate(90deg);  /* IE9用 */
    transform:         rotate(90deg);
}
.introduction-wrap .prev a, .introduction-wrap .next a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    transform: rotate(120deg);
}
.introduction-wrap .prev:hover, .introduction-wrap .next:hover {
    background-color: rgba(0,0,0,0.8);
}

p.staff-body {
    width: 80%;
    margin: 50px auto 0;
    font-size: 110%;
    line-height: 2;
}

/* CSR関連 */
.requirement.csr p.body {
    line-height: 2.2;
    font-size: 110%;
}

.csr-image {
    width: 80%;
    margin: 30px auto 0;
    padding: 15px;
    /* background-color: #f4c0c2; */
}
.csr-image.last {
    margin-bottom: 80px;
}

.environment-image {
    position: absolute;
    top: 5%;
    right: 0;
    width: 20%;
}

.requirement.csr {
    position: relative;
}

.environment-image img {
    transform: rotate(-45deg);
}

/* 募集要項関連 */
.require-title {
    margin-top: 30px;
}
.require-title .arrow.right {
    width: 80px;
    display: inline-block;
}
.require-title h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #00b7f0;
}
.require-title h2.title.graduate {
    color: #2bbd52;
}
.require-title h2.title.csr {
    color: #d03135;
}

.requirement {
    width: 80.6%;
    margin: 30px auto;
}
.requirement p.body {
    font-size: 120%;
    line-height: 1.8;
    margin-bottom: 40px;
}
.requirement th, .requirement td {
    padding: 20px;
    border: 1px solid #b2b2b2;
}
.requirement th {
    width: 33%;
    vertical-align: top;
    font-size: 110%;
    background-color: #a2e7ff;
}
.requirement.new-graduate th {
    background-color: #e9f3e1;
}
.requirement td {
    line-height: 1.8;
}
.requirement .to-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 2;
    font-size: 110%;
    font-weight: bold;
}
.requirement .to-form p {
    margin-top: 20px;
}
.requirement .to-form a {
    color: #000;
    cursor: pointer;
}

a.btn-to-form {
    background-color: #00b7f0;
    border-color: #00b7f0;
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    width: 30%;
    display: block;
    margin: 50px auto 0;
    padding: 15px;
}
a.btn-to-form:hover {
    background-color: #bbe2ef;
    color: #fff;
}
a.btn-to-form.new-graduate {
    background-color: #2bbd52;
    border-color: #2bbd52;
}
a.btn-to-form.new-graduate:hover {
    background-color: #e9f3e1;
}

.contents-title.new-graduate {
    background-color: #2bbd52;
}

/* お問い合わせフォーム関連 */
.contents-title.contact {
    background-color: #e7b332;
}

/* 印刷用アクセスマップ関連 */
.contents-title.print-map {
    background-color: #d09485;
}

.contents.map {
    width: 50%;
    margin-top: 30px;
}
.contents.map .image {
    border: 1px solid;
}
.contents.map table {
    margin-top: 40px;
    width: 100%;
}
.contents.map th, .contents.map td {
    border-bottom: 1px solid #d03135;
    color: #d03135;
}
.contents.map th {
    width: 20%;
    padding: 10px 0;
}
.contents.map th.space {
    border: none;
}
.contents.map td.sep {
    width: 2%;
    border: none;
}
.contents.map td a {
    color: #d03135;
}

a.btn-print-map {
    background-color: #d09485;
    border-color: #d09485;
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 50px auto 0;
    padding: 15px;
}
a.btn-print-map:hover {
    background-color: #d8b5ac;
    color: #fff;
}

/* 経営理念関連 */
.line {
    position: absolute;
}
.line1 {
    width: 15px;
    background-color: #e94633;
}
.line2 {
    width: 5px;
    background-color: #f0875b;
    margin-left: 25px;
}
.line3 {
    width: 15px;
    background-color: #e83d18;
    margin-left: 40px;
}
.line4 {
    width: 3px;
    background-color: #e9b200;
    margin-left: 65px;
}
.line5 {
    width: 20px;
    background-color: #9e353a;
    margin-left: 78px;
}
.line6 {
    width: 15px;
    margin-left: 108px;
    background-color: #ee7725;
}

.contents-title.idea {
    background-color: #b4e6ff;
}

.management-icon {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
}

.contents.idea {
    width: 70%;
    margin-top: 0;
    position: relative;
}
.contents.idea p.title {
    margin-top: 20px;
    color: #d03135;
    font-size: 150%;
    font-weight: bold;
}
.contents.idea p.title.large {
    margin-bottom: 30px;
}
.contents.idea p.body {
    margin-bottom: 20px;
    font-size: 110%;
    line-height: 1.8;
}

.company-idea h2.title {
    line-height: 1.8;
    font-size: 170%;
    text-align: center;
    color: #d03135;
    font-family: orgImpact;
}
.company-idea p.message {
    text-align: center;
    margin-top: 20px;
    line-height: 2.5;
    font-size: 110%;
}

.company-idea table.description {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.company-idea table.description th {
    width: 70%;
    font-weight: normal;
    font-size: 120%;
    line-height: 2.2;
}

.article-icon {
    position: absolute;
    width: 45%;
    bottom: 0;
    right: 0;
}

.contents.idea.article {
    margin-top: 10px;
    margin-bottom: 30px;
}
.contents.idea.article p.title {
    font-size: 110%;
    color: #000;
    font-weight: normal;
    margin-bottom: 30px;
}
.contents.idea.article p.body {
    line-height: 2.5;
}

.idea-message-image {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.idea-message-image p.message {
    position: absolute;
    top: 20%;
    left: 15%;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.6;
}
.idea-message-image p.title {
    position: absolute;
    top: 70%;
    left: 15%;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.6;
}

.contents.idea.message {
    margin-top: 20px;
}
.contents.idea.message p {
    font-size: 105%;
    line-height: 1.6;
    margin-bottom: 30px;
}
.contents.idea.message p:last-child {
    margin-bottom: 0;
}

/* 事業内容関連 */
.contents-title.business {
    background-color: #959595;
}
.contents-title.development {
    background-color: #dea1ff;
    margin-top: 20px;
}
.contents-title.server {
    background-color: #e7b332;
    margin-top: 20px;
}
.contents-title.network {
    background-color: #5ce6ff;
}

.development-image {
    margin-top: 20px;
    overflow-x: hidden;
}

.development-area {
    margin-top: 30px;
    position: relative;
}
.development-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.development-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #dea1ff;
}
.development-area .body {
    width: 81%;
    margin: 25px auto 40px;
    position: relative;
}
.development-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 1.6;
}
.development-area .ai-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    padding: 5px;
    border: 1px solid #000;
}

.system-area table.system {
    width: 84%;
    margin: 20px auto;
    border: 1px solid #dea1ff;
}
.system-area table.system th, .system-area table.system td {
    padding: 20px;
    font-size: 140%;
}
.system-area table.system th {
    background-color: #dea1ff;
    color: #fff;
}
.system-area table.system td {
    color: #dea1ff;
}
.system-area .example {
    width: 84%;
    margin: 40px auto 0;
    background-color: #f3ddff;
    padding: 30px 0;
    border-radius: 10px;
}
.system-area .example table {
    margin-left: 11.5%;
    margin-top: 10px;
}
.system-area .example td {
    width: 60%;
    font-size: 110%;
    padding: 2px 0;
}

.server-area {
    margin-top: 30px;
    position: relative;
}
.server-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.server-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #e7b332;
}
.server-area .body {
    width: 81%;
    margin: 25px auto 40px;
    position: relative;
}
.server-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 1.6;
    width: 67%;
}
.server-area p span {
    font-weight: bold;
    color: red;
}
.server-area .icloud-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
}

.server-area .reverse p {
    margin-left: 35%;
}
.server-area .fwall-image {
    position: absolute;
    top: 10%;
    left: 0;
    width: 32%;
}

.server-area .vps-image {
    position: absolute;
    top: -15%;
    right: 0;
    width: 28%;
}

.server-area .body.large-image span {
    font-weight: normal;
    color: #000;
}
.server-area .large-image p {
    width: 60%;
}
.server-area .server-image {
    position: absolute;
    top: -5%;
    right: 0;
    width: 40%;
}

.server-area .body.text p {
    width: 100%;
}

.price {
    width: 84%;
    margin: auto;
}

.price p.title {
    background-color: #e7b332;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    margin: 0;
}
.price table {
    width: 100%;
}
.price th, .price td {
    border: 1px solid #000;
    padding: 8px 12px;
}
.price th {
    background-color: #ffffdf;
    color: #bca153;
    width: 70%;
}
.price td {
    text-align: center;
}

.network-area {
    margin-top: 30px;
    position: relative;
}
.network-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.network-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 170%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #5ce6ff;
}
.network-area .body {
    width: 100%;
    margin: 25px auto 40px;
    position: relative;
}
.network-area.main .body {
    width: 80%;
}
.network-area .body.no-title {
    margin-top: -30px;
}
.network-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 1.6;
    width: 100%;
}

.price.network p.title {
    width: 190px;
    background-color: #5ce6ff;
    display: inline-block;
}
.price.network p.message {
    margin: 0;
    display: inline-block;
    width: 76%;
    margin-left: 10px;
}
.price.network th {
    background-color: #ceeaf5;
    color: #000;
}

a.to-performance {
    color: #ff0000;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    cursor: pointer;
}
a.to-performance:hover {
    color: #9e0000;
}

.contents.performance {
    width: 70%;
    margin-top: 20px;
}
.contents.performance table {
    border: 1px solid;
}
.contents.performance th, .contents.performance td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px;
    font-size: 105%;
}
.contents.performance th {
    background-color: #adadae;
    color: #fff;
}
.contents.performance th:last-child {
    border: none;
}
.contents.performance td {
    line-height: 1.8;
}
.contents.performance p.description {
    font-size: 105%;
    margin: 30px 10px;
}

/* 問い合わせフォーム関連 */
.contact-area {
    margin-top: 0;
    position: relative;
    /* text-align: center; */
    margin: auto;
    margin-left: 16%;
}
.contact-area .arrow.right {
    width: 80px;
    display: inline-block;
}
.contact-area h2.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 200%;
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    color: #e7b332;
}
.contact-area .body {
    width: 81%;
    margin: 25px auto 40px;
    position: relative;
}
.contact-area p {
    margin-bottom: 25px;
    font-size: 110%;
    line-height: 1.6;
    width: 69%;
}
.contact-area .phone {
    text-align: left;
    font-size: 150%;
    margin-top: 30px;
    margin-left: 12%;
    line-height: 2;
    font-weight: bold;
}
.contact-area .phone a {
    color: #000;
}
.contact-area .phone span {
    font-weight: normal;
}
.contact-area p.privacy {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-left: -14%;
}
.contact-area p.privacy a {
    font-size: 120%;
}

/* 応募フォーム関連 */
.contents-title.apply-form {
    background-color: #00b7f0;
}

p.form-body {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.8;
}
p.form-body span {
    color: #FF0000;
}

.form-area table {
    width: 100%;
}
.form-area th {
    width: 20%;
    text-align: right;
    padding: 20px 0;
}
.form-area th span {
    color: #ff0000;
}
.form-area td {
    width: 80%;
    text-align: right;
    padding-right: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-area td .form-control {
    display: inline;
    width: 35%;
}

.post-code-3 {
    width: 4em!important;
}
.post-code-4 {
    width: 5em!important;
}
.post-code-detail {
    font-size: 90%;
    margin-left: 2em;
    margin-right: 0;
}
input.address {
    width: 80%!important;
}
p.address-detail {
    text-align: left;
    margin-left: 20%;
    font-size: 90%;
}
input.tel {
    width: 80%!important;
}

.form-area td.birth {
    text-align: left;
    padding-left: 13%;
}
.birth-year {
    width: 5em!important;
    margin-right: 1em;
    margin-left: 1em;
}
.birth-select {
    width: 4em!important;
    margin-right: 1em;
    margin-left: 1em;
}

.form-area .radio-inline label,
.form-area .radio-inline input {
    cursor: pointer;
}

textarea.skill {
    width: 80%!important;
}

.form-submit {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.form-submit .btn {
    margin-right: 40px;
}
.btn-form-submit {
    color: #000;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    width: 30%;
    padding: 10px;
    font-size: 140%;
    font-weight: bold;
    /* margin-right: 20px; */
}
.btn-form-submit:hover {
    background-color: #eee;
}
.btn-reset {
    color: #333;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    width: 30%;
    padding: 10px;
    font-size: 140%;
    font-weight: bold;
}
.btn-reset:hover {
    background-color: #eee;
}

.reveal-modal {
    margin-left: 0;
    left: 5%;
    width: 90%;
}
.form-check-content h1 {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #5cb85c;
    margin-bottom: 30px;
}
.form-check-content .submit-area {
    text-align: center;
    margin-top: 30px;
}

select.birth-select {
    width: 4.5em!important;
}

/* 個人情報保護関連 */
.contents.personal {
    width: 60%;
    font-size: 110%;
    margin-top: 30px;
}
.contents.personal p {
    line-height: 2.2;
    margin-bottom: 30px;
}
.contents.personal p.infomation {
    font-size: 140%;
    font-weight: bold;
}
.contents.personal p.infomation a {
    color: #000;
}
.contact-area .personal-contact {
    text-align: left;
    margin-left: 12%;
    margin-top: 10px;
    font-size: 110%;
    line-height: 2.2;
}

.contents.personal p a {
    color: #000;
}
.privacy-notes {
    width: 80%;
    text-align: right;
    margin: auto;
    line-height: 2;
    font-size: 110%;
}

/* パートナー企業関連 */
.contents.personal .arrow.right {
    margin-left: -100px;
}

/* フッター関連 */
.footer {
    /* background-color: #d13035; */
    padding-top: 30px;
    padding-bottom: 60px;
}

ul.footer-menu {
    list-style: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    text-align: center;
}
ul.footer-menu li {
    display: inline-block;
    margin: 10px 20px;
}
ul.footer-menu li a {
    font-size: 90%;
    color: #000;
    cursor: pointer;
}

.copyright {
    color: #000;
    text-align: center;
    font-size: 80%;
    margin-top: 20px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

ul.switch{
    text-align: center;
    padding: 0 0 3px;
    width: 80%;
    margin: 20px auto;
    line-height: 2;
    font-size: 130%;
    background-color: #ddd;
    border-radius: 10px;
    display: none;
}
ul.switch li{
    display: inline-block;
    /display:inline;
    /zoom:1;
    padding: 0;
    color: #000;
}
ul.switch li.label{
    font-weight: normal;
}

#btnPC, #btnSP{
    text-decoration: none;
    font-size: 80%;
    color: #000;
}
#btnPC{
}
#btnSP{
}
#btnPC:hover, #btnSP:hover {
    font-weight: bold;
}
#btnPC.on, #btnSP.on {
    font-weight: bold;
}

table.infomation {
    width: 690px;
    margin: auto;
}
table.infomation th {
    width: 40%;
}
table.infomation td {
    padding-left: 20px;
    font-size: 90%;
    line-height: 1.6;
}