@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Huninn&display=swap');

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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');


/* Futura PT Font Face Declarations */
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/Futura PT Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/Futura PT Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/Futura PT Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* A-OTF Ryumin Pro Font Face Declarations */
@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro L-KL.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro M-KL.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro B-KL.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro H-KL.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro EB-KL.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro EH-KL.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-OTF Ryumin Pro';
    src: url('../fonts/A-OTF Ryumin Pro U-KL.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Futura PT", sans-serif;
}

img {
    max-width: 100%;
}

.title-jp {
    font-size: 22px;
    font-weight: 450;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    /* font-family: "A-OTF Ryumin Pro", sans-serif; */
    font-family: "Noto Serif JP", serif;
}

.title-en {
    font-size: 40px;
    font-weight: 450;
    color: #fff;
    text-align: center;  
    /* font-family: "A-OTF Ryumin Pro", sans-serif; */
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
}

.title-wrap {
    text-align: center;
}

.title-wrap img {
    max-width: 100%;    
}

.txt-black {
    color: #000;
}

.txt-bold {
    font-weight: 700;
}

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

.sp-show {
    display: none;
}

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

/* Option-specific display rules */
option.sp-show {
    display: none !important;
}

option.sp-none {
    display: 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;
}

/*======= Header =========*/
/* .btn-contact {
    background: #fff;
    color: rgba(205, 116, 116, 1)!important;  
    font-weight: 700;
    padding: 12px 30px!important;
    border: 1px solid rgba(205, 116, 116, 1);
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

.btn-contact:hover {
    color: rgba(205, 116, 116, 1)!important;
} */

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

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

#main h2 img {
       
}

#main h2 .main-img { 
    width: 100%;   
    position: relative;
}

.btn-top {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,rgba(142, 2, 0, 1), rgba(191, 40, 38, 1));
    font-size: 16px;
    font-weight: 400;
    padding: 0 40px 0 0;
}

.btn-top:hover {
    text-decoration: none;
    color: #fff;
}

.btn-top img:last-child {
    margin-left: 10px;
    height: 15px;
}

.btn-top2 {
    position: sticky;
    top: 98px;
    z-index: 20;
    color: #fff;
    background: linear-gradient(to right,rgba(142, 2, 0, 1), rgba(191, 40, 38, 1));
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.btn-top2:hover {
    text-decoration: none;
    color: #fff;
}

.btn-top2 img:first-child {
    margin-right: 20px;
}

.btn-top2 img:last-child {
    margin-left: 20px;
    height: 15px;
}

.btn-top3 {   
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,rgba(142, 2, 0, 1), rgba(191, 40, 38, 1));
    font-size: 16px;
    font-weight: 400;
    padding: 20px;    
}

.btn-top3:hover {
    text-decoration: none;
    color: #fff;
}

.btn-top3 img:first-child {
    margin-right: 20px;
}

.btn-top3 img:last-child {
    margin-left: 20px;
    height: 15px;
}

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

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text {
    display: inline-block;
    text-align: left;
}

.main-content-text p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.main-content-text p.main-small {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    text-align: center;
}

.btn-trial {
    border: 1px solid rgba(205, 116, 116, 1);
    background: rgba(205, 116, 116, 1);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content;
    display: inline-block;
    margin-top: 40px;
}

.btn-trial:hover {
    background: rgba(205, 116, 116, 1);
    color: #fff;
    text-decoration: none;
}

.main-content-lp {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;       
}

.main-title-lp {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    background: #000;
    padding: 10px 40px;
    width: fit-content;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}

.badge-img-lp {
    position: absolute;
    top: -78%;
    right: -21%;
}

.main-small-lp {
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    position: relative;
    left: 24%;
}

.main-title-lp .main-title-lp-span .txt-red-lp {
    color: rgba(191, 40, 38, 1);
}
.main-title-lp .main-title-lp-span .txt-yellow-lp {
    color: rgba(250, 204, 21, 1);
}

.main-small-lp .txt-red-lp {
    color: rgba(191, 40, 38, 1);
}

.main-small-lp .txt-yellow-lp {
    color: rgba(250, 204, 21, 1);
}

/* .main-small-lp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
} */

/* .main-small-lp span {
    font-size: 50px;
    font-weight: 900;
} */

/* ========== Top Search Form ==========*/
#search-bar {
    padding: 80px 0 80px;
}

.top-search-wrap {
    position: relative;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    z-index: 10;
}

.top-search-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(142, 2, 0, 1);
    border-radius: 4px;
    padding: 40px 200px;
    gap: 20px;
}

.top-search-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    font-family: "A-OTF Ryumin Pro", sans-serif;
}

.top-search-select-wrapper {
    flex: 1;
    position: relative;
}

