@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');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&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: 40px;
    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: 22px;
    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-jp2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0;   
    font-family: "Noto Serif JP", serif;
}

.title-en2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;     
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
}

.title-jp3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0;   
    font-family: "M PLUS 1p", sans-serif;
}

.title-en3 {
    font-size: 24px;
    font-weight: 800;
    color: #008E42;
    text-align: center;  
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 0;
}

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

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

.txt-white {
    color: #fff;
}

.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;    
    /* filter: brightness(0.6); */
}

.btn-top {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,#008E42, #25BF3C);
    font-size: 16px;
    font-weight: 400;
    padding: 20px 40px;    
}

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

.btn-top img:first-child {
    margin-right: 10px;
    height: 20px;
}

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

.btn-top2 {
    position: sticky;
    top: 98px;
    z-index: 2;
    color: #fff;
    background: linear-gradient(to right,rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
    font-size: 16px;
    font-weight: 400;
    padding: 5px 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; */
    height: 45px;
}

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

.btn-top3 {   
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,rgba(37, 191, 60, 1), rgba(0, 142, 66, 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: -30%;
}

.main-title-lp .main-title-lp-span {
     font-family: "Oswald", sans-serif;
     margin-left: 10px;
}

.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 {
    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: 240px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    z-index: 4;
    margin-bottom: -15%;
}

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

.top-search-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 18px;
}

.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 {
    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(37, 191, 60, 1), rgba(0, 142, 66, 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-checkboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.top-search-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: "A-OTF Ryumin Pro", sans-serif;
    font-size: 16px;
    color: #000;
}

.top-search-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.top-search-actions {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

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

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

/* ========== Lower Banner ==========*/
section.main-lower {
    margin-top: -55px;
}

.banner-lower {
    position: relative;
    padding: 0;
    height: 600px;
}

.banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(0.7);
}

.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: #fff;    
    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: 30px;
    font-weight: 700;
    margin: 30px 0 30px;
}

.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(37, 191, 60, 1), rgba(0, 142, 66, 1));
    width: 113px;
    height: 113px;
    border-radius: 50%;
    padding: 10px 20px;    
    text-align: center; 
    position: absolute;
    top: 0;
    left: -35%;   
}

.btn-txt-profile {
    position: absolute;
    top: 65%;
    left: 24%;
    width: 100%;
}

/* ======= Kaitai Banner Section =========*/
#kaitai-banner {
    padding: 80px 0 80px;    
}

.kaitai-banner-wrap {
    max-width: 800px;
    margin: 0 auto;
}

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


/* ======= About Kaitai Section =========*/
#about-kaitai {
    padding: 80px 0 80px;
    background-image: url('../images/lp/bg-kaitai1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.about-kaitai-desc {
    text-align: center;
}

.about-kaitai-img {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

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

.kaitai-search-form {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
}

.kaitai-search-block {
    padding: 0 0 24px;
}

.kaitai-search-block-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
}

.kaitai-search-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.kaitai-search-icon--area {
    background-image: url('../images/icon-search1.png');
}

.kaitai-search-icon--job {
    background-image: url('../images/icon-search2.png');
}

.kaitai-search-icon--condition {
    background-image: url('../images/icon-search3.png');
}

.kaitai-search-block-note {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.kaitai-search-divider {
    border: none;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
    margin: 24px 0;
}

.kaitai-search-area-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 16px;
}

