/* インタビュー個別ページ用CSS */
#wpadminbar {
	display: none
}
html {
	margin-top: 0!important;
}
.breadcrumb,
.article_title,
.article_date,
.article_thumbnail {
	display: none
}

.article_detail_area {
	padding-top: 0;
}
.article_list_area {
	padding-bottom: 0;

}
.article_content {
	margin-top: 0;
}

/* ヒーローセクション */
.interview_hero {
  padding: 0 0 36px;
  overflow: hidden;
  height: calc(60vw * 530 / 756 + 74px - 120px);
}

.interview_hero_content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 0;
}

.interview_hero_left {
  flex: 1;
}

.interview_label {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
  color: #4E4D4D;
  opacity: 0.2;
}

.interview_member_label {
	margin: 2px 0 48px;
}

.interview_hero_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0.08em;
}

.interview_hero_title span {
  display: block;
  background: rgba(255,255,255,70%);
  color: #282828;
  padding: 12px 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.interview_hero_title span:last-child {
  margin-bottom: 0;
}

.interview_hero_person::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #F10903;
	top: -48px;
	position: relative;
}	

.interview_hero_person {
  padding-top: 32px;
}

.interview_person_name {
  	font-size: 24px;
	font-weight: 500;
  	margin-bottom: 20px;
    margin-top: 0;
}

.interview_person_info {
 	font-size: 14px;
	font-weight: 500;
	white-space: pre-wrap;
}

.interview_hero_right {
  flex: 1;
  position: absolute;
  top: 74px;
  right: 0;
  z-index: -1;
}

.interview_hero_right img {
  height: auto;
  width: 57vw;
  border-bottom-left-radius: 50px;
}

/* コンテンツラッパー */
.interview_content_wrapper {
  padding: 0px 0;
}

/* セクション共通 */
.interview_section {
  margin-bottom: 56px;
}

h2.interview_section_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
  margin-top: 0;
  padding-top: 0;
 	letter-spacing: 0.08em;
}

h2.interview_section_title::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #F10903;
	position: relative;
	top: 16px;
}

.interview_section_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  color: #000;
}

.interview_section_content p:last-child {
  margin-bottom: 0;
}
/* */
.entry-button-wrapper {
	display: flex;
	justify-content: flex-end;
	height: 72px;
	margin-bottom: 36px;
}

.entry-button {
    display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
    position: absolute;
	right: 0;
    padding: 0;
	height: 72px;
	width: 320px;
    background: linear-gradient(135deg, #EF8934 0%, #F10903 67%);
    color: white;
    text-decoration: none;
    border-radius: 24px 0 0 0;
    transition: all 0.3s ease;
	cursor: pointer;
}

.entry-button span:first-of-type {
    font-size: 32px;
    font-weight: bold;
    display: block;
	font-family: Outfit;
}

.entry-button span:nth-of-type(2) {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.entry-button svg {
    width: 14px;
    height: 11px;
    fill: none;
}

.entry-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 137, 52, 0.4);
}

.entry-button:active {
    transform: translateY(0);
}

/* スケジュールセクション */
.interview_schedule {
  background: #FAFAFA;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 120px;
}

.article_content h2.interview_schedule_title {
	font-size: 28px;
	font-weight: 700;
	color: #F10903;
	margin: 0 0 56px;
	padding: 20px 16px;
	display: flex;
	gap: 16px;
	align-items: center;
	line-height: 1;
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
}

.interview_schedule_subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  padding-top: 5px;
}

.interview_schedule_wrapper {
  display: flex;
  gap: 56px;
  margin-top: 64px;
  align-items: flex-start;
}

.interview_schedule_timeline {
  flex: 1;
}

.interview_schedule_item {
  display: flex;
  gap: 32px;
  margin-bottom: 56px;
  position: relative;
}

.interview_schedule_item:last-child {
  margin-bottom: 0;
}

.interview_schedule_item::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  width: 2px;
  height: calc(100% + 48px);
  background: #dcdcdc;
  z-index: 1;
}

