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

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

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

.sp-show {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 00 20px;
    margin-bottom: 0;
}

.nav-item {
    list-style: none;
    padding: 0 12px 20px 12px;
    position: relative;
    display: inline-block;
}

/* .nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
} */

.nav-item:hover::before,
.nav-item.active::before {
    width: 100%;
    left: 0;
}

.nav-item:hover {
    color: red;
}

.nav-item.active a {
    color: red;
}

.active a {
    color: #007bff;
}

.nav-item:last-child {
    border-right: none;    
}

.nav-item a {
    color: #fff;
}

.nav-item:last-child a {
    display: block;
    width: 200px;
}

.nav-item:last-child a > img {
    width: 100%;
    height: auto;
}

.nav-item a:hover {
    text-decoration: none;
    color: red;
}

li.nav-item a img {
    /* height: 50%; */
}

.menu-sp {
    display: none;
}

.menu-pc {
    padding-left: 10px;
}

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

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

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

#main h2 img {
    width: 100%;
}

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

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

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

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

.main-content-btn a img:hover {}

#about {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-image: url('../images/bg-black.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    margin-top: -10px;
}

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

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

.about-desc {
    color: #fff;
	text-align: left;
	margin-left: 20%;
}

table.tbl-about {
    width: 100%;
    margin: 40px auto 0 auto;
    border-collapse: collapse;
    display: table;
}

table.tbl-about tr td {
    padding: 20px;
    color: #fff;
    border: 1px solid #fff;
}

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

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

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

.greeting-text p {
    color: #fff;
    ;
}

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

#service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.service-content-wrapper {
    margin-top: 40px;
    padding: 0 80px 0 0;
}

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

.service-btn {
    padding-left: 15%;
}

.service-btn a img {
    margin-top: 40px;
}

.service-img-box {
    border: 1px solid rgba(102, 102, 102, 1);
    width: 50%;
    margin: 0 0 0 auto;
}

.service-img {
    padding: 10px;
}

.service-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.service-img-text {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px;
}

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

/* #strength::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); 
} */

.strength-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

.strength-text p {
    color: #fff;
    text-align: center;
}

.strength-img {
    text-align: center;
}

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

.strength-title {
    margin-top: 20px;
    text-align: center;
}

.strength-box h3 {
    font-size: 20px;
    font-weight: 700;
}

.strength-box h3 span {
    font-size: 40px;
    font-weight: 400;
    font-family: "Pinyon Script", cursive;
    margin-right: 10px;
    ;
}

.strength-desc {
    margin-top: 20px;
    text-align: center;
}

#recruit {
    position: relative;
    padding: 40px 0;
    min-height: 400px;
    background: #000;
}

#secret {
    background-image: url(../images/bg-message.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



#voice {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background-image: url('../images/bg-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    margin-top: -10px;
}

.voice-feedback {
	display: flex;
	align-items: center;
}

.voice-content-wrapper {
    width: 80%;
    margin: 40px auto;
}

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

.voice-text p {
    word-break: break-all;
    ;
}

.voice-img1,
.voice-text1 {
    margin-bottom: 80px;
}

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

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

.faq-content {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h4 {
    font-weight: 700;
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 10px 10px 10px 60px;
    position: relative;
    font-size: 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.faq-item h4::before {
    content: 'Q';
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    color: #fff
}

.faq-item p {
    font-weight: 700;
    padding: 10px 10px 10px 60px;
    position: relative;
}

.faq-item p::before {
    content: 'A';
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    color: rgba(195, 34, 39, 1);
}

.faq-wrap-top {
    margin-top: 40px;
}

#instagram {
    padding: 80px 0;
    background: #000;
}

.ig-wrap {
    margin: 40px auto 0;
}

.ig-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

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

.ig-item:nth-child(5) {
    margin: 0 0 30px 0;
}

.ig-item:nth-child(10) {
    margin: 0 0 30px 0;
}

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

#news {
    padding: 80px 0;
    background: rgba(51, 51, 51, 1);
}

.news-wrap {
    margin: 40px auto 0;
    display: flex;
    width: 60%;
    flex-wrap: wrap;
}

.news-date {
    flex: 100%;
    max-width: 15%;
    color: rgba(195, 34, 39, 1);
    font-weight: 700;
    padding-bottom: 20px;
}

.news-date a {
    color: #fff;
}


.news-date a:hover {
    text-decoration: none;
    color: #fff;
}

.news-title {
    flex: 100%;
    max-width: 85%;
    color: #fff;
    padding-bottom: 20px;
}

.news-title a {
    color: #fff;
}

.news-title a:hover {
    text-decoration: none;
    color: #fff;
}

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

