﻿@charset "utf-8";

/*-------------------------------------------------------
	1-1.Yahoo Library Fonts CSS
	
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt
	
--------------------------------------------------------*/

body {
    font-size: 15px;
    *font-size: small;
    *font: x-small;
    line-height: 1.42857143
}


table {
    font-size: inherit;
    font: 100%;
}


select,
input,
textarea {
    font-size: 99%;
}


/*-------------------------------------------------------
  要素のリセット
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, img, form {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}


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

body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: 'Meiryo UI',"ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif;
    /*background: url(images/bgc1.gif);*/
    background-repeat: repeat-x;
}

input,
textarea,
select {
    font-family: 'Meiryo UI', "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.contents {
    margin-bottom: 20px;
}

/*-------------------------------------------------------
  フッター　メニュー、クレジット
--------------------------------------------------------*/

.footer_menu {
    height: 210px;
    width: auto;
    background-color: #bce0f0;
    padding: 30px 0;
}

.footer_list {
    list-style: none;
}

    .footer_list li {
        margin-left: 10px;
    }

.footer_line {
    height: 50px;
    width: auto;
    background-color: #868787;
    border-bottom: 7px solid #1e73f1;
    position: relative;
}

.footer_logo {
    float: left;
}

.footer_symbol {
    height: 40px;
}

.topbutton {
    background-color: #868787;
    position: absolute;
    top: -54px;
    right: 0;
    margin: 0;
    width: 50px;
    height: 54px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

    .topbutton a:link {
        color: #fff;
        text-decoration: none;
    }

    .topbutton a:visited {
        color: #fff;
        text-decoration: none;
    }

    .topbutton a:hover {
        color: #fff;
        text-decoration: none;
    }

    .topbutton:hover {
        background-color: #1f92d5
    }

/*-- フッターメニュー --*/
div#footermenu {
    margin-left: 10px;
    margin-top: 10px;
    color: #fff;
    float: left;
}

    /*-- フッターメニュー　リンク設定 --*/
    div#footermenu a:link {
        color: #FFF;
        text-decoration: none;
    }

    div#footermenu a:visited {
        color: #FFF;
        text-decoration: none;
    }

    div#footermenu a:hover {
        color: #FFF;
        text-decoration: none;
    }

/*-- クレジット --*/
.copyright {
    margin-top: 10px;
    color: #FFF;
    margin-right: 10px;
}


/*-------------------------------------------------------
  ハイパーテキスト（デフォルト）
--------------------------------------------------------*/

a:link {
    color: #0086DF;
}

a:visited {
    color: #003495;
}

a:hover {
    color: #ff9900;
}


div#content {
    background-color: #FFFFFF;
}

div.clear {
    clear: both;
}

div.copyright {
    float: right;
}

div.copyright2 {
    font-size: 9px;
    text-align: center;
    color: #FFF;
    margin-top: 5px;
}

@media screen and (min-width:768px) {
    div.copyright2 {
        display: none;
    }
}

/* slide  */
.slide {
    margin-bottom: 5px;
}

/* ヘッダーメニュー */
.header_symbol {
    height: 120px;
    margin: auto;
}

.header_right_area {
    width: 100%;
    height: 0;
    z-index: 100;
    position: relative;
}

    .header_right_area a {
        float: right;
        margin-bottom: -35px;
    }

.menu {
    position: relative;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    list-style: none;
}

    .menu > li {
        float: left;
        width: 15%;
        height: 90px;
        border-right: 1px solid #DDD;
        margin-top: 35px;
    }

        .menu > li a {
            display: block;
            padding: 30px 15px 30px 15px;
            text-align: center;
            text-decoration: none;
            color: #333;
            font-size: 13px;
        }

            .menu > li a span {
                display: block;
                margin: 3px 0 0 0;
                color: #1ea2ef;
                font-size: 8px;
                letter-spacing: 1px;
            }

        .menu > li:hover {
            border-bottom: 5px solid #1183aa;
            color: #1ea2ef;
        }

        .menu > li.active {
            border-bottom: 5px solid #1183aa;
            color: #1ea2ef;
        }

        .menu > li.logo {
            float: left;
            border-left: 1px solid #DDD;
            border-right: 1px solid #DDD;
            width: 25%;
            height: 125px;
            margin-top: 0;
        }

            .menu > li.logo a {
                display: block;
                padding: 0;
            }

                .menu > li.logo a:hover {
                    border-bottom: 5px solid #1183aa;
                }


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
}


.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border: 1px solid #DDD;
    background-color: #036eb8;
}

.menu__second-level > li a {
    display: block;
    padding: 15px 5px 15px 5px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 75%;
}

    .menu__second-level > li a:hover {
        padding: 10px 5px 10px 5px;
        border: 5px solid #1183aa;
    }

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

    .menu > li.menu__single {
        position: relative;
    }

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 90px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

.navigation {
    display: none;
}

.navbar-header {
    height: 100px;
}

.navbar-toggle {
    border: none;
    background-color: #b3b3b1;
    margin-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 0;
    width: 65px;
    height: 75px;
    color: #fff;
    border-radius: 15px;
    padding: 9px 10px;
    font-size: inherit;
    text-decoration: none;
}

    .navbar-toggle .menutext {
        color: #fff;
        text-align: center;
    }


.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggle2 {
    border: none;
    background-color: #1f92d5;
    margin-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 0;
    width: 65px;
    height: 75px;
    color: #fff;
    border-radius: 15px;
    padding: 9px 10px;
    font-size: inherit;
    text-decoration: none;
}

    .navbar-toggle2 .menutext {
        color: #fff;
        text-align: center;
    }

.entry_button {
    border: none;
    background-color: #f58757;
    margin-left: 15px;
    position: absolute;
    top: 0;
    right: 65px;
    margin: 5px 0;
    width: 65px;
    height: 75px;
    color: #fff;
    border-radius: 15px;
}

.entry_button_image, .menu_button_image {
    width: 40px;
    margin-bottom: 5px;
}

.top_button_image {
    width: 15px;
}

@media screen and (min-width: 768px) {
    .navbar-toggle, .navbar-toggle2, .entry_button {
        display: none;
    }
}


.menuTitle {
    letter-spacing: 1px;
    position: relative;
    top: -18px;
    left: 16px;
}

.menuicon {
    font-size: 40px;
}

#nav_menu {
    background-color: #FFF;
}

/* ヘッダーメニュー */

.container, .container-md {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 1300px) {
    .container, .container-md {
        width: 1280px;
    }
}

@media screen and (max-width: 480px) {
    .sp-buttons {
        margin-top: 3px;
    }

    .sp-button {
        height: 2px;
        width: 2px;
    }
}

@media screen and (max-width: 767px) {
    .header_line, .footer_menu, #footermenu, .copyright, .header_right_area {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 599px) {
    body {
        font-size: 11px;
    }
}


@media screen and (min-width: 768px) {
    .logo_hidden, .logo_hidden2, .symbol_hidden, .nameLogo_hidden, .groupLogo_hidden, .groupLogo_hidden2, .hidden_saiyo_text {
        display: none;
    }
}

.logo_hidden {
    width: 100%;
    padding-right: 65px;
}

.logo_hidden2 {
    width: 100%;
    padding-right: 130px;
}

.nameLogo_area {
    margin-left: 15px;
}

.symbol_hidden {
    max-height: 65px;
}

.nameLogo_hidden, .groupLogo_hidden {
    max-height: 20px;
}

.groupLogo_hidden2 {
    max-height: 25px;
    margin-bottom: 4px;
}

.recruit_title {
    margin-right: 10px;
}

#mainWrap {
    padding-left: 0px;
    padding-right: 0px;
}

.header_line {
    width: 100%;
    height: 5px;
    background-color: #1f92d5;
}

.nameLogo {
    position: absolute;
    margin: 5px;
    height: 32px;
    width: 300px;
}

.groupLogo {
    position: absolute;
    margin: 5px;
    right: -0px;
}

.logo_visible {
    position: relative;
}

/* 履歴エリア */
.link_history_area {
    width: auto;
    height: 35px;
    background-color: #ddd;
}

.link_history {
    padding: 5px 20px;
}
/* 履歴エリア */

/* maincontents */
div#maincontent {
    padding: 30px 5px;
}

div#maincontent2 {
    padding: 30px 10px;
}

div#maincontent3 {
    padding: 0px 10px;
}

.sub-caption_area1, .sub-caption_area2, .sub-caption_area3 {
    width: auto;
    height: 130px;
}

.sub-caption_area1 {
    background-color: #FFF;
}

.sub-caption_area2 {
    background-color: #bce0f0;
}

.sub-caption_area3 {
    background-color: #c3c4c4;
}

.sub-caption {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding-top: 40px;
}

.sub-caption2 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding-top: 30px;
}

    .sub-caption2 span {
        font-size: 40%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.other-caption_area {
    width: auto;
    height: 130px;
    background-color: #1f92d5;
}

.other-caption {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding-top: 30px;
    color: #FFF;
}

    .other-caption span {
        font-size: 40%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.other-caption2 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding-top: 40px;
    color: #FFF;
}
/* maincontents */

#contact_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #144d90;
    padding: 7px;
}

.policy ol {
    margin-left: 20px;
}

.about ol, .about ul {
    margin-left: 20px;
}

.other_caption {
    font-size: 180%;
    font-weight: bold;
    color: #036eb6;
    margin-bottom: 20px;
}

.other_caption2 {
    font-size: 120%;
    font-weight: bold;
    color: #036eb6;
    margin-bottom: 10px;
}


#support-browser-table {
    margin: 20px;
}

    #support-browser-table td, #support-browser-table th {
        border: 1px solid #000;
        padding: 10px;
    }

    #support-browser-table th {
        border-top: none;
    }

        #support-browser-table th:first-child, #support-browser-table td:first-child {
            border-left: none;
        }

        #support-browser-table th:last-child, #support-browser-table td:last-child {
            border-right: none;
        }


    #support-browser-table tr:last-child td {
        border-bottom: none;
    }