.kaitai-search-area-row--full {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* エリア: single full-width multi-select (design match) */
.kaitai-area-multiselect {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.kaitai-area-multiselect__trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.kaitai-area-multiselect__trigger:hover {
    border-color: #fff;
}

.kaitai-area-multiselect__trigger:focus {
    outline: none;
    border-color: #fff;
}

.kaitai-area-multiselect__text {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 10px 44px 10px 15px;
    min-width: 0;
    overflow: hidden;
}

.kaitai-area-multiselect__placeholder {
    color: #fff;
    opacity: 0.9;
}

.kaitai-area-multiselect__selected {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 78px;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: center;
    align-content: flex-start;
    padding-right: 4px;
}

.kaitai-area-multiselect__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 6px;
    background: #28b56b;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}

.kaitai-area-multiselect__chip-label {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kaitai-area-multiselect__chip-remove {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.kaitai-area-multiselect__chip-remove:hover,
.kaitai-area-multiselect__chip-remove:focus {
    color: #fff;
    opacity: 1;
    outline: none;
}

/* Same green arrow asset & size as .kaitai-search-select（こだわり条件） */
.kaitai-area-multiselect__chevron {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    pointer-events: none;
    background: url('../images/プルダウン矢印.png') no-repeat center;
    background-size: 20px 20px;
}


.kaitai-area-multiselect__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 2000;
    max-height: min(320px, 55vh);
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(45, 45, 45, 0.98);
    border: 1px solid rgba(180, 180, 180, 0.5);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.kaitai-area-multiselect__dropdown--with-search {
    display: flex;
    flex-direction: column;
    max-height: min(400px, 62vh);
    overflow: hidden;
}

.kaitai-area-multiselect__search-sticky {
    flex-shrink: 0;
    padding: 10px 12px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(38, 38, 38, 0.99);
}

.kaitai-area-multiselect__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.kaitai-area-multiselect__search {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 15px;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
}

.kaitai-area-multiselect__search::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.kaitai-area-multiselect__search:focus {
    outline: none;
    border-color: #25bf3c;
    box-shadow: 0 0 0 1px rgba(37, 191, 60, 0.35);
}

.kaitai-area-multiselect__list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.kaitai-area-multiselect__no-results {
    margin: 0;
    padding: 20px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

.kaitai-area-multiselect__region {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kaitai-area-multiselect__region:last-child {
    border-bottom: none;
}

.kaitai-area-multiselect__region-title {
    padding: 10px 14px 6px;
    font-size: 13px;
    font-weight: 700;
    color: #25bf3c;
    letter-spacing: 0.02em;
}

.kaitai-area-multiselect__option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 18px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    transition: background 0.15s ease;
}

.kaitai-area-multiselect__option:hover {
    background: rgba(255, 255, 255, 0.06);
}

.kaitai-area-multiselect__option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    flex-shrink: 0;
    margin: 0;
    accent-color: #008e42;
    cursor: pointer;
}

.kaitai-search-condition-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 16px;
}

/* こだわり条件: row1 = 3 cols, row2 = 2 cols aligned under col 1–2 (empty under col 3) */
.kaitai-search-condition-row--five {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 16px;
    align-items: start;
}

.kaitai-condition-multiselect {
    position: relative;
    width: 100%;
}

.kaitai-condition-multiselect__dropdown {
    z-index: 2010;
    max-height: min(300px, 52vh);
    padding-bottom: 6px;
}

.kaitai-condition-multiselect__dropdown-title {
    padding: 12px 16px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #25bf3c;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2px;
}

.kaitai-condition-multiselect__option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
    transition: background 0.15s ease;
}

.kaitai-condition-multiselect__option:hover {
    background: rgba(255, 255, 255, 0.06);
}

.kaitai-condition-multiselect__option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    flex-shrink: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.kaitai-condition-multiselect__option input[type="checkbox"]:checked {
    background-color: #008e42;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
    background-size: 10px 8px;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #008e42;
}

.kaitai-condition-multiselect__empty {
    margin: 0;
    padding: 18px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.kaitai-search-field {
    width: 100%;
    min-width: 0;
}

.kaitai-search-select {
    width: 100%;
    padding: 10px 36px 10px 15px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    background-image: url('../images/プルダウン矢印.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px 20px;
    color: #fff;
    font-size: 16px;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.kaitai-search-select:focus {
    outline: none;
    border-color: #fff;
}

.kaitai-search-select option {
    color: #333;
    background: #fff;
}

.kaitai-search-select::-ms-expand {
    display: none;
}

.kaitai-search-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: stretch;
}

.kaitai-search-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 16px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    flex: 0 1 200px;
    min-width: 0;
}

.kaitai-search-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.kaitai-search-checkbox input[type="checkbox"]:checked {
    background-color: #008e42;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
    background-size: 10px 8px;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #008e42;
}

.kaitai-search-actions {
    display: flex;
    justify-content: center;
    padding-top: 32px;
}

.kaitai-search-button {
    background: linear-gradient(to right, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
    color: #fff;
    border: none;
    padding: 12px 48px;
    font-size: 16px;
    font-weight: 700;
    font-family: "A-OTF Ryumin Pro", "Noto Sans JP", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.kaitai-search-button:hover {
    opacity: 0.95;
}

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

@media screen and (max-width: 768px) {
    .kaitai-search-area-row:not(.kaitai-search-area-row--full) {
        grid-template-columns: repeat(2, 1fr);
    }
    .kaitai-search-condition-row:not(.kaitai-search-condition-row--five) {
        grid-template-columns: repeat(2, 1fr);
    }

    .kaitai-search-condition-row--five {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .kaitai-search-area-row:not(.kaitai-search-area-row--full),
    .kaitai-search-condition-row:not(.kaitai-search-condition-row--five) {
        grid-template-columns: 1fr;
    }

    .kaitai-search-condition-row--five {
        grid-template-columns: 1fr;
    }
    .kaitai-search-block-title {
        font-size: 16px;
    }
}

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

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

.keitai-header {
    color: #fff;
    font-size: 35px;
    font-weight: 700;  
    font-family: "M PLUS 1", sans-serif;
    margin-bottom: 40px;  
    margin-top: 80px;
    text-align: center;
}

.keitai-content {
    color: #fff;
    font-family: "M PLUS 1", sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

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

.keitai-content p {
    margin-bottom: 30px;
}

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

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

.top-pick-item {
    width: calc((100% - 2 * 40px) / 3); /* 3 items per row, 2 gaps */
    border: 1px solid transparent; /* required */
    border-image: linear-gradient(to right, #535151, #D9D9D9) 1;
    padding: 12px;
    background: #000;
    color: #fff;    
}

.top-pick-item-title {
    text-align: center;
    font-family: "Futura PT", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top-pick-item-location {
    background: #3B3939;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px 20px;
    margin-right: 10px;
    width: 90px;
    display: inline-block;
}

.top-pick-item-desc {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
}

.top-pick-item-more {
    text-align: center;
    margin-bottom: 20px;
}

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

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

.secret-item {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    margin-bottom: 40px;
}

/* Even items: text left, image right (alternating layout) */
.secret-item:nth-child(even) {
    flex-direction: row-reverse;
}

.secret-item-img {
    flex: 0 0 55%;
    max-width: 55%;
}

.secret-item-img img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.secret-item-content {
    flex: 1;
    padding: 34px 38px;
    color: #fff;    
}

.secret-item-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(59, 57, 57, 1);
    color: #fff;
    font-size: 14px;
    font-family: "M PLUS 1", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.secret-item-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "M PLUS 1", sans-serif;
    margin: 0 0 12px;
    line-height: 1.35;
}

.secret-item-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    width: 100%;
    margin: 0 0 18px;
}

.secret-item-desc {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 22px;
    line-height: 1.75;
    opacity: 0.95;
}

.secret-item-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 4px;
    border: 1px solid rgba(37, 191, 60, 1);
    color: rgba(37, 191, 60, 1);
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.secret-item-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(37, 191, 60, 1);
    border-top: 2px solid rgba(37, 191, 60, 1);
    transform: rotate(45deg);
    margin-left: 2px;
}

.secret-item-btn:hover {
    background: rgba(37, 191, 60, 1);
    color: #000;
    text-decoration: none;
}

.secret-item-btn:hover::after {
    border-color: #000;
}

@media screen and (max-width: 767px) {
    .secret-item {
        flex-direction: column;
    }

    /* Stack image on top for all items on small screens */
    .secret-item:nth-child(even) {
        flex-direction: column;
    }

    .secret-item-img,
    .secret-item-content {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .secret-item-img img {
        min-height: 220px;
    }

    .secret-item-content {
        padding: 22px 18px;
        background: rgba(0, 0, 0, 0.82);
    }

    .secret-item-title {
        font-size: 18px;
    }
}

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

/* New job cards: 3 columns; 4th item wraps to row 2 under 1st (normal grid flow) */
.new-job-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0;
    max-width: none;
}

.new-job-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.new-job-card-link:hover,
.new-job-card-link:focus,
.new-job-card-link:focus-visible {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .new-job-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (min-width: 992px) {
    .new-job-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

.new-job-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    background: #fff;   
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    font-family: "Noto Sans JP", sans-serif;
}

.new-job-list-footer {
    text-align: center;
    margin-top: 40px;
}

.new-job-list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 48px 16px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
    background: linear-gradient(180deg, #00b84a 0%, #009038 50%, #007a30 100%);
    box-shadow: 0 4px 14px rgba(0, 140, 60, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.new-job-list-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 140, 60, 0.45);
}

.new-job-list-btn-arrow {
    font-size: 1.15em;
    line-height: 1;
}

.new-job-item-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8e8e8;
}

.new-job-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

.new-job-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 20px;
}

@media (min-width: 992px) {
    .new-job-item-body {
        padding: 14px 16px 18px;
    }

    .new-job-item-lead {
        font-size: 15px;
    }

    .new-job-item-title,
    .new-job-item-company {
        font-size: 14px;
    }

    .new-job-spec-value {
        font-size: 13px;
    }

    .new-job-item-tags li {
        font-size: 11px;
        padding: 6px 11px;
    }
}

.new-job-item-badge {
    display: inline-block;
    background: #008E42;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: 0.06em; */
    padding: 5px 15px;    
    line-height: 1;
    width: fit-content;
    font-family: "M PLUS 1", sans-serif;
}

.new-job-item-lead {
    font-family: "M PLUS 1", sans-serif;
    margin: 14px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;    
}

.new-job-item-title {
    margin: 14px 0 0; 
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.new-job-item-company {
    margin: 6px 0 0;       
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.new-job-item-divider {
    height: 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 18px 0;
}

.new-job-item-specs {
    margin: 0;
}

.new-job-spec-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 12px;
}

.new-job-spec-row:last-child {
    margin-bottom: 0;
}

.new-job-spec-label {
    flex-shrink: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #008E42;
    border: 1px solid #008E42;
    background: #fff;
    padding: 4px 10px;   
    line-height: 1.2;
    font-family: "M PLUS 1", sans-serif;
}

.new-job-spec-value {
    margin: 0;
    font-size: 16px;
    font-weight: 400;    
    flex: 1;
    min-width: 0;
}

.new-job-item-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
}

.new-job-item-tags li {
    display: inline-block;
    background: #E4E4E4;    
    color: #000;
    font-size: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    line-height: 1.3;
    font-family: "M PLUS 1", sans-serif;
}

.new-job-item-btn {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #00a040;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

.new-job-item-btn:hover {
    text-decoration: underline;
    color: #008535;
}

/*======= 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;
}

.secure-txt-desc-list {
    margin-left: -20px;
}

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


/*======= Premium Partners Section =========*/
#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-partners {
    padding: 80px 0 80px;    
    background-image: url('../images/bg-pp.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: "Noto Sans JP", 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;
    font-family: "Noto Sans JP", sans-serif;
}


.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(37, 191, 60, 1);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;   
    padding: 12px 40px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1)) 1;  
    font-family: "Noto Sans JP", sans-serif;  
}

.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: 180px;
    object-fit: cover;
}

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

.job-opening-item-table table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

.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;
    font-family: "Noto Sans JP", sans-serif;
}

.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: 100px;
    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;
    font-family: "Futura PT", sans-serif;
}