.top-search-select {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.top-search-select:focus {
    outline: none;
    border-color: rgba(142, 2, 0, 1);
}

.top-search-select:disabled {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

.top-search-select option {
    color: #000;
}

.top-search-button {
    /* background: rgba(142, 2, 0, 1); */
    background: linear-gradient(to right,rgba(142, 2, 0, 1), rgba(191, 40, 38, 1));
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 1px;
    /* cursor: pointer; */    
    white-space: nowrap;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-search-button:hover {
    /* background: rgba(191, 40, 38, 1); */
}

.top-search-button img {
    height: 13px;
    width: auto;
}

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

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

.banner-txt {
    position: absolute;
    top: 50%;   
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    width: 100%;
    text-align: center; 
    /* text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7); */
    font-family: "A-OTF Ryumin Pro", sans-serif;
    /* padding-left: 40px; */
}

.banner-txt-profile {
    position: absolute;
    top: 50%;      
    transform: translateY(-50%);
    color: #000;    
    width: 100%;
    text-align: center;
    font-family: "A-OTF Ryumin Pro", sans-serif;
}

.banner-txt-profile-txt1 {
    font-size: 60px;
    font-weight: 700;
}

.banner-txt-profile-txt2 {
    font-size: 25px;
    font-weight: 700;
}

.banner-txt-profile-txt3 {
    font-size: 30px;
    font-weight: 700;
}

.banner-txt-wrapper {
    position: relative;
    display: inline-block;
}

.banner-txt-profile-txt4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    width: 113px;
    height: 113px;
    border-radius: 50%;
    padding: 10px 20px;    
    text-align: center; 
    position: absolute;
    top: 0;
    left: -20%;   
}

/*======= Partner Section =========*/
#partner {
    padding: 80px 0 80px;
    background-image: url('../images/bg-partner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.partner-content {
    color: #fff;
    text-align: center;
}

.partner-content-title {
    font-size: 20px;
    font-weight: 700;
}

.partner-content-btn {
    text-align: center;   
}

.partner-content-btn a {
    color: #fff;
    background: linear-gradient(to bottom, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block; 
    font-family: "Noto Sans JP", sans-serif;
}

.partner-content-btn a:hover {
    background: linear-gradient(to bottom, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    color: #fff;
    text-decoration: none;
}

.partner-content-btn a img {
    margin-left: 10px;
    height: 15px;
}

.btn-partner1 {
    position: relative;
    display: inline-block;
    margin: 40px auto 20px;
}

.btn-badge {
    position: absolute;
    top: -90%;
    left: -46%;
}

.btn-partner2 {
    background: rgba(48, 48, 48, 1)!important;
    color: #fff!important;
    border: 3px solid rgba(191, 40, 38, 1)!important;
}



/*======= Secure Section =========*/
#secure {
    padding: 80px 0 80px;
    background-image: url('../images/bg-secure.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.secure-video-wrap {
    display: flex;
    align-items: center;
}

.secure-video {
    width: 60%;
    margin: 0 auto;
}

.site-photos-item2 {
    width: 100%;
}

.site-photos__layout2 {
    position: relative;
    width: calc(84% - 60px);
    margin: auto;
}

.slider__container-site-photos {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: -3%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

#secure .slider__item-site-photos.frame .youtube-shorts-embed,
#tow-truck-crew-wanted .slider__item-site-photos.frame .youtube-shorts-embed,
#message-president .slider__item-site-photos.frame .youtube-shorts-embed {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#secure .vid-frame,
#tow-truck-crew-wanted .vid-frame,
#message-president .vid-frame {
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 480px;
    pointer-events: none;
    z-index: 2;
}

.secure-txt-title {
    font-size: 20px;
    font-weight: 700;
}

.secure-txt-desc {
    font-family: "Noto Sans JP", sans-serif;
}

.txt-red {
    color: rgba(191, 40, 38, 1);
    font-weight: 600;
    font-family: "Futura PT", sans-serif;
}


/*======= Selection Articles Section =========*/
#premium-partners {
    padding: 80px 0 80px;    
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

#selection-articles {
    padding: 80px 0 80px;    
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

.selection-articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px; 
}

.selection-articles-item {
    width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */
    padding: 10px;
    background: #000;
    border: 1px solid;
    border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(217, 217, 217, 1)) 1;
}

.selection-articles-item-content1 {
    text-align: center;
    color: #fff;
    margin: 20px auto;
}

.selection-articles-item-location {
    background: rgba(59, 57, 57, 1);
    color: #fff;
    font-family: Futura PT, sans-serif;
    padding: 5px 20px;
    margin-right: 10px;
}

.selection-articles-item-company {
    font-weight: 600;
}

.selection-articles-item-content2 {
    margin: 20px auto;
    text-align: center;
    color: #fff;
}

.selection-articles-item-more {
    margin: 20px auto;
    text-align: center;
}

/*======= Exclusive Interviews Section =========*/
#exclusive-interviews {
    padding: 80px 0 80px;    
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

/*======= Premium Partners Section =========*/
/* #premium-partners2 {
    padding: 80px 0 80px;    
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
} */

.premiun-partners-intro {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Futura PT', sans-serif;
}

.premium-partners-list {
    max-width: 1200px;
    margin: 0 auto;
}

.premium-partners-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.premium-partners-item-img {
    flex: 100%;
    max-width: 30%;
    margin: 0 0 30px 0;
}

.premium-partners-item-img img {
    width: 100%;
}

.premium-partners-item-img2 {
    max-width: calc(30% - 30px);
    margin: 0 30px 30px 0;
}

.premium-partners-item-text {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 30px 0;
    color: #fff;
    padding: 0 0 0 80px;
}

.premium-partners-item-text2 {
    padding: 0 80px 0 0;
}

/* Alternate order for every second premium-partners-item */
/* .premium-partners-item:nth-child(even) .premium-partners-item-img {
    order: 2;
}

.premium-partners-item:nth-child(even) .premium-partners-item-text {
    order: 1;
} */

.pp-name {
    font-size: 20px;
    font-weight: 400; 
    border-bottom: 1px solid rgba(90, 88, 88, 1);   
    padding-bottom: 15px;
}

.pp-location {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgba(59, 57, 57, 1);
    margin-right: 10px;
    padding: 5px 20px;
}

p.pp-desc {
    margin: 20px 0 40px;
}

a.btn-pp {
    color: rgba(191, 40, 37, 1);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;   
    padding: 12px 40px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1)) 1;    
}

.btn-pp img {
    height: 13px;
    margin-left: 10px;
}

/*======= Search Job Section =========*/
#search-job {
    padding: 80px 0 80px;
    background-image: url('../images/bg-search.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a.btn-search-job {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px;
    display: block;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

a.btn-search-job img {
    height: 13px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}

/*======= New Job Listing Section =========*/
#new-job-listing {
    padding: 80px 0 80px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.job-opening-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;    
    max-width: 1460px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;    
    gap: 40px;
    box-sizing: border-box;
}

.job-opening-item {
    width: calc((100% - 2 * 40px) / 3); /* 4 items per row, 3 gaps */
    color: #000;
    /* box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    background: #fff; */
}

.job-opening-item:last-child {
    margin-right: 0;
}


.job-opening-item:hover {
    text-decoration: none;
    color: #000;
}

.job-opening-item-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.job-opening-item-content {
    padding: 20px 0;    
}

.job-opening-item-table {
    min-height: 220px;
}

.job-opening-item-table table {
    width: 100%;
}

.job-opening-item-table table tr {
    margin-bottom: 10px;
    /* Adjust value as needed */
    display: block;
    /* Required for margin to work on tr elements */    
}

.job-opening-item-table-row {
    border-bottom: 1px solid rgba(90, 88, 88, 1);  
    padding-bottom: 5px;  
}

.job-opening-item-table-row:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}

.job-opening-item-table table th:first-child {
    background: rgba(59, 57, 57, 1);
    color: #fff;
    border: 1px solid rgba(59, 57, 57, 1);
    width: 102px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 15px 0 0;
    font-weight: 400;
}

.job-opening-item-table table th:last-child {    
    color: #000;  
    padding: 5px 10px;    
    font-weight: 400;
}

.job-opening-item-table table td:first-child {
    border: 1px solid rgba(90, 88, 88, 1);    
    color: #000;
    width: 100px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 15px 0 0;
    display: inline-block;
    /* Required for margin to work on td elements */
}

.job-opening-item-table table td:last-child {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    width: calc(100% - 120px);
}

.job-opening-item-table-td {   
    width: auto!important;
}

.job-opening-item-title {
    border: none!important;
    text-align: left!important;
    padding-left: 0!important;
    font-weight: 600;
    width: 100%!important;
}

.job-opening-job-details {
    margin: 40px auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

a.btn-more {
    color: rgba(191, 40, 37, 1);    
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;   
    padding: 12px 40px;  
    display: inline-block;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1)) 1;
}

.btn-more img {
    height: 13px;
    margin-left: 10px;   
}