/* TOP */
.information {
    height: 215px;
    overflow-y: auto;
    margin: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
}

.information-caption {
    font-size: 200%;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 15px;
}

.info {
    padding: 10px 10px;
    border-bottom: 1px solid #b1b1a2;
}

    /*    .info:nth-child(odd) {
        background-color: #fff;
    }

    .info:nth-child(even) {
        background-color: #adc6d5;
    }*/

    .info:last-child {
        border-bottom: none;
    }

    .info span.date {
        color: #4192c5;
    }


.top_business_thumbnail, .top_recruit_thumbnail {
    width: 100%;
    position: relative;
}

.top_business_thumbnail {
    max-width: 434px;
}

    .top_business_thumbnail:hover, .top_recruit_thumbnail:hover {
        opacity: 0.6;
    }

        .top_business_thumbnail:hover img {
            opacity: 0.6;
        }

.top_recruit_thumbnail {
    border: 1px solid Gray;
}
        
.top_rikunabi_thumbnail {
    width: 100%;
    min-height:30px;
}

    .top_rikunabi_thumbnail button{
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 180%;
    }
    
.top_business_thumbnail_caption, .top_recruit_thumbnail_caption {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(5, 35, 138, 0.64);
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    height: 22%;
}

    .top_business_thumbnail_caption span {
        display: block;
        margin: 3px 0 0 0;
        font-size: 70%;
        font-weight: 400;
    }

.top_company_area, .top_business_area, .top_recruit_area {
    margin: 40px 0;
}

@media screen and (max-width: 767px) {
    .top_business_area, .top_recruit_area {
        margin: 0;
    }

        .top_business_area .col-6 {
            padding: 2px;
        }

    .top_company_area {
        text-align: center;
    }
}

.top_company_caption {
    font-size: 200%;
    font-weight: bold;
}

.top_company_text {
    font-size: 100%;
    padding: 10px;
}

.top_caption_area {
    width: auto;
    height: 135px;
    background: url(/kyushu/imgs/caption_area_back_top.png) no-repeat center;
}

.title-caption {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
}

    .title-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.image_hover:hover {
    opacity: 0.7;
}

.title-caption2 {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    padding-top: 80px;
    color: #fff;
}

    .title-caption2 span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

@media screen and (max-width: 767px) {
    #sliderData {
        display: none;
    }

    .pc_content {
        display: none;
    }

    .link_history_area {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hidden_content {
        display: none;
    }
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    /*slider-pro.min.cssの設定を上書き*/
    background-color:#212529
}

/* TOP */

/* 会社情報 index */
.company_caption_area {
    width: auto;
    height: 250px;
    background: url(/kyushu/imgs/caption_area_back_company.png) no-repeat center;
}

.thumbnail-text {
    text-align: center;
}

.thumbnail-caption {
    margin: 0 auto;
    font-size: 130%;
    font-weight: bold;
}

.thumbnail-data {
    margin: 10px auto 20px auto;
}
/* 会社情報 index */

/* 社長挨拶 */
.name {
    margin: 20px;
    font-size: 150%;
    font-family: HGPGyoshotai;
    text-align: right;
}

    .name .potision {
        display: inline-block;
    }

    .name .fullname {
        display: inline-block;
        margin-left: 20px;
        font-size: 150%;
    }

.greeting-title {
    font-weight: bold;
    font-size: 160%;
    padding-bottom: 20px;
}

.greeting {
    font-size: 130%;
    padding-left: 20px;
    padding-right: 20px;
}

