@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.pc-none {
    display: none !important;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

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

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.title-en {
    color: rgba(195, 34, 39, 1);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1pt;
}

.title-jp {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/*=======  Nav bar & menu =========*/
.menu-pc h1 {
    text-align: center;
    margin-bottom: 0;
}

.logo-header {
    padding-top: 10px;
}

/*======= Main FV =========*/
#top-bar {
    background: rgba(0, 0, 0, 0.8);
    background-image: url(../images/bg-header.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 64px;
}

#main {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.main-content-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.main-content-btn a img {
    margin-top: 40px;
    transition: filter 0.3s ease;
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 628px;
}

.banner-img img {
    width: 100%;
    height: 628px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 52px;
    font-weight: 700;
}

.banner-txt span {
    font-size: 52px;
}

.banner-btn {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.banner-btn-lp {
    position: absolute;
    bottom: 40px;
    left: 37%;
    transform: translateX(-50%);
}

/* ========== Page 2 Recruitment ==========*/
#message {
    padding: 80px 0;
    position: relative;
    color: #000;
    background-image: url('../images/lp/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.message-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.message-img img {
    width: 100%;
}

.message-text h3 {
    margin-bottom: 20px;
}

.message-text p {
    word-break: break-all;
    color: #000;
}

#secret {
    /* position: relative;
    padding: 40px 0;
    min-height: 400px; */
    background-image: url('../images/lp/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 80px 0;
    overflow-x: hidden;
}

#secret .container-fluid {
    padding: 0;
}

.my-flex {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    margin: 20px auto;    
}

.my-flex2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto;
    ;
}
.title-banner {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 115px;
}

.title-banner2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.txt-em2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.my-flex-item-center h3 {
    margin-top: 20px;
}

.my-flex-item-center p {
    color: #000;
    text-align: center;
}

.my-flex-item2 img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

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

.my-flex-item {
    flex: 100%;
    max-width: 25%;
    margin: 0 0 30px 0;
}

.my-flex-item img {
    width: 100%;
}

.my-flex-item-center {
    flex: 100%;
    max-width: 50%;
    margin: 0 0 30px 0;
    background-image: url('../images/bg-recruit.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 232px;
    height: 100%;
    width: 100%;
    border-top: 2px solid #a9a9a9;
}


.my-flex-item-center2 {
    flex: 100%;
    max-width: 50%;
    margin: 0 0 30px 0;   
    background-origin:lightgrey;  
    background-image: url(../images/bg-interview2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 373px;
    height: 100%;
    width: 100%;
    border-top: none;    
}

#message .col-md-5 {
    margin: 0;
    padding: 0 15px 0 0;
}

.message-wrapper {
    width: 80%;
    margin: 40px 10% 0;
}

.interview-wrapper {
    margin: 40px auto 0;
    width: 80%;
}

.advantages-wrapper {
    width: 80%;
    margin: 40px auto 0;
}

@media screen and (min-width:1690px) and (max-width:1920px) {
    .my-flex-item-center2 {
        min-height: 443px;
    }
}

@media screen and (min-width:1440px) and (max-width:1689px) {
    .my-flex-item-center2 {
        min-height: 370px;
    }
}

@media screen and (max-width:767px) {
    .my-flex-item-center2 {
        max-width: 100%;
    }
}
/* ========== Interview ==========*/
#interview {
    padding: 80px 0;
    position: relative;
    color: #000;
    background: #fff;
}

.interview-wrapper {    
    display: flex;
    align-items: center;
    margin: 40px auto 0;
    width: 80%;
}

.interview-img img {
    width: 100%;
}

.interview-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;  
    font-family: 'Anton', sans-serif;
    letter-spacing: 1pt;
    margin-bottom: 20px;
}

.interview-text {
    color: #000;
}

.interview-year {
    margin-top: 20px;
}

.interview-detail {
    margin: 40px auto 0;
    width: 78%;
}

.interview-detail p {
    color: #000;
    line-height: 2.0em;
}

#interview2 {
    padding: 80px 0;
    position: relative;
    color: #000;
    background-image: url('../images/lp/bg-interview.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

#interview3 {
    padding: 80px 0;
    color: #000;
    background: #fff;
}