/* ======= Wrecker Section =========*/
#wrecker {
    padding: 80px 0 80px;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.blog-wrapper {
    margin-top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;
}

.blog-item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.blog-wrapper2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px; 
    padding: 20px 0;
    box-sizing: border-box;
}

.blog-item2 {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */   
    box-sizing: border-box;
}

.blog-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-img2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.blog-content {
    margin-top: 15px;    
    padding: 5px 10px;   
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none; 
    border: 1px solid #fff;
}

.blog-content:hover {
    text-decoration: none;
    color: #fff
}

.blog-date {
    display: inline-block;
    margin-right: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.blog-title {
    display: inline-block;     
    color: #fff; 
    font-weight: 400;
    font-size: 16px;
}

.blog-name {
    margin-top: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.blog-name:hover {
    color: #fff;
    text-decoration: none;
}

.blog-excerpt {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;    
    margin-bottom: 10px;
}

.blog-excerpt:hover {
    color: #fff;
    text-decoration: none;
}

.blog-more {
    text-align: center;
    margin-top: 30px;
}

.blog-more .btn-more {
    color:rgba(191, 40, 37, 1);
}

/*======= Road24 Section =========*/
#road24 {
    padding: 80px 0 80px;    
}

.road24-item-img img {
    width: 100%;
}

.road24-item-content-text img {
    margin-right: 10px;
}

.road24-item-title {
    color: rgba(191, 40, 37, 1);
    font-size: 28px;
    font-weight: 500;
}

.road24-item-content-desc {
    margin-top: 20px;
}

/*======= Instagram Section =========*/
#instagram {
    padding: 80px 0 80px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sbi_feedtheme_header_text {
    color: #000;
}

.instagram-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;    
    box-sizing: border-box;
}

.instagram-item {
    width: calc((100% - 4 * 40px) / 5); /* 4 items per row, 3 gaps */
    text-align: center;
    box-sizing: border-box;
}

.instagram-item img {
    width: 100%;
}

/*======= Footer Section =========*/
footer {
    background: #000;
    color: #fff;
    padding: 80px 0 40px;  
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    box-sizing: border-box;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-left {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    display: flex;    
    flex-wrap: wrap;
}

.footer-left1 {
    flex: 100%;
    max-width: calc(30% - 30px);
    margin: 0 30px 30px 0;
}

.footer-left2 {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 30px 0;
}

.footer-right {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
}

.ft-menu1 ul li {
  list-style: none;
  margin-bottom: 15px;
}

.ft-menu1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.ft-menu1 ul li a .menu-jp {
    width: 130px;
    display: inline-block;
}

.ft-menu1 ul li a .menu-en {
    color: rgba(191, 40, 37, 1);
    font-family: "A-OTF Ryumin Pro", sans-serif;
    font-size: 16px;
    font-weight: 450;
}

.ft-menu2 {
    width: 90%;
}

.ft-menu2 ul li {
    list-style: none;
    border-bottom: 1px solid rgba(90, 88, 88, 1);
    padding-bottom: 5px;
    margin-bottom: 30px;
  }

.ft-menu2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.ft-sns-wrap {
    margin-top: 30px;
    padding: 0 0 0 40px;
}

.ft-sns {
    display: inline-block;
    margin-right: 10px;
}

.ft-sns img {
    height: 36px;
    width: auto;
}

.copyright {    
    padding: 40px 0 0;
    text-align: center;
    font-size: 16px;
}

.ft-logo img {
    max-width: 200px;
}

.road24-item-logo {
    max-width: 100px;
}

/*======= Contact Section =========*/
#contact {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

.contact-desc {
    text-align: center;    
}

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

.line-icon img {
    max-width: 100%;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    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 */
    color: #fff;
    margin-right: 30px;
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(205, 116, 116, 1);    
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.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 */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.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: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !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;
}

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

.btn-submit {
    background: rgba(205, 116, 116, 1);
    color: #fff;   
    font-weight: 400;
    padding: 15px 30px;    
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
    box-shadow:rgba(0, 0, 0, 0.25) 2px 2px 2px 0px;
}

.btn-submit:hover {
    color: #fff!important;
    text-decoration: none;
}

input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
}

input[type="radio"]:checked {
    background-color: #000;
    padding: 4px;
    border: 2px solid #000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    border: none!important;
}

/*======= LP1 Section =========*/
#lp1 {
    padding: 80px 0 80px;
    background: url('../images/bg-lp1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
}

.lp1-wrap {
    text-align: center;
    position: relative;
    top: 130px;
}

.lp1-content {
    display: inline-block;
    text-align: center;
}

.lp1-title {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.lp1-subtitle {
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 700;
    margin-top: -10px;
    font-size: 20px;
}

.lp1-subtitle img {
    margin-right: 10px;
}

.lp1-wrap2 {
    margin-top: 40px;
}

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

.lp1-wrap3 {
    text-align: center;
    margin-top: 40px;
}

a.btn-yellow {
    color: #000;
    background: rgba(250, 204, 21, 1);
    text-decoration: none;
    border: 1px solid rgba(250, 204, 21, 1);
    padding: 10px 30px;
    display: inline-block;
    font-size: 20px; 
    font-weight: 700;
    border-radius: 5px
}

a.btn-yellow img {    
    height: 12px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/*======= Problem Solution Section =========*/
#problem-solution {
    padding: 80px 0 80px;
    background: #000;
}

.title-wrap-lp {
    text-align: center;    
}

.title-jp-lp {
    font-size: 20px;
    font-weight: 700;
    color: rgba(250, 204, 21, 1);
    position: relative;
    display: inline-block;
}

.title-jp-lp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 1px;
    background: rgba(250, 204, 21, 1);
    transform: translateY(-50%);
}

.title-jp-lp::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 1px;
    background: rgba(250, 204, 21, 1);
    transform: translateY(-50%);
}