.greeting-caption {
    font-size: 150%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.greeting-face {
    padding-bottom: 20px;
}

/* 社長挨拶 */
/* 企業理念 */
.rinen_area {
    width: auto;
    height: 150px;
    background: url(/kyushu/imgs/message_area_back_rinen.png) no-repeat center;
}

    .rinen_area p {
        text-align: center;
        font-size: 125%;
        font-family: HGMinchoE;
        font-weight: bold;
        padding: 30px;
    }

.layerTransparent {
    background-color: rgba(255,255,255,0.5);
    height: 150px;
}

.rinen {
    text-align: center;
}

.rinen-caption {
    font-size: 150%;
    font-weight: bold;
    width: auto;
    margin: 20px auto 10px auto;
}

    .rinen-caption span.circle1 {
        color: #036eb6;
        margin-right: 10px;
    }

    .rinen-caption span.circle2 {
        color: #179cb6;
        margin-right: 10px;
    }

    .rinen-caption span.circle3 {
        color: #33cc8c;
        margin-right: 10px;
    }

.rinen-text {
}

.rinen_figure {
    padding: 30px;
    /*max-width: 400px;*/
}

/* GBC */
.gbc-linkArea, .gbc-topMessage, .gbc-body, .gbc-commentary {
    background-color: #e7fcfc;
}

    .gbc-linkArea a {
        text-decoration: none;
        line-height: 30px;
    }

.gbc-text > ol {
    margin-left: 1.5em; /* サイトに合せて調整 */
}

    .gbc-text > ol li {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

.gbc-commentary > ol {
    margin-left: 1.5em; /* サイトに合せて調整 */
}

    .gbc-commentary > ol li {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

.gbc-nest-ol {
    margin-left: 1.5em; /* サイトに合せて調整 */
}

    .gbc-nest-ol > li {
        list-style-type: none;
        counter-increment: cnt;
        position: relative;
    }

        .gbc-nest-ol > li:before {
            content: "(" counter(cnt) ")";
            display: inline-block;
            margin-left: -1.8em; /* サイトに合せて調整 */
            width: 1.5em; /* サイトに合せて調整 */
        }

.gbc-caption {
    font-size: 150%;
    font-weight: bold;
}

.gbc-text {
    margin: 10px;
}

.gbc-signature {
    text-align: right;
}
/* GBC */
/* 企業理念 */
/* 会社概要 */
.gaiyo_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .gaiyo_table th {
        width: 20%;
        background-color: #cddaee;
        padding: 10px;
        vertical-align: top;
    }

    .gaiyo_table td {
        width: 80%;
        background-color: #dbdbdc;
        padding: 10px;
    }

        .gaiyo_table td span.date {
            color: #036eb6;
        }

        .gaiyo_table td span.box {
            color: #aaaaaa;
            margin-right: 5px;
        }
/* 会社概要 */

/* 組織表 */
.torishimari {
    margin: 10px 0;
}
/* 組織表 */

/* アクセスマップ */
.accessmap {
    background-color: black;
    height: 1px;
}
/* アクセスマップ */

/* 事業概要 */
.business_thumbnail {
    margin: 20px;
    text-align: center;
}

.business_thumbnail2 {
    margin: 20px;
    text-align: center;
}

    .business_thumbnail a:hover .business_thumbnail_caption, .business_thumbnail2 a:hover .business_thumbnail_caption2 {
        color: #036eb6;
        text-decoration: none;
        border-bottom: 2px solid #036eb6;
        display: inline-block;
    }

.business_thumbnail_caption {
    font-size: 140%;
}

    .business_thumbnail_caption span, .business_thumbnail_caption2 span {
        font-size: 70%;
    }

.business_thumbnail_caption2 {
    font-size: 120%;
}

.business_text {
    padding: 30px;
}

@media screen and (min-width:768px) {
    .business_text {
        text-align: center;
    }
}

.business_caption_area_responsive {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #000;
    background-color: #59c1ff;
    background-image: linear-gradient( -45deg, transparent 25%, rgba(202, 195, 195, 0.5) 25%, rgba(202, 195, 195, 0.5) 50%, transparent 50%, transparent 75%, rgba(202, 195, 195, 0.5) 75%, rgba(202, 195, 195, 0.5) );
    background-size: 8px 8px;
}

.business_thumbnail_caption_responsive {
    font-size: 14px;
}

/* 事業概要 */


/* NSSOL連携 */
.business_caption_area {
    width: auto;
    height: 250px;
    background: url(/kyushu/imgs/caption_area_back_business.png) no-repeat center;
}

.business_title {
    font-size: 180%;
    font-weight: bolder;
    color: rgba(25, 136, 218, 0.82);
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .company_caption_area, .business_caption_area, .sub-caption_area1, .sub-caption_area2, .sub-caption_area3, .other-caption_area {
        height: 90px;
    }

    .sub-caption_area4 {
        height: 135px;
        background-color: rgba(12, 11, 11, 0.4);
        background-image: linear-gradient( -45deg, transparent 25%, rgba(202, 195, 195, 0.5) 25%, rgba(202, 195, 195, 0.5) 50%, transparent 50%, transparent 75%, rgba(202, 195, 195, 0.5) 75%, rgba(202, 195, 195, 0.5) );
        background-size: 8px 8px;
    }

        .sub-caption_area4 p {
            text-align: center;
            margin-top: 10px;
        }

    .title-caption2 {
        padding-top: 10px;
        font-size: 200%;
    }

    .sub-caption {
        padding-top: 25px;
    }

    .sub-caption2 {
        padding-top: 10px;
    }

    .sub-caption_area3 {
        background-color: #59c1ff;
        background-image: linear-gradient( -45deg, transparent 25%, rgba(202, 195, 195, 0.5) 25%, rgba(202, 195, 195, 0.5) 50%, transparent 50%, transparent 75%, rgba(202, 195, 195, 0.5) 75%, rgba(202, 195, 195, 0.5) );
        background-size: 8px 8px;
    }

    .other-caption {
        padding-top: 15px;
    }

    .other-caption2 {
        padding-top: 25px;
    }
}

.nssol_area {
    background-color: #e1e2e2;
    padding: 50px 0;
}

.nssol_finance_area {
    padding: 57px 20px 57px 20px;
}

.nssol_social_area {
    padding: 46px 20px 46px 20px;
}

.nssol_distribution_area {
    padding: 46px 20px 46px 20px;
}

.nssol_system_area {
    padding: 57px 20px 57px 20px;
}

.nssol_remote_area {
    padding: 10px 50px 20px 30px;
}

.background_business_image {
    height: 300px;
}

.nssol_normal_area {
    padding: 0px;
    height: 300px;
}

.nssol_business_area1 {
    background-color: #b2d6e6;
}

.nssol_business_area2 {
    background-color: #fff;
}

.nssol_business_area3 {
    background-color: #e1e2e2;
}

.nssol_business_area4 {
    background-color: #b2d6e6;
}

.nssol_finance_image_area {
    background: url(/kyushu/imgs/monitor.png) no-repeat center;
}

.nssol_social_image_area {
    background: url(/kyushu/imgs/city.png) no-repeat center;
}

.nssol_distribution_image_area {
    background: url(/kyushu/imgs/container.png) no-repeat center;
}

.nssol_system_image_area {
    background: url(/kyushu/imgs/system.png) no-repeat center;
}

@media screen and (max-width: 767px) {
    .business_title {
        font-size: 130%;
    }

    .background_business_image {
        height: 179px;
    }

    .nssol_normal_area {
        height: 179px;
    }

    .nssol_finance_image_area {
        background: url(/kyushu/imgs/responsive_monitor.png) no-repeat center;
    }

    .nssol_social_image_area {
        background: url(/kyushu/imgs/responsive_city.png) no-repeat center;
    }

    .nssol_distribution_image_area {
        background: url(/kyushu/imgs/responsive_container.png) no-repeat center;
    }

    .nssol_system_image_area {
        background: url(/kyushu/imgs/responsive_system.png) no-repeat center;
    }

    .nssol_finance_area, .nssol_social_area, .nssol_distribution_area, .nssol_system_area {
        padding: 20px;
    }

    .nssol_business_area1, .nssol_business_area2, .nssol_business_area3, .nssol_business_area4 {
        background-color: #fff;
    }
}

/* NSSOL連携 */

/* 大学ソリューション */
.campus_title {
    font-size: 180%;
    font-weight: bolder;
    color: rgba(25, 136, 218, 0.82);
    margin-bottom: 10px;
}

.campus_area {
    background-color: #e1e2e2;
    padding: 15px;
}

.campus_text_area {
    padding: 30px 20px 50px 20px;
}

.campus_image {
    width: 380px;
}

.isms-ul {
    list-style: none;
    margin: 20px;
}

.campus_normal_area {
    margin: 10px 0px;
}

.campus_caption {
    text-align: center;
    font-size: 250%;
    letter-spacing: 5px;
    color: #2e97d0;
    font-weight: bold;
}

.campus_button {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    background-color: #00a3df;
    border-radius: 15px;
    border-style: none;
}

    .campus_button:hover {
        background-color: #f39800;
    }

.campus_button_small {
    font-size: 80%;
    position: relative;
    top: -3px;
}

.campus_button_large {
    font-size: 120%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.campus_image_area1, .campus_image_area2 {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .campus_image_area1 {
        height: 320px;
    }

    .campus_image_area2 {
        height: 536px;
    }

        .campus_image_area1 img, .campus_image_area2 img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
}

@media screen and (max-width:767px) {
    .campus_area {
        background-color: #fff;
    }

    .isms_text {
        display: none;
    }
}

.isms_caption {
    font-size: 150%;
    font-weight: bold;
    background-color: #0e6eb8;
    color: #fff;
    height: 65px;
    padding: 15px;
}

.isms_button {
    /*    background-color: rgba(255, 255, 255, 0.44);
    border: 1px solid #333;
    color: #000;
    display: inline-block;
    font-family: 'Meiryo UI';*/
    float: right;
    /*    font-weight: normal;
    font-size: 80%;
*/
}

.isms_text {
    padding: 10px 15px;
}

/* 大学ソリューション */

/* 製鉄システム */
.seitetsu_title {
    font-size: 180%;
    font-weight: bolder;
    color: rgba(25, 136, 218, 0.82);
    margin-bottom: 10px;
}

.seitetsu_area1 {
    padding: 26px 30px;
}

.seitetsu_area2 {
    padding: 20px 30px;
    text-align: center;
}

.seitetsu_area3 {
    padding: 48px 30px;
}

.seitetsu_area_color1 {
    background-color: #b2d6e6;
}

.seitetsu_area_color2 {
    background-color: #e1e2e2;
}

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

@media screen and (min-width: 768px) {
    .seitetsu_image_area {
        height: 320px;
    }

        .seitetsu_image_area img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
}

@media screen and (max-width: 767px) {
    .seitetsu_title {
        font-size: 120%;
        text-align: center;
    }
}

/* 製鉄システム */

/* 事業展開 */
.expantion_title {
    font-size: 180%;
    font-weight: bolder;
    color: rgba(25, 136, 218, 0.82);
    margin-bottom: 10px;
}

.expantion_area1 {
    background-color: #b2d6e6;
    padding: 0 20px;
}

.expantion_area2 {
    background-color: #e1e2e2;
    padding: 0 20px;
}

.absonne {
    width: 100%;
    position: relative;
    margin: 20px 0px;
}

.absonne_caption {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
    height: 10%;
}

.expantion_back {
    width: 100%;
    height: 600px;
    background: url(/kyushu/imgs/expantion_japan.png);
}

@media screen and (max-width: 767px) {
    .expantion_title {
        font-size: 120%;
    }
}
/* 事業展開 */

/* 採用メニュー */
.saiyo_menu {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    list-style: none;
}

    .saiyo_menu > li {
        float: left;
        width: 8.5%;
        /*width: 7.5%;*/
        height: 100px;
        border-right: 1px solid #DDD;
        font-size: 10px;
        position: relative;
    }

        .saiyo_menu > li a {
            display: block;
            padding: 25px 0px 45px;
            text-align: center;
            text-decoration: none;
            color: #333;
        }

            .saiyo_menu > li a span {
                display: block;
                /*margin: 3px 0 0 0;*/
                color: #1ea2ef;
                font-size: 5%;
                font-family: sans-serif;
                position: absolute;
                bottom: 5px;
            }

        .saiyo_menu > li .recruit_english_title {
            display: block;
            color: #1ea2ef;
            font-size: 8px;
            font-family: sans-serif;
            position: absolute;
            bottom: 5px;
            left: 0;
            margin: 0 auto;
            width: 100%;
        }

        .saiyo_menu > li:hover {
            background: rgba(97, 224, 254, 0.46);
        }

        .saiyo_menu > li.active {
            background: #fef461;
        }

        .saiyo_menu > li.logo {
            float: left;
            border-left: 1px solid #DDD;
            border-right: 1px solid #DDD;
            width: 30.5%;
            border-bottom: 10px solid #1e73f1;
        }

            .saiyo_menu > li.logo a {
                display: block;
                padding: 0;
            }

            .saiyo_menu > li.logo:hover {
                background: #fff;
            }

            .saiyo_menu > li.logo .header_symbol {
                float: left;
                height: 90px;
                margin: auto;
            }

        .saiyo_menu > li.entry {
            float: left;
            border-right: 1px solid #DDD;
            /*width: 12.5%;*/
            width: 9.5%;
            background-color: rgb(253, 207, 110);
        }

            .saiyo_menu > li.entry a {
                display: block;
                padding: 30px 0px 45px;
            }

            .saiyo_menu > li.entry:hover {
                background: rgb(253, 207, 110);
            }

            .saiyo_menu > li.entry a:hover {
                color: #fff;
            }

            .saiyo_menu > li.entry a div {
                color: #f7690b;
            }


.saiyo_name_logo {
    width: 250px;
}

.saiyo_logo_right_field {
    padding: 30px 0 0 0;
    float: left;
}

    .saiyo_logo_right_field .saiyo_text {
        text-align: left;
        font-size: 150%;
        font-weight: bold;
        color: #1ea2ef;
        display: block;
        margin: 0px 5px;
    }

.saiyo_menu_line {
    border-bottom: 1px solid #DDD;
}

.footer_text {
    text-align: center;
    padding: 30px 0;
}

.footer_maintext {
    font-size: 305%;
    font-family: 'MS Mincho';
    font-weight: bold;
}

.footer_subtext {
    font-size: 150%;
}

.saiyo_copyright {
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

@media screen and (max-width: 1200px) {
    .saiyo_menu > li.logo .header_symbol {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .saiyo_menu > li {
        font-size: 65%;
    }
}

.hidden_saiyo_text {
    color: #1ea2ef;
    font-size: 20px;
    font-weight: bold;
}


/* 採用メニュー */

/* 採用TOP */
.top .col-md-6 {
    padding: 0;
}


.saiyo_top-caption_area {
    background-color: #FFF;
    width: auto;
    height: 200px;
    text-align: center;
}

.saiyo_top {
    padding: 30px;
    font-family: HGMinchoE;
    font-size: 150%;
}

.saiyo_top-office_caption_area {
    text-align: center;
    padding: 20px;
}

.left_caption {
    text-align: left;
    padding: 20px 10px;
}

.right_caption {
    text-align: right;
    padding: 20px;
}

.top_area p, .top_area1 p, .top_area2 p, .top_area3 p, .saiyo_top-office_caption_area p {
    font-size: 90%;
    padding-top: 20px;
}

.top_area1 {
    background-color: #dcdddd;
    max-height: 330px;
    padding-top: 60px;
    padding-bottom: 108px;
    position: relative;
}

.top_area2 {
    background-color: #dae5f5;
}

.top_area3 {
    background-color: #dcdddd;
    padding-bottom: 154px;
    position: relative;
}

.white_text p {
    color: #fff;
    text-shadow: 2px 2px 1px #7d7d7d;
}



.saiyo_top-message-caption {
    font-size: 200%;
    font-weight: bold;
    color: #595757;
}

    .saiyo_top-message-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_top-career-caption {
    font-size: 200%;
    font-weight: bold;
    color: #0e6eb8;
}

    .saiyo_top-career-caption span.first {
        font-size: 50%;
        font-weight: 600;
        margin: 3px 0 0 10px;
    }

    .saiyo_top-career-caption span.second {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_top-voice-caption {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 1px #7d7d7d;
}

    .saiyo_top-voice-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_top_voice_circle {
    color: #fff;
    background-color: #ea5413;
    padding: 0;
    margin: 10px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 80%;
    font-weight: normal;
}

.saiyo_top_voice_text {
    position: relative;
    font-size: 200%;
    font-weight: bold;
    display: inline-block;
    color: #ea5413;
    top: 7px;
    text-shadow: 1px 1px #000;
}

.saiyo_top-childcareleavetalk-caption {
    font-size: 200%;
    font-weight: bold;
    color: #0e6eb8;
}

    .saiyo_top-childcareleavetalk-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }



.saiyo_top-recruit-caption {
    font-size: 200%;
    font-weight: bold;
    color: #ea5413;
}

    .saiyo_top-recruit-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }


.saiyo_top-faq-caption {
    font-size: 200%;
    font-weight: bold;
    color: #0e6eb8;
}

    .saiyo_top-faq-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.top_button {
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    margin: 20px 0;
    opacity: 0.8;
}

    .top_button:hover {
        background-color: #fff;
        border-color: #ea5413;
        color: #ea5413;
    }

.top_button2 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    margin: 20px 0;
}

    .top_button2:hover {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: #dd6f40;
        color: #dd6f40;
    }

.hover_image {
    position: relative;
}

.hover_text {
    position: absolute;
    width: 100%;
    top: 0px;
}

.hover_text2 {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.hover_text3 {
    position: absolute;
    width: 100%;
    top: 15px;
}

.recruit_min_image {
    height: 300px;
}

.recruit_min_image2 {
    height: 600px;
}

.left_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
}

.right_button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
    text-align: right;
}

.bottom_button {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.recruit_accordion_area {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .recruit_accordion_area {
        display: none;
    }
}

.recruit_accordion_text {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 1px #7d7d7d;
}

.recruit_accordion_area:hover .recruit_accordion_text {
    display: none;
}

.recruit_accodion_maintext {
    font-size: 400%;
    font-family: 'MS Mincho';
    font-weight: bold;
}

.recruit_accodion_subtext {
    font-size: 200%;
}


.responsive_recruit_caption_area {
    background-color: rgb(246, 241, 241);
    padding: 20px;
    text-align: center;
}

    .responsive_recruit_caption_area p {
        font-size: 130%;
        margin-top: 10px;
    }


.recruit_company_image_area {
    background: url(/kyushu/imgs/recruit_top_image1.png) no-repeat center;
}

.recruit_career_image_area {
    background: url(/kyushu/imgs/recruit_top_career.png) no-repeat center;
}

.recruit_voice_image_area {
    background: url(/kyushu/imgs/recruit_top_voice.png) no-repeat center;
}

.recruit_honne_image_area {
    background: url(/kyushu/imgs/recruit_top_honne.png) no-repeat center;
}

.recruit_childcareleavetalk_image_area {
    background: url(/kyushu/imgs/recruit_top_childcareleavetalk.png) no-repeat center;
}


.recruit_recruit_image_area {
    background: url(/kyushu/imgs/recruit_top_recruit.png) no-repeat center;
}

.responsive_recruit_company_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_image1.png) no-repeat center;
    height: 320px;
}

.responsive_recruit_career_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_career.png) no-repeat center;
    height: 320px;
}