.interview-btn {
    margin-top: 40px;
    text-align: center;
}

#advantages {
    padding: 80px 0;
    position: relative;
    color: #000;
    background-image: url('../images/lp/bg-advantages.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.txt-right {
    text-align: right;
}

.advantages-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.advantages-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.advantages-wrapper h4 .num {
    font-size: 48px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(195, 34, 39, 1);
}

.advantages-wrapper h4 .txt {
    color: #000;
    position: relative;
    top: -10px;
}

.advantages-wrapper img {
    width: 100%;
}

.contact-btn {
    margin-top: 60px;
    text-align: center;
}

#flow {
    padding: 80px 0;
    background-image: url('../images/lp/bg-flow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

#flow .flow-wrapper {
    width: 80%;
    margin: 40px auto 0;
}

.flow-img img {    
    width: 100%;
    filter: invert(1);
}

.flow-img {
    margin-bottom: 20px;
}

h4.time-flow {
    line-height: 1.8em;
}

.flow-text p {
    color: #000;
    line-height: 1.6em;
    margin-bottom: 20px;
}

#benefits {
    padding: 80px 0;
    background-image: url('../images/lp/bg-benefits.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

.benefits-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.benefits-text h4 {
    font-size: 22px;
    font-weight: 700;   
    color: #000;
    margin-bottom: 20px;
}

.benefits-text h4 .num {
    font-size: 48px;
    font-weight: 700;
    margin-right: 20px;
    color: rgba(195, 34, 39, 1);
}

.benefits-text h4 .txt {
    color: #000;
    position: relative;
    top: -10px;
}

.benefits-img img {
    width: 100%;
}

.benefits-text p {
    color: #000;
    line-height: 1.6em;
}

.benefits-desc {
    margin-top: 80px;
}

.benefits-desc p {
    color: #000;
    line-height: 1.8em;
    text-align: left;
}

.benefits-contact-btn {
    margin-top: 40px;
    text-align: center;
}

#faq-recruit {
    padding: 80px 0;
    background-image: url('../images/lp/bg-flow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

.faq-recruit-wrapper {
    width: 80%;
    margin: 40px auto 0;
}

.faq-recruit-item {
    color: #000;
    font-family: 'BIZ UDPGothic', sans-serif;
}

.faq-recruit-item h4 {
    font-size: 16px;
    font-weight: 400;
}

/* ========== Page 3 Conditions =========== */
#positions {
    padding: 80px 0;
    background-image: url('../images/lp/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

.conditions-desc {
    margin-top: 40px;
}

.conditions-desc p {
    color: #000;
    text-align: center;
}

.position-wrapper {
/*     margin-top: 40px; */
	max-width: calc(80% + 30px);
	margin: 40px auto 0;
}

.position-wrapper a:hover {
    text-decoration: none;
}

.img-position img {
    width: 100%;
}

.text-position {
    background: rgba(195, 34, 39, 1);
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 10px 0;
}

#recruitment {
    padding: 80px 0;
    background-image: url('../images/lp/bg-interview.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

#recruitment .title-jp {
    color: #000;
}

.recruitment-wrapper {
/*     margin-top: 40px; */
	max-width: calc(80% + 30px);
	margin: 40px auto 0;
}

.recruitment-table h3 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: rgba(195, 34, 39, 1);
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
}

.recruitment-table {
    width: 80%;
    margin: 40px auto 0;
}

.recruitment-table table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

.recruitment-table table th {
    background: rgba(237, 187, 191, 1);
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    width: 20%;
}

.recruitment-table table td {
    padding: 10px 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #000;
}

.recruitment-table table td span {
    /* padding-left: 20px; */
}

#recruitment2 {
    padding: 80px 0;
    background: #fff;
}

#recruitment3 {
    padding: 80px 0;
    background-image: url('../images/bg-recruitment.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

#recruitment-flow {
    padding: 80px 0;
    background-image: url('../images/lp/bg-flow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

#recruitment-flow .flow-text p {
    color: #000;
}

.flow-wrapper {
    width: 80%;
    margin: 40px auto 0;
}

.flow-img img {
    width: 100%;
}

.flow-img {
    margin-bottom: 20px;   
}

.flow-text p {
    color: #000;
    line-height: 1.6em;
    margin-bottom: 20px;
}

/* ========== Page 3 Conditions: Tabs =========== */
.tabs-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;  
    margin-top: 60px;
}

.tab-item {
    flex: 100%;
    max-width: calc(100% / 3 - 8px);
    margin: 0 8px 0 0; 
    color: #000;
    border: 1px solid rgba(195, 34, 39, 1);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
	align-content: center;
}

.tab-item:last-child {
    margin: 0;
    max-width: calc(100% / 3);
}

.tab-item.active {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tab-item:hover {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tabs-content {
    border: 1px solid rgba(195, 34, 39, 1);
    padding: 0 0 70px;
    display: none;
    background: transparent;
}

.tabs-content.active {
    display: block;
}

/* ========== Page 5 Contact =========== */
#contact {
    padding: 80px 0;
    background-image: url('../images/lp/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    color: #000;
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;
    color: #000;
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group .required {
    color: #fff;
    background: rgba(199, 52, 32, 1);
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 30px;
    float: right;
}

.form-group p .wpcf7-form-control-wrap  {
    flex: 1;      
    padding: 8px;
    border: 1px solid #000; 
    border-radius: 0;   
    background-color: transparent;
    color: #000;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: transparent;
    border: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: transparent;
    border: none;
    /* width: 100%; */
}

.form-group .form-control02 {
    flex: 1;    
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;  
    background-color: transparent; 
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1; 
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
}

.btn-submit {
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    outline:none!important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #000 !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #000 !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

/*======== Footer ====*/
footer {
    padding: 80px 0;
    position: relative;
    background-image: url('../images/bg-footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.footer-tel {
    font-size: 24px;
    font-weight: 700;
}

.footer-right {
    color: #fff;
}

.footer-info {
    margin-top: 20px;
}

.footer-tel {
    color: #fff;
}

.footer-tel:hover {
    text-decoration: none;
    color: #fff;
}

.footer-time {
    margin-top: 30px;
}

.footer-time-title {
    margin-right: 10px;
}

.footer-time-text1 {
    margin-right: 20px;
}

.footer-time-title {
    border: 1px solid #fff;
    padding: 5px;
}

.footer-sns {
    margin-top: 30px;
}

.footer-sns a:first-child {
    margin-right: 10px;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

/* ========== Page Environment: Tabs =========== */
.tabs-wrap2 {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;  
    margin-top: 60px;
}

.tab-item2 {
    flex: 100%;
    max-width: calc(100% / 5 - 8px);
    margin: 0 8px 0 0; 
    color: #000;
    border: 1px solid rgba(195, 34, 39, 1);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
	align-content: center;
}

.tab-item2:last-child {
    margin: 0;
    max-width: calc(100% / 3);
}

.tab-item2.active {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tab-item2:hover {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tabs-content2 {
    border: 1px solid rgba(195, 34, 39, 1);
    padding: 0 0 70px;
    display: none;
    background: transparent;
}

.tabs-content2.active {
    display: block;
}

/* ========== Page 4 Environment =========== */
#vehicle-lp {
    padding: 80px 0;
    /*background-image: url('../images/bg-black.png');*/
	background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.vehicles-table {
    width: 90%;
    margin: 60px auto 0;
}

.vehicle-wrap {
    width: 80%;
    margin: 0 auto;
}


.vehicles-wrapper {
/*     margin-top: 40px; */
	max-width: 78%;
	margin: 40px auto;
}


.vehicle-wrapper {
	margin-top: 40px;
	display: flex;
}

.vehicles-desc {
    color: #fff;
    text-align: center;
}

.vehicles-text {
	color: #000;
    margin-top: 30px;
}

.vehicles-img img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}

.vehicles-title{
	font-family: 'Impact', sans-serif;
	font-size: 40px;
	margin-bottom: 30px;
	color: #C32227;
}

.location-wrapper {
    max-width: calc(80% + 30px);
	margin: 40px auto;
}

.location-wrapper > div:first-child {
    flex: unset;
    max-width: calc(100% - 758px);
}

.location-wrapper > div:last-child {
    flex: unset;
    max-width: 758px;
}

#benefits .col-md-6.order1-sp {
    padding: 0 15px 0 0;
}

.sp-show767 {
    display: none;
}

.sp-none767 {
    display: block;
}

.banner-img {
    width: 100%;
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-banner {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
}

.title-banner2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.txt-em2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#location {
    padding: 80px 0;
    background: #fff;
}


/* .location-wrapper {
    margin: 40px 10%;
} */
.location-map {
    height: 100%;
	border: 1px solid;
    border-width: 1px 0 1px 1px;
}

/* .benefits-wrapper {
    width: 80%;
    margin: 40px auto;
	max-width: 1144px;
}
 */
.benefits-desc {
    margin-top: 80px;
    margin-left: 30%;
}
/* .benefits-desc {
    max-width: 1141px;
    width: 80%;
    margin: 0 auto;
} */

.location-map img {
    width: 100%; 
    height: 100%;  
    object-fit: cover;
	object-position: 0 0;
}

.location-info {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 40px;
    height: 100%;
}

.location-heading {
    color: rgba(195, 34, 39, 1);
    font-weight: 500;
}

.location-number {
    margin-bottom: 0;
}

.tbl-location-add {
    width: 100%;
}

.tbl-location-add  tr td {
    vertical-align: top;
}

.tbl-location-add  tr td:first-child {
    width: 17%;
}

/* #positions > .container, #recruitment > .container, #benefits > .container {
    max-width: calc(80% + 30px);
} */

footer .container {
    max-width: calc(1140px + 30px);
}

.benefits-wrapper {
	max-width: calc(80% + 30px);
	margin: 40px auto 0;
}

	/* mobile fixed buttons */
.ot-ovbtn {
	display: block;
}


.ot-ovbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: block;
}

.ot-ovbtn_cont {
	width: calc(100% - 20px);
	margin: 0 auto 10px;
	display: flex;
	align-items: stretch;
}

.ot_ovbtn_link {
	display: block;
	text-align: center;
	width: 50%;
	border: 1px solid #000;
	padding: 5px 0;
	line-height: 2;
	background-color: #FFF;
	border-radius: 5px;
}

.ot_ovbtn_link:last-of-type {
	border-width: 1px 1px 1px 0;
}


@media screen and (min-width:1921px) and (max-width:2560px) {
    .title-banner {
        font-size: 54px;
        margin-bottom: 20px;
        padding-top: 60px;
    }

    .title-banner2 {
        font-size: 34px;
    }

    .txt-em2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .secret-btn img {
        width: 80%;
        margin-top: 20px;
    }
}

@media screen and (min-width:1690px) and (max-width:1920px) {
    .banner-btn-lp {
        left: 41%;
    }

    .title-banner {
        font-size: 48px;
        margin-bottom: 20px;
        padding-top: 60px;
    }

    .title-banner2 {
        font-size: 30px;
    }

    .txt-em2 {
        font-size: 22px;
    }

    .secret-btn img {
        width: 70%;
        margin-top: 20px;
    }

}

@media screen and (min-width:1440px) and (max-width:1689px) {
    .title-banner {
        font-size: 48px;
        margin-bottom: 20px;
        padding-top: 60px;
    }

    .title-banner2 {
        font-size: 30px;
    }

    .txt-em2 {
        font-size: 22px;
    }

    .secret-btn img {
        width: 70%;
        margin-top: 20px;
    }

}

@media screen and (min-width:1025px) and (max-width:1140px) {
    .title-banner {
        font-size: 34px;
    }

    .title-banner2 {
        font-size: 22px;
    }

    .txt-em2 {
        font-size: 16px;
    }
}


@media screen and (max-width:1024px) {
    .banner-txt {
        font-size: 26px;
    }
}


@media screen and (max-width:1024px) {
    
    .sp-show {
        display: block !important;
    }

    .sp-none {
        display: none !important;
    }

    .pc-none {
        display: inline-flex !important;
    }

    .title-banner {
        font-size: 32px;
        padding-top: 30px;
    }

    .txt-em2 {
        font-size: 16px;
    }
    
}

@media screen and (max-width:991px) { 
    .title-banner {
        font-size: 30px;
    }

    .title-banner2 {
        font-size: 22px;
    }

    .txt-em2 {
        font-size: 14px;
    }

}


@media screen and (max-width:834px) { 
    .txt-em {
        font-size: 18px;
        margin-bottom: 0;
    }

    .title-banner {
        font-size: 28px;        
    }

    .txt-em2 {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) { 
    .main-content {
        top: 60%;
    }

    .main-content-text p {
        font-size: 24px;
    }

    .txt-em {
        font-size: 17px;
    }

    #interview {
        margin-top: -5px;
    }

    #flow {
        margin-top: -5px;
    }

    .advantages-wrapper h4 .txt {
        top: -2px;
    }

    .benefits-text h4 .txt {
        top: -2px;
    }

    .interview-wrapper {
        width: 100%;
    }

    .interview-detail {
        width: 100%;
    }

    .title-banner {
        font-size: 24px;        
    }

    .title-banner2 {
        font-size: 20px;
    }

    .txt-em2 {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .secret-btn img {
        width: 70%;
        margin-top: -10px;
    }
}

@media screen and (max-width:767px) {  
    .banner-btn-lp {
        left: 50%;
    }

    #main {
        top: 0;
    }
    
    #top-bar {
        background: #000;
    }

    #main h2 img {
        min-height: 300px;        
    }

    .main-content {
        top: 60%;
    }

    .main-content-text p {
        font-size: 18px;
    }

    .main-content-btn a img {
        margin-top: 0;
    }

    .banner-img img {
        object-fit: cover;
    }

	.recruitment-table table td span {
		padding-left: 0px;
	}
	
    table.tbl-about tr td {
        display: block;
    }

    table.tbl-about tr td:first-child {
        font-weight: 700;
        background: #000;
    }

    .my-flex-item {
        max-width: 100%;
    }

    .footer-right {
        margin-top: 40px;
    }

    .txt-em {
        font-size: 16px;
    }

    .banner-txt {
        font-size: 24px;
        width: 100%;
		text-align: center;
    }

    .banner-txt span {
        font-size: 36px;
    }

    .title-en {
        font-size: 30px;
    }

    .message-img {
        margin-bottom: 20px;
    }

    .interview-img {
        margin-bottom: 20px;
    }

    .interview-title {
        font-size: 30px;
    }

    #interview2 {
        padding: 40px 0;
    }

    #interview3 {
        padding: 40px 0;
    }

    .interview-btn img {
        width: 100%;
    }

    .advantages-wrapper h4 .num {
        font-size: 36px;
        margin-right: 10px;
    }

    .advantages-wrapper h4 {
        font-size: 20px;
    }
    
    .advantages-img {
        margin-bottom: 20px;
    }

    .advantages-img h4 {
        text-align: left; 
        font-size: 20px;      
    }

    .advantages-img:first-of-type h4 {
        margin-top: 0;;
    }

    #flow {
        margin-top: -10px;
    }
	
	.flow-wrapper {
        width: auto;
        margin: 40px -15px 0;
    }

    #flow .flow-wrapper {
        width: 100%;
    }

    .flow-img img {        
        width: 20%;
        margin: 0 auto;
        display: block;
    }

    h4.time-flow {
        text-align: center;
        font-size: 22px;
    }

    .benefits-text h4 {
        font-size: 20px;
    }

    .benefits-text h4 .num {
        font-size: 36px;
        margin-right: 10px;
    }
    .order1-sp {
        order: 1;
    }

    .order2-sp {
        order: 2;
    }

    #faq-recruit {
        margin-top: -5px;
    }

    .faq-recruit-wrapper {
        width: 100%;
    }

    .text-position {
        margin-bottom: 40px;
    }

    .recruitment-table {
        width: 100%;
    }

    .recruitment-table table th {
        display: block;
        width: 100%;
    }

    .recruitment-table table td {
        display: block;
        width: 100%;
    }

    .training-img {
        margin-bottom: 20px;
    }

    .tabs-wrap {
        flex-wrap: wrap;
    }
    
    .tab-item {
        max-width: 100%;
        margin: 0;
    }
    
    .tab-item:last-child {
        max-width: 100%;
    }

    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
        width: 100%;
    }

    #secret {
        background: #fff;
        overflow-x: hidden;
    }

    #secret .container-fluid {
        padding: 0;
    }

    .banner-text {
        width: 100%;
    }

    .title-banner {
        font-size: 28px;
        padding-top: 0;
    }

    .title-banner2 {
        font-size: 22px;
    }

    .txt-em2 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .recruit-btn.secret-btn {
        margin-top: 0;
    }

    .secret-btn img {
        width: 60%;
        margin-top: 0;
    }

    .sp-show767 {
        display: block;
    }   

    .sp-none767 {
        display: none;
    }

    .banner-img-sp {
        width: 100%;
    }
}

