@charset "utf-8";
/* CSS Document */

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------- テーブルのつなぎ目を無くす --- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ----------------------------------------------------------- テーブルのつなぎ目を無くす（ここまで） --- */

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* デザインで変更する */

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

a:hover {
    text-decoration: underline;
}

/* ----------------------------------------------------------- メニュー色変わる（白くなる） --- */

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

img {
    vertical-align: bottom;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body {
    padding: 0 0 0 0;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "MS P Gothic", sans-serif, Arial, Helvetica;
    font-size: 18px;
    line-height: 24px;
    color: #5b5e5e;
    overflow-x: hidden;
}

.warapper {
    margin: auto;
    background-color: #FFFFFF;
    width: 1250px;
}

.box {
    width: 1050px;
    margin: auto;
    background-color: #FFFFFF;
}

/*★★★★★★★★★★★★★★★*/

/*  ページトップへ */

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 60px;
}

/*★★★★★★★★★★★★★★★*/

#header {
    margin: 0 auto;
}

/* ----------------------------------------------------------- top --- */

.h1 {
    font-size: 13px;
    color: #a7a7a7;
    text-align: center;
}

.div_top01 {
    position: relative;
    z-index: 1;
}

.div_top01 .all_txt {
    position: absolute;
    top: 140px;
    left: 105px;
    z-index: 5;
}

.div_top01 .all_txt .title_all {
    width: 100%;
    display: block;
    font-size: 52px;
    color: #000;
    line-height: 78px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.div_top01 .all_txt .title_all .new_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    width: 100%;
}

.hv-o:hover {
    opacity: 0.8;
}

.top_title_num {
    font-size: 36px;
    line-height: 120%;
    font-weight: bold;
    color: #fff;
    padding-top: 80px;
    position: relative;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
    padding-bottom: 5px;
}

.top_title_num.num_odd {
    max-width: 590px;
    width: 100%;
    margin-left: auto;
}

.top_title_num.num_even {
    margin-left: 110px;
    padding-top: 70px;
    display: inline-block;
    padding-right: 20px;
}

.top_title_num.num01::before {
    content: "01";
}

.top_title_num.num02::before {
    content: "02";
}

.top_title_num.num03::before {
    content: "03";
}

.top_title_num::before {
    color: #fff;
    font-size: 90px;
    letter-spacing: 1px;
    opacity: 0.3;
}

.top_title_num.num_odd::before {
    position: absolute;
    bottom: 20px;
    left: -110px;
}