.title-en-lp {
    font-size: 48px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.problem-solution-intro {
    color: #fff;
}

.problem-solution-intro-title {
    font-weight: 700;
    font-size: 20px;
}

.problem-solution-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.problem-solution-item-content {
    flex: 100%;
    max-width: calc(100% / 3);
    margin: 0 0 30px 0;    
    background: rgba(76, 76, 76, 0.8);
    padding: 15px;
    border: 5px solid rgba(76, 76, 76, 1);
    border-radius: 5px;
    color: #fff;
}

.problem-solution-item-img img {
    height: 94px;
}

.problem-solution-item-content-text-title {
    font-size: 24px;
    font-weight: 900;
}

.problem-solution-item-content-text-desc {
    
}

/*======= Strategy Section =========*/
#strategy {
    padding: 80px 0 80px;
    background: url('../images/bg-strategy.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.strategy1 {
    border-left: 5px solid rgba(250, 204, 21, 1);
    padding-left: 20px;
}

.strategy1-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.strategy1-content {
    color: #fff;
}

.strategy1-sns a {
    display: inline-block;
    margin-right: 10px;
}

.strategy1-sns a img {
    height: 48px;
}

.strategy1-sns a:last-child {
    margin-right: 0;
}

.strategy2 {
    border-left: 5px solid rgba(250, 204, 21, 1);
    padding-left: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.strategy2-img {
    flex: 100%;
    max-width: calc(20% - 30px);
    margin: 0 30px 0 0;
}

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

.strategy2-content {
    flex: 100%;
    max-width: calc(80% - 30px);
    margin: 0 30px 0 0;
}

.strategy2-content-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.strategy2-content-desc {
    color: #fff;
    margin-bottom: 0;
}

/*======= Visual Section =========*/
#visual {
    padding: 80px 0 80px;
    background: url('../images/bg-visual.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.visual-intro {
    color: #fff;
}

.visual-item-img img {
    width: 100%;
}

.visual-btn {
    text-align: center;
}

.visual-btn a {
    color: #fff;
    background: #000;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
}

.visual-btn a img {
    margin-left: 10px;
}

.txt-visual-sp {
    color: #fff;
    margin: 20px 0;
}

/*======= Portal Section =========*/
#portal {
    padding: 80px 0 80px;
    background: #000;
}

.portal-intro {
    color: #fff;
}

.portal-intro h4 {
    font-size: 20px;
    font-weight: 700;   
}

.portal-table {
    display: block;
}

.portal-table-sp {
    display: none;
}

.tbl-portal-sp1 {
    width: 100%;
    border-collapse: collapse;
}

.tbl-portal-sp1 tr th {
    background: rgba(250, 204, 21, 1);    
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.tbl-portal-sp1 tr td:first-child {
    background: rgba(245, 245, 245, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 5px solid rgba(67, 67, 67, 1);
    text-align: center;    
    width: 52%;
}

.tbl-portal-sp1 tr td:first-child img {
    display: block;
    margin: 0 auto 10px;
}

.tbl-portal-sp1 tr td:last-child {
    border: 5px solid rgba(250, 204, 21, 1);
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;   
    width: 38%;
}

.tbl-portal-sp2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.tbl-portal-sp2 tr th {
    background: rgba(169, 169, 169, 1);   
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.tbl-portal-sp2 tr td:first-child {
    background: rgba(245, 245, 245, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 5px solid rgba(67, 67, 67, 1);
    text-align: center;    
    width: 52%;
}

.tbl-portal-sp2 tr td:first-child img {
    display: block;
    margin: 0 auto 10px;
}

.tbl-portal-sp2 tr td:last-child {
    border: 5px solid rgba(169, 169, 169, 1);
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;  
    width: 48%;
}

/*======= Table portal =========*/
.portal-table-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    border-collapse: collapse;
}

/* Empty header cell (first column) */
.portal-table-header-empty {
    background: transparent;
    border: none;
    padding: 0;
}

/* Yellow header (24ROAD.JP) */
.portal-table-header-yellow {
    background: rgba(250, 204, 21, 1);
    color: #000;
    padding: 25px 20px 35px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 5px solid rgba(250, 204, 21, 1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;   
}

/* Grey headers */
.portal-table-header-grey {
    background: rgba(169, 169, 169, 1);
    color: #000;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 5px solid rgba(169, 169, 169, 1);
    border-bottom: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    align-self: end;
}

/* Label cells (first column) */
.portal-table-cell-label {
    background: rgba(245, 245, 245, 1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(67, 67, 67, 1);
    border-right: 5px solid rgba(67, 67, 67, 1);
    border-top: 5px solid rgba(67, 67, 67, 1);
    border-bottom: 5px solid rgba(67, 67, 67, 1);
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portal-table-cell-label:first-of-type {
    border-top-left-radius: 10px;
}

.portal-table-cell-label img {
    height: 24px;
    display: block;
    margin: 0 auto 10px;
}

/* Yellow column cells (24ROAD.JP) */
.portal-table-cell-yellow {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(250, 204, 21, 1);
    border-top: none;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portal-table-cell-yellow:first-of-type {
    padding-top: 54px;
}

/* Grey column cells */
.portal-table-cell-grey {
    background: rgba(245, 245, 245, 1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(169, 169, 169, 1);
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*======= End table portal =========*/

.portal-table img {
    /* width: 100%; */
}

/*======= Note portal =========*/
.portal-note {
    background: rgba(76, 76, 76, 0.8);
    padding: 20px;   
    color: #fff;
    border: 1px solid rgba(76, 76, 76, 1)
}

.portal-note-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portal-note-title img {
    margin-right: 20px;
}

.portal-note-content p {
    margin-bottom: 0;
}

/*======= Message Section =========*/
#message-lp {
    padding: 80px 0 80px;
    background: url('../images/bg-strategy.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.message-lp-wrap-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.message-lp-wrap-content-img {
    flex: 100%;
    max-width: calc(30% - 60px);
    margin: 0 60px 0 0;
}

.message-lp-wrap-content-img img {
    width: 100%;
}

.message-lp-wrap-content-text {
    flex: 100%;
    max-width: 70%;
    margin: 0;
    color: #fff;
}

.message-job-posiiton,
.message-note {
    font-weight: 700;
}

.message-name,
.message-title {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.message-desc {
    margin-top: 20px;
}

/*======= Change Section =========*/
#change {
    padding: 80px 0 80px;
    background: #000;
}

.change-intro {
    color: #fff;
}

.change-intro-title {
    font-size: 20px;
    font-weight: 700;
}

.change-box-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.change-box {
    flex: 100%;
    max-width: calc(100% / 2);
    background: rgba(76, 76, 76, 0.8);   
    color: #fff; 
    border: 3px solid rgba(76, 76, 76, 1);
    padding: 30px;
}

.change-box:last-child {
    border: 5px solid rgba(250, 204, 21, 1);
}

.change-title1,
.change-title2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.change-title1::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #fff;
}

.change-title2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: rgba(250, 204, 21, 1);
}

.change-content1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.change-content1-icon {
    flex: 100%;
    max-width: 10%;
}

.change-content1-text {
    flex: 100%;
    max-width: 90%;
}

/*======= Who Section =========*/
#who {
    padding: 80px 0 80px;
    background: url('../images/bg-who.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.who-intro {
    color: #fff;
}

.who-intro-title {
    font-size: 20px;
    font-weight: 700;
}

.who-item-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.who-item-content {
    flex: 100%;
    max-width: calc(100% / 3);
    margin: 0 0 30px 0;
    text-align: center;
}

.who-item-content-img {
    margin-bottom: 20px;
}

.who-item-content-text-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
}

.who-note-wrap {
    border-left: 5px solid rgba(250, 204, 21, 1);
    padding-left: 20px;
}

.who-note-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.who-note-content {
    color: #fff;
}

/* ======= Plan Section =========*/
#plan {
    padding: 80px 0 80px;
    background: #000;
}

.plan-intro {
    color: #fff;
}

.plan-table {
    display: block;
}

.plan-table-sp {
    display: none;
}

.plan-table-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
}

/* Empty header cell (first column) */
.plan-table-header-empty {
    background: transparent;
    border: none;
    padding: 0;
}

/* Yellow header (24ROAD.JP) */
.plan-table-header-yellow {
    background: rgba(250, 204, 21, 1);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;    
    border: 5px solid rgba(250, 204, 21, 1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

/* Grey header (General job sites) */
.plan-table-header-grey {
    background: rgba(169, 169, 169, 1);
    color: #000;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;   
    border: 5px solid rgba(169, 169, 169, 1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Label cells (first column - black background) */
.plan-table-cell-label {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    border: 5px solid #000;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    border: 5px solid #fff;
}

.plan-table-cell-label:first-of-type {
    border-top-left-radius: 10px;
}

.plan-table-cell-label:last-of-type {
    border-bottom-left-radius: 10px;
}

/* Yellow column cells (24ROAD.JP) */
.plan-table-cell-yellow {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(250, 204, 21, 1);
    border-top: none;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}

.plan-table-cell-yellow:first-of-type {
    padding-top: 54px;
}

.plan-table-cell-yellow:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Price cell - special styling */
.plan-table-cell-price {
    font-size: 32px;
    font-weight: 900;
    color: rgba(250, 204, 21, 1);
    padding: 30px 24px;
}

/* Grey column cells (General job sites) */
.plan-table-cell-grey {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(169, 169, 169, 1);
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.plan-table-cell-grey:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.f20 {
    font-size: 20px;
}

.tbl-plan-sp1 {
    width: 100%;
    border-collapse: collapse;
    border: 10px solid rgba(250, 204, 21, 1);
}

.tbl-plan-sp1 tr th {
    background: rgba(250, 204, 21, 1);
    color: #fff;    
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;    
}

.tbl-plan-sp1 tr td:first-child {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 8px solid #fff;
    text-align: center;
    width: 52%;
}

.tbl-plan-sp1 tr td:last-child {
    border: 10px solid rgba(250, 204, 21, 1);
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 48%;
}

.tbl-plan-sp1 tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tbl-plan-price-yellow {
    font-size: 28px;
    font-weight: 900;
    color: rgba(250, 204, 21, 1);
}

.tbl-plan-sp2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border: 10px solid rgba(169, 169, 169, 1);
}

.tbl-plan-sp2 tr th {
    background: rgba(169, 169, 169, 1);
    color: #000;    
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;    
}

.tbl-plan-sp2 tr td:first-child {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 8px solid #fff;
    text-align: center;
    width: 52%;
}

.tbl-plan-sp2 tr td:last-child {
    border: 10px solid rgba(169, 169, 169, 1);
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 48%;
}

.tbl-plan-sp2 tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tbl-plan-price-grey {
    font-size: 20px;
    font-weight: 900;
}

.plan-note {
    color: #fff;
}

.plan-banner {
    text-align: center;
}

.btn-black2 {
    color: #fff;
    background: rgba(48, 48, 48, 1);
    text-decoration: none;    
    padding: 15px 50px;
    display: inline-block;
    border-radius: 5px;
}

.btn-black2 img {
    margin-left: 10px;
    height: 24px;
}

.plan-btn {
    text-align: center;
}

.plan-btn .btn-black2 {
    margin-right: 30px;
    font-family: "Noto Sans JP", sans-serif;
}

.plan-btn .btn-black2:hover {
    text-decoration: none;
    color: #fff;
}

.plan-btn .btn-yellow {
    font-family: "Noto Sans JP", sans-serif;
}

/*======= FAQ Section =========*/
#faq-lp {
    padding: 80px 0 80px;
    background: url('../images/bg-strategy.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ======= Future Section =========*/
#future {
    padding: 40px 0 80px;
    background: rgba(250, 204, 21, 1);
}

.title-jp-lp2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.title-en-lp2 {
    color: rgba(250, 177, 21, 0.76);
    font-size: 100px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    position: relative;
    top: 60px;
    z-index: 1;
}

.future-desc {
    text-align: center;
    font-weight: 700;
}

.future-btn {
    text-align: center;
}

.future-btn .btn-black2 {   
    font-family: "Oswald", sans-serif;
    background: #000;
}

.future-btn .btn-black2:hover {    
    text-decoration: none;
    color: #fff;
}

/*======= Contact Section =========*/
#contact-lp {
    padding: 80px 0 80px;
    background: url('../images/bg-visual.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-intro {
    color: #fff;
    text-align: center;
}

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

.line-icon img {
    max-width: 100%;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    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-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #000;
    background: rgba(250, 204, 21, 1);  
    font-weight: 700; 
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 25px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.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 */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.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: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !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;
}

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

.btn-submit {
    background: rgba(250, 204, 21, 1);
    color: #000;   
    font-weight: 400;
    padding: 15px 30px;   
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
}

.btn-submit:hover {
    color: #000!important;
    text-decoration: none;
}

.btn-submit img {
    height: 12px;
    margin-left: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

/*======= Interview Introduction Section =========*/
#interview-introduction {
    padding: 80px 0 80px;
    background: url('../images/bg-interview.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.interview-introduction-intro-title {
    font-family: "Futura PT", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.interview-introduction-intro-desc {
    font-family: "Noto Sans JP", sans-serif;   
}

.interview-introduction-content-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.interview-introduction-content-item-img {
    flex: 100%;
    max-width: calc(40% - 60px);
    margin: 0 60px 0 0;
}

.interview-introduction-content-item-img img {
    width: 100%;
}

.interview-introduction-content-item-text {     
    flex: 100%;
    max-width: 60%;    
}

.interview-introduction-content-item-text-title {
    background: rgba(59, 57, 57, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px;
}

/*======= Interview Section2 =========*/
#interview {
    padding: 80px 0 80px;
    background: url('../images/bg-interview2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.interview-content-item {
    margin-bottom: 40px;
}

.interview-content-item-title {
    background: rgba(59, 57, 57, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px;
}

/*======= Behind the Scenes Section =========*/
#behind-the-scenes {
    padding: 80px 0 80px;   
}

.behind-the-scenes-intro {
    text-align: center;
}

.site-photos-cont {
    max-width: 1200px;
    margin: 60px auto 0;
    position: relative;
}

.site-photos-flex {
	display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 50px;
}

.site-photos-item {
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    flex-shrink: 0;
    position: relative;
}

.site-photos__layout {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
}

.slider__container-site-photos {
    width: 96%;
    height: 100%;
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__item-site-photos > video {
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
}

#site-photos {
    background-color: #000;
    padding: 80px 0;
}

.slider__item-site-photos {
    height: 100%;
}

.dl-pausevid__vid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.vid-frame {
	position: relative;
    width: 100%;
    height: 35vw;
    max-height: 424px;
    pointer-events: none;
}

.video__controls {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.video__play-pause {
	background: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(195, 34, 39, 1);
	transition: background-color 0.3s;
}

.play-icon,
.pause-icon {
	font-size: 36px;
}

i.fa.fa-pause {
    font-size: 30px;
	color: #C73420;
}

button.slider-navi__pause.dl-pausevid {
    background: none;
    border: none;
}

i.fa.fa-play {
    font-size: 30px;
    color: #c73420;
}

.slider__item-site-photos.frame img {
	width: 100%;
	height: 100%;
}

.slider-nav__arrows-site-photos.slider-navi.slider-navi_main {
    text-align: center;
    margin-top: 20px;
}

/* Scroll indicator positioned relative to scroll container */
.scroll-indicator {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.scroll-indicator.show {
    display: block !important;
}

.scroll-indicator img {
    width: 30px;
    height: auto;
}

/*======= Inside Field Company Section =========*/
#inside-field-company {
    padding: 80px 0 80px;
    background: url('../images/bg-inside.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inside-field-company-intro {
    text-align: center;
}

.inside-field-company-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.inside-field-company-content .inside-text-box {
    box-shadow: none;
}

.inside-field-company-content-left {
    flex: 100%;
    max-width: calc(36% - 30px);
    margin: 0 30px 0 0;    
}

.inside-field-company-content-left-img {
    width: 100%;
}

.inside-field-company-content-left-img img {
    width: 100%;
}

.inside-field-company-content-right {
    flex: 100%;
    max-width: 64%;
}

table.tbl-inside {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 20px 0 40px;
}

table.tbl-inside tr td {
    border: 1px solid #000;
    padding: 20px 10px;    
    font-family: "Noto Sans JP", sans-serif;
}

table.tbl-inside tr td:first-child {
    width: 35%;
    text-align: center;
}

.inside-sns-box {   
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(217, 217, 217, 1)) 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

a.inside-sns-box-item {
    display: inline-block;
    color: #000;
    text-align: center;
}

a.inside-sns-box-item:hover {
    text-decoration: none;
}

a.inside-sns-box-item img {
    height: 44px;
    width: auto;
}

.inside-text-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Q&A Section Styles */
.qa-section {
    max-width: 100%;
}

.qa-question {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
}

.qa-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: rgba(191, 40, 38, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
}

.qa-question-text {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
}

.qa-answer {
    display: flex;
    margin-bottom: 20px;
    gap: 0;
    align-items: flex-start;
}

.qa-answer-label {
    min-width: 130px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
}

.qa-answer-manager .qa-answer-label {   
    border: 1px solid rgba(191, 40, 37, 1);
}

.qa-answer-manager .qa-answer-label.no-box {
    border: none;
}

.qa-answer-interviewer .qa-answer-label {    
    border: 1px solid rgba(217, 217, 217, 1);
    background: #f5f5f5;
}

.qa-answer-content {
    flex: 1;
    padding: 0 15px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.qa-answer-content p {
    margin: 0;
}

/*======= Summary Section =========*/
#summary {
    padding: 80px 0 80px;
    background: url('../images/bg-summary.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.summary-content {
    color: #fff;
}

/*======= Company Introduction Section =========*/
#company-intro {
    padding: 80px 0 80px;
    background: url('../images/bg-inside.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company-intro-content {
    text-align: center;
}

.company-intro-content-title {
    font-size: 20px;
    font-weight: 700;
}

.company-table {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-items: flex-start;
}

.company-table-label {
    min-width: 270px;
    padding: 15px 15px;    
    font-weight: 600;   
    color: #000;   
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(217, 217, 217, 1)) 1;
}

.company-table-content {
    flex: 1;
    padding: 15px 15px;
    font-family: "Noto Sans JP", sans-serif;  
    line-height: 1.6;
    color: #000;
    border-bottom: 1px solid rgba(90, 88, 88, 1);    
}

.company-table-content a {
    color: #000;
    text-decoration: none;
    word-break: break-all;
}

.company-table-content a:hover {
    text-decoration: none;
    color: #000;
}

.company-intro-content-sns-box {
    border: 1px solid rgba(90, 88, 88, 1);
    padding: 20px;
    text-align: center;
}

.company-intro-content-sns-box-title {
    color: rgba(191, 40, 37, 1);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -36px;
    padding: 0 20px;
}

.company-intro-content-sns-box-sns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.company-intro-content-sns-box-sns a {
    color: #000;
    text-decoration: none;
}

.company-intro-content-sns-box-sns a img {
    height: 44px;
    width: auto;
}

.company-intro-content-btn {
    text-align: center;
}

.company-intro-content-btn .btn-company {
    color: #fff;
    background: linear-gradient(to bottom, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;   
}

.company-intro-content-btn .btn-company:hover {
    text-decoration: none;
    color: #fff;
}

.company-intro-content-btn .btn-company img {
    margin-left: 10px;
    height: 15px;
}

#contact-top {
    padding: 80px 0 80px;   
}

#contact-top .form-group p label,
#membership .form-group p label {
    color: #000;
}

#contact-top .form-group .required,
#membership .form-group .required {
    background: rgba(59, 57, 57, 1);
    color: #fff;
}

#contact-top .btn-submit,
#membership .btn-submit {
    color: #fff;
    background: linear-gradient(to bottom, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;   
}

#contact-top .btn-submit:hover,
#membership .btn-submit:hover {
    color: #fff!important;
}

/*======= Tow Truck Crew Wanted Section =========*/
#tow-truck-crew-wanted {
    padding: 80px 0 80px;
    background: url('../images/bg-tow-truck.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tow-truck-crew-wanted-content {
    text-align: center;
}

.faq-top span.qnum {
    color: rgba(191, 40, 38, 1);
}

.faq-top #faq-box .q-txt:after {
    border-top: solid 2px rgba(191, 40, 38, 1);
    border-right: solid 2px rgba(191, 40, 38, 1);
}

/* Slider Profile - Container for nav and dots */
#slider-profile .owl-carousel {
    position: relative;
}

/* Create a wrapper that contains both nav and dots on black background */
#slider-profile .owl-theme::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #000;
    z-index: 1;
}

/* Navigation Arrows - Position near the dots (centered) */
#slider-profile .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    background: transparent;
    margin: 0;
}

#slider-profile .owl-theme .owl-nav button {
    pointer-events: all;
    background: rgba(191, 40, 38, 1) !important;
    border: none;
    color: rgba(191, 40, 38, 1) !important;
    font-size: 28px;
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    transition: opacity 0.3s;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#slider-profile .owl-theme .owl-nav button:hover {
    opacity: 0.8;
    background: rgba(191, 40, 38, 1) !important;
    color: rgba(191, 40, 38, 1) !important;
}

#slider-profile .owl-theme .owl-nav button span {
    /* color: rgba(191, 40, 38, 1); */
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

/* Position prev arrow to the left of center (near dots) */
#slider-profile .owl-theme .owl-nav button.owl-prev {
    right: calc(50% + 50px);
}

/* Position next arrow to the right of center (near dots) */
#slider-profile .owl-theme .owl-nav button.owl-next {
    left: calc(50% + 50px);
}

/* Dots - Centered, white circles */
#slider-profile .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    z-index: 5;
    background: transparent;
    margin: 0;
    padding: 0;
}

#slider-profile .owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
    cursor: pointer;
}

#slider-profile .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff !important;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transition: background 0.3s;
}

#slider-profile .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.8) !important;
}