/* Make the form responsive */
@media (max-width: 768px) {
    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group label {
        margin-bottom: 5px;
    }

    .form-group .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
	.contact-form {
		width: 98%;
		margin: 40px auto 0;
	}
	
	.form-group p label {
		max-width: unset;
	}
	
    .form-group p label {
        min-width: 300px;
    }
	
	 .tabs-wrap {
        flex-wrap: wrap;
    }
    
    .tab-item {
        max-width: 100%;
        margin: 0;
    }
    
    .tab-item:last-child {
        max-width: 100%;
    }

    .tabs-wrap2 {
        flex-wrap: wrap;
    }
    
    .tab-item2 {
        max-width: 100%;
        margin: 0;
    }
    
    .tab-item2:last-child {
        max-width: 100%;
    }
	
	.vehicles-title {
        margin: 20px auto;
        text-align: center;
    }
	
	.row.no-gutters.location-wrapper {
		margin: 0;
	}

	.location-map {
		border-width: 1px 1px 0;
	}

	.tbl-location-add tr td:first-child {
		width: 20%;
	}

	.location-info {
		padding: 40px 20px;
	}
	
		.interview-detail {
		margin: 0;
	}
	
	#benefits .col-md-6.order1-sp {
		padding: 0;
	}
	
	.row.message-wrapper {
		width: 100%;
		margin: 0;
	}

	#message .col-md-5 {
		padding: 0;
	}

	#message .col-md-7 {
		padding: 0;
	}

	#interview .col-md-5 {
		padding: 0;
	}

	#interview2 .col-md-5 {
		padding: 0;
	}

	#interview2 .col-md-7 {
		padding: 0;
	}

	#interview .col-md-7 {
		padding: 0;
	}

	.advantages-wrapper {
		width: 100%;
	}
	
	#interview3 .col-md-5 {
		padding: 0;
	}

	#interview3 .col-md-7 {
		padding: 0;
	}

	#advantages .col-md-6.advantages-img {
		padding: 0;
	}

	#advantages .col-md-6.advantages-text {
		padding: 0;
	}
	
	.row.vehicles-wrapper {
		max-width: 100%;
	}

	#vehicle-lp .col-md-12 {
		padding: 0;
	}
	
	.tbl-location-add tr td:first-child {
        width: 25%;
    }
	
	.benefits-wrapper {
		max-width: 100%;
/* 		margin: 40px auto; */
	}

	#benefits .col-md-6.order2-sp {
		padding: 0;
	}
	
	#flow .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
		padding: 0;
	}
	
	.benefits-desc {
		text-align: left;
		width: 100%;
		max-width: 100%;
		margin: unset;
	}
	
	#recruitment-flow .container {
		padding: 0;
	}
	
	#recruitment-flow {
		padding: 0 15px;
	}
	
	#positions > .container, #recruitment > .container, #benefits > .container {
		max-width: 100%;
/* 		padding: 0; */
	}
	
	.location-wrapper {
		max-width: 100%;
	}
	
	.position-wrapper {
        max-width: unset;
        margin: 40px -15px 0;
    }
	
	.recruitment-wrapper {
		max-width: unset;
        margin: 40px -15px 0;
	}
	
/* 	#positions .col-md-4 {
		padding: 0;
	} */

	#recruitment .col-md-12 {
		margin: 0;
	}
	
	#benefits {
		padding: 80px 15px;
	}
}