.responsive_recruit_honne_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_honne.png) no-repeat center;
    height: 320px;
}

.responsive_recruit_voice_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_voice.png) no-repeat center;
    height: 320px;
}

.responsive_recruit_childcareleavetalk_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_childcareleavetalk.png) no-repeat center;
    height: 320px;
}

.responsive_recruit_message_area {
    height: 320px;
    padding: 65px 20px;
    background-color: rgba(12, 11, 11, 0.09);
    background-image: linear-gradient( -45deg, transparent 25%, rgba(202, 195, 195, 0.5) 25%, rgba(202, 195, 195, 0.5) 50%, transparent 50%, transparent 75%, rgba(202, 195, 195, 0.5) 75%, rgba(202, 195, 195, 0.5) );
    background-size: 8px 8px;
    text-align: center;
}

.response_saiyo_top-message-caption {
    font-size: 215%;
    font-weight: bold;
    color: #000;
}

    .response_saiyo_top-message-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_recruit_career_area {
    height: 320px;
    padding: 65px 20px;
    background-color: #036eb7;
    text-align: center;
}

.response_saiyo_top-career-caption {
    font-size: 215%;
    font-weight: bold;
    color: #fff;
}

    .response_saiyo_top-career-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_saiyo_recruit_voice_area {
    height: 320px;
    padding: 100px 20px;
}

.responsive_saiyo_top-voice-caption {
    font-size: 215%;
    font-weight: bold;
    color: #0e6eb8;
}

    .responsive_saiyo_top-voice-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_saiyo_recruit_honne_area {
    height: 320px;
    text-align: center;
}

.responsive_saiyo_top_voice_circle {
    color: #fff;
    background-color: #ea5413;
    padding: 0;
    margin: 10px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 80%;
    font-weight: normal;
}

.responsive_saiyo_top_voice_text {
    position: relative;
    font-size: 215%;
    font-weight: bold;
    display: inline-block;
    color: #ea5413;
    top: 7px;
}

.responsive_saiyo_recruit_childcareleavetalk_area {
    height: 320px;
    text-align: center;
}

.responsive_saiyo_top-childcareleavetalk-caption {
    font-size: 215%;
    font-weight: bold;
    color: #0e6eb8;
    margin-top: 110px;
    text-shadow: 1px 0px black;
}

    .responsive_saiyo_top-childcareleavetalk-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_saiyo_recruit_recruit_area {
    height: 320px;
    background-color: #dbdcdc;
    padding: 100px 20px;
}

.responsive_saiyo_top-recruit-caption {
    font-size: 215%;
    font-weight: bold;
    color: #ea5413;
}

    .responsive_saiyo_top-recruit-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_saiyo_recruit_faq_area {
    height: 320px;
    background-color: #d3edfb;
    padding: 100px 20px;
}

.responsive_saiyo_top-faq-caption {
    font-size: 215%;
    font-weight: bold;
    color: #0e6eb8;
}

    .responsive_saiyo_top-faq-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }


.top_button3 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #333;
    color: #000;
    width: 90px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    margin: 20px 0;
}


.top_button4 {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    width: 90px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    margin: 20px 0;
}

.top_button5 {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    width: 90px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    margin: 20px 0;
}


/* 採用TOP */

/* 採用全般 */
.button {
    background-color: transparent;
    border: 2px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 150%;
    margin: 20px 0;
}

    .button:hover {
        background-color: #fff;
        border-color: #59b1eb;
        color: #59b1eb;
    }

.button2 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 150%;
    margin: 20px 0;
}

    .button2:hover {
        background-color: #fff;
        border-color: #59b1eb;
        color: #59b1eb;
    }


.saiyo_sub-caption_area {
    background: url(/kyushu/imgs/caption_area_back_recruit.png) no-repeat center;
    width: auto;
    height: 200px;
    text-align: center;
}

.saiyo_sub-caption_area2 {
    background: url(/kyushu/imgs/caption_area_back_recruit.png) no-repeat center;
    width: auto;
    height: 250px;
    text-align: center;
    color: #fff;
}

    .saiyo_sub-caption_area2 p {
        margin-top: 15px;
    }

.saiyo_sub-caption_area3 {
    width: auto;
    height: 300px;
    text-align: center;
    color: #000;
}

    .saiyo_sub-caption_area3 p {
        margin-top: 15px;
    }

.saiyo_sub-caption_area4 {
    width: auto;
    height: 200px;
    text-align: center;
    color: #000;
}

