/*
Theme Name: MASSIVE Child
Theme URI: https://tcd-theme.com/tcd084
Template: massive_tcd084
Author: TCD
Author URI: https://tcd-theme.com/
Description: "MASSIVE" is a WordPress theme for building a job site. Having a job site is a great way to increase your credibility and reduce your advertising costs. Use MASSIVE to express the job description, the people who work there, and the appeal of your company.
Version: 2.9.1.1754281338
Updated: 2025-08-04 13:22:18

*/

/*header*/
#drawer_menu_inner #drawer_menu_footer {
	display: none;
}


/* 社員紹介 */
.interview_list {
     justify-content: center;
}

.interview_list_wrap .interview_list .info {
	width: auto;
}

#interview_header_bottom {
	background: transparent!important;
}

@media screen and (max-width: 950px) {
	.interview_list {
      justify-content: normal;
	}
	#interview_next_prev_post .info {
	 	display: none;
	}
}

/*お問い合わせ*/
.bottom-text {
      text-align: center;
}

.wpcf7 .wpcf7-submit {
background: #0082d8!important;
}

.form-label {
    font-size: 10px;
    background: #E2281C;
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    vertical-align: 0.3em;
    margin-left: 10px;
    display: inline-block;
    line-height: 100%;
}

.form-flex p {
	display: flex;
    column-gap: 8px;
}

.form-year {
	display: flex;
}

.birth-year {
	width: 142px!important;
}

@media screen and (max-width: 950px) {
	.birth-year {
	  width: 110px!important;
    }
	.wpcf7-not-valid-tip {
		font-size: 13px!important;
	}
}

/*footer*/
#footer_bottom {
	display: none;
}