.interview_schedule_item:last-child::after {
  display: none;
}

.interview_schedule_time {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #F10903;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.time_number {
  font-size: 19.5px;
  font-weight: 900;
  display: inline-block;
  width: 75px;
}

.interview_schedule_detail {
  flex: 1;
  padding-top: 0;
}

.article_content h3.schedule_detail_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 24px;
	letter-spacing: 0.08em;
}

.interview_schedule_detail p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0.02em;
}

.interview_schedule_image {
  flex-shrink: 0;
  width: 348px;
}

.interview_schedule_image img {
  width: 100%;
  height: auto;
  position: sticky;
  top: 120px;
}

/* ワークプレイスセクション */
.interview_workplace {
	gap: 0;
	align-items: center;
	margin-bottom: 120px;
    position: relative;
	box-sizing: border-box;
}

.interview_workplace_igarashi {
	margin-bottom: 300px;
}

.interview_workplace_motoyama {
	margin-bottom: 250px;
}

.interview_workplace > * {
	box-sizing: border-box;
}

.interview_workplace_image {
	flex: 1;
	width: calc(50% + 45px);
}

.interview_workplace_image img {
	width: 100%;
	height: auto;
}

.interview_workplace_content {
	flex: 1;
	width: calc(50% + 35px);
	position: relative;
	background: #fff;
	position: absolute;
	top: 64px;
	right: 0;
	padding: 56px 56px 60px;
	box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.05);
}

.article_content h2.interview_workplace_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}

.article_content h2.interview_workplace_title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #F10903;
    position: relative;
    top: 20px;
}

.interview_workplace_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.2;
	color: #000;
	letter-spacing: 0.02em;
}

/* その他のインタビュー */
.interview_other {
  background: #ededed;
  padding: 120px 0;
}

.interview_other_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}

.interview_other_wrapper {
	display: flex;
	justify-content: center;
	gap: 24px;
	background: #ededed;

}

.interview_other_box {
	width: 385px;
	max-width: 90vw;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
}

.interview_other_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.interview_other_box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.interview_other_content {
  padding: 24px 28px 30px;
}

.interview_other_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #282828;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}

.interview_other_person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}

.interview_other_name {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.interview_other_more {
  display: flex;
  align-items: center;
  gap: 12px;
}

.interview_other_more p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
}

/* タブレット対応 768px〜1199px */
@media screen and (max-width: 1199px) {
  .interview_hero {
    padding: 100px 0 60px;
	height: auto;
  }
  
  .interview_label {
  	text-align: left;
  }

  .interview_hero_content {
    flex-direction: column;
    gap: 48px;
  }

  .interview_hero_left {
    text-align: center;
  }

  .interview_hero_title {
    font-size: 32px;
  }

  .interview_hero_right {
    max-width: 55%;
  }

  .interview_schedule_wrapper {
    flex-direction: column;
  }

  .interview_schedule_image {
    width: 100%;
    text-align: center;
  }

  .interview_schedule_image img {
    position: static;
    max-width: 400px;
  }
  
  .article_content h2.interview_schedule_title {
  	display: grid;
  }

  .interview_workplace {
    flex-direction: column;
	margin-bottom: 250px;
  }
  
  .interview_workplace_igarashi {
  	margin-bottom: 500px;
  }
  
  .interview_workplace_motoyama {
	margin-bottom: 450px;
  }
  
  .interview_workplace_image {
  	width: calc(70% + 45px);
  }
  
  .interview_workplace_content {
  	width: calc(75% + 35px);
	top: 80%;
	padding: 45px 45px 25px;
  }
}