.recruit_link_area {
    border: 1px solid #b9b4b4;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

    .recruit_link_area a {
        padding: 0 10px;
    }

.saiyo_sub-caption {
    text-align: center;
    font-size: 400%;
    padding-top: 30px;
    color: #FFF;
}

    .saiyo_sub-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_sub-caption2 {
    text-align: center;
    font-size: 400%;
    padding-top: 30px;
    color: #036eb7;
}

    .saiyo_sub-caption2 span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_sub-sub-caption_area1 {
    width: auto;
    background: url(/kyushu/imgs/caption_area_back_recruit_new.png);
    height: 100px;
    text-align: center;
}

.saiyo_sub-sub-caption_area2 {
    background: url(/kyushu/imgs/caption_area_back_recruit_keiken.png);
    width: auto;
    height: 100px;
    text-align: center;
}

.saiyo_sub-sub-caption1 {
    text-align: center;
    font-size: 200%;
    padding-top: 30px;
    color: #0e6eb8;
}

    .saiyo_sub-sub-caption1 span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.saiyo_sub-sub-caption2 {
    text-align: center;
    font-size: 200%;
    padding-top: 30px;
    color: #00a199;
}

@media screen and (min-width: 768px) {
    .responsive_recruit_area {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .saiyo_sub-sub-caption1, .saiyo_sub-sub-caption2 {
        text-align: left;
        font-size: 150%;
    }

    .saiyo_sub-sub-caption_area1, .saiyo_sub-sub-caption_area2 {
        padding: 0 20px;
    }

    .responsive_recruit_area {
        display: none;
    }
}


/* 採用全般 */

/* メッセージ */
.saiyo_message_text_area1 {
    padding: 20px;
}

.saiyo_message_text_area2 {
    padding: 70px 20px;
}

.saiyo_message_text_area3 {
    padding: 70px 20px;
}

.saiyo_message_text_area4 {
    padding: 50px 20px;
}

.saiyo_message_text_area5 {
    padding: 20px;
}

    .saiyo_message_text_area1 p, .saiyo_message_text_area2 p, .saiyo_message_text_area3 p, .saiyo_message_text_area4 p, .saiyo_message_text_area5 p {
        padding: 10px 0;
    }

.saiyo_message_area_color1 {
    background-color: #d9e5f4;
}

.saiyo_message_area_color2 {
    background-color: #dbdcdc;
}

.saiyo_message_title {
    font-size: 250%;
    font-family: 'Century Gothic';
}

.saiyo_message_subtitle {
    font-size: 110%;
    margin-bottom: 20px;
}

.saiyo_message_minititle {
    font-size: 180%;
}

.saiyo_message_image_area1, .saiyo_message_image_area2, .saiyo_message_image_area3 {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .saiyo_message_image_area1 {
        height: 500px;
    }

    .saiyo_message_image_area2 {
        height: 450px;
    }

    .saiyo_message_image_area3 {
        height: 465px;
    }

        .saiyo_message_image_area1 img, .saiyo_message_image_area2 img, .saiyo_message_image_area3 img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
}

.saiyo_message_text {
    padding: 0 20px;
}

.resonsive_saiyo_message_image_area1 {
    background: url(/kyushu/imgs/responsive_recruit_it.png) no-repeat center;
    height: 320px;
}

.resonsive_saiyo_message_image_area2 {
    background: url(/kyushu/imgs/responsive_recruit_city.png) no-repeat center;
    height: 320px;
}

.resonsive_saiyo_message_image_area3 {
    background: url(/kyushu/imgs/responsive_recruit_seitetsu.png) no-repeat center;
    height: 320px;
}

.resonsive_saiyo_message_image_area4 {
    background: url(/kyushu/imgs/responsive_recruit_growth.png) no-repeat center;
    height: 320px;
}


/* メッセージ */

/* キャリアパス */
.saiyo_career_title {
    font-size: 200%;
    font-weight: bold;
}

.saiyo_career_subtitle {
    font-size: 110%;
}

.saiyo_career_minititle {
    font-size: 150%;
}


.saiyo_careerpath_area {
    padding: 20px;
}

.saiyo_career_text_area3 {
    padding: 40px;
}

.saiyo_career_text_area4 {
    padding: 40px;
}

.saiyo_career_text_area5 {
    padding: 40px;
}


    .saiyo_career_text_area1 p, .saiyo_career_text_area2 p, .saiyo_career_text_area3 p, .saiyo_career_text_area4 p, .saiyo_career_text_area5 p, .saiyo_careerpath_area p {
        padding: 10px 0;
    }

.saiyo_career_area_color1 {
    background-color: #323951;
}

.saiyo_career_area_color2 {
    background-color: #1aa9a1;
}

.saiyo_career_area_color3 {
    background-color: #fff;
}

.saiyo_career_area_color4 {
    background-color: #e5f0f7;
}

.saiyo_career_area_color5 {
    background-color: #dae5f5;
}


.saiyo_career_text_area1 {
    color: #fff;
    padding: 20px 30px;
}

.saiyo_career_text_area2 {
    color: #fff;
    padding: 20px 30px;
}

.saiyo_career_text_area3 {
    background-color: #FFF;
}

.saiyo_career_text_area4 {
    background-color: #e5f0f7;
}

.saiyo_career_text_area5 {
    background-color: #dae5f5;
}

.saiyo_careerpath_area {
    background-color: #dcdddd;
}

.saiyo_career_path1 {
    font-size: 130%;
    font-weight: bold;
    color: #036eb6;
}

.saiyo_career_path1_color {
    color: #036eb6;
}

.saiyo_career_path2 {
    font-size: 130%;
    font-weight: bold;
    color: #179cb6;
}

.saiyo_career_path2_color {
    color: #179cb6;
}

.saiyo_career_image_area1, .saiyo_career_image_area2, .saiyo_career_image_area3, .saiyo_career_info_area {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .saiyo_career_image_area1 {
        height: 505px;
    }

    .saiyo_career_image_area2 {
        height: 627px;
    }

    .saiyo_career_image_area3 {
        height: 320px;
    }

        .saiyo_career_image_area1 img, .saiyo_career_image_area2 img, .saiyo_career_image_area3 img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
}
/*
.career_rotate_area1 {
    position: relative;
    padding: 66px 30px;
}

.career_rotate_area2 {
    position: relative;
    padding: 78px 30px;
}

.career_rotate_area3 {
    position: relative;
    padding: 66px 30px;
}

.career_rotate_area1:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    background: #b74646;
    bottom: 19px;
    left: 0px;
    -webkit-transform: rotate(6deg) skew(6deg,178deg);
    -ms-transform: rotate(6deg) skew(6deg,178deg);
    -o-transform: rotate(6deg) skew(6deg,178deg);
    transform: rotate(6deg) skew(6deg,178deg);
}

.career_rotate_area2:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    background: #b74646;
    bottom: 19px;
    left: 0px;
    -webkit-transform: rotate(6deg) skew(6deg,178deg);
    -ms-transform: rotate(6deg) skew(6deg,178deg);
    -o-transform: rotate(6deg) skew(6deg,178deg);
    transform: rotate(6deg) skew(6deg,178deg);
}


.career_rotate_area3:before {
    content: "";
    position: absolute;
    height: 94px;
    width: 101%;
    background: #e5f0f7;
    top: -48px;
    right: -4px;
    -webkit-transform: rotate(-6deg) skew(-6deg,178deg);
    -ms-transform: rotate(-6deg) skew(-6deg,178deg);
    -o-transform: rotate(-6deg) skew(-6deg,178deg);
    transform: rotate(-6deg) skew(-6deg,178deg);
}*/


.career_rotate_area4 {
    position: relative;
    /*z-index: -1;*/
}

    /*.career_rotate_area4:before {
        content: "";
        position: absolute;
        height: 94px;
        width: 101%;
        background: #e5f0f7;
        top: -48px;
        right: -4px;
        -webkit-transform: rotate(-6deg) skew(-6deg,178deg);
        -ms-transform: rotate(-6deg) skew(-6deg,178deg);
        -o-transform: rotate(-6deg) skew(-6deg,178deg);
        transform: rotate(-6deg) skew(-6deg,178deg);
        z-index: 1;
    }*/

    .career_rotate_area4:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(37, 36, 36, 0.23);
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(208, 199, 199, 0.5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(208, 199, 199, 0.5)), color-stop(.75, rgba(208, 199, 199, 0.5)), color-stop(.75, transparent), to(transparent));
        background-size: 9px 9px;
        z-index: 0;
    }


.responsive_saiyo_career_text_area1, .responsive_saiyo_career_text_area2, .responsive_saiyo_career_text_area3 {
    padding: 20px;
}

.resonsive_saiyo_career_image_area1 {
    background: url(/kyushu/imgs/responsive_recruit_newEmployee.png) no-repeat center;
    height: 320px;
}

.resonsive_saiyo_career_image_area2 {
    background: url(/kyushu/imgs/responsive_recruit_younger.png) no-repeat center;
    height: 320px;
}

.responsive_saiyo_career_text_area2 {
    background-color: #d6e3ff;
}

.responsive_saiyo_career_text_area3 {
    background-color: #e9eaea;
}

.responsive_saiyo_career_minititle {
    text-align: center;
    color: #1f92d5;
    font-size: 150%;
}

/* キャリアパス */

/* 求める人材 */
.saiyo_recruit_title {
    font-size: 200%;
    font-weight: bold;
}

.saiyo_recruit_subtitle {
    font-size: 110%;
}

.saiyo_recruit_minititle {
    font-size: 130%;
    text-align: center;
    margin-top: 20px;
}

.saiyo_schedule_text {
    text-align: center;
    font-size: 190%;
    font-weight: bold;
    padding-bottom: 30px;
    color: #0e6eb8;
}

.saiyo_schedule_text2 {
    text-align: center;
    font-size: 190%;
    font-weight: bold;
    padding-bottom: 30px;
    color: #0ea29a;
}

.saiyo_recruit_area1, .saiyo_recruit_area2, .saiyo_recruit_area3, .saiyo_recruit_area4, .saiyo_recruit_area5 {
    padding: 50px;
}

    .saiyo_recruit_text_area1 p, .saiyo_recruit_area1 p, .saiyo_recruit_area2 p, .saiyo_recruit_area3 p, .saiyo_recruit_area4 p {
        padding: 10px 0;
    }

@media screen and (max-width: 767px) {
    .saiyo_recruit_area1, .saiyo_recruit_area2, .saiyo_recruit_area3, .saiyo_recruit_area4, .saiyo_recruit_area5 {
        padding: 50px 10px;
    }
}

.saiyo_recruit_area_color {
    background-color: #dcdddd;
}

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

@media screen and (min-width: 768px) {
    .saiyo_recruit_image_area {
        height: 365px;
    }

        .saiyo_recruit_image_area img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
}

.saiyo_recruit_text_area1 {
    color: #000;
    padding: 65px 30px;
}

.saiyo_recruit_text_area2 {
    background-color: #1aa9a1;
    color: #fff;
}

.saiyo_recruit_area1 {
}

.saiyo_recruit_area2 {
    text-align: center;
}

.saiyo_recruit_area3 {
    background: #dcdddd;
}

    .saiyo_recruit_area3 p {
        font-size: 11px;
    }

.saiyo_recruit_area4 {
    background: #9fa0a0;
    color: #fff;
    text-align: center;
}