.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;
    font-family: "Noto Sans JP", sans-serif;
}

.job-opening-job-details a.btn-more {
    font-family: "Noto Sans JP", sans-serif;
}

a.btn-more {
    color: rgba(37, 191, 60, 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(37, 191, 60, 1), rgba(0, 142, 66, 1)) 1;
}

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

/* ======= Wrecker Section =========*/
#wrecker {
    padding: 80px 0 80px;
    background-image: url('../images/bg-wrecker.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;
}

/* Hide blog posts beyond the 3rd one on screens 767px and below */
/* @media (max-width: 767px) {
    .blog-wrapper .blog-item:nth-child(n+4) {
        display: none;
    }
} */

.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);
}

/*======= Podcast Section =========*/
#podcast {
    padding: 80px 0 80px;    
}

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

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

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

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

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

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

.sbi_feedtheme_header_text {
    color: #fff;
}

.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;
}

.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;
}

.kaitai-item-logo {
    max-width: 160px;
}

/*======= 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;
}

.contact-top-page .form-group .required {
    background: #AA0C0C !important;
}

.contact-top-page .form-group p label {
    border-bottom: none!important;
}

.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: -10px;
}

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

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

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

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

.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: 32px;
    font-weight: 700;
    color: #333333;
    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: 24px;
    font-weight: 700;    
    color: #008E42;
}

.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;
}


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

/*======= 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: #25BF3C;
    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 #25BF3C;
}

.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; */
    display: block;
}

