@font-face {
    font-family: 'YuMincho';
    src: url('../fonts/YuMincho-Regular.eot') format('eot'),
         url('../fonts/YuMincho-Regular.woff2') format('woff2'),
         url('../fonts/YuMincho-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#header {
    background: #202020;
    padding: 4.2rem 0 4.6rem;
}
#header.header_scrolled {
    background: rgba(0, 0, 0, 0.88);
}
#header .logo a {
    display: block;
    width: 186px;
    height: 82px;
    padding: 13px 5px;
    background: #fff;
}
#header .logo a img {
    width: 150px;
    height: 52px;
}
.nav_menu > li > a,
.nav_menu > li > a span {
    color: #fff !important;
}
.nav_menu > li > a::after {
    background: #fff;
}
.nav_menu > li > a .lead {
    font-size: 2.5rem;
}
.action_nav_menu a .btn_text {
    color: #fff;
}
.action_nav_menu a.phone_btn .btn_icon svg {
    width: 4.2rem;
}
.action_nav_menu a:hover .btn_icon svg path {
    fill: #fff;
}

#main-bg {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
}
.p_mainvisual_section {
    height: 100vh;
}
.main-txt {
    font-size: 92px;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-style: normal;
    color: #fff;
    padding-top: 150px;
    width: 100px;
    height: auto;
    line-height: 92px;
    margin-left: 170px;
}
.top_service_section {
    background: #272727;
}
.mx_text,
.section_title .title_text,
.section_title .sub_text {
    color: #fff;
}
.section_title .title_text {
    font-size: 6rem;
}
.section_title .sub_text {
    font-size: 2rem;
}
.section_description {
    margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
    .service_index_container .index_1 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
    .service_index_container .index_2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 1;
    }
    .service_index_container .index_3 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 2;
        -ms-grid-row-span: 2;
        grid-row-end: 3;
    }
}
.c-ttl-inner {
    position: relative;
}
.c-ttl-inner:before {
    content: '';
    position: absolute;
    left: 145px;
    bottom: 12px;
    width: 100vw;
    height: 1px;
    background: url(../img/title_line.png) no-repeat top left;
}
.custom-title {
    overflow: hidden;
}
.custom-title h4 {
    font-size: 48px;
    font-family: "YuMincho", sans-serif;
    color: #fff;
    display: inline-block;
    background: url(../img/h4_line.png) no-repeat top right;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 70px;
    padding-left: 40px;
    margin-left: 135px;
}
.c-ttl-inner span {
    position: absolute;
    top: 30px;
    left: 0;
    color: #D1D1D1;
    opacity: 5%;
    font-size: 88px;
    font-family: "YuMincho", sans-serif;
    text-transform: uppercase;
}
.service_index_container .service_index .service_index_info .index_text {
    font-family: "YuMincho", sans-serif;
    font-size: 3.7rem;
}
.service_index_container .service_index .service_index_info .index_text {
    border: none;
    background: rgba(39,39,39, 0.77) url(../img/btn_bg.png) no-repeat top left;
    background-size: 100% auto;
    width: 410px;
    height: 107px;
    text-align: center;
    padding: 35px 3.8rem 1.4rem;
    line-height: 1;
    letter-spacing: -5px;
    font-size: 37px;
}
.service_index_container .service_index .service_index_info .index_text::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 44px;
    top: 50%;
    right: 3.6rem;
    display: block;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: unset;
    transition: unset;
    background: url(../img/btn_arrow.png) no-repeat top left;
    background-size: 100% auto;
}
.top_manufactur_section {
    padding-top: 170px;
    background: #272727;
}
.top_manufactur_section .service_index_container .service_index_list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .top_manufactur_section .service_index_container .manufactur_index {
        flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
        /* max-height: 305px; */
    }
}
.top_information_section {
    background: #272727;
}
.information_list_container .information_item {
    border-bottom: none;
}
#top .information_list_container .information_item .information_info .date_text,
#top .information_list_container .information_item .information_info .title_text {
    color: #fff;
}
#top .more_btn_wrap .more_btn {
    border: none;
    background: transparent url(../img/more_btn.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.more_btn::before {
    display: none;
}
.more_btn svg {
    left: 0;
    transition: all 0.5s ease-in-out;
}
.more_btn:hover svg {
    left: 15px;
}
.sns_info_container .sns_info_title .title_text {
    color: #fff;
    text-transform: uppercase;
}
.ttl_sub_text {
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
}
.top_company_section {
    background: transparent;
}
.sns_banner {
    text-align: center;
    margin-top: 120px;
}
.sns_banner a {
    position: relative;
    display: inline-block;
}
.sns_banner a:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 19px;
    left: -5px;
    bottom: -10px;
    background: url(../img/banner_shadow.png) no-repeat top left;
    background-size: cover;
}
.company_info_container .company_info_table tr {
    -ms-grid-columns: 15.4rem 1fr;
    grid-template-columns: 15.4rem 1fr;
}
.top_company_section {
    padding-top: 5rem;
}
.top_company_section .section_title {
    margin-bottom: 4rem;
}
.top_contact_section {
    background: #272727;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item .label_wrap {
    min-width: 33%;
    justify-content: start;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item .label_wrap > p {
    word-break: keep-all;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item .label {
    min-width: 170px;
    text-align: left;
    color: #fff;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item .required {
    border-radius: 15px;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn {
    border: none;
    background: transparent url(../img/contact_btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    padding: 8px 2rem 16px;
    height: 82px;
    width: 404px;
    max-width: none;
    display: block;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap span {
    display: block;
    color: #fff;
    background: url(../img/contact_arrow.png) no-repeat;
    background-position: top 20px right 75px;
    transition: all 0.5s ease-in-out;
    font-size: 23px;
    height: 32px;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn:hover span {
    background-position: top 20px right 55px;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn::before {
    display: none;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn svg {
    left: 0;
    transition: all 0.5s ease-in-out;
}
.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn:hover svg {
    left: 15px;
}
#footer {
    padding-top: 7.5rem;
}
#footer .footer_container {
    max-width: none;
}
.footer_grid_area {
    display: flex !important;
    justify-content: space-between;
}
#footer .footer_grid_area .column_left {
    display: flex;
}
#footer .footer_logo {
    display: block;
}
#footer .footer_logo a {
    max-width: 186px;
    width: 186px;
    height: 82px;
    background: #fff;
}
#footer .footer_address {
    position: relative;
    top: -10px;
    margin-left: 30px;
}
#footer .footer_address .address_name {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 25px;
}
#footer .footer_grid_area .column_right {
    width: 31rem;
    top: -25px;
}
.sns_info_container .sns_info_content {
    text-align: center !important;
}
.recruit-page {
    background: #272727 url(../img/page_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.recruit-page .section_description {
    margin-bottom: 6rem;
}
.recruit-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 70px;
    background: #272727 url(../img/recruit_bg.png) no-repeat;
    background-size: 100% 100%;
}
.recruit-table {
    padding: 40px 95px;
    background: rgba(255,255,255, 0.7);
}
.recruit-content .company_info_table {
    width: 100%;
}
.recruit-content .company_info_table tr {
    border-bottom: 1px solid #707070;
}
.recruit-content .company_info_table th,
.recruit-content .company_info_table td {
    padding: 15px 35px;
    font-size: 20px;
}
.recruit-content .company_info_table td span {
    display: block;
    padding-left: 30px;
}
.top_contact_section .wpcf7-response-output {
    display: none;
}
.contact-page {
    background: #272727;
    padding: 100px 70px;
}
.company_info_table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.contact-page .section_description {
    margin-bottom: 6rem;
}
.contact-page .company_info_table th {
    text-align: right;
    color: #fff;
    padding: 10px 50px 10px 10px;
    min-width: 340px;
}
.contact-page .company_info_table td {
    color: #fff;
    padding: 10px 50px 10px 10px;
}
.form-btn {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 60px;
}
.form-btn a {
    display: block;
    background: #272727 url(../img/contact-submit.png) no-repeat;
    background-size: 100% 100%;
    width: 220px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-page .p_contact_form_inner {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    max-width: 0;
}
.form-btn a span {
    background: transparent url(../img/confirm_btn.png) no-repeat;
    background-position: bottom 18px right 75px;
    display: block;
}
.contact-page .wpcf7-response-output {
    margin: 0 0 5rem;
    padding: 1.6rem 2rem;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 3.0rem;
    letter-spacing: 0.04em;
    color: #fff;
    border: 2px solid #ffb900;
}
.nav_menu > li {
    padding: 0 1rem;
}
.policy_info_container .mx_text,
.policy_notice_panel .mx_text {
    color: #141414;
}
.nav_menu > li > a .lead {
    font-size: 2rem;
}
.nav_menu > li > a {
    font-size: 1rem;
}
.wf-active .nav_menu > li > a .lead {
    font-size: 2.5rem;
}
.wf-active .nav_menu > li > a {
    font-size: 1.4rem;
}
.nav_menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
}
.wf-active .nav_menu {
    opacity: 1;
    visibility: visible;
}
.service_index_container .service_index:hover .index_text {
    text-decoration: underline;
}
.p_mainvisual_img {
    height: 100vh;
}
.p_mainvisual_img img {
    height: 100%;
}
#header .header_wrapper {
    align-items: center;
}
#mobile_nav .mobile_nav_menu .drop_down > a::after {
    display: none !important;
}
@media screen and (max-width: 1366px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item {
        grid-column-gap: 8rem;
    }
}
@media screen and (max-width: 768px) {
    .form-btn {
        display: block;
    }
    #mobile_nav {
        -webkit-box-align: start !important;
        -ms-flex-align: inherit !important;
        align-items: start !important;
        padding-top: 50px;
    }
    #mobile_nav_toggle .drawer_icon span {
        background: #fff;
    }
    #header .logo a {
        padding: 0;
        height: auto;
    }
    .section_description .x_text, .section_description .mx_text {
        text-align: center !important;
    }
    .main-txt {
        padding-top: 130px;
        font-size: 76px;
        margin-left: 30px;
    }
    .p_mainvisual_img img {
        height: 100vh;
    }
    .section_description {
        margin-bottom: 6rem;
    }
    .custom-title h4 {
        font-size: 25px;
        margin-left: 10px;
        padding-right: 50px;
        margin-bottom: 20px;
    }
    .c-ttl-inner span {
        font-size: 35px;
        top: 15px;
    }
    .c-ttl-inner:before {
        left: 45px;
        bottom: 42px;
    }
    .service_index_container .service_index .service_index_info .index_text {
        width: 215px;
        height: 51px;
        font-size: 17px;
        padding: 18px 3.8rem 1.4rem;
        letter-spacing: 0;
        background-size: 100% 100%;
    }
    .service_index_container .service_index .service_index_info .index_text::after {
        width: 12px;
        height: 22px;
        right: 1.6rem;
    }
    .top_manufactur_section {
        padding-top: 80px;
        background: #272727;
    }
    #top .more_btn_wrap .more_btn {
        background-size: 100% 100%;
    }
    .sns_banner a:after {
        background-size: 100% 100%;
    }
    .p_contact_form_container .p_contact_input_wrap .p_input_item .label {
        min-width: auto;
        text-align: left;
        color: #fff;
    }
    .p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn {
        width: 198px;
        height: 42px;
    }
    .p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap span {
        font-size: 15px;
        position: relative;
        top: -15px;
        height: 42px;
        background-size: 40px auto;
        background-position: top 16px right 15px;
    }
    #footer .footer_logo a {
        margin: 0 auto;
    }
    #footer .footer_grid_area .column_left {
        display: block;
    }
    #footer .footer_address .address_name {
        text-align: center;
    }
    #footer .footer_grid_area {
        display: block !important;
    }
    #footer .footer_grid_area .column_right {
        width: 100%;
        top: 0;
    }
    .recruit-content {
        padding: 25px 9px;
        background-size: auto 100%;
        background-position: top 0 right -380px;
    }
    .recruit-table {
        padding: 10px 10px 40px;
    }
    .recruit-content .company_info_table th, .recruit-content .company_info_table td {
        padding: 30px 5px;
        font-size: 13px;
    }
    .recruit-content .company_info_table th {
        width: 90px;
        min-width: 90px;
    }
    .recruit-content .company_info_table td span {
        display: block;
        padding-left: 0;
    }
    .recruit-page {
        background: #272727 url(../img/recruit_bg_sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 100px 0;
    }
    .action_nav_menu {
        padding: 0;
        padding-top: 5rem;
        justify-content: start;
    }
    .action_nav_menu a .btn_text {
        font-size: 2.6rem;
    }
    .action_nav_menu li {
        padding-left: 0;
    }
    .contact-page {
        padding: 15px 0;
    }
    .contact-page .company_info_table th {
        text-align: right;
        color: #fff;
        padding: 5px;
        min-width: 120px;
    }
    .contact-page .company_info_table td {
        padding: 5px;
    }
    .form-btn a {
        margin: 0 auto 10px;
    }
}