/* スマホ対応 〜767px */
@media screen and (max-width: 767px) {
  .interview_hero {
    padding: 330px 0 30px;
  }

  .interview_hero_content {
    gap: 32px;
  }
  
  .interview_hero_title span {
  	font-size: 26px;
	line-height: 38px;
	padding: 0;
	text-align: left;
	letter-spacing: 0.08em;
  }
  
  .interview_member_label {
  	margin-top: 0;
	}

  .interview_hero_title {
    font-size: 24px;
    margin-bottom: 24px;
	display: flex;
    flex-direction: column;
	line-height: 2;
  }
  
  .interview_hero_person {
  	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
  }
  
  .interview_member_label {
  	margin-bottom: 20px;
  }
  
  .interview_hero_right {
  	max-width: 100%;
  }
  
  .interview_hero_left {
  	width: 100%;
	margin: 0 auto;
  }

  .interview_person_name {
    font-size: 24px;
	text-align: left;
	margin-bottom: 12px;
  }
  
  .interview_person_info {
  	text-align: left;
	margin: 0;
  }
  
  .interview_hero_right {
  	left: 5%;
	right: auto;
  }
  
  .interview_hero_right img {
  	width: 406px;
	height: 381px;
	border-radius: 0 0 0 50px;
  }
  
  .suzuka_page_image .interview_hero_right img {
  	object-position: 100% center;
  }
  
  .igarashi_page_image .interview_hero_right img {
  	object-position: 25% center;
  }
  
  .motoyama_page_image .interview_hero_right img {
  	object-position: 5% center;
  }
  
  .interview_entry_button {
  	position: relative;
	padding-top: 60px;
  }
  
  .recruit-top-entry a {
  	width: 100vw;
	height: 16px;
	justify-content: center;
	border-radius: 0;
	top: 0;
	left: -5vw;
	right: auto;
	bottom: auto;
  }

  .interview_content_wrapper {
    padding: 60px 0 0;
  }
  
  .interview_hero_person {
  	position: relative;
  }
  
  .interview_hero_person::before {
  	position: absolute;
	top: 0;
	left: 0;
  }

  .interview_section {
    margin-bottom: 48px;
  }
  
  h2.interview_section_title {
  	margin-bottom: 24px;
	line-height: 1.5;
  }

  .interview_section_title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .interview_section_content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .interview_schedule {
    padding: 32px 5vw;
    margin-bottom: 48px;
  }

  .interview_schedule_title {
    font-size: 22px;
  }
  
  .article_content h2.interview_schedule_title {
  	font-size: 22px;
	line-height: 28px;
	padding: 16px;
	gap: 4px;
	margin-bottom: 24px;
  }

  .interview_schedule_wrapper {
    margin-top: 32px;
	flex-direction: column-reverse;
	gap: 24px;
  }

  .interview_schedule_item {
    gap: 24px;
    margin-bottom: 32px;
  }
  
  .time_number {
  	width: 60px;
  }
  
  .article_content h3.schedule_detail_title {
  	margin-bottom: 20px;
  }

  .interview_schedule_item::after {
    height: calc(100% + 32px);
  }

  .interview_schedule_time {
    width: 24px;
    height: 24px;
  }

  .time_number {
    font-size: 16px;
  }

  .schedule_detail_title {
    font-size: 16px;
  }

  .interview_schedule_detail p {
    font-size: 13px;
  }
  
  .suzuka_page_image .interview_schedule_image img {
  	height: 300px;
	object-position: center 20%;
  }

  .interview_workplace {
    margin-bottom: 0;
  }

  .interview_workplace_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .interview_workplace_content p {
    font-size: 14px;
    line-height: 28px;
  }
  
  .interview_workplace_image {
  	width: 100%;
  }
  
  .interview_workplace_content {
  	width: 100%;
	position: static;
	padding: 24px;
  }
  
  .article_content h2.interview_workplace_title {
  	font-size: 22px;
	padding-bottom: 16px;
	margin-bottom: 16px;
  }

  .interview_other {
    margin-bottom: 0;
	padding: 48px 0;
  }

  .interview_other_title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .interview_other_wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
	flex-direction: column;
  }

  .interview_other_box img {
    height: 250px;
  }

  .interview_other_content {
    padding: 16px 24px 24px;
  }

  .interview_other_text {
    margin-bottom: 16px;
	line-height: 1.5;
  }

  .interview_other_name {
    font-size: 16px;
  }

  .interview_other_more p {
    font-size: 13px;
  }
}