.company-table-label {
    /* min-width: 270px; */
    padding: 15px 30px;    
    font-weight: 600;   
    color: #fff;
    background: #333333;   
    /* 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; */
}

.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: #25BF3C;
    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;   
    background: #D5D5D5;
}

#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,
#contact-lp2 .btn-submit{
    color: #fff;
    background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;   
}

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

/* CF7: preset message buttons above inquiry textarea */
.cf7-message-template-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 12px;
    margin: 0 0 8px 0;
    width: 100%;
}

.cf7-template-insert-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #595959;
    background: #e8e8e8;
    border: 1px solid #888;
    border-radius: 2px;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cf7-template-insert-btn:hover {
    background: #ddd;
    border-color: #666;
}

.cf7-template-insert-btn img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}

/* Match email row: label left column, buttons + textarea in right column (image2) */
#contact-top .form-group-with-template-btns:has(> label) {
    display: grid;
    grid-template-columns: minmax(200px, 22%) 1fr;
    column-gap: 30px;
    row-gap: 0;
    align-items: start;
    margin-bottom: 30px;
}

/*
 * CF7 with <span> for buttons often outputs TWO <p>: (1) label + buttons (2) textarea only.
 * The second <p> was full-width left — misaligned vs inputs. Fix: parent grid + display:contents on first <p>.
 */