.top_title_num.num_even::before {
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.top_title_num .cl_yellow {
    color: #FFEA00;
}

.top_title_sub {
    max-width: 590px;
    width: 100%;
    margin-left: auto;
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
}

.top_title_sub.num_even {
    max-width: none;
    padding-left: 110px;
}

.div_top01 .all_txt .title_all .txt_big {
    font-size: 70px;
    line-height: 78px;
}

.div_top01 .all_txt .title_all .cl_yellow {
    color: #FFEA00;
}

.div_top01 .all_txt .title_all .cl_white {
    color: #FFFFFF;
}

.div_top01 .all_txt .title_all .cl_green {
    color: #06B333;
}

.div_top01 .all_txt .sub_title {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 210%;
    color: #000000;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.div_top01 .all_txt .txt {
    width: 100%;
    display: block;
    color: #000000;
    font-size: 24px;
    line-height: 200%;
    margin-top: 20px;
}

.top01 {
    background-image: url(img/top/top_01.jpg);
    background-repeat: no-repeat;
    width: 1250px;
    height: 751px;
}

.top01_text {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    padding-left: 750px;
    padding-top: 15px;
}

.top01_button {
    padding-left: 850px;
    padding-top: 25px;
}

.top02 {
    background-image: url(img/top/top_02.jpg);
    background-repeat: no-repeat;
    width: 1250px;
    height: 752px;
}

.top02_text {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    padding-left: 110px;
    padding-top: 20px;
}

.top02_button {
    padding-left: 105px;
    padding-top: 25px;
}

.top03 {
    background-image: url(img/top/top_03.jpg);
    background-repeat: no-repeat;
    width: 1250px;
    height: 751px;
}

.top03_text {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    padding-left: 750px;
    padding-top: 180px;
}

.top01_button {
    padding-left: 850px;
    padding-top: 25px;
}


.top_footer {
    background-image: url(img/top/top_back01.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    padding-top: 40px;
}

.footer_box {
    width: 1050px;
    margin: 30px auto 15px;
}

.top_footer_text {
    font-size: 15px;
}

.footer_green {
    background-color: #b4e8c1;
    height: 140px;
}

.top_sdgs{
    background-image: url(img/top/top_sdgs_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
}
.top_sdgs_left{
    width: 60%;
}
.top_sdgs_right{
    width: 40%;
    padding-top: 5.6vw;
    padding-right: 1.6vw;
    text-align: center;
}

@media screen and (max-width:767px) {
    .top_sdgs{
    justify-content: flex-start;
    flex-wrap: wrap;
    }
    .top_sdgs_left,.top_sdgs_right{
        width: 100%;
        padding-right: 0;
    }
}

/* ----------------------------------------------------------- business --- */

.font35 {
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.font30 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

.bus_text {
    padding-right: 10px;
    vertical-align: top;
}

.bus_footer {
    background-image: url(img/business/footer_business.jpg);
    background-repeat: no-repeat;
    width: 1250px;
    height: 474px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bus_footer .title {
    font-size: 30px;
    line-height: 160%;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    margin-top: 60px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.bus_footer .all_item {
    max-width: 890px;
    width: 100%;
    text-align: center;
}

.bus_footer .all_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
}

.bus_footer .txt_note {
    font-size: 35px;
    font-weight: bold;
    line-height: 110%;
    color: #1A1A1A;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 65px;
}

.bus_footer .txt_note .txt {
    padding-top: 20px;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.bus_footer .txt_note span {
    letter-spacing: -10px;
}

.bus_footer_text {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    padding-top: 12px;
}

.bus_left01 {
    width: 510px;
    float: left;
}

.bus_koji01 {
    height: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.bus_text01 {
    padding-right: 10px;
    padding-top: 15px;
    font-size: 20px;
}

.bus_left02 {
    width: 525px;
    float: left;
    margin-left: 15px;
}
.body_jiseki .box table.table_setimg{
    width: 100%;
}

.body_jiseki .box table.table_setimg tr.row4{
    width: 90%;
}
.body_jiseki .box table:nth-child(3){
    padding-bottom: 40px;
    border-bottom: 1px solid #BEBEBE;
}
.body_jiseki .box table.table_setimg tr.row4 td {
    width: 25%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.body_jiseki .box table.table_setimg tr.row4 td img {
    width: 100%;
}
/* ----------------------------------------------------------- jiseki --- */

table.bd_gray {
    border-top: solid 1px #dbdbdb;
    border-left: solid 1px #dbdbdb;
    width: 1050px;
    margin-bottom: 30px;
    margin-top: 20px;
}

table.bd_gray th {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    background-color: #e6e6e6;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

table.bd_gray td {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    background-color: #FFFFFF;
    padding: 5px 20px;
}

.banner_jiseki {
    background-image: url(img/jiseki/banner_back.jpg);
    background-repeat: no-repeat;
    height: 75px;
    padding-left: 40px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 30px;
}



/* -----------------------------------------------------------company--- */

table.bd_company {
    border-top: 0px;
    border-left: 0px;
    width: 1050px;
    margin-bottom: 30px;
    margin-top: 20px;
}

table.bd_company th {
    border-right: 0px;
    border-bottom: solid 1px #dbdbdb;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

table.bd_company td {
    border-right: 0px;
    border-bottom: solid 1px #dbdbdb;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.com_left01 {
    width: 480px;
    float: left;
}

.com_text01 {
    padding-right: 20px;
    padding-top: 15px;
    font-size: 20px;
}

.com_left02 {
    width: 525px;
    float: left;
    margin-left: 38px;
}

/* ----------------------------------------------------------- recruit --- */

.chikara {
    margin-top: 25px;
    margin-bottom: 25px;
}

.koe {
    background-image: url(img/recruit/koe_back.jpg);
    background-repeat: no-repeat;
    height: 733px;
    margin-top: 50px;
}

.koe_text01 {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}

.koe_button01 {
    padding-left: 395px;
    padding-top: 60px;
}

.koe_text02 {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.koe_button02 {
    padding-left: 395px;
    padding-top: 330px;
}

.naiyo {
    background-image: url(img/recruit/naiyo_back.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 1050px;
    margin: auto;
}

.naiyo01 {
    background-image: url(img/recruit/naiyo_back.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 1050px;
    margin: 0px auto;
}

.voice {
    font-size: 22px;
    font-weight: bold;
}

.tokucyo01 {
    float: left;
    width: 500px;
    margin-top: 0px;
}

.voice01 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 30px;
}

.left-box-2 {
    float: left;
    margin-left: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 500px;
}

.left-box-3 {
    float: left;
    margin-right: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 500px;
}

.voice02 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
    padding-bottom: 30px;
}

/* ----------------------------------------------------------- contact --- */

table.bd_contact {
    border-top: solid 1px #d5d5d5;
    border-left: 0px;
    width: 1050px;
    margin-bottom: 30px;
    margin-top: 20px;
}

table.bd_contact th {
    border-right: 0px;
    border-bottom: solid 1px #d5d5d5;
    background-color: #f1f1f1;
    padding: 15px;
    padding-left: 30px;
}

table.bd_contact td {
    border-right: 0px;
    border-bottom: solid 1px #d5d5d5;
    background-color: #FFFFFF;
    padding: 15px 20px;
}

.btn {
    background: url(img/contact/sousin.jpg);
    width: 460px;
    height: 57px;
    border: 0px solid;
    cursor: pointer;
}

.banner_all {
    height: 364px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_all .all_txt {
    max-width: 1030px;
    padding-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner_all .title {
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.banner_all .title .cl_yellow {
    color: #FFEA00;
}

.banner_all .title_sub {
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    line-height: 200%;
    color: #000000;
}

.banner_all .cl_white .title_sub {
    color: #fff;
}

.banner_all .txt {
    color: #000000;
    font-size: 24px;
    line-height: 120%;
}

.banner_all .cl_white .txt {
    color: #fff;
}

.rec_title01 {
    font-size: 36px;
    line-height: 220%;
    font-weight: bold;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.rec_title01 .cl_green {
    font-size: 45px;
    color: #06B333;
}

.rec_title02 {
    font-size: 35px;
    line-height: 200%;
    color: #1A1A1A;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1050px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-bottom: 35px;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.rec_title02 img {
    margin-right: 15px;
}

.rec_title02 .txt_eng {
    font-size: 20px;
    line-height: 175%;
    color: #06B333;
    margin-left: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.rec_div01 {
    width: 100%;
    height: 392px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.rec_div01 .all_txt {
    max-width: 940px;
    width: 100%;
}

.rec_div01 .all_txt .txt01 {
    padding-top: 5px;
    font-size: 36px;
    line-height: 140%;
    color: #000000;
    font-weight: bold;
    text-shadow: 0px 0px 6px #fff, 0px 0px 6px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 6px #ffffff;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.rec_div01 .all_txt .txt01 .cl_green {
    color: #06B333;
}

.rec_div01 .all_txt .txt02 {
    font-size: 28px;
    line-height: 175%;
    font-weight: bold;
    color: #000000;
    margin-top: 23px;
}

.rec_title03 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}

.rec_title03 .txt {
    background-color: #06B333;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 100%;
    height: 27px;
    width: 81px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 15px;
}

.rec_title03 .txt2 {
    padding-top: 3px;
    color: #4D4D4D;
    font-size: 22px;
    line-height: 175%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tb_hd01_sp {
    display: none;
}

.show_sp {
    display: none;
}

.hide_sp {
    display: inline-block;
}

.cons_box {
    background-image: url(./img/construction/cons_bg01.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.cons_box .title_eng {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    color: #06B333;
    padding-top: 80px;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.cons_box .title_ja {
    font-size: 36px;
    line-height: 144%;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.cons_box .txt {
    font-size: 18px;
    line-height: 175%;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

.div_img2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.div_img2 img {
    width: 49.12%;
}

.cons_div02 {
    padding-top: 40px;
    padding-bottom: 35px;
}

.top_add_content {
    height: 493px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.top_add_content .div_all_content {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.top_add_content .div_all_content .all_txt {
    width: 100%;
    max-width: 990px;
}

.top_add_content .div_all_content .title {
    font-size: 36px;
    line-height: 180%;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
    margin-bottom: 10px;
}

.top_add_content .div_all_content .txt {
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
}

.top_add_content .div_all_content .div_btn {
    margin-top: 55px;
}

table.bd_contact td textarea {
    max-width: 580px;
}

.contact_add01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 710px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.title_cont2 {
    margin-top: 100px;
}

.contact_add01 .txt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 175%;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 20px;
}

.title_contact {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 160%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 45px;
}

.title_contact img {
    margin-right: 16px;
}

.div_txt50 {
    font-size: 40px;
    font-weight: normal;
    color: #1A1A1A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 100%;
}

.div_txt50 img {
    margin-bottom: 5px;
    margin-right: 8px;
}

.div_txt50 a {
    font-size: 40px;
    font-weight: normal;
    color: #1A1A1A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 100%;
}

.hide_sp.hide_block {
    display: block;
}

@media screen and (max-width: 1250px) {
    .contact_add01 {
        margin-top: 2.560vw;
        max-width: 60.800vw;
    }
    .div_txt50 img {
        margin-bottom: 0.400vw;
        margin-right: 0.640vw;
    }
    .contact_add01 .txt {
        font-size: 1.440vw;
        margin-top: 0.960vw;
        margin-bottom: 1.600vw;
    }
    .title_cont2 {
        margin-top: 6.400vw;
    }
    .title_contact {
        font-size: 2.400vw;
        margin-bottom: 3.600vw;
    }
    .div_txt50 {
        font-size: 3.200vw;
    }
    .div_txt50 a {
        font-size: 3.200vw;
    }
    .top_footer .top_add_content .div_all_content .div_btn img {
        width: 25.120vw;
    }
    .top_add_content .div_all_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_add_content {
        height: 39.440vw;
    }
    .top_add_content .div_all_content .title {
        font-size: 2.880vw;
    }
    .top_add_content .div_all_content .txt {
        font-size: 1.600vw;
    }
    .top_add_content .div_all_content .div_btn {
        margin-top: 4.400vw;
    }
    .add_img {
        max-width: 100%;
    }
    table.bd_contact th {
        padding: 1.200vw;
        padding-left: 2.400vw;
        width: 20.400vw;
        font-size: 1.440vw;
    }
    table.bd_contact td {
        padding: 1.200vw 1.600vw;
        width: calc(100% - 20.400vw);
    }
    table.bd_contact td input {
        max-width: 100%;
        font-size: 1.440vw;
    }
    table.bd_contact td textarea {
        width: 100%;
    }
    .btn {
        width: 36.800vw;
        height: 4.560vw;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .warapper {
        width: 100%;
    }
    .warapper .tb_hd01 {
        width: 100%;
    }
    .warapper .tb_hd01 tr:first-child td {
        width: 100%;
    }
    .warapper .tb_hd01 tr:first-child td h1 {
        text-align: right;
    }
    .warapper .tb_hd01 tr:first-child td:first-child, .warapper .tb_hd01 tr:first-child td:last-child {
        display: none;
    }
    .warapper .tb_hd01 tr:last-child td:first-child img {
        max-width: 24.720vw;
        height: auto;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(2) img {
        max-width: 7.840vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(3) img {
        max-width: 7.920vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(4) img {
        max-width: 7.680vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(5) img {
        max-width: 7.840vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(6) img {
        max-width: 7.76vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(7) img {
        max-width: 7.680vw;
    }
    .warapper .tb_hd01 tr:last-child td:nth-child(8) img {
        max-width: 8.48vw;
    }
    
    .div_top01 img {
        width: 100%;
    }
    .div_top01 .all_txt {
        top: 11.200vw;
        left: 8.400vw;
    }
    .div_top01 .all_txt .title_all {
        font-size: 4.160vw;
        line-height: 6.240vw;
    }
    .div_top01 .all_txt .title_all .txt_big {
        font-size: 5.600vw;
        line-height: 6.240vw;
    }
    .div_top01 .all_txt .sub_title {
        font-size: 1.920vw;
    }
    .div_top01 .all_txt .txt {
        font-size: 1.920vw;
        margin-top: 1.600vw;
    }
    .top01 {
        background-size: cover;
        width: 100%;
        height: 60.080vw;
    }
    .top_title_num.num_odd {
        max-width: 47.200vw;
    }
    .top_title_num {
        font-size: 2.880vw;
        padding-top: 6.400vw;
    }
    .top_title_num.num_odd::before {
        bottom: 0.640vw;
        left: -7.200vw;
    }
    .top_title_num::before {
        font-size: 7.200vw;
    }
    .top_title_sub {
        max-width: 47.200vw;
        font-size: 2.400vw;
    }
    .top01_text {
        line-height: 2.400vw;
        font-size: 1.600vw;
        padding-left: 60vw;
        padding-top: 1.200vw;
    }
    .top01_button {
        padding-left: 68vw;
        padding-top: 2vw;
    }
    .top01_button a img {
        width: 25.12vw;
    }
    .top02 {
        width: 100%;
        height: 60.160vw;
        background-size: cover;
    }
    .top_title_num.num_even {
        margin-left: 8.800vw;
        padding-top: 5.600vw;
        padding-right: 1.600vw;
    }
    .top_title_sub.num_even {
        padding-left: 8.800vw;
    }
    .top02_text {
        line-height: 2.400vw;
        font-size: 1.600vw;
        padding-left: 8.800vw;
        padding-top: 1.600vw;
    }
    .top02_button {
        padding-left: 8.400vw;
        padding-top: 2vw;
    }
    .top02_button img {
        width: 16.48vw;
    }
    .top03 {
        background-size: cover;
        width: 100%;
        height: 60.080vw;
    }
    .img_top {
        width: 25%;
    }
    .top_footer img {
        max-width: 100%;
    }
    .footer_box {
        width: 100%;
        margin: 2.400vw auto 1.200vw;
    }
    .footer_box table td:last-child {
        font-size: 1.440vw;
    }
    .footer_box table td:last-child span {
        font-size: 1.920vw !important;
    }
    .footer_box iframe {
        width: 100%;
    }
    .top_footer_text {
        font-size: 1.200vw;
    }
    .top_footer {
        background-size: contain;
        margin-bottom: 8vw;
        background-position: left top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3.200vw;
    }
    .box {
        width: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bus_footer {
        width: 100%;
        margin-top: 8vw;
        background-size: cover;
        height: 37.920vw;
    }
    .banner_all .title {
        font-size: 3.200vw;
    }
    .banner_all .title_sub {
        font-size: 1.920vw;
    }
    .banner_all .txt {
        font-size: 1.920vw;
    }
    .banner_all .all_txt {
        padding-bottom: 0.800vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    .font35 {
        font-size: 2.800vw;
        padding-left: 0.800vw;
    }
    .bus_koji01 {
        height: 4vw;
        padding-top: 0.800vw;
        margin-bottom: 0.800vw;
    }
    .font30 {
        font-size: 2.400vw;
        line-height: 2.800vw;
    }
    .bus_text01 {
        padding-right: 0.800vw;
        padding-top: 1.200vw;
        font-size: 1.600vw;
    }
    .bus_left01 {
        width: 40.8%;
    }
    .bus_left02 {
        width: 58%;
        margin-left: 1.2%;
    }
    .bus_left02 img {
        width: 100%;
    }
    .bus_footer .title {
        font-size: 2.400vw;
        padding-left: 0.800vw;
        margin-top: 4.800vw;
    }
    .bus_footer .all_txt {
        padding-top: 4.800vw;
    }
    .bus_footer_text {
        line-height: 2.400vw;
        font-size: 1.600vw;
    }
    .bus_footer .txt_note {
        font-size: 2.800vw;
        width: 15.200vw;
        height: 15.200vw;
        margin-right: 5.200vw;
    }
    .bus_footer .txt_note .txt {
        padding-top: 1.600vw;
    }
    .bus_footer .all_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bus_footer .txt_note span {
        letter-spacing: -0.800vw;
    }
    hr {
        width: auto;
        display: block;
    }
    .banner_jiseki {
        height: auto;
        padding-left: 4.200vw;
        padding-top: 15px;
        font-size: 2.400vw;
        width: auto;
        display: block;
        background-image: url(./img/recruit/arrow.png);
        background-position: center left;
        border-bottom: 1px solid #BEBEBE;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .box table {
        max-width: 100%;
        width: 100%;
        table-layout: fixed;
    }
    .box table.table_setimg {
        border-collapse: separate;
        width: 100%;
    }
    .box table.table_setimg tr td {
        width: 33.333%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        text-align: center;
    }

    .box table.table_setimg tr td:first-child {
        padding-left: 0;
    }
    .box table.table_setimg tr td:last-child {
        padding-right: 0;
    }
    .box table.table_setimg tr td img {
        max-width: 100%;
    }
    table.bd_gray {
        margin-bottom: 2.400vw;
        margin-top: 1.600vw;
    }
    table.bd_gray th,table.bd_gray td {
        width: auto;
    }

    table.bd_company {
        table-layout: auto;
    }
    table.bd_company {
        margin-bottom: 2.400vw;
        margin-top: 1.600vw;
    }
    .rec_title01 {
        font-size: 2.880vw;
    }
    .rec_title01 .cl_green {
        font-size: 3.600vw;
    }
    .chikara {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .koe {
        height: 58.640vw;
        margin-top: 4vw;
        background-size: cover;
    }
    .koe_button02 {
        padding-left: 0;
        padding-top: 26.400vw;
        text-align: center;
    }
    .koe_button01 {
        padding-left: 0;
        padding-top: 4.800vw;
        width: 100%;
        text-align: center;
    }
    .koe_button01 img, .koe_button02 img {
        width: 36.8vw;
    }
    .koe_text02 {
        line-height: 2.400vw;
        font-size: 1.600vw;
        padding-top: 1.600vw;
    }
    .koe_text01 {
        line-height: 2.400vw;
        font-size: 1.600vw;
        padding-top: 1.600vw;
    }
    .rec_title02 {
        font-size: 2.800vw;
        padding-top: 4.400vw;
        padding-bottom: 2.800vw;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .rec_title02.no_padding {
        padding-left: 0;
        padding-right: 0;
    }
    .rec_div01 {
        height: 31.360vw;
        background-size: cover;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .rec_div01 .all_txt .txt01 {
        padding-top: 0.400vw;
        font-size: 2.880vw;
    }
    .rec_div01 .all_txt .txt02 {
        font-size: 2.240vw;
        margin-top: 1.840vw;
    }
    .voice01 {
        font-size: 1.760vw;
        padding-top: 5.600vw;
        padding-bottom: 2.400vw;
    }
    .tokucyo01 {
        width: 48.4%;
    }
    .left-box-2 {
        margin-left: 3.2%;
        margin-top: 4.800vw;
        margin-bottom: 1.600vw;
        width: 48.4%;
    }
    .left-box-3 {
        float: left;
        margin-right: 3.2%;
        margin-top: 4vw;
        margin-bottom: 2.400vw;
        width: 48.4%;
    }
    .left-box-2 img, .left-box-3 img {
        max-width: 100%;
    }
    .naiyo01 {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .voice02 {
        font-size: 1.760vw;
        margin-top: 5vw;
        padding-bottom: 2.400vw;
        float: left;
        width: 48.4%;
    }
    .rec_addclass {
        float: left;
        width: 48.4%;
    }
    .rec_title02 .txt_eng {
        font-size: 1.600vw;
        margin-left: 2.400vw;
    }
    .cons_box .title_eng {
        font-size: 1.440vw;
        padding-top: 6.400vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cons_box .title_ja {
        font-size: 2.880vw;
        margin-top: 0.800vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cons_box .txt {
        font-size: 1.440vw;
        margin-top: 1.200vw;
        margin-bottom: 3.200vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    .div_imgfull img {
        max-width: 100%;
    }
    .cons_div02 {
        padding-top: 3.200vw;
        padding-bottom: 2.800vw;
    }
}

@media screen and (max-width: 767px) {
    .hide_sp.hide_block {
        display: none;
    }
    .txt_cont001 {
        text-align: left;
    }
    .top_map_icon {
        width: 20px;
    }
    .rec_title02 img {
        width: 15px;
        margin-right: 8px;
    }
    .top_p_sp.show_sp {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    .top_p_sp img {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .top_p_sp img.img_title {
        margin-bottom: 30px;
    }
    .title_contact {
        font-size: 20px;
        width: auto;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .contact_add01 {
        margin-top: 20px;
        max-width: 100%;
    }
    .div_txt50 {
        font-size: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .div_txt50 a {
        font-size: 20px;
    }
    .contact_add01 .txt {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }
    .top_add_content .div_all_content .title {
        font-size: 20px;
    }
    .top_add_content {
        height: 300px;
    }
    .top_add_content .div_all_content .txt {
        font-size: 14px;
    }
    .top_add_content .div_all_content .div_btn {
        margin-top: 20px;
        text-align: left;
    }
    .top_footer .top_add_content .div_all_content .div_btn img {
        width: 100%;
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .top_footer .top_add_content .div_all_content .div_btn img.hide_sp {
        display: none;
    }
    .ct_p1 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .ct_p2 {
        margin-top: 0px !important;
    }
    table.bd_contact th {
        padding: 10px;
        /* width: 100%; */
        font-size: 14px;
        /* float: left; */
        display: block;
        width: auto;
    }
    table.bd_contact td {
        padding: 10px;
        font-size: 14px;
        /* float: left;
		width: 100%; */
        display: block;
        width: auto;
    }
    table.bd_contact td input {
        width: 100%;
        font-size: 14px;
    }
    .btn {
        width: 100%;
        height: 50px
    }
    .show_sp {
        display: inline-block;
    }
    .hide_sp {
        display: none;
    }
    #nav-icon2 {
        width: 35px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #06B333;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
        top: 0px;
    }
    #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
        top: 13px;
    }
    #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
        top: 26px;
    }
    #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon2.open span:nth-child(1) {
        left: 4px;
        top: 9px;
    }
    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 2px);
        top: 9px;
    }
    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(5) {
        left: 4px;
        top: 21px;
    }
    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 2px);
        top: 21px;
    }
    .tb_hd01 {
        display: none;
    }
    .tb_hd01_sp {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 2.608vw;
        z-index: 5;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .tb_hd01_sp .txt {
        width: auto;
        display: block;
        font-size: 12px;
        line-height: 140%;
        color: #a7a7a7;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    }
    .tb_hd01_sp .div_logo_all {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 2.608vw;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tb_hd01_sp .div_logo_all .div_logo a img {
        width: 174px;
        height: 43px;
        display: block;
    }
    .footer_green .ft_logo_img {
        width: 200px;
        margin-bottom: 10px;
    }
    .all_menusp {
        position: absolute;
        width: 100%;
        top: 109px;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 9;
        display: none;
    }
    .all_menusp li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #06B333;
    }
    .all_menusp li a {
        font-size: 16px;
        font-weight: bold;
        color: #1A1A1A;
        line-height: 180%;
        display: block;
        width: 100%;
        padding-left: 20px;
        border-left: 4px solid #06B333;
        text-decoration: none;
    }
    .all_menusp li.active a {
        border-left: 4px solid #ffe808;
    }
    .all_menusp li:last-child {
        border-bottom: 0;
    }
    .top_footer_text {
        font-size: 12px;
    }
    .top_footer {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    .footer_box table td:last-child {
        font-size: 14px;
    }
    .footer_box table td:last-child span {
        font-size: 16px !important;
    }
    .img_top {
        width: 50%;
    }
    .div_top01 .all_txt .title_all {
        font-size: 20px;
        line-height: 140%;
    }
    .div_top01 .all_txt .title_all .txt_big {
        font-size: 25px;
        line-height: 140%;
    }
    .div_top01 .all_txt .sub_title {
        font-size: 16px;
    }
    .div_top01 .all_txt .txt {
        font-size: 16px;
        margin-top: 15px;
    }
    .div_top01 img {
        display: none;
    }
    .div_top01 {
        background-image: url("img/top/top.jpg");
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 415px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .div_top01 .all_txt {
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top01 {
        background-position: left top;
        padding-top: 415px;
        background-size: auto 415px;
        height: auto;
        background-color: rgba(3, 144, 89, 0.9);
    }
    .top02 {
        background-position: right top;
        padding-top: 415px;
        background-size: auto 415px;
        height: auto;
        background-color: rgba(3, 144, 89, 0.9);
    }
    .top_title_num.num_odd::before {
        bottom: unset;
        left: 0;
        width: 100%;
        text-align: center;
        top: 20px;
    }
    .top_title_num.num_even::before {
        bottom: unset;
        right: 0;
        width: 100%;
        text-align: center;
        top: 20px;
    }
    /* .top_title_num,
	.top_title_sub,
	.top01_text,
	.top01_button,
	.top02_text,
	.top02_button {
		background-color: rgba(3, 144, 89, 0.9);
	} */
    .top_title_num.num_odd {
        max-width: none;
        font-size: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
        width: unset;
        text-align: center;
    }
    .top_title_num.num_even {
        max-width: none;
        font-size: 20px;
        padding-top: 20px;
        margin-left: 0;
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
        display: block;
        text-align: center;
    }
    .top_title_sub {
        max-width: none;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        width: auto;
        text-align: center;
    }
    .top_title_sub.num_even {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top01_text, .top02_text {
        line-height: 160%;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        text-align: center;
    }
    .top01_button, .top02_button {
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
        padding-bottom: 30px;
    }
    .top01_button {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_title_num::before {
        font-size: 40px;
    }
    .top01_button a img, .top02_button a img {
        max-width: 206px;
        width: 100%;
    }
    .top03 {
        background-position: left top;
        padding-top: 415px;
        background-size: auto 415px;
        height: auto;
        background-color: rgba(3, 144, 89, 0.9);
    }
    .banner_all {
        height: auto;
        padding: 70px 0;
    }
    .banner_all .all_txt {
        padding-bottom: 10px;
    }
    .banner_all .title {
        font-size: 24px;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    .banner_all .title_sub {
        line-height: 120%;
        font-size: 16px;
        margin-bottom: 10px;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    .banner_all .txt {
        font-size: 16px;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    body {
        font-size: 14px;
        line-height: 140%;
    }
    .bus_left01 {
        width: 100%;
    }
    .bus_koji01 {
        height: auto;
        padding-top: 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .bus_koji01 img {
        width: 15px;
    }
    .font35 {
        font-size: 20px;
        padding-left: 5px;
        line-height: 140%;
        padding-top: 5px;
    }
    .font30 {
        font-size: 18px;
        line-height: 140%;
    }
    .bus_text01 {
        padding-right: 0px;
        padding-top: 10px;
        font-size: 14px;
    }
    .bus_left02 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .bus_footer .title {
        font-size: 20px;
        padding-left: 5px;
        margin-top: 20px;
    }
    .bus_footer_text {
        line-height: 140%;
        font-size: 14px;
        width: 100%;
    }
    .bus_footer .txt_note {
        font-size: 20px;
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .bus_footer {
        height: auto;
        padding-bottom: 40px;
        background-position: top right;
    }
    .banner_jiseki {
        padding-left: 20px;
        font-size: 20px;
        background-size: 15px;
    }
    .box table.table_setimg tr td {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .body_jiseki .box table.table_setimg tr.row4 td{
        width: 100%;
        padding: 0 0 10px;
    }
    .body_jiseki .box table.table_setimg tr.row4 td img{
        max-width: 338px;
    }
    .box table.table_setimg tr td .show_sp {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .box table.table_setimg tr.tr_txt {
        display: none;
    }
    .td_hidesp {
        display: none;
    }
    table.bd_gray th {
        font-size: 12px;
    }
    table.bd_gray td {
        padding: 5px 5px;
        font-size: 12px;
    }
    .div_tableroll {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 20px;
    }
    .div_tableroll table {
        width: 600px;
        margin:0 auto;
    }
    table.bd_company th {
        padding-left: 1.600vw;
        padding-left: 1.600vw;
        padding-top: 0.800vw;
        padding-bottom: 0.800vw;
        width: auto;
        display: block;
        border-bottom: 0;
    }
    table.bd_company tr:first-child th {
        border-bottom: 0;
        height: auto;
        padding-bottom: 20px;
    }
    table.bd_company tr:not(:first-child) th {
        background-color: rgba(6, 179, 52, 0.5);
    }
    table.bd_company td {
        width: auto;
        display: block;
        padding-left: 1.600vw;
        padding-left: 1.600vw;
        padding-top: 0.800vw;
        padding-bottom: 0.800vw;
        border-bottom: 0;
    }
    .rec_title01 {
        display: flex;
        flex-wrap: wrap;
    }
    .rec_title01 .cl_green {
        font-size: 24px;
    }
    .koe_button01 img, .koe_button02 img {
        width: 250px;
    }
    .koe_text01 {
        line-height: 160%;
        font-size: 12px;
        padding-top: 10px;
    }
    .chikara {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .koe {
        height: 390px;
        margin-top: 30px;
        background-size: cover;
        background-position: center center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .koe_button02 {
        padding-top: 180px;
    }
    .koe_text02 {
        line-height: 160%;
        font-size: 12px;
        padding-top: 10px;
    }
    .rec_title02 {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
        width: auto;
    }
    .rec_title02 .txt_eng {
        font-size: 14px;
        margin-left: 20px;
    }
    .rec_div01 {
        height: 300px;
        background-size: cover;
        background-position: right -100px center;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .rec_div01 .all_txt .txt01 {
        padding-top: 5px;
        font-size: 20px;
    }
    .rec_div01 .all_txt .txt02 {
        font-size: 18px;
        margin-top: 10px;
    }
    .tokucyo01 {
        width: 100%;
    }
    .voice01 {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .naiyo01 {
        background-image: none;
    }
    .left-box-2 {
        margin-left: 0%;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .left-box-3 {
        margin-right: 0%;
        margin-top: 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .voice02 {
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    .rec_addclass {
        width: 100%;
    }
    .rec_title03 .txt {
        font-size: 16px;
    }
    .rec_title03 .txt2 {
        font-size: 18px;
    }
    .cons_box .title_eng {
        font-size: 14px;
        padding-top: 10px;
    }
    .cons_box .title_ja {
        font-size: 20px;
        margin-top: 5px;
    }
    .cons_box .txt {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .cons_div02 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .div_img2 img {
        width: 100%;
        margin-bottom: 10px;
    }
    .bus_footer {
        background-position: top right -20vw;
    }
    .rec_div01 {
        background-position: right -330px center;
    }
}

/* 2020 09 10 07:30 CONSTRUCTION */

div#group-cons-box-01 {
    margin-top: -25px;
    background-position: top -40px center;
}

div#group-cons-box-01 .title_eng {
    padding-top: 107px;
}

#group-cons-box-01 .txt {
    margin-top: 18px;
    margin-bottom: 65px;
}

.div_imgfull {
    position: relative;
}

.group-step-right {
    padding: 24px 102px 29px 82px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 1;
}

.group-step-count {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    height: 83px;
    display: flex;
    align-items: center;
}

.group-step-count::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 41.5px solid transparent;
    border-bottom: 41.5px solid transparent;
    border-left: 102px solid #FFEA00;
    position: absolute;
    left: 0;
    top: 0;
}

.group-step-count span {
    display: inline-block;
    z-index: 2;
    padding-top: 1px;
    line-height: 100%;
    padding-left: 10px;
    position: relative;
}

.group-step-title {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 150%;
    font-weight: bold;
    color: #000;
    padding-left: 14px;
    margin-top: -28px;
    position: relative;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

.group-img-con01 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
    padding: 35px 0 47px 0;
}

.group-img-con01 img {
    z-index: 3;
    position: relative;
}

.gr-flex {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

ul.gr-flex li {
    width: 33.33%;
}

ul.gr-flex li:not(:first-child) {
    margin-left: 34px;
}

ul.gr-flex~p {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 175%;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-top: 27px;
}

.group-wrap-step {
    margin-bottom: 94px;
    background-color: #FFFFFF;
}

.group-wrap-step.last {
    margin-bottom: 60px;
}

.wrap-ul-p:not(:last-child) {
    margin-bottom: 37px;
}

.group-wrap-step.last .group-step-right {
    padding-left: 58px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 105px;
}

.group-title-h2.group-step-title {
    padding-left: 0;
    margin-top: 0;
}

.group-title-h2~p {
    font-size: 18px;
    color: #000000;
    line-height: 175%;
    font-weight: normal;
    letter-spacing: 0;
    position: relative;
}

.group-wrap-step.bg-color .group-step-right{
    background-color: rgba(247, 247, 247, 0.8);
}

@media all and (-ms-high-contrast:none){
	.banner_all .all_txt{
        margin-left: 0;
        box-sizing: border-box;
    }
}

@media (max-width:1250px) {
    * {
        box-sizing: border-box;
    }
    .group-img-con01, ul.gr-flex~p {
        padding-left: 20px;
        padding-right: 20px;
    }
    img {
        max-width: 100%;
    }
}

@media (max-width:1100px) {
    .gr-flex {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    div#group-cons-box-01 {
        margin-top: -2.1vw;
        background-position: top -3.636vw center;
    }

    ul.gr-flex li:not(:first-child) {
        margin-left: 3.091vw;
    }

    .group-img-con01 {
        padding-top: 3.182vw;
        padding-bottom: 4.273vw;
    }

    .group-wrap-step {
        margin-bottom: 8.545vw;
    }

    .group-step-title{
        font-size: 3.273vw;
    }

    div#group-cons-box-01 .title_eng {
        padding-top: 9.727vw;
    }

    #group-cons-box-01 .txt {
        margin-top: 1.636vw;
        margin-bottom: 5.909vw;
    }

    .group-step-right {
        padding: 2.182vw 9.273vw 2.636vw 7.455vw;
        top: 6.818vw;
    }

    .group-wrap-step.last .group-step-right {
        padding-left: 5.273vw;
        padding-top: 3.182vw;
        padding-bottom: 3.182vw;
        padding-right: 9.545vw;
    }

    .group-wrap-step.last {
        margin-bottom: 5.455vw;
    }
}

@media (max-width:767px){
    
    .group-step-count{font-size: 14px;height: 70px;}
    .group-step-title{font-size: 20px;margin-top: -25px;}
    .group-step-count::before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 92px solid #FFEA00;
    }
    ul.gr-flex~p{margin-top: 3.520vw;}
    ul.gr-flex~p,.group-title-h2~p{font-size: 16px;}
    .wrap-ul-p:not(:last-child) {
        margin-bottom: 4.824vw;
    }
}

@media (max-width:580px){
    .group-img-con01, ul.gr-flex~p,.gr-flex  {
        padding-left: 10px;
        padding-right: 10px;
    }
    .group-step-count{height: 70px;}
    .group-step-title{font-size: 18px;margin-top: -25px;}
    .group-step-count::before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 92px solid #FFEA00;
    }
    ul.gr-flex~p{margin-top: 3.520vw;}
    .group-step-count,ul.gr-flex~p,.group-title-h2~p{font-size: 14px;}

    .group-step-right{
        padding-left: 25px;
        padding-right: 50px;
    }

    .cons_box .title_ja{font-size: 18px;}
}

@media (max-width:480px){
    .group-wrap-step.last .group-step-right{
        position: relative;
        padding: 20px 10px;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .group-step-count {
        height: 50px;
        font-size: 12px;
    }

    .group-step-count::before {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 75px solid #FFEA00;
    }

    .group-step-title {
        margin-top: -15px;
    }
    
    .group-step-right{
        padding: 15px;
        padding-bottom: 10px;
    }

    .gr-flex{
        flex-wrap: wrap;
    }

    ul.gr-flex li{
        width: 100%;
        text-align: center;
    }

    ul.gr-flex li:not(:first-child){
        margin-left: 0;
        margin-top: 4.273vw;
    }
}



/* 2020.09.18  トップページ「大規模工事対応」追加 */
.top04{
    width: 100%;
    max-width: 1250px;
    padding: 50px 0;
    margin: auto;
    background-color: #b4e8c1;
}
.top04 .inner{
    background: url(img/top/top_img06.jpg) center top no-repeat;
    background-size: cover;
    padding: 80px 5% 60px;
    text-align: center;
    color: #fff;
}
.top04 p{
    margin-bottom: 30px;
}
.top04 .txt2{
    font-size: 36px;
    line-height: 1.4em;
    text-shadow: 0 0 10px #000;
    font-weight: bold;
    font-family: "A-OTF 新ゴ Pro", sans-serif;
}

@media (max-width:767px){
    /* 2020.09.18 「大規模工事対応」追加 */
    .top04 .inner{
        padding: 13vw 5%;
    }
    .top04 p{
        margin-bottom: 4vw;
    }
    .top04 .txt2{
        font-size: 4.7vw;
        line-height: 1.4em;
    }
    .top04 .txt4_btn{
        width: 206px;
        margin: auto;
    }

}


/* 20210908 トップページ「自営線工事」追加 */

.obi_green{
    width: 100%;
    max-width: 1250px;
    height: 50px;
    background-color: #b4e8c1;
    margin: auto;
}

.top05{
    width: 100%;
    max-width: 1250px;
    height: 460px;
    background: url(img/top/top_img07.jpg) center top no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top05 .inner{
    width: 90%;
    max-width: 940px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top05 .inner .ttl{
    width: 40%;
}
.top05 .inner .txt{
    width: 40%;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
}
.top05 .inner .txt .txt4_btn{
    margin-top: 20px;
}

    @media (max-width:990px) and (min-width:640px){
        .top05{
            height: 46.46vw;
        }
        .top05 .inner .txt{
            font-size: 2.4vw;
            line-height: 1.5em;
        }
        .top05 .inner .txt .txt4_btn{
            margin-top: 2vw;
        }
    }

    @media only screen and (max-width:640px){
        .top05{
            height: auto;
            padding: 50px 0;
            display: block;
        }
        .top05 .inner{
            display: block;
            margin: auto;
        }
        .top05 .inner .ttl{
            width: 100%;
            text-align: center;
            margin-bottom: 40px;
        }
        .top05 .inner .ttl img{
            width: 100%;
            max-width: 280px;
            height: auto;
        }
        .top05 .inner .txt{
            width: 100%;
            font-size: 20px;
            line-height: 1.5em;
            text-align: center;
        }
        .top05 .txt4_btn{
            width: 206px;
            margin: 20px auto 0;
        }

    }

.top05-img{
    width: 100%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top05-img .item{
    width: 24.8%;
    margin-top: 3px;
    position: relative;
}
.top05-img .item .name{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
}
.top05-img .item .name span{
    padding-top: 3px;
    padding-left: 35px;
    background: url(img/top/top_img07_check.png) left center no-repeat;
    background-size: auto 100%;
}

    @media only screen and (max-width:990px){
        .top05-img .item .name{
            font-size: 1.82vw;
            line-height: 1.2em;
        }

        .top05-img .item .name span{
            padding-left: 3.5vw;
        }

    }
    @media only screen and (max-width:640px){
        .top05-img .item{
            width: 49.5%;
        }
        .top05-img .item .name{
            font-size: 3vw;
            line-height: 1.2em;
        }
        .top05-img .item .name span{
            padding-left: 5vw;
        }

    }




/* 20210908 「自営線工事」powerline.html 追加 */

.banner_all.power .title_sub {
    color: #fff;
}
.banner_all.power .txt {
    color: #fff;
}


.pow01{
    width: 100%;
    padding: 120px 5% 70px;
    background: url(img/power/pow01_bg.png) center top no-repeat;
    text-align: center;
}
.pow01 .ttl1{
    color: #06b333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}
.pow01 .ttl2{
    color: #000;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 50px;
}
.pow01 .lead{
    width: 100%;
    line-height: 1.8em;
    margin-top: 20px;
}
    @media only screen and (max-width:640px){
        .pow01{
            padding-top: 50px;
            padding-bottom: 50px;
            background-size: cover;
        }
        .pow01 .ttl1{
            margin-bottom: 20px;
        }
        .pow01 .ttl2{
            font-size: 24px;
            line-height: 1.4em;
            margin-bottom: 20px;
        }
        .pow01 .fuki img{
            width: 150px;
            height: auto;
        }
        .pow01 .lead{
            text-align: left;
        }
        .pow01 .lead br{
            display: none;
        }

    }


.pow02{
    width: 100%;
    background-color: #f5fff8;
    margin-bottom: 7%;
}
.pow02 .inner{
    padding-top: 50px;
}
    @media only screen and (max-width:640px){
        .pow02 .inner{
            padding-top: 30px;
            overflow: auto;
        }
        .pow02 .inner img{
            width: 640px;
            max-width: none;
            height: auto;
        }

    }


.pow03{
    width: 100%;
    margin-bottom: 6%;
    position: relative;
}
.pow03 .txt{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 40px;
    width: 360px;
    padding: 50px;
    background-color: #06b333;
    color: #000;
    line-height: 1.8em;
}
.pow03.nd2 .txt{
    top: 0;
    left: 40px;
    right: auto;
    background-color: #ffea00;
}
.pow03 .txt .ttl{
    text-align: center;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}
.pow03 .txt .ttl span{
    border-bottom: solid 3px #000;
}

    @media (max-width:990px) and (min-width:640px){
        .pow03 .txt{
            right: 4vw;
            width: 36.36vw;
            padding: 5vw;
        }
        .pow03 .txt .ttl{
            font-size: 2.5vw;
            line-height: 1.2em;
            margin-bottom: 3vw;
        }
    }

    @media only screen and (max-width:640px){
        .pow03 .txt{
            position: static;
            width: 100%;
            padding: 20px;
        }
        .pow03 .txt .ttl{
            font-size: 20px;
            line-height: 1.2em;
            margin-bottom: 20px;
        }
    }

.pow05{
    width: 100%;
    padding-top: 5%;
    margin-bottom: 8%;
}
.pow05 .ttl1{
    padding: 0 5%;
    text-align: center;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}
.pow05 .ttl1 span{
    color: #06b333;
}
.pow05 .item{
    border-top: solid 2px #039869;
    border-bottom: solid 2px #039869;
    background-color: #f2fff7;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1.8em;
}
.pow05 .item.revs{
    flex-flow: row-reverse;
}
.pow05 .item .img{
    width: 50%;
}
.pow05 .item .txt{
    width: 50%;
    box-sizing: border-box;
    padding: 0 5%;
}
.pow05 .item .txt .ttl{
    text-align: center;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 50px;
    background: url(img/power/pow05_check.png) center top no-repeat;
}

    @media only screen and (max-width:900px){
        .pow05 .item .txt .ttl{
            text-align: left;
            padding-top: 3px;
            padding-left: 50px;
            background-position: left top;
            background-size: auto 95%;
        }
    }

    @media only screen and (max-width:768px){
        .pow05 .item{
            display: block;
            margin-bottom: 20px;
        }
        .pow05 .item .img{
            width: 100%;
            text-align: center;
        }
        .pow05 .item .txt{
            width: 100%;
            padding: 5%;
        }
    }

    @media only screen and (max-width:640px){
        .pow05 .ttl1{
            font-size: 20px;
            line-height: 1.4em;
            margin-bottom: 15px;
        }

        .pow05 .item .txt .ttl{
            font-size: 18px;
            line-height: 1.2em;
            padding-left: 30px;
            margin-bottom: 15px;
        }

    }



/*sdgs*/
.sdgs02 img{
    width: 20%;
    min-width: 200px;
}
.sdgs02 .inner{
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 40px;

}
.sdgs02 p{
    width: 80%;
    margin: 50px auto 0;
    line-height: 1.8;

}
.sdgs03{
    margin-bottom: 100px;
}
.sdgs03 table tr th,.sdgs03 table tr td{
    border: 1px solid #c0c0c0;
}

.sdgs03 tr th,.sdgs03 tr td{
    padding: 5px 20px;
    line-height: 1.8;

}
.sdgs03 tr th:first-child,.sdgs03 tr td:first-child{
    width: 30%;
}
.sdgs03 tr th:last-child,.sdgs03 tr td:last-child{
    width: 70%;
}

.sdgs03 tr th{
    font-size: 150%;
    font-weight: bold;
    background: url(img/sdgs/ba_table.png);
    background-size: cover;
    color: #fff;
}
.sdgs03 tr th:first-child{
    background-position: left;
}
.sdgs03 tr th:last-child{
    background-position: right;
}
.sdgs03 tr td .title{
    font-size: 125%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}


.sdgs03 tr td img{
    width: 65%;
    min-width: 125px;
    margin: 20px auto;
}
.sdgs03 tr td:first-child{
    text-align: center;
}
.sdgs03 tr td:last-child{
    vertical-align: top;
}

.sp_table_sdgs{
    display: none;
}


@media screen and (max-width: 500px){    
    .pc_table_sdgs{
        display: none;
    }
    .sp_table_sdgs{
        display: unset;
        margin-bottom: 80px
    }
    .sdgs03 tr td .title{
        font-size: 120%;
    }
}
/*sdgs end*/


#contents {
  width: 100%;
	max-width: 600px;
  margin: 40px auto 100px;
  text-align: center;
}

#contents a{
	color: #2302F7;
}