.shinsotsu_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .shinsotsu_table th {
        width: 20%;
        background-color: #cddaee;
        padding: 10px;
        vertical-align: top;
    }

    .shinsotsu_table td {
        width: 80%;
        background-color: #f1f1f1;
        padding: 10px;
    }

.midCareer_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

    .midCareer_table th {
        width: 20%;
        background-color: #d5e7e6;
        padding: 10px;
        vertical-align: top;
    }

    .midCareer_table td {
        width: 80%;
        background-color: #f1f1f1;
        padding: 10px;
    }

        .midCareer_table td li {
            margin-left: 40px;
        }

.midCareer_linkArea {
    text-align: center;
    margin-top: 30px;
}

.midCareer_titleArea {
    text-align: center;
    margin-bottom: 30px;
    pointer-events: none;
}

.btn_midCareer {
    font-size: 150%;
    width: 85%;
    padding-right: 40px;
}

.span_midCareer {
    font-size: 150%;
    width: 85%;
}

@media screen and (max-width: 767px) {
    .btn_midCareer, .span_midCareer {
        font-size: 135%;
    }
}

.midCareer_btnArea {
    margin: 10px 0;
}

.keiken_percent {
}

    .keiken_percent thead tr {
        background-color: #d5e7e6;
    }

        .keiken_percent thead tr td {
            padding: 20px;
        }

            .keiken_percent thead tr td:first-child {
                min-width: 200px;
                padding: 20px 5px;
            }

            @media (max-width: 767px) {
                .keiken_percent thead tr td:first-child {
                    min-width: 0px;
                }
                .keiken_percent thead tr td {
                    padding: 20px 4px;
                }
            }
    .keiken_percent tbody tr td {
        padding: 10px 5px;
        text-align: right;
    }

        .keiken_percent tbody tr td:first-child {
            text-align: left;
        }


.arrow {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
    padding: 0 20px;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #000;
    height: 104px;
}

    .arrow::before {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        border-left: 45px solid #fff;
        border-top: 52px solid transparent;
        border-bottom: 52px solid transparent;
        transform-origin: right top;
        transform: scaleX(.7);
    }

    .arrow span {
        display: block;
        margin: 3px 0 0 0;
    }

.success-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
    padding: 0 20px;
    background: #0e6eb8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #fff;
    height: 104px;
}

.success-box2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin-left: 20px;
    padding: 0 20px;
    background: #0ea29a;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    color: #fff;
    height: 104px;
}

    .success-box2 span {
        display: block;
        margin: 3px 0 0 0;
    }

.schedule_box {
    margin: 10px 0;
}

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

.navi_area {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding-left: 30px;
}

.responsive_navi_area {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.responsive_side_padding_short {
    padding-left: 15px;
    padding-right: 15px;
}

.sample {
    width: 100%;
    margin: 0 auto;
}

.recruit_site_area {
    position: relative;
}

.rikunavi_image, .mynavi_image {
    max-height: 42px;
    min-width: 65px;
}

.rikunavi_image2, .mynavi_image2 {
    max-height: 40px;
    min-width: 60px;
}

.rikunavi_image {
    border: 2px solid #fff;
}

.mynavi_image {
    border-top: 9px solid #fff;
    border-bottom: 9px solid #Fff;
}

@media screen and (max-width: 992px) {
    .navi_area {
        position: absolute;
        bottom: 15px;
        width: 100%;
        padding-left: 10px;
    }

    .mynavi_image {
        border-top: 4px solid #FFF;
        border-bottom: 4px solid #FFF;
    }
}

.mynavi_image2 {
    border-top: 3px solid #fff;
    border-bottom: 9px solid #Fff;
}


.recruit_rikunavi, .recruit_mynavi {
    width: 48%;
    float: left;
}

.responsive_recruit_link_area1, .responsive_recruit_link_area2 {
    width: 100%;
    height: 50px;
    border: none;
}

.responsive_recruit_link_area1 {
    background-color: #aed7f3;
}

.responsive_recruit_link_area2 {
    background-color: #d3edfb;
}

.responsive_recruit_text_area {
    padding: 15px 20px;
}

.responsive_recruit_text_area2 {
    padding: 10px;
}

.responsive_recruit_text_area3 {
    padding: 15px 20px;
    background-color: #d9f2f4;
}

.responsive_saiyo_recruit_title {
    color: #1f92d5;
    margin-bottom: 10px;
    font-size: 120%;
    text-align: center;
}

.responsive_saiyo_recruit_title2 {
    color: #1f92d5;
    margin: 10px 0;
    font-size: 120%;
    text-align: center;
}

.responsive_recruit_seek_caption1 {
    background: url(/kyushu/imgs/responsive_recruit_seek_caption1.png) no-repeat center;
    height: 208px;
}

@media screen and (max-width: 767px) {
    .saiyo_recruit_area_color {
        background-color: #d9f2f4;
    }
}


.sankaku {
    width: 0;
    height: 0;
    border: 90px solid transparent;
    border-top: 110px solid #fff;
    position: relative;
    margin: 0px auto -80px;
}

.hover_sankaku {
    position: absolute;
    top: -107px;
    width: 80px;
    text-align: center;
    left: -40px;
}

    .hover_sankaku span {
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_success-box {
    position: relative;
    display: table;
    padding: 40px 20px;
    background: #0e6eb8;
    font-size: 14px;
    color: #fff;
    height: 104px;
    margin: 0 auto;
}

.responsive_success-box2 {
    position: relative;
    display: table;
    padding: 40px 20px;
    background: #0ea29a;
    font-size: 14px;
    color: #fff;
    height: 104px;
    margin: 0 auto;
}

/* 求める人材 */

/* FAQ */
.faq {
    margin: 10px 0;
}

.question {
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-weight: bold;
    transition: all 1.5s ease;
}

    /*アイコンの＋と×*/
    .question::before,
    .question::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #333;
    }

    .question::before {
        top: 48%;
        right: 15px;
        transform: rotate(0deg);
    }

    .question::after {
        top: 48%;
        right: 15px;
        transform: rotate(90deg);
    }
    /*　closeというクラスがついたら形状変化　*/
    .question.close::before {
        transform: rotate(45deg);
    }

    .question.close::after {
        transform: rotate(-45deg);
    }


.question_saiyo {
    background-color: #dae5f5;
}

.question_company {
    background-color: #d5e7e6;
}

.question_train {
    background-color: #fde1ad;
}

.question_treat {
    background-color: #fad7cb;
}

.question_other {
    background-color: #b5b6b6;
}

.answer {
    display: none;
    background-color: #e6e6e7;
    padding: 20px 40px;
}

.question_button {
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    float: right;
    font-weight: normal;
    font-size: 90%;
}

    .question_button:hover {
        background-color: #fff;
        border-color: #59b1eb;
        color: #59b1eb;
    }

.responsive_button {
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
    width: 90px;
    font-family: 'Meiryo UI';
    float: right;
    font-weight: normal;
    font-size: 17px;
}



.saiyo_faq-caption_area1, .saiyo_faq-caption_area2, .saiyo_faq-caption_area3, .saiyo_faq-caption_area4, .saiyo_faq-caption_area5 {
    width: auto;
    height: 100px;
}

.saiyo_faq-caption_area1 {
    background: url(/kyushu/imgs/caption_area_back_recruit_faq1.png);
    margin: 0px 0 20px;
}

.saiyo_faq-caption_area2 {
    background: url(/kyushu/imgs/caption_area_back_recruit_faq2.png);
    margin: 40px 0 20px;
}

.saiyo_faq-caption_area3 {
    background: url(/kyushu/imgs/caption_area_back_recruit_faq3.png);
    margin: 40px 0 20px;
}

.saiyo_faq-caption_area4 {
    background: url(/kyushu/imgs/caption_area_back_recruit_faq4.png);
    margin: 40px 0 20px;
}

.saiyo_faq-caption_area5 {
    background: url(/kyushu/imgs/caption_area_back_recruit_faq5.png);
    margin: 40px 0 20px;
}

.saiyo_faq-caption1, .saiyo_faq-caption2, .saiyo_faq-caption3, .saiyo_faq-caption4, .saiyo_faq-caption5 {
    font-size: 200%;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .responsive_button {
        display: none;
    }

    .responsive_faq_area {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .saiyo_faq-caption1, .saiyo_faq-caption2, .saiyo_faq-caption3, .saiyo_faq-caption4, .saiyo_faq-caption5 {
        text-align: left;
    }

    .saiyo_faq-caption_area1, .saiyo_faq-caption_area2, .saiyo_faq-caption_area3, .saiyo_faq-caption_area4, .saiyo_faq-caption_area5 {
        padding: 0 20px;
    }

    .responsive_faq_area {
        display: none;
    }
}

.saiyo_faq-caption1 {
    color: #0e6eb8;
}

.saiyo_faq-caption2 {
    color: #0ea29a;
}

.saiyo_faq-caption3 {
    color: #ea5413;
}

.saiyo_faq-caption4 {
    color: #ea5413;
}

.saiyo_faq-caption5 {
    color: #FFF;
}

.faq_image {
    margin: 20px;
}
/* FAQ */

/* オフィスツアー */
#navi li {
    width: 150px;
    height: 100px;
    float: left;
    background: none;
    margin: 5px;
    list-style: none;
}

    #navi li a {
        display: block;
    }

        #navi li a:link {
        }

        #navi li a:visited {
        }

        #navi li a:hover {
            opacity: 0.8;
        }

        #navi li a:active {
            opacity: 0.8;
        }
        /* IE用 ↓*/
        #navi li a:hover img {
            filter: alpha(opacity=80);
        }

#photo {
    margin: 20px;
}

    #photo img {
        width: 80%;
        height: auto;
    }

@media screen and (max-width: 767px) {
    #photo img {
        width: 100%;
        height: auto;
    }
}

/* オフィスツアー */

/* 先輩社員の声 */
.voice_person {
    padding: 5px;
    float: left;
    width: 20%;
    /*width: 16.5%;*/
}

