@charset "utf-8";

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #222222 !important;
}
/* --------ホバーするとき、文字が上に現れる設定----------- */

#block-text-top {
    z-index: 200;
}

/* --------header 設定----------- */

.sp_header {
    display: none;
}

main {
    margin: 114px 0 0 0;
    min-height: calc(100vh - 215px);
    background-color: var(--color_bg);
}

@media screen and (max-width: 1023px) {
    main {
        margin: 57px 0 0 0;
        min-height: calc(100vh - 158px);
    }
}
@media screen and (max-width: 599px) {
    main {
        min-height: calc(100vh - 328px);
    }
}

header {
    text-align: left;
}

#cms-pc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color_bg);
    z-index: 201;
}
.menu_list_wrap li {
    margin: 0 30px 0 0;
    display: inline-block;
}

header .flex {
    margin: 0 auto;
    width: 80%;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_list_wrap li a {
    color: var(--color_text);
    font-weight: bold;
    font-size: 16px;
}

.menu_list_wrap li a:hover,
.footer_menu_list_wrap li a:hover {
    color: var(--color_primary);
}

.menu_list_wrap li a.active,
.footer_menu_list_wrap li a.active {
    color: var(--color_primary);
}

/* --------footer 設定----------- */

footer {
    background-color: var(--color_sub);
    width: 100%;
    bottom: 0;
}

footer .flex {
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
    max-width: 860px;
}

.footer_menu_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_menu_list_wrap li a {
    font-size: 14px;
    color: var(--color_text);
}

#block-company-copyright {
    text-align: center;
    background-color: var(--color_primary);
    color: var(--color_main_text);
    font-size: 14px;
    position: relative;
    bottom: 0;
    padding: 3px;
}

@media screen and (max-width: 1023px) {
    header .flex {
        width: 90%;
    }

    .menu_list_wrap {
        margin-left: 30px;
    }
    .menu_list_wrap li {
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .menu_list_wrap li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    /* ハンバーガーメニュー ここから */
    .pc_header {
        display: none;
    }
    .sp_header {
        display: block;
    }
    #cms-sp-header {
        background-color: var(--color_bg);
    }
    .menu_list_wrap li {
        display: inline-block;
        margin: 0 35px;
    }
    #cms-sp-header-btn span {
        height: 5px;
        background-color: var(--color_primary);
    }
    #cms-sp-header-btn span:nth-child(2) {
        visibility: hidden;
        display: none;
    }
    #cms-sp-menu {
        background-color: var(--color_primary);
        top: 0px;
        width: 30%;
        left: -55%;
        height: 100vh;
        padding: 60px 0 0 0;
        margin: 0;
    }
    #cms-sp-menu-wrap {
        margin: 0;
    }
    .menu_list_wrap li {
        border-bottom: 1px solid var(--color_main_text);
        display: block;
        margin: 0;
        font-size: 16px;
    }
    .menu_list_wrap li a {
        color: var(--color_main_text);
        position: relative;
        padding: 20px;
        display: block;
        font-weight: bold;
    }
    .menu_list_wrap li a::after {
        content: "";
        position: absolute;
        background-image: url("/img/templates/1/arrow.png");
        background-size: 10px;
        width: 10px;
        height: 16px;
        top: 50%;
        transform: translate(0px, -50%);
        right: 20px;
    }
    .menu_list_wrap li a.active,
    .menu_list_wrap li a:hover {
        color: var(--color_accent);
    }
}
@media screen and (max-width: 599px) {
    #cms-sp-menu {
        width: 50%;
    }
    footer .footer_menu_list_wrap {
        display: block;
        text-align: left;
        padding-left: 20px;
    }
    .footer_menu_list_wrap li {
        padding-bottom: 10px;
    }
    .footer_menu_list_wrap li:last-child {
        padding-bottom: 0;
    }
}

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

/* --------確認必要----------- */

.top_firstview_wrap {
    position: relative;
}

.top_performance_wrap {
    width: 760px;
}

.top_performance_wrap .performance_table {
    width: 90%;
}

.performance_table .block-results-name_td {
    width: 100px;
}

.performance_table th,
.performance_table td {
    border-bottom: 2px dotted #ccc;
    padding: 10px 5px;
}

.performance_table .block-results-name_td {
    padding: 10px;
}

.performance_wrap .performance_table th,
.performance_wrap .performance_table .block-results-name_td {
    padding: 20px 5px 10px;
}

.performance_table .pfmanc_tag {
    font-weight: normal;
    font-size: 15px;
    padding: 3px 5px;
}