/* Active dot - Red */
#slider-profile .owl-theme .owl-dots .owl-dot.active span,
#slider-profile .owl-theme .owl-dots .owl-dot.active {
    /* background: rgba(191, 40, 38, 1) !important; */
}

/* General owl carousel styles for other sections */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    background: #000;
}

.owl-theme .owl-dots .owl-dot {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: rgba(191, 40, 38, 1);
}

/*======= Message President Section =========*/
#message-president {
    padding: 80px 0 80px;
    background: url('../images/bg-message-president.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.message-president-content-desc {
    font-family: "Noto Sans JP", sans-serif;
}

.president-signature {
    text-align: right;
}

.signature-name {
    font-size: 22px;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    margin-left: 20px;
}

/*======= CEO Interview Section =========*/
#ceo-interview {
    padding: 80px 0 80px;    
}

.my-interview-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.my-interview-image {
    flex: 100%;
    max-width: 55%;
    display: flex;
    align-items: stretch;
}

.my-interview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-interview-content-outer {
    flex: 100%;
    max-width: 45%;
    display: flex;
    align-items: stretch;
    background: linear-gradient(to right, rgba(228, 228, 228, 1), rgba(115, 115, 115, 1));
}

.my-interview-content-inner {       
    width: 100%;
    height: 86%;
    margin: 20px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    background: url('../images/bg-my-interview.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -20px;
}

.my-interview-text-wrapper {
    text-align: center;
    width: 100%;
}

.my-interview-content-title { 
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.my-interview-content-name {    
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

iframe.youtube-shorts-embed {
    height: 100%;
    width: 100%;
}

.my-interview-faq {
    padding: 80px 0 80px;
    background: url('../images/bg-interview-faq.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-interview #faq-box .q-txt {
    background: #FFF;
    color: #000;
}

.faq-interview #faq-box {
    border: solid rgba(191, 40, 38, 1);
}

.faq-interview #faq-box .q-txt {
    border-bottom: 1px solid rgba(191, 40, 38, 1);
}

/*======= Employee Interview Section =========*/
#employee-interview {
    padding: 80px 0 80px;    
}

/*======= Training Thoughts Section =========*/
#training-thoughts {
    padding: 80px 0 80px;    
    background: url('../images/bg-tow-truck.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.training-thoughts-content {
    max-width: 1000px;
    margin: 0 auto;
}

.row.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.training-thoughts-btn {
    text-align: center;
}

.btn-red {
    color: #fff;
    background: linear-gradient(to bottom, rgba(191, 40, 38, 1), rgba(142, 2, 0, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;   
}

.btn-red:hover {
    text-decoration: none;
    color: #fff;
}

.btn-red img {
    margin-left: 10px;
    height: 15px;
}

/*======= Message Profile Section =========*/
#message-profile {
    padding: 80px 0 80px;
    background: url('../images/bg-inside.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.message-profile-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.message-profile-item-img {
    flex: 100%;
    max-width: calc(30% - 40px);
    margin: 0 40px 0 0;
}

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

.message-profile-item-text {
    flex: 100%;
    max-width: 70%;
}

.message-profile-item-text-post {
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin-bottom: 10px;
}

.message-profile-item-text-name {
    font-size: 30px;
    margin-bottom: 10px;
}

.message-profile-item-text-note {
    font-family: "Noto Sans JP", sans-serif;
    background: rgba(217, 217, 217, 1);
    padding: 10px 20px;
    margin-bottom: 40px;
}

/*======= Advantages Torque Section =========*/
#advantages-torque {
    padding: 80px 0 80px;
    background: url('../images/bg-advantages.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.advantages-torque-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.advantages-torque-item-img {
    flex: 100%;
    max-width: 40%   
}

.advantages-torque-item-img img {
    width: 100%;
}

.advantages-torque-item-text {
    flex: 100%;
    max-width: 60%;
    background: #fff;
    padding: 30px;
}

.advantages-torque-item-text-title {
    font-size: 20px;
    font-weight: 700;
}

.advantages-torque-item-text-num {
    color: rgba(191, 40, 37, 1);
    font-size: 60px;
    font-weight: 400;
    font-family: "Allura", cursive;
    margin-right: 10px;
}

.advantages-torque-item:nth-child(even) .advantages-torque-item-img {
   order: 2;
}

.advantages-torque-item:nth-child(even) .advantages-torque-item-text {
    order: 1;
}

/*======= About Torque Section =========*/
#about-torque {
    padding: 80px 0 80px;
    background: url('../images/bg-inside.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-torque-intro {
    text-align: center;
}

table.tbl-about {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(217, 217, 217, 1);  
    max-width: 800px; 
    margin: 0 auto;
}

table.tbl-about tr th {
    padding: 20px 30px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    border-bottom: 1px solid #fff;
}

table.tbl-about tr td {
    padding: 20px 30px;    
    font-family: "Noto Sans JP", sans-serif;    
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

/*======= Workplace Location Section =========*/
#workplace-location {
    padding: 80px 0 80px;    
}
.workplace-location-content {
    max-width: 1000px;
    margin: 0 auto;
}

.workplace-location-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.workplace-location-item-img {
    flex: 100%;
    max-width: 50%;
}

.workplace-location-item-img img {
    width: 100%;
}

.workplace-location-item-text {
    flex: 100%;
    max-width: 50%;
    padding: 0 30px;
}   

.workplace-location-item-text-title {
    color: rgba(191, 40, 37, 1);
    border-bottom: 1px solid rgba(191, 40, 37, 1);
    font-weight: 600;
    margin-bottom: 20px;
}

.workplace-location-item-text-desc {
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
}

.workplace-location-item-text-desc-num {
    color: rgba(191, 40, 37, 1);
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.workplace-location-item-text .workplace-location-item-text-title:nth-of-type(2) {
    margin-top: 40px;
}

/*======= Benefits Section =========*/
#benefits {
    padding: 80px 0 80px;    
    background: url('../images/bg-message-president.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.benefits-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px; 
}

.benefits-item {
    width: calc((100% - 2 * 40px) / 3); /* 3 items per row, 2 gaps */
}

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

.benefits-item-content {
    background: #fff;
    padding: 30px 20px;
    min-height: 315px;
}

.benefits-item-title {
    margin-bottom: 20px;
}

.benefits-item-title-text {
    font-size: 20px;
    font-weight: 700;
}

.benefits-item-title-num {
    font-family: "Allura", cursive;
    color: rgba(191, 40, 37, 1);
    font-size: 60px;
    font-weight: 400;
    margin-right: 10px;
}

.benefits-box {
    border: 1px solid rgba(90, 88, 88, 1);   
    text-align: center;
    margin-top: 60px;
    padding: 0 0 30px 0;
}

.benefits-box-title {
    color: rgba(191, 40, 37, 1);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -28px;
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
    background: #d5d3d5;
}


/* ======= Membership Section =========*/
#membership {
    padding: 80px 0 80px;
    background: url('../images/bg-interview.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.membership-intro {
    text-align: center;
}

.membership-intro-title {
    font-size: 20px;
    font-weight: 700;
}

.membership-note {
    border: 1px solid rgba(90, 88, 88, 1);
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
}

.membership-note-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
}

.membership-note-title img {
    margin-right: 10px;
}

ul.ul-membership-note {
    margin-left: -15px;
    font-family: "Noto Sans JP", sans-serif;
}

ul.ul-membership-note li::marker {
    color: rgba(191, 40, 38, 1);
}

.ul-membership-note-item {
    line-height: 1.8em;
}

.ul-membership-note-item-text {
    color: rgba(191, 40, 38, 1);
    font-weight: 700;
}

.membership-footer {
    text-align: center;
}

.membership-footer-title {
    font-size: 20px;
    font-weight: 700;
}

.membership-footer-desc {
    font-family: "Noto Sans JP", sans-serif;
}

.membership-footer-image img {
    max-width: 300px;
    margin: 30px auto 0;
}

/*======= FAQ Torque Section =========*/
#faq-torque {
    padding: 80px 0 80px;    
}


/* Job */
#job-information {
    padding: 80px 0 80px;
    background-color: #F5F5F5;
    /* background: url(../images/bg-interview.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}


.job-row {
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* .job-label::before {
    z-index: -2;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    background: #535151;
    background: linear-gradient(90deg, rgba(83, 81, 81, 1) 0%, rgba(217, 217, 217, 1) 100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.job-label::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #D9D9D9;
    width: 100%;
    height: 100%;
} */

.job-label {
    width: 22.5%;
    text-align: center;
    position: relative;
    /* background-color: #D9D9D9; */
    z-index: 1;
    font-weight: bold;
    margin-top: 25px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(217, 217, 217, 1)) 1;
}

.job-data {
    min-height: 115px;
    width: calc(77.5% - 40px);
    display: inline-flex;
    align-items: center;
    border-bottom: 1px dashed #535151;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.job-data p {
    width: 100%;
    margin-bottom: 1.5rem;
}

.job-data p:last-child {
    margin-bottom: 0;
}

.job-data strong {
    width: 100%;
    display: block;
    margin-bottom: -1.2rem;
}


#job-recruitment {
    padding: 80px 0 80px;
    background-color: #fff;
}

