@charset "UTF-8";

/****************************************************************************
	body設定
*****************************************************************************/

body {
    color: #373737;
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 48px;
    text-align: center;
    overflow-wrap: break-word;
}

h2,
h3,
h4 {
    text-align: left;
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #373737;
    text-decoration: underline;
}

img {
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/****************************************************************************
	コンテンツ設定
*****************************************************************************/


/*	ヘッダー
----------------------------------------------------------------------------*/

#header {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 1px 0;
}

#head_logo {
    width: 204px;
    float: left;
    margin: 0 176px 0 0;
    text-align: left;
}

#head_logo img {
    width: 100%;
    height: auto;
}

h1 {
    paddning: 0;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    text-align: left;
}

.pc {
    display: inline;
}

.sm {
    display: none;
}


/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi {
    width: 580px;
    margin: 0 0 0 0;
    float: left;
}

.navi li {
    height: 54px;
    float: left;
    margin: 0;
    padding: 0;
}

.navi ul:before,
.navi ul:after {
    content: "";
    display: table;
}

.navi ul:after {
    clear: both;
}

.navi ul {
    display: block;
    margin: auto;
}

.navi li>a {
    display: block;
    margin: 0 0 0 24px;
    padding: 5px 0 24px 0;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.navi li>a:hover {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.home .navi .p1 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.company .navi .p2 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.business .navi .p3 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.approach .navi .p4 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.recruit .navi .p5 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}

.contact .navi .p6 a {
    background-image: url(../img/common/navi_on.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 2px;
}


/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/

#category_list {
    display: none;
}


/*	フッター
----------------------------------------------------------------------------*/

#footer {
    background-color: #373737;
    padding: 62px 0 40px 0;
    text-align: center;
    margin: 0 0 0 0;
}

.footer_in {
    width: 960px;
    margin: auto;
}

#footer_add {
    width: 480px;
    font-size: 15px;
    line-height: 36px;
    text-align: left;
    margin: 0 0 0 0;
    color: #fff;
    float: left;
}

#footer_logo {
    width: 204px;
    margin: 0 0 20px 0;
    padding: 0;
}

#footer_logo img {
    width: 100%;
    height: auto;
}

#foot_link {
    width: 480px;
    float: left;
    margin: 48px 0 0 0;
}

#foot_link ul:before,
#foot_link ul:after {
    content: "";
    display: table;
}

#foot_link ul:after {
    clear: both;
}

#foot_link li a {
    display: block;
    background-image: url(../img/common/foot_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 140px;
    font-size: 14px;
    line-height: 1em;
    text-align: left;
    padding: 6px 0 6px 20px;
    color: #fff;
    text-decoration: none;
    float: left;
}

#foot_link li a:hover {
    text-decoration: underline;
}

#footer_copy {
    background-color: #424242;
    height: 60px;
    font-size: 13px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.page_top {
    width: 64px;
    position: fixed;
    right: 20px;
    bottom: 100px;
}


/*	共通
----------------------------------------------------------------------------*/

.center {
    text-align: center;
}

.clear {
    clear: both;
    overflow: hidden;
    margin: auto;
}

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


/*	共通
----------------------------------------------------------------------------*/

.page_title {
    background-image: url(../img/common/page_back.png);
    background-repeat: repeat-y;
    background-position: center;
    padding: 70px 0 70px 0;
    text-align: center;
}

.page_title img {
    width: 270px;
    height: auto;
}

.title {
    width: 100%;
    margin: 80px auto 55px auto;
    text-align: center;
}

.title img {
    width: 410px;
    height: auto;
}

.foot_contact {
    width: 830px;
    margin: 0 auto 80px auto;
}

.foot_contact .telno {
    width: 478px;
    margin: 0 30px 46px 0;
    float: left;
}

.foot_contact .telno img {
    width: 100%;
    height: auto;
}

.foot_contact .time {
    width: 322px;
    margin: 10px 0 46px 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    float: left
}