.performance_table th .date {
    display: inline-block;
    font-weight: normal;
}

.logo img {
    width: 100%;
}

.top_company_wrap .flex,
.top_entry_wrap .flex {
    justify-content: center;
}

.company_table {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 800px;
}

.list_pager {
    margin: 40px 0;
}

.list_pager span {
    padding: 5px 10px;
    margin: 0 10px;
    font-size: 13px;
    background-color: #053c7f;
    color: #fff;
}

.list_pager .now_page {
    border: 1px solid #053c7f;
    color: #053c7f;
    font-size: 13px;
    background-color: #fff;
}

.company_table th {
    border-right: 1px solid #cccccc;
    background-color: #eef6ff;
    vertical-align: top;
    width: 30%;
}

.company_table th,
.company_table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    display: table-cell;
}

/* --------admin にまとめする必要----------- */

body {
    text-align: center;
    background-color: var(--color_bg);
}

table {
    table-layout: fixed;
}

p {
    margin: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

textarea {
    resize: none;
    padding: 5px;
    font-size: 15px;
}

input:hover,
textarea:hover {
    outline: none;
}

td:focus textarea {
    outline: none;
}

/* -------エントリーページ------ */

.entry_wrap {
    /* margin-bottom: 20px; */
    color: var(--color_text);
}

.entry_wrap .title.title_underline {
    font-weight: bold;
    font-size: 38px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.entry_btn_wrap {
    /* margin: 40px auto 20px; */
    display: flex;
    justify-content: center;
}

.entry_table {
    margin: 60px auto 0;
    border: 1px solid #cccccc;
}

.top_entry_wrap {
    margin: 100px auto;
}

.entry_table th,
.entry_table td {
    text-align: left;
    padding: 30px 20px;
    border: 1px solid #cccccc;
}

.entry_table td {
    width: 67%;
}

.entry_table th {
    width: 33%;
    position: relative;
    color: var(--color_text);
    font-size: 16px;
}

.entry_table td .error-message,
.contact_table td .error-message {
    color: #ff0000;
    padding: 0 0 3px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    background-color: #fff;
}

.entry_table input {
    width: 80%;
}

.entry_table span.hissu {
    position: absolute;
    right: 20px;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 13px;
    padding: 0 6px;
}

.entry_table td input::placeholder,
.entry_table td textarea::placeholder {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 15px;
}

.entry_wrap #entry-confirm {
    /* margin-top: 60px; */
    /* margin: 40px auto; */
}

.entry_send_wrap .button_all_wrap {
    margin: 0 auto;
}

.entry_wrap .button_all_wrap {
    position: relative;
    margin: 40px auto;
}
.confirm .entry_wrap .button_all_wrap {
    margin: 40px auto;
}

.entry_table input,
.entry_table textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.entry_table input[type="file"] {
    border: none;
    color: var(--color_text);
    font-size: 16px;
}

/* ------エントリーページ確認ページ -------*/

.entry_wrap .atntn_text {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: center;
}

.entry_wrap .amend_btn,
.entry_wrap .conf_btn {
    display: inline-block;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}

/* .entry_wrap .amend_btn {
    background-color: #ebebeb;
    color: var(--color_text);
    margin-right: 60px;
} */

/*--------完了ページ --------*/

/* .entry_wrap .entry_return_btn {
    margin-top: 40px;
} */

@media screen and (max-width: 1023px) {
    .entry_wrap .title.title_underline {
        font-size: 34px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .entry_table td {
        width: 60%;
    }

    .entry_table th {
        width: 40%;
    }

    /* .entry_wrap .amend_btn,
    .entry_wrap .conf_btn {
        width: 35%;
        max-width: 300px;
    } */
}

@media screen and (max-width: 599px) {
    .entry_table {
        margin: 30px auto 0;
    }

    .entry_wrap .title.title_underline {
        font-size: 24px;
    }
    .entry_wrap .atntn_text {
        margin: 0 20px 30px 20px;
    }

    .entry_table tr {
        display: flex;
        flex-direction: column;
    }

    .entry_table td {
        width: 100%;
        padding: 20px;
    }

    .entry_table th {
        width: 100%;
        padding: 10px 15px;
    }

    .entry_table th,
    .entry_table td {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .entry_table input {
        width: 100%;
    }

    .entry_table span.hissu {
        position: initial;
        margin-left: 20px;
        padding: 3px 5px;
    }

    .entry_wrap .button_all_wrap {
        margin: 30px auto;
    }

    .entry_wrap #entry-confirm {
        display: inline-block;
        /* margin-top: 30px; */
    }

    #privacy-agree-wrap {
        margin-top: 30px;
    }
}

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

/* .entry_btn {
    background-color: #fff;
    border-radius: 40px;
    border: 4px solid #053c7f;
    color: #053c7f;
    font-weight: bold;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.entry_btn:hover {
    text-indent: 0;
    letter-spacing: normal;
    background-color: #053c7f;
    color: #fff;
}

.entry_btn::after,
.conf_btn::after,
.amend_btn::after,
.entry_return_btn::after,
.contact_return_btn::after {
    content: none;
}

.top_return_btn {
    color: #053c7f;
    display: block;
    padding: 0;
}

.top_return_btn:hover {
    opacity: 0.7;
}

.top_entry_wrap {
    margin: 100px auto;
} */

/* --------工事実績----------- */

/* .performance_table th {
    width: 110px;
    text-align: center;

 #block-results li {
    display: flex;
    width: 100%;
}

#block-results li span {
    display: block;
}

#block-results li span:first-child {
    width: 25%;
}

#block-results li span:last-child {
    width: 75%;
    text-align: left;
} */

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

/*
.main_no_space {
    margin: 0;
}

.recruit_top_wrap {
    position: relative;
}

.recruit_btn_wrap {
    margin: 20px auto 40px;
}


 .page_title_wrap {
    position: relative;

    .contact_guide_text {
    margin: 0 0 10px;
} */

/* --------エントリーページ ----------- */

/*


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

/* 各ページtable */

/* .company_table {
    margin: 0 auto;
}

.company_table th,
.company_table td {
    padding: 20px 40px;


.performance_table {
    margin: 0 auto;
    width: 800px;
    text-align: left;
} */

/* 各ページtable(新)

#block-company-table-none,
#block-company-table {
    margin: 0 auto;
}

#block-company-table-none li,
#block-company-table li {
    display: flex;
    width: 100%;
}

#block-company-table-none li span,
#block-company-table li span {
    display: block;
    padding: 20px 40px;
}

#block-results {
    margin: 0 auto;
    text-align: center;
}


/* --------TOPページ  ----------- */

/*
.top_firstview_wrap {
    position: relative;
}

.top_company_wrap {
    margin: 100px auto;
}

.top_performance_wrap {
    margin: 100px auto;
}


#block-img-logo-parent {
    display: block;
}

body {
    color: #222222;
    font-family: "Noto Sans CJK JP", "游ゴシック", Yu Gothic,
        "TsukuARdGothic-Regular", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
    text-align: center;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0 0 170px;
    background-color: #fff;
}
 */

/* .top_firstview_text_wrap {
    display: flex;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    position: absolute;
    right: 100px;
    top: 60px;
    height: 85%;
    text-align: start;
} */

/* .top_img_wrap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 10;
} */

/* .top_img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

/* .title {
    font-size: 38px;
}

.title_underline {
    position: relative;
    width: 100%;
    letter-spacing: 7px;
    text-indent: 7px;
    margin: 20px 0 40px 0;
    font-weight: bold;
}

.title_underline::after {
    content: "";
    position: absolute;
    background-color: #053c7f;
    width: 100px;
    height: 5px;
    top: 116%;
    left: 50%;
    transform: translate(-50%, 0%);
} */

/* .job_detail_btn::after {
    background-image: url("/img/templates/1/blue_arrow.png");
} */

/* .top_company_title {
    margin: 20px;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
} */

/* .page_title {
    text-indent: 4px;
    letter-spacing: 4px;
    font-weight: bold;
    z-index: 1;
    font-size: 40px;
    background-color: #053c7f;
    color: #fff;
    padding: 80px 40px;
    width: 40%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    letter-spacing: 5px;
    text-indent: 5px;
} */

/* .page_title_image {
    z-index: 2;
    color: #fff;
    padding: 40px;
    width: 40%;
    text-align: right;
    position: absolute;
    top: 14%;
    left: 8%;
}

.page_title_image img {
    width: 70%;
} */

/* -------old recruit 関連コード------------- */

/*
.recruit_table {
    width: 80%;
    margin: 0 auto;
}

.recruit_table th,
.recruit_table td {
    vertical-align: top;
}

.recruit_table th {
    text-align: right;
}

.recruit_btn_wrap {
    border-top: 1px solid #ccc;
    margin: 60px auto;
    padding: 20px 0;
    width: 80%;
}

.recruit_top_wrap {
    text-align: left;
    margin: 0 0 60px;
    height: 370px;
    background-size: 100%;
    background-position: left;
    background-blend-mode: color;
    position: relative;
}

.recruit_top_wrap_filter {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.recruit_top_wrap_item {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 70px;
}

.recruit_top_wrap p {
    color: #fff;
}

.recruit_top_title {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px;
} */

/* ------下記contact.cssにまとめました---- */

/* .conf_btn {
    border-radius: 30px;
    margin: 60px 0;
}

.btn {
    background-color: #053c7f;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 40px 0;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    z-index: 0;
    transition: 0.3s;
    width: 300px;
    padding: 20px;
}

.btn::after {
    content: "";
    background-image: url("/img/templates/1/arrow.png");
    background-size: 10px;
    width: 12px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 23px;
    transform: translate(0, -50%);
    overflow: hidden;
    transition: 0.3s;
}

.btn:hover::after {
    right: 13px;
    transition: 0.3s;
}

.btn:hover {
    text-indent: 1px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.2s linear;
}

.btn:hover {
    opacity: 1;
}

.contact_btn_wrap {
    margin: 40px 20px;
    display: flex;
    justify-content: center;
} */

/* .contact_induction_wrap,
.top_performance_wrap,
.top_company_wrap {
    margin: 100px auto;
}

/* .contact_induction_wrap .btn {
    font-size: 20px;
    font-weight: bold;
} */

/* .contact_table {
    text-align: left;
    margin: 0 auto;
    width: 800px;
}

.contact_table td p {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.entry_table th{
    width: 33%;
    position: relative;
}

.hissu {
    background-color: #ff0000;
    font-size: 13px;
    padding: 0 6px;
    color: #fff;
    margin: 0 20px;
    position: absolute;
    right: 0;
}
.contact_table input,
.contact_table textarea {
    width: 100%;
    border: 1px solid #ccc;
}


.contact_table input {
    width: 80%;
}


.entry_btn_wrap .conf_btn,
.contact_btn_wrap .contact_conf_btn
    margin: 0;
}

.entry_done_wrap p {
    margin: 20px 0;
}

.entry_return_btn,
.contact_return_btn{
    margin: 20px 0;
}

.contact_table,
.contact_table th,
.contact_table td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 30px 20px;
} */

/* .contact_table th {
    background-color: #f8f8f8;
} */

/* .contact_table td textarea {
    width: 100%;
}

.contact_conf_btn,
.contact_amend_btn {
    border-radius: 0px;
}

.contact_induction_wrap .tel {
    position: relative;
    font-size: 35px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

.contact_induction_detail_wrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 40px;
    align-items: center;
}

.contact_induction_detail_wrap .tel {
    margin: 0 20px 0 0;
} */

/*　-----------end------------ /*　

/*
.top_company_wrap .flex_item,
.top_entry_wrap .flex_item {
    width: 50%;
    height: 400px;
}

.top_entry_text_wrap .btn {
    margin: 20px 0;
}

.top_entry_wrap .flex,
.top_company_wrap .flex {
    position: relative;
}

.accessory_text {
    position: absolute;
}

.top_entry_wrap .flex .accessory_text,
.top_company_wrap .flex .accessory_text {
    z-index: 1;
    top: -20px;
    width: 35%;
}

.top_entry_wrap .flex .accessory_text {
    right: 25%;
}

.top_company_wrap .flex .accessory_text {
    left: 200px;
}

.top_company_wrap .flex_item .accessory_text {
    top: -30px;
    left: 230px;
    width: 35%;
}

.top_company_wrap .flex_item img,
.top_entry_wrap .flex_item img {
    width: 100%;
}

.top_company_text_wrap {
    padding: 40px 60px;
}

.top_entry_wrap .top_entry_img_wrap,
.flex_img_wrap {
    width: 100%;
    height: 400px;
}

.top_entry_text_wrap {
    margin: 0 auto;
    background-color: #d4e7ff;
    padding: 0 40px;
}

.page_title_img_wrap {
    width: 100%;
    height: 100%;
}

.page_title_text_wrap {
    width: 30%;
}

.contact_wrap {
    margin: 0;
}

.contact_wrap .contact_induction_wrap,
.entry_wrap .contact_induction_wrap {
    margin: 0;
} */

/* .send_wrap {
    margin: 200px 0 0;
}

.entry_wrap {
    margin: 0;
}

.entry_send_wrap {
    margin: 200px auto 0;
}

.confirm_wrap {
    margin: 160px auto;
} */