.voice_person_stripe {
    padding: 5px;
    float: left;
    width: 20%;
    /*width: 16.5%;*/
}

@media screen and (max-width: 1300px) {
    .voice_person_stripe {
        padding: 5px;
    }
}

.voice_person a:link, .voice_person_stripe a:link {
    color: #000;
    text-decoration: none;
}

.voice_person a:visited, .voice_person_stripe a:visited {
    color: #000;
    text-decoration: none;
}

.voice_person:hover img, .voice_person_stripe:hover img {
    opacity: 0.7;
}

.voice_person:hover a, .voice_person:hover a .voice_english_name, .voice_person_stripe:hover a, .voice_person_stripe:hover a .voice_english_name {
    color: #ff9900;
}

.voice_department {
    margin-top: 10px;
    font-size: 90%;
    height: 60px;
}

.voice_department2 {
    font-size: 90%;
    height: 30px;
}

.voice_title {
    margin-top: 10px;
    font-size: 90%;
    height: 45px;
    color: #0e6eb8;
}

.voice_department3 {
    margin-top: 10px;
    font-size: 90%;
    height: 30px;
}

.voice_department_manager {
    font-size: 90%;
    height: 30px;
}

.voice_name {
    font-size: 140%;
}

.voice_joined {
    font-size: 90%;
}

.voice_english_name {
    font-size: 90%;
    color: #0e6eb8;
    font-weight: bold;
}

.voice_button {
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 120%;
    opacity: 0.8;
    margin-top: 5px;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .voice_department2 {
        font-size: 18px;
        /*height: 50px;*/
    }

    .voice_department_manager {
        font-size: 18px;
        height: 50px;
    }

    .voice_title {
        font-size: 20px;
        height: 90px;
    }

    .voice_name {
        font-size: 20px;
    }

    .voice_joined {
        font-size: 13px;
    }

    .voice_english_name {
        font-size: 18px;
    }

    .voice_button {
        margin-top: 40px;
    }
}

@media screen and (min-width: 450px) and (max-width: 599px) {
    .voice_department2 {
        font-size: 15px;
        /*height: 50px;*/
    }

    .voice_department_manager {
        font-size: 15px;
        height: 50px;
    }

    .voice_title {
        font-size: 15px;
        height: 70px;
    }
}

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

.voice_honne {
    min-height: 300px;
}

.responsive_voice_area2 {
    background-color: #e9eaea;
}

.responsive_voice_area3 {
    background-color: rgba(255, 101, 255, 0.15);
}

    .responsive_voice_area1 .col-7, .responsive_voice_area2 .col-7, .responsive_voice_area3 .col-7 {
        padding-left: 5px;
        padding-right: 5px;
    }


.saiyo_voice_area {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.saiyo_voice_minititle {
    margin: 0px 10px;
}

.saiyo_voice_text {
    position: relative;
    font-size: 250%;
    font-weight: bold;
    display: inline-block;
    color: #ea5413;
    top: 10px;
    text-shadow: 1px 1px #000;
}

.saiyo_voice_circle {
    color: #fff;
    background-color: #ea5413;
    padding: 0;
    margin: 10px 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 100%;
    font-weight: normal;
}

.saiyo_voice_honne_text {
    position: absolute;
    width: 100%;
    top: 30px;
}

    .saiyo_voice_honne_text p {
        text-shadow: 2px 3px 1px #999999;
    }
/* 先輩社員の声 */

/* HONNE TALK */
.honne_question {
    margin-top: 20px;
    color: #ea5413;
    border-bottom: 1px solid #9fa0a0;
    font-size: 200%;
    position: relative;
}

.question_caption {
    position: absolute;
    bottom: 0;
}

.talk {
    padding: 20px 0;
}

    .talk .row {
        padding: 10px 0;
    }

.emp1, .emp2, .emp3, .emp4 {
    font-weight: bold;
}

.emp1 {
    color: #0e6eb8;
}

.emp2 {
    color: #8ec31f;
}

.emp3 {
    color: #ea5413;
}

.emp4 {
    color: #5f1985;
}

.question_table {
    width: 100%;
}

.question_no {
    width: 15%;
    font-size: 150%;
}

@media screen and (max-width: 767px) {
    .talk_background_color1 {
        background-color: #e9eaea;
    }

    .talk_background_color2 {
        background-color: #fce8df;
    }

    .talk {
        padding: 0 0 20px;
    }

        .talk .row {
            padding: 0 0 10px;
        }
}

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


@media screen and (max-width: 640px) {
    .responsive_honne_thumbnail {
        padding: 0 0 20px;
        text-align: center;
    }
}

.honne_question_area {
    color: #ea5413;
    border: 1px solid #ea5413;
    text-align: center;
    padding: 3px 10px;
    background-color: #fff;
    display: table;
    margin: 10px auto;
}

.responsive_honne_caption, .responsive_honne_caption2 {
    color: #ea5413;
    margin-top: 10px;
    font-size: 25px;
}

.responsive_honne_caption {
    padding: 0 30px;
}

@media screen and (max-width: 599px) {
    .responsive_honne_caption, .responsive_honne_caption2 {
        font-size: 13px;
    }

    .responsive_honne_caption {
        padding: 0 5px;
    }
}


/* HONNE TALK */

.sidr {
    width: 240px;
    font-size: 12px;
}

.block1, .block2, .block3, .block4, .block5, .block6 {
    padding: 50px 30px;
    box-shadow: 4px 4px 0 0 #036eb6;
    -moz-box-shadow: 4px 4px 0 0 #036eb6;
    -webkit-box-shadow: 4px 4px 0 0 #036eb6;
    border: 1px solid #036eb6;
    margin: 80px 0 30px 0;
    position: relative;
    max-width: 590px;
    background-color: #fff;
}

.block5, .block6 {
    margin: 110px 0 20px 0;
}

.block1, .block3 {
    margin-right: auto;
}

.block2, .block4, .block5, .block6 {
    margin-left: auto;
}


    .block1::before, .block2::before, .block3::before, .block4::before, .block5::before, .block6::before {
        background-color: #fff;
        color: #036eb6;
        left: 1em;
        padding: 25px 15px;
        position: absolute;
        top: -60px;
        border: 1px solid #036eb6;
    }

.block1::before {
    content: "質問1";
}

.block2::before {
    content: "質問2";
}

.block3::before {
    content: "質問3";
}

.block4::before {
    content: "質問4";
}

.block5::before {
    content: "質問5";
}

.block6::before {
    content: "質問6";
}

.resposive_voice_block_area, .resposive_voice_block_area_color1, .resposive_voice_block_area_color2, .resposive_voice_block_area_color3 {
    padding: 30px;
}

.resposive_voice_block_area_color1 {
    background-color: #d6e3ff;
}

.resposive_voice_block_area_color2 {
    background-color: #d9f2f4;
}

.resposive_voice_block_area_color3 {
    background-color: #dbdcdc;
}

.voice_question_area {
    color: #036eb6;
    border: 1px solid #036eb6;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    display: table;
    margin: 0 auto;
}

.responsive_voice_caption {
    text-align: center;
    color: #036eb6;
    margin: 10px 0;
    font-size: 110%;
}


.voice_caption, .voice_caption_long {
    position: absolute;
    top: -60px;
    left: 100px;
    font-size: 130%;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .voice_caption_long {
        top: -65px;
        font-size: 100%;
    }
}

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

    .responsive_voice_thumbnail a:link {
        color: #000;
        text-decoration: none;
    }

    .responsive_voice_thumbnail a:visited {
        color: #000;
        text-decoration: none;
    }

@media screen and (max-width: 640px) {
    .responsive_voice_thumbnail {
        padding: 20px 0 0px;
        text-align: center;
    }
}

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

.voice_image_area2 {
    padding-left: 0;
    padding-right: 0;
    z-index: -1;
}

.image_shadow {
    position: relative;
}

    .image_shadow:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 50px 50px 80px #fff;
    }

.image_center {
    margin: 0 auto;
}

.image_stripe {
    position: relative;
}

    .image_stripe:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12, 11, 11, 0.09);
        background-image: linear-gradient( -45deg, transparent 25%, rgba(202, 195, 195, 0.5) 25%, rgba(202, 195, 195, 0.5) 50%, transparent 50%, transparent 75%, rgba(202, 195, 195, 0.5) 75%, rgba(202, 195, 195, 0.5) );
        background-size: 8px 8px;
    }

.voice_person:hover .image_stripe:after {
    display: none;
}

.contact_mail_area {
    /*background-color: #1f92d5;*/
    padding: 10px;
    max-width: 450px;
    /*height: 170px;*/
    margin: 0 auto;
    text-align: center;
    /*color: #fff;*/
}

    .contact_mail_area:hover {
        opacity: 0.7;
    }

        .contact_mail_area:hover a {
            /*color: #fff;*/
            text-decoration: none;
        }

.box1 {
    width: 270px;
    margin: 0px auto;
}

.box2 {
    border: 1px solid #1ea2ef;
}

.box3 {
    border: 1px solid #1ea2ef;
    width: 270px;
    margin: 0px auto 20px;
    border-radius: 5px;
}

.privary_concact_caption {
    text-align: center;
    font-weight: bold;
}

.privacy_address_area1 {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #bddcf3;
    color: #000;
}