#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) {
    display: grid;
    grid-template-columns: minmax(260px, 22%) 1fr;
    column-gap: 30px;
    row-gap: 8px;
    align-items: start;
    margin-bottom: 30px;
}

#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) > p:has(.cf7-message-template-btns):not(:has(textarea[name="your-message"])) {
    display: contents;
}

#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) > p:has(.cf7-message-template-btns):not(:has(textarea[name="your-message"])) > label {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0;
    padding-top: 8px;
    align-self: start;
}

#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) > p:has(.cf7-message-template-btns):not(:has(textarea[name="your-message"])) > .cf7-message-template-btns {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) > p:has(textarea[name="your-message"]):not(:has(.cf7-message-template-btns)) {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    min-width: 0;
}

#contact-top .form-group-with-template-btns:not(:has(> label)):has(> p ~ p) > p:has(textarea[name="your-message"]):not(:has(.cf7-message-template-btns)) .wpcf7-form-control-wrap {
    display: block !important;
    /* Nudge right to match single-line inputs (inline-block/strut + grid snap); tweak --contact-msg-textarea-nudge if needed */
    margin-left: var(--contact-msg-textarea-nudge, 12px);
    width: calc(100% - var(--contact-msg-textarea-nudge, 12px)) !important;
    max-width: calc(100% - var(--contact-msg-textarea-nudge, 12px));
    box-sizing: border-box;
}

/* Single <p>: label + .cf7-message-template-btns + textarea wrap together */
#contact-top .form-group-with-template-btns:not(:has(> label)) > p:has(.cf7-message-template-btns):has(textarea[name="your-message"]) {
    display: grid !important;
    grid-template-columns: minmax(260px, 22%) 1fr;
    column-gap: 30px;
    row-gap: 8px;
    margin-bottom: 30px !important;
    width: 100% !important;
}

#contact-top .form-group-with-template-btns:has(> label) > label {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto;
    max-width: none;
    margin: 0;
    padding-top: 8px;
    align-self: start;
}

#contact-top .form-group-with-template-btns:has(> label) > .cf7-message-template-btns {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

/* Textarea row — same right column as email field (only when label is sibling) */
#contact-top .form-group-with-template-btns:has(> label) > p {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    min-width: 0;
}

#contact-top .form-group-with-template-btns:has(> label) > p .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

#contact-top .form-group-with-template-btns:not(:has(> label)) > p:has(.cf7-message-template-btns):has(textarea[name="your-message"]) > label {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
}

#contact-top .form-group-with-template-btns:not(:has(> label)) > p:has(.cf7-message-template-btns):has(textarea[name="your-message"]) > .cf7-message-template-btns {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

#contact-top .form-group-with-template-btns:not(:has(> label)) > p:has(.cf7-message-template-btns):has(textarea[name="your-message"]) > .wpcf7-form-control-wrap {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    margin-left: var(--contact-msg-textarea-nudge, 12px);
    width: calc(100% - var(--contact-msg-textarea-nudge, 12px)) !important;
    flex: none !important;
    max-width: calc(100% - var(--contact-msg-textarea-nudge, 12px));
    box-sizing: border-box;
}

/*======= 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(37, 191, 60, 1);
    font-family: "A-OTF Ryumin Pro", sans-serif;
}

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

/* Contact Form 7: keep validation message below fields (not inside field box) */
.wpcf7 .form-group p .wpcf7-form-control-wrap,
.wpcf7 .form-group3 p .wpcf7-form-control-wrap {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}