.recruitment_container {
    margin-top: 55px;
    margin-bottom: 60px;
}

.job_container {
    margin-top: 55px;
    margin-bottom: 60px;
}

.desc-recruitment {
    margin-top: 40px;
    text-align: center;
}

.recruitment-row {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0px auto 0px;
    padding-bottom: 35px;
    gap: 35px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background-image: url(../images/line-5.png);
    background-repeat: repeat-y;
    background-position: 49px top;
    background-size: 3px auto;
}

.recruitment__container .recruitment-row:last-child {
    background-image: none;
}

.recruitment-i {
    width: 100px;
    background-color: #fff;
}

.recruitment-info {
    width: calc(100% - 135px);
    padding-top: 5px;
}

.recruitment-info strong {
    display: block;
    margin-bottom: 15px;
}

.recruitment-step {
    color: #fff;
    background-color: #3B3939;
    border-radius: 99px;
    text-align: center;
    padding: 3px 15px 2px;
    display: inline-block;
    margin-right: 20px;
}

.recruitment-tag {}

.recruitment-text {
    line-height: 1.75;
    margin-bottom: 0;
}

.recruitment__container {
    margin-top: 65px;
    /* max-width: 1000px;
    margin: 0 auto; */
}

.job-item {
    list-style: none;
    max-width: 1200px;
    margin: 0 auto 20px;
    border-bottom: 1px dashed #535151;
}