.privacy_address_area2 {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.message_image_area1 {
    height: 500px;
}

    .message_image_area1 img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.responsive_no_side_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.keikenContact_hidden {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.implementationArea_hidden {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}


.pressRelease-content {
    margin: 30px;
}

.pressRelease-title {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pressRelease-caption {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.pressRelease-body {
    margin: 20px;
}

.pressRelease-data {
    margin: 20px 30px 20px;
}

    .pressRelease-data a {
        font-weight: bold;
    }

.pressRelease-text {
    margin: 0 70px;
}

.pressRelease-subtext {
    margin: 0 20px;
}


.pressRelease-footer {
    margin-top: 50px;
    font-size: 80%;
}

.up-text {
    font-size: 0.8em;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .pressRelease-text {
        margin: 0px;
    }
}

.pressRelease-kurumin {
    width: 300px;
    height: 300px;
}

.pressRelease-sdgs {
    width: 400px;
}

.voice_link_area {
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
}

    .voice_link_area a {
        padding: 0 20px;
        font-weight: bold;
        font-size: 125%;
    }

a:link.voice_link_area_voice {
    color: #000;
}

a:visited.voice_link_area_voice {
    color: #000;
}

a:hover.voice_link_area_voice {
    color: #000;
}

a:link.voice_link_area_honne {
    color: #c55a11;
}

a:visited.voice_link_area_honne {
    color: #ea5413;
}

a:hover.voice_link_area_honne {
    color: #ea5413;
}

a:link.voice_link_area_woman {
    color: #ff66ff;
}

a:visited.voice_link_area_woman {
    color: #ff66ff;
}

a:hover.voice_link_area_woman {
    color: #ff66ff;
}

a:link.voice_link_area_general {
    color: #0070c0;
}

a:visited.voice_link_area_general {
    color: #0070c0;
}

a:hover.voice_link_area_general {
    color: #0070c0;
}


.voice-caption_area {
    width: auto;
    height: 100px;
    text-align: center;
    margin-top: 40px;
}

.voice-caption1 {
    color: #000;
    font-size: 300%;
    font-weight: bold;
}

.voice-caption2 {
    color: #ea5413;
    font-size: 300%;
    font-weight: bold;
}

.voice-caption3 {
    color: #ff66ff;
    font-size: 300%;
    font-weight: bold;
}

.voice-caption4 {
    color: #0070c0;
    font-size: 300%;
    font-weight: bold;
}

.honne_button {
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    width: 150px;
    font-family: 'Meiryo UI';
    font-size: 150%;
    margin: 35px 0;
}

    .honne_button:hover {
        background-color: #fff;
        border-color: #ea5413;
        color: #ea5413;
    }

.voice_person2 a:link {
    color: #000;
    text-decoration: none;
}

.voice_person2 a:visited {
    color: #000;
    text-decoration: none;
}

.voice_person2:hover img {
    opacity: 0.7;
}

.voice_woman {
    margin: 10px 0;
}

.recruit_wlb_image_area {
    background: url(/kyushu/imgs/recruit_top_worklifebalance.png) no-repeat center;
}


.saiyo_top-wlb-caption {
    font-size: 200%;
    font-weight: bold;
    color: #ff66ff;
}

    .saiyo_top-wlb-caption span {
        font-size: 50%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.responsive_recruit_wlb_image_area {
    background: url(/kyushu/imgs/responsive_recruit_top_worklifebalance.png) no-repeat center;
    height: 320px;
}

.responsive_saiyo_recruit_wlb_area {
    height: 320px;
    padding: 65px 20px;
    text-align: center;
    background-color: #ff66ff;
}

.responsive_saiyo_top-wlb-caption {
    font-size: 215%;
    font-weight: bold;
    color: #fff;
}

    .responsive_saiyo_top-wlb-caption span {
        font-size: 70%;
        font-weight: 600;
        display: block;
        margin: 3px 0 0 0;
    }

.csr_content {
}

    .csr_content li {
        margin: 20px;
    }

.csr_subcaption {
    margin: 10px 0;
}

.csr_text {
    margin-left: 25px;
    margin-bottom: 40px;
}

.csr_subtext {
    margin: 10px 10px;
}

.wlb_sub-caption_area {
    border-top: 6px solid #dc9cb0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.wlb_sub-caption {
    font-size: 250%;
    color: #dc9cb0;
}

.wlb_sub-sub-caption {
    font-size: 200%;
    color: #dc9cb0;
}

.wlb_contents_area {
    text-align: center;
    padding: 20px 50px;
}

    .wlb_contents_area p {
        margin-bottom: 20px;
    }

.wlb_kosodate_area {
    /*padding: 0 50px;*/
    padding: 0px;
}



.wlb_kosodate {
    background-color: #ffe4ff;
    text-align: left;
    padding: 15px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.wlb_kosodate_caption {
    font-size: 150%;
    margin-bottom: 10px;
}

.wlb_kosodate_img {
    width: 120px;
    height: 120px;
}

.wlb_kosodate_text {
    margin-left: 10px;
}

.wlb_kosodate .col-7, .wlb_kosodate .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 1200px) {
    .wlb_kosodate_area {
        padding: 0;
    }
}

@media screen and (max-width: 990px) {
    .wlb_kosodate_area {
        /*padding: 0 50px;*/
        padding: 0px;
    }
}


@media screen and (max-width: 767px) {
    .wlb_contents_area {
        padding: 20px 70px;
    }

    .wlb_kosodate_area {
        padding: 0 10px;
    }

    .wlb_kosodate {
        padding: 15px;
        border-radius: 15px;
    }

    .wlb_kosodate_img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 540px) {
    .wlb_contents_area {
        padding: 20px 10px;
    }

    .wlb_kosodate_area {
        padding: 0 3px;
    }

    /*.wlb_kosodate {
        padding: 5px;
    }*/

    /*.wlb_kosodate_img {
        width: 75px;
        height: 75px;
    }*/
}

.responsive_voice_honne_area {
    height: 320px;
    text-align: center;
    margin: 20px 0;
}

.highlighter {
    background: linear-gradient(transparent 40%, #ffe4ff 40%);
    padding: 0 15px;
}

.time_schedule {
    margin: 20px 0;
    padding: 10px;
}

.time_schedule_caption {
    padding: 10px 0;
    font-size: 150%;
    color: #026eb6;
}

.time_schedule_time {
    color: #fff;
    padding: 10px;
}

.time_schedule_event {
    background-color: #dbf8fd;
    padding: 10px;
}

.time_schedule .row {
    background-color: #026eb6;
    margin: 3px 0;
}

.woman_caption, .woman_caption_long {
    position: absolute;
    top: -60px;
    left: 100px;
    font-size: 120%;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .woman_caption, .woman_caption_long {
        top: -65px;
        font-size: 100%;
    }
}

@media screen and (max-width: 991px) {
    .woman_caption_long {
        top: -65px;
        font-size: 80%;
    }

    .voice_caption_long {
        top: -65px;
        font-size: 100%;
    }
}


.button_entry {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 100px;
    font-family: 'Meiryo UI';
    font-size: 150%;
}

    .button_entry:hover {
        background-color: #fff;
        border-color: #59b1eb;
        color: #59b1eb;
    }

@media screen and (max-width: 992px) {
    .button_entry {
        font-size: 125%;
    }
}

.select_contact_area {
    text-align: center;
    width: auto;
    margin: 15px;
}

.contact_link_area {
    border: 1px solid #b9b4b4;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

    .contact_link_area a {
        padding: 0 10px;
    }

.contact_title {
    font-size: 180%;
    font-weight: bold;
    color: #036eb6;
    margin: 15px 15px 15px 0;
    border-top: 6px solid #036eb6;
    padding-top: 10px;
    padding-left: 20px;
}

.contact_body {
    margin: 10px;
}

    .contact_body ol {
        margin-left: 20px;
    }

.recruit_contact_footer {
    border-top: 6px solid #036eb6;
}

.jipdec_text {
    margin-left: 20px;
}

.btn_arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

    .btn_arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 0.4em; /* arrow size */
        height: 0.4em; /* arrow size */
        border-top: 1px solid #696969; /* thickness, color */
        border-right: 1px solid #696969;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.midCareer_btnArea a:link, .midCareer_btnArea a:visited {
    color: #696969;
    text-decoration: none;
}

.midCareer_recruittext {
    text-align: left;
}

.midCareer_businessType {
    font-size: 175%;
    width: 85%;
    margin: auto;
    text-align: left;
    background-color: #5bc0de;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn_midCareer_active {
    background-color: #e0ffff;
    border-color: #dddddd;
}

    .btn_midCareer_active:hover {
        background-color: #adffff;
        border-color: #dddddd;
    }

.afterRow-indent {
    margin-left: 1rem;
    text-indent: -1rem;
}

.btn_responsive_recruit_top {
    margin-top: 20px;
}

.btn_responsive_recruit_top_honne {
    margin-top: 130px;
}

.btn_voice_honne {
    margin-top: 20px;
}

.btn_voice_honne_hidden {
    margin-top: 200px;
}

.btn_voice_person_hidden {
    margin-top: 20px;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    border: solid 2px #00b8ee;
    background: #e5f8fd;
    padding: 40px 25px 20px 25px;
    box-sizing: border-box;
    visibility: hidden;
}

    .cookie-consent.is-show {
        visibility: visible;
    }

.policy-link, .policy-link a:link, .policy-link a:visited, .policy-link a:hover, .policy-link a:active {
    margin: 10px;
    color: rgb(0, 136, 255);
    text-decoration: none;
}

.cookie-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-agree:hover {
    cursor: pointer;
}

.cc-hide1 {
    display: none;
}

.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
}

.cookie-close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

    .cookie-close::before, .cookie-close::after {
        position: absolute;
        top: 0;
        left: calc( 50% - 1px );
        display: block;
        content: '';
        width: 2px;
        height: 16px;
        background: #134c7f;
    }

    .cookie-close::before {
        transform: rotate(45deg);
    }

    .cookie-close::after {
        transform: rotate(-45deg);
    }

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
    .cookie-consent {
        flex-direction: column;
    }

    .cookie-text {
        margin-bottom: 1em;
    }
}

.cookie-content {
    margin: 10px;
}

.cookie-link {
    margin: 10px 35px;
}

.graduate-text {
    width: 100px;
}