.wpcf7 .form-group p .wpcf7-form-control-wrap > .wpcf7-form-control,
.wpcf7 .form-group3 p .wpcf7-form-control-wrap > .wpcf7-form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 .form-group p .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7 .form-group3 p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: static;
    display: block;
    margin-top: 6px;
}

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

.owl-carousel .owl-item img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

/* 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;
    display: none;
}

/* 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;
    display: none;
}

#slider-profile .owl-theme .owl-nav button {
    pointer-events: all;
    background: rgba(37, 191, 60, 1) !important;
    border: none;
    color: rgba(37, 191, 60, 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(37, 191, 60, 1) !important;
    color: rgba(37, 191, 60, 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;
    display: none;
}

#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(37, 191, 60, 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(37, 191, 60, 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;
}

.my-interview-content-desc {
    width: 80%;
    margin: 0 auto;
}

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

.my-interview-faq {
    padding: 80px 0 80px;
    background: url('../images/bg-faq.png');
    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(37, 191, 60, 1);
}

.faq-interview #faq-box .q-txt {
    border-bottom: 1px solid rgba(37, 191, 60, 1);
} */

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

/*======= Training Thoughts Section =========*/
#training-thoughts {
    padding: 80px 0 0;    
    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-green {
    color: #fff;
    background: linear-gradient(to bottom, rgba(37, 191, 60, 1), rgba(0, 142, 66, 1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;   
}

.btn-green:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(#008E42, #25BF3C);
    transition: all 0.3s ease;
}

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

.slider-thoughts img {
    height: 200px;
    object-fit: cover;
}

/*======= 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;
    display: none;
}

.message-profile-intro {
    text-align: 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-reason.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(37, 191, 60, 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;
    width: 23%;
}

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: 100%;
    padding: 0 30px;
}   

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

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

.workplace-location-item-text-desc-num {
    color: rgba(37, 191, 60, 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-thoughts.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% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */
    display: flex;
    min-height: 270px;
}

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

.benefits-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-item-content {
    background: #fff;
    padding: 30px 20px;
    min-height: auto;
    width: 70%;
}

.benefits-item-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;   
}

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

.benefits-item-title-num {
    font-family: "Allura", cursive;
    color: rgba(37, 191, 60, 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(37, 191, 60, 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: #d5d5d5;
}

.benefits-item-desc {
    margin-bottom: 0;
}


/* ======= 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;  
    background: url('../images/bg-faq.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-contact-box {
    border: 1px solid #5A5858;
    text-align: center;
    padding: 0 0 40px 0;
}

.top-contact-title {
    color: #25BF3C;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -16px;
    padding: 0 60px;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
    font-family: "Futura PT", sans-serif;
    background: #fff;
}

/* ======= Single Page Author Section =========*/
.div_banner2 {
    background-color: #F0F0F0;
    padding: 20px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.div_banner2 .title {
    position: relative;
    z-index: 1;
}

.div_banner2 .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9A9A9A;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0%;
}

.div_banner2 .title span {
    font-weight: bold;
    font-size: 16px;
    background-color: #F0F0F0;
    padding-right: 20px;
}

.div_banner2 .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 10px 0;
}

.div_banner2 .img {
    width: 14.493%;
    height: 100px;
    margin-left: 3.188%;
    margin-right: 2.174%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.div_banner2 .all_text {
    width: 79.71%;
}

.div_banner2 .all_text .txt_note {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.div_banner2 .all_text .txt {
    font-size: 13px;
}

.logo-pc {
	display: block;
}

.logo-sp {
	display: none;
}

.kaitai-button-ft {
    margin-top: 40px;
}

.kaitai-button-ft a img {
    max-width: 100%;
}

#interview-introduction .container,
#interview .container,
#inside-field-company .container,
#inside-field-company .container,
#inside-field-company .container,
#summary .container
 {
    max-width: 1200px;
}

#message-president .container,
.my-interview-faq .container,
#advantages-torque .container,
#company-intro .container,
#benefits .container,
#faq-torque .container {
    max-width: 1200px;
}

#employee-interview-btn {
    padding: 40px 0;
}

/*======= Open Positions Section =========*/
#open-positions {
    padding: 80px 0 80px;
    background: url('../images/bg-open.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn.btn-detail:hover,
.btn.btn-entry:hover {
    background-image: linear-gradient(#008E42, #25BF3C);
    transition: all 0.3s ease;
}

.new-job-item-body p {
    margin-bottom: 0;
}