.foot_contact_bt {
    width: 390px;
    margin: auto;
    background-image: url(../img/common/contact_arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.foot_contact_bt:hover {
    background-position: 95% center;
    text-decoration: none;
}


/*　TOP
----------------------------------------------------------*/

.top_link {
    width: 960px;
    margin: 0 auto 80px auto;
}

.top_link .biz_l {
    width: 470px;
    float: left;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
}

.top_link .biz_r {
    width: 470px;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
}

.top_link_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 15px auto;
}

.top_recruit {
    padding: 1px 0 50px 0;
    margin: 0 0 0 0;
    background-image: url(../img/top/recruit_back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.top_recruit_in {
    width: 960px;
    margin: 0 auto 50px auto;
}

.top_recruit_in .staff_l {
    width: 225px;
    float: left;
    margin: 0 20px 50px 0;
    background-color: #fff;
}

.top_recruit_in .staff_l img {
    width: 100%;
    height: auto;
}

.top_recruit_in .staff_r {
    width: 225px;
    float: left;
    margin: 0 0 50px 0;
    background-color: #fff;
}

.top_recruit_in .staff_r img {
    width: 100%;
    height: auto;
}

.top_recruit_in .staff_comm {
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    padding: 15px 20px 20px 20px;
}

.top_recruit_bt a {
    width: 960px;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    color: #424242;
    padding: 29px 0 29px 0;
    margin: auto;
    background-color: #fff;
    background-image: url(../img/top/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    cursor: pointer;
}

.top_recruit_bt a:hover {
    background-position: 96% center;
    text-decoration: none;
}

.top_seo {
    width: 1050px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}


/*　会社案内
----------------------------------------------------------*/

.gree {
    width: 960px;
    margin: 0 auto 100px auto;
}

.gree .img_pre {
    width: 360px;
    margin: 0 35px 0 0;
    float: left;
}

.gree .comm {
    width: 565px;
    margin: 0 0 0 0;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 32px;
    text-align: left;
    float: left;
}

.gree .lead {
    width: 565px;
    margin: 20px 0 30px 0;
}

.gree .lead img {
    width: 100%;
    height: auto;
}

.gree .name {
    width: 278px;
    margin: 20px 0 0 287px;
}

.gree .name img {
    width: 100%;
    height: auto;
}

.comp_table {
    width: 960px;
    margin: 0 auto 50px auto;
}

.comp_table table {
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
}

.comp_table table th {
    width: 90px;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    background-color: #f5fefe;
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

.comp_table table td {
    padding: 15px 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

.comp_map {
    width: 960px;
    height: 200px;
    margin: 0 auto 80px auto;
    position: relative;
}

.comp_map_bt {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
}


/*　事業案内
----------------------------------------------------------*/

.biz_img_box {
    width: 960px;
    margin: 0 auto 50px auto;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.biz_img_box img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}

.biz_no {
    background-image: url(../img/business/no_back.png);
    background-position: center;
    margin: 0 auto 100px auto;
    padding: 56px 0;
}

.biz_no2 {
    background-image: url(../img/business/no_back.png);
    background-position: center;
    margin: 0 auto 0 auto;
    padding: 56px 0;
}

.biz_no_in:before,
.biz_no_in:after {
    content: "";
    display: table;
}

.biz_no_in:after {
    clear: both;
}

.biz_no_in {
    width: 960px;
    margin: auto;
}

.biz_no_in img {
    width: 20%;
    float: left;
}

.biz_comm {
    background-image: url(../img/business/comm_back.jpg);
    background-position: center;
    margin: 0 auto 50px auto;
    padding: 100px 0 135px 0;
}

.biz_comm img {
    width: 796px;
    height: auto;
}


/*　私たちの取り組み
----------------------------------------------------------*/

.approach_title {
    width: 100%;
    margin: 60px auto 55px auto;
    text-align: center;
}

.approach_title img {
    width: 805px;
    height: auto;
}

.approach_comm {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 80px 0 115px 0;
    background-image: url(../img/approach/cont_back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}


/*　採用情報
----------------------------------------------------------*/

.recruit_title {
    width: 100%;
    margin: 80px auto 55px auto;
    text-align: center;
}

.recruit_title img {
    width: 410px;
    height: auto;
}

.recruit_comm {
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    padding: 10px 0 100px 0;
    margin: 0;
    background-image: url(../img/recruit/comm_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.recruit_staff {
    width: 960px;
    margin: 0 auto 60px auto;
    position: relative;
}

.recruit_staff4 {
    width: 960px;
    margin: 0 auto 120px auto;
    position: relative;
}

.recruit_staff_l {
    width: 890px;
    padding: 35px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recruit_staff_r {
    width: 890px;
    padding: 35px;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recruit_sub {
    font-size: 15px;
    margin: 0 0 15px 0;
}

.recruit_name {
    font-size: 38px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    margin: 0 0 15px 0;
}

.recruit_eng {
    font-size: 10px;
    letter-spacing: 0.5em;
    margin: 0 0 20px 0;
}


/*　お問い合わせ
----------------------------------------------------------*/

.contact_box {
    width: 960px;
    margin: 50px auto;
}

.contact_box .comm {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 50px 0;
    letter-spacing: -0.05em;
}

.contact_box .comm span {
    color: #3a89c9;
}

.contact_box .comm .complete {
    font-size: 18px;
    font-weight: bold;
    color: #3a89c9;
}

.contact_red {
    display: inline-block;
    padding: 1px 4px;
    font-size: 10px;
    line-height: 100%;
    background: #e60012;
    color: #fff;
    border-radius: 2px;
}

.contact_table {
    width: 960px;
    margin: 0 auto 80px auto;
}

.contact_table table {
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
}

.contact_table th {
    width: 190px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    background-color: #f5fefe;
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737
}

.contact_table td {
    padding: 12px 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

.submit_btn {
    width: 385px;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #373737;
    color: #373737;
    padding: 33px 0;
    margin: 60px auto;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    background-color: #fff;
    background-image: url(../img/contact/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    cursor: pointer;
}

.submit_btn:hover {
    background-position: 95% center;
    text-decoration: none;
}

.return_btn {
    width: 385px;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #373737;
    color: #373737;
    padding: 33px 0;
    margin: 60px auto;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    background-color: #fff;
    background-image: url(../img/contact/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    cursor: pointer;
}

.return_btn:hover {
    background-position: 95% center;
    text-decoration: none;
}

.confirm_btn {
    width: 385px;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #373737;
    color: #373737;
    padding: 33px 0;
    margin: 60px auto;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    background-color: #fff;
    background-image: url(../img/contact/bt_arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    cursor: pointer;
}

.confirm_btn:hover {
    background-position: 95% center;
    text-decoration: none;
}

.form_style {
    width: 96%;
    height: auto;
    padding: 1% 2%;
    vertical-align: middle;
    font-size: 14px;
    background-color: #fff;
}

.form_style_s {
    width: 50%;
    height: auto;
    padding: 1% 2%;
    vertical-align: middle;
    font-size: 14px;
    background-color: #fff;
}

.form_style_tarea {
    width: 96%;
    height: 190px;
    padding: 1% 2%;
    font-size: 14px;
    background-color: #fff;
}

.contact .title {
    width: 100%;
    margin: 120px auto 55px auto;
    text-align: center;
}

.contact .title img {
    width: 480px;
    height: auto;
}

.slide_area{
    position:relative;
}

.slide_title{
    top: 50%;
    left: 50%;
    width:100%;
    position:absolute;
    transform: translate(-50%,-50%);
}

.slide_title img{
    max-width: 40%;
    margin: 0 auto;
    display: block;
}
/* ===========横幅667px以下================ */

@media screen and ( max-width: 667px) {
/****************************************************************************
	body設定
*****************************************************************************/
    body {
        color: #373737;
        font-size: 20px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        line-height: 48px;
        text-align: center;
        overflow-wrap: break-word;
        -webkit-text-size-adjust: 100%;
    }
    h2,
    h3,
    h4 {
        text-align: left;
    }
    a {
        color: #373737;
        text-decoration: none;
    }
    a:hover {
        color: #373737;
        text-decoration: underline;
    }
    img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    /****************************************************************************
	コンテンツ設定
*****************************************************************************/
    /*	ヘッダー
----------------------------------------------------------------------------*/
    #header {
        width: 100%;
        margin: auto;
        padding: 0;
        background-image: url(../img/common/head_back.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 150% auto;
    }
    #header_in {
        width: 100%;
        margin: 0 auto;
        padding: 2% 0 2% 0;
    }
    #head_logo {
        width: 55%;
        float: left;
        margin: 5% 0 0 2%;
        text-align: left;
    }
    h1 {
        display: none;
        paddning: 13px 0 0 0;
        font-size: 12px;
        line-height: 15px;
        height: 30px;
        text-align: left;
        color: #373737;
    }
    .open_menu {
        width: 12.5%;
        margin: 2% 0 2% 0;
        float: right;
        z-index: 1000;
    }
    .list_close {
        width: 100%;
        margin: 2% 0 2% 0;
    }
    .pc {
        display: none;
    }
    .sm {
        display: inline;
    }
    /*	グローバルナビ
----------------------------------------------------------------------------*/
    .navi {
        display: none;
    }
    /*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
    #category_list {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #category_list>ul {
        width: 100%;
        background-color: #fff;
        margin: 2% 0 0 0;
        border-bottom: 1px solid #373737;
    }
    #category_list li a {
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        text-decoration: none;
        color: #373737;
        background-color: #fff;
        background-image: url(../img/common/icon.png);
        background-repeat: no-repeat;
        background-position: 95%;
        background-size: auto 25%;
        text-align: left;
        padding-left: 5%;
        padding-top: 4%;
        padding-bottom: 4%;
        border-top: 1px solid #373737;
        display: block;
    }
    #category_list li a:hover {
        background-color: #d7fcfc;
        text-decoration: none;
    }
    #category_list p {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        padding-left: 5%;
        padding-top: 3%;
        padding-bottom: 3%;
        border-bottom: 1px solid #fff;
        display: block;
    }
    ul.accordion span {
        display: block;
    }
    ul.accordion ul {
        display: none;
        background-color: #85CCFF;
    }
    ul.accordion>li>p span {
        background-image: url(../img/common/open.png);
        background-position: 98%;
        background-repeat: no-repeat;
        background-size: auto 40%;
    }
    ul.accordion>li>p span.open {
        background-image: url(../img/common/close.png);
        background-position: 98%;
        background-repeat: no-repeat;
        background-size: auto 40%;
    }
    /*	フッター
----------------------------------------------------------------------------*/
    #footer {
        background-color: #373737;
        padding: 5% 0 5% 0;
        text-align: center;
        margin: 0 0 0 0;
    }
    .footer_in {
        width: 100%;
        margin: auto;
    }
    #footer_add {
        width: 96%;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin: 0 2% 0 2%;
        color: #fff;
        float: left;
    }
    #footer_logo {
        width: 60%;
        margin: 0 0 5% 0;
        padding: 0;
    }
    #footer_logo img {
        width: 100%;
        height: auto;
    }
    #foot_link {
        width: 100%;
        float: left;
        margin: 5% 0 0 0;
    }
    #foot_link ul:before,
    #foot_link ul:after {
        content: "";
        display: table;
    }
    #foot_link ul:after {
        clear: both;
    }
    #foot_link ul {
        border-top: 1px dotted #fff;
    }
    #foot_link li a {
        display: block;
        background-image: url(../img/common/foot_icon.png);
        background-position: 95%;
        background-repeat: no-repeat;
        width: 97%;
        font-size: 18px;
        line-height: 1em;
        text-align: left;
        padding: 4% 0 4% 3%;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
        float: left;
    }
    #foot_link li a:hover {
        background-color: #424242;
        text-decoration: none;
    }
    #footer_copy {
        background-color: #424242;
        height: 40px;
        font-size: 11px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        text-align: center;
        color: #fff;
    }
    .page_top {
        width: 15%;
        position: fixed;
        right: 2%;
        bottom: 10%x;
    }
    /*	共通
----------------------------------------------------------------------------*/
    .center {
        text-align: center;
    }
    .clear {
        clear: both;
        overflow: hidden;
        margin: auto;
    }
    .int10 {
        text-indent: -1em;
        padding-left: 1em;
    }
    /*	共通
----------------------------------------------------------------------------*/
    .page_title {
        background-image: url(../img/common/page_back.png);
        background-repeat: repeat-y;
        background-position: center;
        padding: 8% 0 8% 0;
        text-align: center;
    }
    .page_title img {
        width: 50%;
        height: auto;
    }
    .title {
        width: 100%;
        margin: 8% auto 5% auto;
        text-align: center;
    }
    .title img {
        width: 70%;
        height: auto;
    }
    .foot_contact {
        width: 90%;
        margin: 0 5% 8% 5%;
    }
    .foot_contact .telno {
        width: 100%;
        margin: 0 0 5% 0;
        float: left;
    }
    .foot_contact .telno img {
        width: 100%;
        height: auto;
    }
    .foot_contact .time {
        width: 100%;
        margin: 0 0 5% 0;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        float: left
    }
    .foot_contact_bt {
        width: 70%;
        margin: 0 15%;
        background-image: url(../img/common/contact_arrow.png);
        background-repeat: no-repeat;
        background-position: 93% center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .foot_contact_bt:hover {
        background-position: 95% center;
        text-decoration: none;
    }
    /*　TOP
----------------------------------------------------------*/
    .top_link {
        width: 90%;
        margin: 0 5% 8% 5%;
    }
    .top_link .biz_l {
        width: 100%;
        float: left;
        margin: 0 0 5% 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .top_link .biz_r {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .top_link_name {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        margin: 2% auto 2% auto;
    }
    .top_recruit {
        padding: 1px 0 9% 0;
        margin: 0;
        background-image: url(../img/top/recruit_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        overflow: hidden;
    }
    .top_recruit_in {
        width: 96%;
        margin: 0 2% 5% 2%;
    }
    .top_recruit_in .staff_l {
        width: 48%;
        float: left;
        margin: 0 1% 5% 1%;
        background-color: #fff;
    }
    .top_recruit_in .staff_l img {
        width: 100%;
        height: auto;
    }
    .top_recruit_in .staff_r {
        width: 48%;
        float: left;
        margin: 0 1% 5% 1%;
        background-color: #fff;
    }
    .top_recruit_in .staff_r img {
        width: 100%;
        height: auto;
    }
    .top_recruit_in .staff_comm {
        font-size: 13px;
        line-height: 23px;
        height: 92px;
        text-align: left;
        padding: 2% 2% 2% 2%;
    }
    .top_recruit_bt a {
        width: 80%;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: bold;
        text-align: left;
        color: #424242;
        padding: 5% 10% 5% 2%;
        margin: 0 5%;
        background-color: #fff;
        background-image: url(../img/top/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        cursor: pointer;
    }
    .top_recruit_bt a:hover {
        background-position: 96% center;
        text-decoration: none;
    }
    .top_seo {
        width: 1050px;
        margin: 30px auto;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }
    /*　会社案内
----------------------------------------------------------*/
    .gree {
        width: 90%;
        margin: 0 5% 8% 5%;
    }
    .gree .img_pre {
        width: 60%;
        margin: 0 20% 5% 20%;
        float: left;
    }
    .gree .comm {
        width: 100%;
        margin: 0 0 0 0;
        font-size: 15px;
        line-height: 32px;
        text-align: left;
        float: left;
    }
    .gree .lead {
        width: 100%;
        margin: 2% 0 5% 0;
    }
    .gree .lead img {
        width: 100%;
        height: auto;
    }
    .gree .name {
        width: 60%;
        margin: 2% 0 5% 40%;
    }
    .gree .name img {
        width: 100%;
        height: auto;
    }
    .comp_table {
        width: 90%;
        margin: 0 5% 5% 5%;
    }
    .comp_table table {
        border-top: 1px solid #373737;
        border-left: 1px solid #373737;
    }
    .comp_table table th {
        width: 96%;
        padding: 3% 2%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        vertical-align: top;
        background-color: #f5fefe;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        float: left;
    }
    .comp_table table td {
        width: 96%;
        padding: 3% 2%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        float: left;
    }
    .comp_map {
        width: 90%;
        height: 200px;
        margin: 0 5% 8% 5%;
        position: relative;
    }
    .comp_map_bt {
        width: 10%;
        position: absolute;
        left: 0;
        top: 0;
    }
    /*　事業案内
----------------------------------------------------------*/
    .biz_img_box {
        width: 90%;
        margin: 0 5% 8% 5%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .biz_img_box img {
        width: 100%;
        height: auto;
        margin: 0 0 5% 0;
    }
    .biz_no {
        background-image: url(../img/business/no_back.png);
        background-position: center;
        margin: 0 auto 8% auto;
        padding: 3% 0;
    }
    .biz_no2 {
        background-image: url(../img/business/no_back.png);
        background-position: center;
        margin: 0 auto 0 auto;
        padding: 3% 0;
    }
    .biz_no_in:before,
    .biz_no_in:after {
        content: "";
        display: table;
    }
    .biz_no_in:after {
        clear: both;
    }
    .biz_no_in {
        width: 90%;
        margin: 0 5%;
    }
    .biz_no_in img {
        width: 46%;
        margin: 2% 2% 5% 2%;
        float: left;
    }
    .biz_comm {
        background-image: url(../img/business/comm_back.jpg);
        background-position: center;
        background-size: auto 100%;
        margin: 0 auto 5% auto;
        padding: 10% 0 13% 0;
    }
    .biz_comm img {
        width: 90%;
        height: auto;
        margin-bottom: 0 5%;
    }
    /*　私たちの取り組み
----------------------------------------------------------*/
    .approach_title {
        width: 100%;
        margin: 8% auto 5% auto;
        text-align: center;
    }
    .approach_title img {
        width: 74.86%;
        height: auto;
        margin: 0 12.57%;
    }
    .approach_comm {
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        padding: 5% 5%;
        background-image: url(../img/approach/cont_back.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }
    /*　採用情報
----------------------------------------------------------*/
    .recruit_title {
        width: 100%;
        margin: 5% auto 5% auto;
        text-align: center;
    }
    .recruit_title img {
        width: 70%;
        height: auto;
    }
    .recruit_comm {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #fff;
        padding: 5% 2% 8% 2%;
        margin: 0;
        background-image: url(../img/recruit/comm_back.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 100%;
    }
    .recruit_staff {
        width: 90%;
        margin: 0 5% 10% 5%;
        position: relative;
    }
    .recruit_staff4 {
        width: 90%;
        margin: 0 5% 10% 5%;
        position: relative;
    }
    .recruit_staff_l {
        width: 100%;
        padding: 0 0 2% 0;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        color: #373737;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .recruit_staff_r {
        width: 100%;
        padding: 0 0 2% 0;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        color: #373737;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .recruit_sub {
        font-size: 14px;
        margin: 5% 0 1% 0;
    }
    .recruit_name {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 1% 0;
    }
    .recruit_eng {
        font-size: 12px;
        letter-spacing: 0em;
        margin: 0 0 2% 0;
    }
    /*　お問い合わせ
----------------------------------------------------------*/
    .contact_box {
        width: 90%;
        margin: 5% 5%;
    }
    .contact_box .comm {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin: 0 0 5% 0;
    }
    .contact_box .comm span {
        font-size: 16px;
        font-weight: bold;
        color: #3a89c9;
    }
    .contact_box .comm .complete {
        font-size: 18px;
        font-weight: bold;
        color: #3a89c9;
    }
    .contact_red {
        display: inline-block;
        padding: 1px 4px;
        font-size: 10px;
        line-height: 100%;
        background: #e60012;
        color: #fff;
        border-radius: 2px;
    }
    .contact_table {
        width: 100%;
        margin: 0 0 8% 0;
    }
    .contact_table table {
        border-top: 1px solid #373737;
        border-left: 1px solid #373737;
    }
    .contact_table th {
        width: 96%;
        padding: 3% 2%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        vertical-align: top;
        background-color: #f5fefe;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        float: left;
    }
    .contact_table td {
        width: 96%;
        padding: 3% 2%;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        float: left;
    }
    .submit_btn {
        width: 70%;
        margin: 10% 15%;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border: 1px solid #373737;
        color: #373737;
        padding: 15px 0;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background-color: #fff;
        background-image: url(../img/contact/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 93% center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        cursor: pointer;
    }
    .submit_btn:hover {
        background-position: 95% center;
        text-decoration: none;
    }
    .return_btn {
        width: 70%;
        margin: 10% 15%;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border: 1px solid #373737;
        color: #373737;
        padding: 15px 0;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background-color: #fff;
        background-image: url(../img/contact/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 93% center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        cursor: pointer;
    }
    .return_btn:hover {
        background-position: 95% center;
        text-decoration: none;
    }
    .confirm_btn {
        width: 70%;
        margin: 10% 15%;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border: 1px solid #373737;
        color: #373737;
        padding: 15px 0;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background-color: #fff;
        background-image: url(../img/contact/bt_arrow.png);
        background-repeat: no-repeat;
        background-position: 93% center;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        cursor: pointer;
    }
    .confirm_btn:hover {
        background-position: 95% center;
        text-decoration: none;
    }
    .form_style {
        width: 96%;
        height: auto;
        padding: 1% 2%;
        vertical-align: middle;
        font-size: 14px;
        background-color: #fff;
    }
    .form_style_s {
        width: 96%;
        height: auto;
        padding: 1% 2%;
        vertical-align: middle;
        font-size: 14px;
        background-color: #fff;
    }
    .form_style_tarea {
        width: 96%;
        height: 190px;
        padding: 1% 2%;
        font-size: 14px;
        background-color: #fff;
    }
    .contact .title {
        width: 100%;
        margin: 8% 0 5% 0;
        text-align: center;
    }
    .contact .title img {
        width: 82%;
        height: auto;
    }
}