.job-list {
    padding-left: 0;
    padding-bottom: 1px;
}

.job-link {
    display: block;
    padding-top: 30px;
    color: initial;
    padding-bottom: 1px;
}

.job-link:hover {
    color: initial;
    text-decoration: none;
}

.job-title,
.job-area {
    font-size: 18px;
    display: inline-block;
}

.job-date {
    text-align: center;
    padding: 5px 20px 4px;
    color: #fff;
    background-color: #c73420;
    display: inline-block;
    margin-right: 20px;
}

.group_title_job {
    font-weight: bold;
    margin-bottom: 25px;
}

.result-job-area {
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(83, 81, 81, 1), rgba(191, 142, 142, 1)) 1;
    padding: 23px 40px 3px;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 30px);
}

.pb-0 {
    padding-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.row__form {
    gap: 20px;
    padding-left: 1px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}


#search-jobs {
    padding: 90px 0 55px;
    background: url(../images/a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.search__form_top {
    margin-top: 115px;
}

.top-search-button {
    cursor: pointer;
}

.top-search-inner {
    justify-content: center;
    padding: 40px min(10.417vw, 200px);
}
.useful-information-pagination{
    font-weight: bold;
}

.job-opening-item-table tr:last-child td,
.job-opening-item-table tr:nth-last-child(2) td {
  max-width: 100%;
}

.job-opening-item-table tr:last-child td .data_value,
.job-opening-item-table tr:nth-last-child(2) td .data_value{
  display: -webkit-box;
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 48px;
}

.data_value p{
	margin-bottom: 0;
}

.contact-sin .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}

@media (max-width: 767px) {
    #search-jobs {
    padding: 80px 0 45px;
    }
    .search__form_top {
        margin-top: 95px;
    }

    #job-recruitment .title-en {
        font-size: 38px;

    }

    .job-row {
        gap: 0;
    }

    .job-label,
    .job-data {
        width: 100%;
    }

    .job-data {
        min-height: initial;
    }

    .job_container {
        margin-top: 35px;
        margin-bottom: 60px;
    }

    .job-date {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        max-width: 150px;
    }

    .recruitment-i {
        width: 80px;
    }

    .recruitment-row {
        gap: 15px;
    }

    .recruitment-info {
        width: calc(100% - 95px);
        padding-top: 5px;
    }

    .recruitment-tag {
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    .result-job-area {
        padding: 23px 10px 3px;
    }

    .recruitment-step {
        margin: 0 auto;
    }

    .recruitment-info strong {
        text-align: center;
    }

    .recruitment-row {
        background-position: 39px top;
    }
}