.commendation-img {
    width: 100%;
    margin: 20px auto 0;
}

.commendation-img img {
    width: 50%;
    margin: 0 auto;
    display: block;
    float: right;
}

.commendation-text {    
    word-break: break-all;
    width: 100%;
    margin: 40px auto 0;
}

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

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

.footer-right {
    color: #fff;
}

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

.footer-tel {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-wrapper {
/*     margin-top: 40px; */
    display: flex;
    align-items: center;
	width: 80%;
    margin: 40px 10% 0;
}

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

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

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

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

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

#interview::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

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

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

.interview-text {
    color: #fff;
}

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

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

#interview .col-md-5, #interview2 .col-md-5, #interview3 .col-md-5 {
    padding: 0 15px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#episodes {
    padding: 80px 0;
    background: #000;
}

.episodes-wrapper {
    margin-top: 40px;
}

.episodes-text p {
    color: #fff;
    line-height: 1.6em;
    text-align: center;
}

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


.location-wrapper {
    margin: 40px auto;
	max-width: 1144px;
}
.location-map {
    height: 100%;
}

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

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

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

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

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

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

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





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

.benefits-wrapper {
/*     margin-top: 40px; */
    display: flex;
    align-items: center;
	width: 80%;
	margin: 40px auto;
}

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

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

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

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

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

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

.benefits-desc p {
    color: #fff;
    line-height: 1.8em;
}

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

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

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

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

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

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

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

.conditions-desc p {
    color: #fff;
}

.position-wrapper {
    margin-top: 40px;
}

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

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

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

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

.recruitment-wrapper {
    margin-top: 40px;
}

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

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

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

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

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

.recruitment-table table td span {
    padding-left: 0px;
}

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

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

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

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

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

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


.vehicles-wrapper {
    margin-top: 40px;
}


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

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

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

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

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

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

.training-wrapper {
    margin-top: 40px;
}

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

.training-wrapper2 {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

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

.training-text {
    color: #fff;
}

.training-title {
    margin: 10px 0;
}

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

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

.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: 40px;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #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: #fff !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: #fff !important;
}

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

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

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

.sns-link {
    margin-top: 40px;
} 

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

.blog-wrapper {
    margin-top: 40px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.sp-show767 {
    display: none;
}

.sp-none767 {
    display: block;
}

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

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

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

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

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

@media screen and (max-width:767px) { 
	.ot-ovbtn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		display: block;
	}

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

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

    .ot_ovbtn_link img {
        filter: invert(1);
    }

    .ot_ovbtn_link:first-child img {
        height: 26px;
        position: relative;
        top: -2px;
    }

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

/* ========== Page Truck Glossary ==========*/
#glossary {
    padding: 80px 0;
    background: #000;
}

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

.glossary-btn-img {
    width: 100%;
    max-width: 300px;
}

.glossary-btn a:first-child {
    margin-right: 60px;
}

.glossary-menu {
    margin-top: 60px;
}

.glossary-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}

.glossary-menu ul li {
    list-style: none;
    border-right: 3px solid rgba(199, 52, 32, 1);
    padding: 0 20px;
}

.glossary-menu ul li:last-child {
    border-right: none;
}

.glossary-menu ul li {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'BIZ UDPGothic', sans-serif;
    cursor: pointer;
}

.glossary-menu ul li a img {
    
}


.glossary-content {
    margin-top: 60px;
}

.glossary-content-wrapper {
   display: none;
}

.glossary-content-wrapper.active {
    display: block;
}

.glossary-content-heading h3 {
    color: #fff;
    background: rgba(199, 52, 32, 1);
    font-size: 28px;
    font-weight: 700;
    font-family: 'BIZ UDPGothic', sans-serif;
    padding: 10px 20px;    
}

.glossary-content-item {
    background: #fff;
    padding: 20px;
    margin: 40px 0;
}

.glossary-content-title h4 {
    color: rgba(199, 52, 32, 1);
    font-size: 28px;
    font-weight: 700;
    font-family: 'BIZ UDPGothic', sans-serif;
    margin-bottom: 10px;
}

.glossary-content-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;    
    box-sizing: border-box;

}

.glossary-content-img {
    width: calc(40% - 20px);   
    box-sizing: border-box;
}

.glossary-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glossary-content-text {
    width: calc(60% - 20px);
    box-sizing: border-box;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 400;
}

/* bbPress */
.customize-support {
	background-color: #8d8d8d !important;
}

#wp-fullbody {
	width: 100% !important;
	max-width: 1440px !important;
	margin: 100px auto 0 auto;
	padding-left: 25px !important;
	padding-right: 25px !important;
}


