@charset "utf-8";
/*
Theme Name: ideage
Template: genesis_tcd103
Description: genesis_tcd103（GENESIS）の子テーマ。カスタムCSSはこのファイルの末尾に追記してください。
Author: ideage
Version: 1.0.0
Text Domain: ideage
*/


/* --- レイアウト・幅 --- */

p, li, h2, h3, h4 {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
}
#bread_crumb {
	display: none;
	max-width: 1400px;
}

#page_contents  {
	padding-top: 100px;
}
#page_contents .post_content  {
	max-width: 1400px;
}
#page_header .design_header {
	max-width: 100vw;
}

.spbr {
	display: none;
}
@media screen and (max-width: 820px) {
	.spbr {
		display: block;
	}
	#page_contents  {
		padding-top: 50px;
	}
}

/* 投稿一覧・カテゴリ・タグ: #page_header 余白を page.php 帯に合わせる */
body.home #page_header,
body.blog #page_header,
body.category #page_header,
body.tag #page_header {
	padding-top: 0 !important;
}
body.home #page_header .title_area,
body.blog #page_header .title_area,
body.category #page_header .title_area,
body.tag #page_header .title_area {
	margin-bottom: 0 !important;
	width: 100%;
}

/* 検索結果: #page_header 帯を他ページ（RECRUIT / NEWS 等）に合わせる */
body.search.search-results #page_header,
body.ideage-search-results #page_header {
	padding-top: 0 !important;
}

body.search.search-results #page_header .title_area,
body.ideage-search-results #page_header .title_area {
	margin-bottom: 0 !important;
	width: 100%;
}

body.search.search-results #page_contents,
body.ideage-search-results #page_contents {
	background-color: #fff;
}

/* --- ブログ一覧 home.php（1200px・3列・カテゴリナビ・カード） --- */

#page_contents .post_content.ideage-blog-archive-wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#page_contents .post_content.ideage-blog-archive-wrap .gradient-border-box.ideage-blog-archive-intro {
	margin-bottom: 0 !important;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-archive-intro + .ideage-blog-cat-nav {
	margin-top: 100px;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 48px;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 28px;
	list-style: none;
	margin: 0;
	padding: 0 0 14px;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav__item a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #999;
	text-decoration: none;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav__item a:hover {
	color: #666;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav__item.is-active a {
	color: #111;
}

#page_contents .post_content.ideage-blog-archive-wrap .ideage-blog-cat-nav__item.is-active a::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1e73be;
	flex-shrink: 0;
}

#page_contents .post_content #archive_blog.ideage-archive-blog--in-page-contents {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0 0 120px;
	box-sizing: border-box;
}

.ideage-blog-list.ideage-blog-list--grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 20px;
	margin: 0;
	padding: 0;
}

.ideage-blog-list.ideage-blog-list--grid .item {
	position: relative;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.ideage-blog-list.ideage-blog-list--grid .item:nth-child(2n),
.ideage-blog-list.ideage-blog-list--grid .item:nth-child(3n) {
	margin-right: 0 !important;
}

.ideage-blog-list.ideage-blog-list--grid .image_link {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px !important;
	padding: 0;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	z-index: 1;
}

.ideage-blog-list.ideage-blog-list--grid .image_wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ideage-blog-list.ideage-blog-list--grid .image_wrap .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__body {
	padding: 0 20px;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__title {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__title a {
	color: #111111;
	text-decoration: none;
	max-height: none;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__title a:hover {
	color: #135a94;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__title span {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	max-height: none;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #111;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__meta-left {
	min-width: 0;
	flex: 1 1 auto;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__cat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__cat::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1e73be;
	flex-shrink: 0;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__cat a {
	color: #111111;
	text-decoration: none;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__cat a:hover {
	color: #135a94;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__date {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 12px;
}

.ideage-blog-list.ideage-blog-list--grid .ideage-blog-card__date::before {
	display: none !important;
	content: none !important;
}

@media screen and (max-width: 1100px) {
	.ideage-blog-list.ideage-blog-list--grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.ideage-blog-list.ideage-blog-list--grid {
		grid-template-columns: 1fr;
	}

	#page_contents .post_content.ideage-blog-archive-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* ページネーション（paginate_links の list 出力）: マーカー非表示 */
.page_navi ul,
.page_navi li {
	list-style: none;
	list-style-type: none;
}

.page_navi ul {
	padding-left: 0;
}
.page_navi li {
	margin: 0 5px;
}
.page_navi li .current ,
.page_navi li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #111;
	color: #111;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
}

.page_navi .prev a,
.page_navi .next a {
	position: relative;
}
.page_navi li a:hover {
	text-decoration: none;
}

/* prev / next: pagenation-arrow.svg をマスクで着色（prev は 180°、hover で青） */
.page_navi .arrow_button_small {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	overflow: visible;
	line-height: 0;
	border: none;
	background-color: #111;
	-webkit-mask-image: url('images/pagenation-arrow.svg');
	mask-image: url('images/pagenation-arrow.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: translate(-50%, -50%);
}

.page_navi .arrow_button_small.reverse {
	transform: translate(-50%, -50%) rotate(180deg);
}

.page_navi .prev a:hover .arrow_button_small,
.page_navi .next a:hover .arrow_button_small {
	background-color: #1e73be;
}

.page_navi .arrow_button_small:before,
.page_navi .arrow_button_small:after {
	display: none !important;
	content: none !important;
	animation: none !important;
}

.page_navi a:hover .arrow_button_small:before,
.page_navi a:hover .arrow_button_small:after {
	animation: none !important;
}

/* --- ブログ投稿単体（single-post.php・2カラム＋サイドバー） --- */

body.ideage-blog-single #main_content.ideage-blog-single {
	max-width: 1200px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 120px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px 48px;
}

body.ideage-blog-single #main_col {
	width: auto;
	flex: 1 1 0;
	min-width: 0;
	max-width: calc(100% - 388px);
}

body.ideage-blog-single #single_post_header {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
}

body.ideage-blog-single .ideage-blog-single__kicker {
	margin: 0 0 12px;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #111;
}

body.ideage-blog-single .ideage-blog-single__title,
body.ideage-blog-single #single_post_header .title.ideage-blog-single__title {
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: clamp(22px, 3.6vw, 34px);
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}

body.ideage-blog-single .ideage-blog-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	margin: 0 0 46px;
	padding: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}

body.ideage-blog-single .ideage-blog-single__meta-cat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body.ideage-blog-single .ideage-blog-single__meta-cat::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1e73be;
	flex-shrink: 0;
}

body.ideage-blog-single .ideage-blog-single__meta-cat a {
	color: #111;
	text-decoration: none;
}

body.ideage-blog-single .ideage-blog-single__meta-cat a:hover {
	color: #1e73be;
}

body.ideage-blog-single .ideage-blog-single__time {
	position: relative;
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
}
#single_post_header .date {
	color: #111;
	font-size: 14px;
}
body.ideage-blog-single .ideage-blog-single__meta .date:before,
body.ideage-blog-single .ideage-blog-single__meta .update:before {
	display: none !important;
	content: none !important;
}

body.ideage-blog-single #single_post_header_image.ideage-blog-single__featured {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	margin: 0 0 40px;
}

body.ideage-blog-single #single_post_header_image.ideage-blog-single__featured img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

body.ideage-blog-single .ideage-blog-single__entry {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	line-height: 1.9;
	color: #111;
}

body.ideage-blog-single .ideage-blog-single__entry > p {
	margin: 0 0 1.25em;
}

body.ideage-blog-single #side_col.ideage-blog-single__side-col {
	width: 340px;
	flex: 0 0 340px;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.ideage-blog-single .ideage-blog-sidebar {
	display: flex;
	flex-direction: column;
	gap: 70px;
	margin-top: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 10px;
	margin: 0 0 24px;
	padding: 0 0 0 12px;
	border-left: 3px solid #1e73be;
}

body.ideage-blog-single .ideage-blog-sidebar__title-en {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	line-height: 1.25;
}

body.ideage-blog-single .ideage-blog-sidebar__title-ja {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #111;
	line-height: 1.4;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-link {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	text-decoration: none;
	color: inherit;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-thumb {
	flex: 0 0 143px;
	width: 143px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-thumb img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-width: 100%;
	object-fit: unset !important;
	flex-shrink: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-title {
	flex: 1 1 auto;
	min-width: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #111;
}

body.ideage-blog-single .ideage-blog-sidebar__recent-link:hover .ideage-blog-sidebar__recent-title {
	color: #1e73be;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-item {
	margin: 0;
	padding: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-link {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 12px;
	overflow: hidden;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-link:focus-visible {
	outline: 2px solid #1e73be;
	outline-offset: 2px;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-media {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background: #e8e8e8;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-media::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0) 72%);
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 14px 14px 16px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
	text-align: left;
}

body.ideage-blog-single .ideage-blog-sidebar__pickup-link:hover .ideage-blog-sidebar__pickup-title {
	color: #fff;
	opacity: 0.92;
}

body.ideage-blog-single .ideage-blog-sidebar__section--pickup .ideage-blog-sidebar__title-ja {
	color: #111;
}

body.ideage-blog-single .ideage-blog-sidebar__widget {
	margin: 0;
	padding: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__section--core .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
	margin: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__section--core .tagcloud a {
	display: inline-block;
	padding: 8px 14px 9px;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 999px;
	height: auto !important;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 12px !important;
	line-height: 1;
	color: #111;
	text-decoration: none;
}

body.ideage-blog-single .ideage-blog-sidebar__section--core .tagcloud a:hover {
	border-color: #1e73be;
	background-color: #1e73be;
	color: #1e73be;
}
body.ideage-blog-single .ideage-blog-sidebar__section--core .tagcloud a::before {
	content: '#';
	padding-right: 0.2rem;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_categories ul,
body.ideage-blog-single .ideage-blog-sidebar .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_categories li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a2a2a2;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_categories li:last-child {
	border-bottom: none;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_categories a {
	display: block;
	padding: 18px 0 18px 14px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #111;
	text-decoration: none;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_categories a:hover {
	color: #1e73be;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_recent_entries li {
	margin: 0 0 16px;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_recent_entries li:last-child {
	margin-bottom: 0;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_recent_entries a {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
	text-decoration: none;
}

body.ideage-blog-single .ideage-blog-sidebar .widget_recent_entries a:hover {
	color: #1e73be;
}

body.ideage-blog-single .ideage-blog-sidebar__cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ideage-blog-single .ideage-blog-sidebar__cat-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A2A2A2;
}

body.ideage-blog-single .ideage-blog-sidebar__cat-item:last-child {
	border-bottom: none;
}

body.ideage-blog-single .ideage-blog-sidebar__cat-link {
	display: block;
	padding: 18px 0 18px 14px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #111;
	text-decoration: none;
}

body.ideage-blog-single .ideage-blog-sidebar__cat-link:hover {
	color: #1e73be;
}

body.ideage-blog-single #related_post.ideage-blog-single__related {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 0 !important;
	background: #fff !important;
	box-sizing: border-box;
}

body.ideage-blog-single #related_post.ideage-blog-single__related .ideage-blog-single__related-headline {
	margin: 0 0 40px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #111;
}

/* 親テーマ #related_post .blog_list（カルーセル用 flex / 固定幅）を上書き */
body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 20px;
	flex-wrap: wrap !important;
	margin: 0 !important;
	padding: 0;
	user-select: auto;
	-webkit-user-select: auto;
}

body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid .item {
	position: relative;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid .item:nth-child(2n),
body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid .item:nth-child(3n) {
	margin-right: 0 !important;
}

@media screen and (max-width: 1100px) {
	body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	body.ideage-blog-single #related_post.ideage-blog-single__related {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.ideage-blog-single #related_post.ideage-blog-single__related .blog_list.ideage-blog-list--grid {
		grid-template-columns: 1fr;
	}
}

.ideage-blog-single .post_content h2 {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	text-align: left !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	margin-bottom: 30px !important;
	color: #111 !important;
}
.ideage-blog-single .post_content h3 {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	color: #111 !important;
	margin-bottom: 30px !important;
	text-align: left !important;
}
.ideage-blog-single .post_content p {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
	color: #111 !important;
	text-align: left !important;
	margin-bottom: 40px !important;
	padding-left: 1.8em;

} 
.ideage-blog-single .post_content li {
	list-style-type: disc;
	padding-left: 10px;
}


@media screen and (max-width: 900px) {
	body.ideage-blog-single #main_content.ideage-blog-single {
		flex-direction: column;
		gap: 40px;
		padding-top: 32px;
		margin-top: 60px;
	}

	body.ideage-blog-single #main_col {
		max-width: 100%;
		flex: 1 1 auto;
	}

	body.ideage-blog-single #side_col.ideage-blog-single__side-col {
		width: 100%;
		flex: 1 1 auto;
	}
}

/* alignfull: 親 .post_content の overflow を該当時のみ visible */

#page_contents .post_content:has(.ideage-alignfull),
#page_contents .post_content:has(.ideage-recruit-gallery) {
	overflow-x: visible;
	overflow-y: visible;
}

#page_contents .post_content > .ideage-alignfull,
#page_contents .post_content > .tcdce-body > .ideage-alignfull,
#page_contents .post_content .tcdce-body .ideage-alignfull,
#page_contents .post_content > .ideage-recruit-gallery,
#page_contents .post_content .wp-block-ideage-recruit-gallery {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}

/* --- トップ Hero（フロント・header.php） --- */

.ideage-top-hero {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.ideage-top-hero img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ideage-top-hero__scroll {
	position: absolute;
	right: 60px;
	bottom: 40px;
	z-index: 2;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	color: #2a4f9e;
	text-align: center;
	transform: rotate(90deg);
	transform-origin: bottom right;
	-webkit-appearance: none;
	appearance: none;
}

.ideage-top-hero__scroll:focus {
	outline: none;
}

.ideage-top-hero__scroll:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

/* --- #header 共通（高さ・重なり順）検索は親で pointer-events 調整 --- */

#header {
	height: 90px;
}
#page_header .design_header {
	margin: 0 !important;
	padding: 0 !important;
	width: 100vw;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
}
.design_header .title_area.no_desc {
	margin: 0 auto;
	padding-top: 60px;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	box-sizing: border-box;
}
.design_header .title_area.no_desc .large_headline {
	flex: 0 0 auto;
}
.design_header .title_area.no_desc .jp-title {
	flex: 0 0 auto;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.design_header .title_area.no_desc .sub_title {
	flex: 0 0 auto;
	font-size: 20px;
	color: #111;
	font-weight: 700;

}
.design_header .title_area.no_desc h1 {
	margin: 0 auto 5px;
	padding: 0;
	font-size: 84px !important;
	font-weight: 600;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-align: center;
	color: #111;
}

#header #header_logo,
#header #header_logo2 {
	z-index: 12;
}
#header #global_menu {
	z-index: 9;
	height: 90px;
}
#header #header_search {
	z-index: 11;
	pointer-events: none;
	height: 90px;
}
#header #header_search .search_button {
	pointer-events: none;
	height: 90px;
	width: 80px;
}
#header #header_search .search_button input[type="submit"] {
	box-sizing: border-box;
	pointer-events: auto;
	width: 24px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: calc(50% - 2px);
	top: calc(50% + 1px);
	transform: translate(-50%, -50%);
}
/*
 * オリジナル（TCD）の hover 展開仕様。
 * 閉じている間は 24px の submit だけがポインタ対象（隣メニューに干渉しない）。
 * hover 中は search_button(80px) と input_area を両方ポインタ有効にして、
 * アイコンから左の入力欄へカーソルを移動しても hover が途切れず閉じないようにする。
 */
#header #header_search:hover {
	z-index: 100;
}
#header #header_search .input_area {
	pointer-events: none;
}
#header #header_search:hover .search_button {
	pointer-events: auto;
}
#header #header_search:hover .input_area {
	pointer-events: auto;
}
#header #header_search:hover form .input_area {
	width: 345px;
}

body.header_type2:not(.active_header):not(.header_fixed) #header #header_search .search_button:before {
	color: #111 !important;
}

body.header_type2 #header.first_animate {
	transform: translate3d(0, 0, 0) !important;
	opacity: 1 !important;
}

body.show_page_header.header_type2 #header.first_animate {
	opacity: 1 !important;
}

body.header_type2 #header #header_logo,
body.header_type2 #header #header_logo2 {
	transition: none !important;
}

#header_search .input_area {
	box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.06);
}

/* --- header_type2 + Headroom（ideage-headroom-init.js） --- */
/* solid-bar: 初回 onUnpin 後のみピン時に白 / unpinning: 潜りアニメ中は透過のみ */

body.header_type2 #header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	transform: translate3d(0, 0, 0);
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: transparent;
	z-index: 300;
}

body.header_type2 #header.headroom {
	will-change: transform;
	transition:
		transform 200ms linear,
		background-color 0.45s ease,
		border-bottom-color 0.45s ease;
}

body.header_type2.header_fixed #header.headroom.headroom--pinned {
	background-color: #fff;
	border-bottom-color: #ddd;
}

body.header_type2.header_fixed:not(.ideage-headroom-solid-bar) #header.headroom.headroom--pinned {
	background-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

body.header_type2.header_fixed #header.headroom.ideage-headroom-unpinning {
	background-color: transparent !important;
	border-bottom-color: rgba(255, 255, 255, 0.3) !important;
	transition: transform 200ms linear !important;
}

body.header_type2.active_header.header_fixed #header.headroom.headroom--pinned {
	border-bottom-color: #fff;
}

body.header_type2.active_header:not(.header_fixed) #header {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
}

body.header_type2.active_header:not(.header_fixed) #header.headroom {
	transition: transform 200ms linear;
}

body.header_type2 #header.headroom.headroom--pinned {
	transform: translate3d(0, 0, 0);
}

body.header_type2 #header.headroom.headroom--unpinned,
body.end_loading body.header_type2 #header.headroom.headroom--unpinned {
	transform: translate3d(0, -100%, 0);
	pointer-events: none;
}

body.admin-bar.header_type2 #header {
	top: 32px;
}

html:has(body.header_type2) {
	scroll-padding-top: 90px;
}

@media (prefers-reduced-motion: reduce) {
	body.header_type2 #header.headroom {
		transition-duration: 0.01ms !important;
		transition-property: transform, background-color, border-bottom-color !important;
	}
}

/* --- メガメニュー枠 #header .megamenu --- */

#header .megamenu {
	top: 0;
	padding-top: 120px;
	box-sizing: border-box;
	z-index: 1;
	overflow: visible;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, -50px, 0);
	border: none !important;
	border-radius: 0 0 72px 72px;
	transition:
		opacity 0.3s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#header .megamenu.active_mega_menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	#header .megamenu {
		transform: none;
		transition: opacity 0.2s ease;
	}

	#header .megamenu:not(.active_mega_menu) {
		opacity: 0;
	}

	#header .megamenu.active_mega_menu {
		transform: none;
	}
}

/* --- BLOG メガメニュー（megamenu_a）スクロールバー --- */

#header .megamenu_a .genesis_carousel_scrollbar .swiper-scrollbar {
	--swiper-scrollbar-size: 6px;
	height:8px;
}

/* --- メガ Links パネル .ideage_megamenu_links_panel --- */

.megamenu_b.ideage_megamenu_links_panel {
	display: block;
	width: 100%;
	border-radius: 0 0 72px 72px;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	gap: 20px;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_items .item {
	flex: 0 0 240px;
	max-width: 25%;
	width: 25%;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_items .item:nth-child(4n + 1) {
	border-left: none;
}
body.megamenu_dark_color .megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_items .item {
	border-left-color: #333;
}

.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_panel_main {
	display: block;
	text-decoration: none;
	color: inherit;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_panel_main:hover {
	text-decoration: none;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_sub_text {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 22px;
	margin-bottom: 0;
	display: block;
	color: #ff3f00;
}
.megamenu_b .item {
	border: none !important;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_post_list .ideage_megamenu_sublink {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	color: var(--tcd-main-color, #ff3f00);
	text-decoration: none;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_post_list .ideage_megamenu_sublink:last-child {
	margin-bottom: 0;
}
@media (hover: hover) {
	.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_post_list .ideage_megamenu_sublink:hover {
		color: var(--tcd-hover-color, var(--tcd-main-color, #ff3f00));
		opacity: 1;
	}
}
.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_panel_item:hover .ideage_megamenu_panel_main .title {
	opacity: 0.92;
}
@media (hover: hover) {
	.megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_panel_item:hover {
		background-color: rgba(0, 0, 0, 0.02);
	}
}
body.megamenu_dark_color .megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_panel_item:hover {
	background-color: rgba(255, 255, 255, 0.04);
}
body.megamenu_dark_color .megamenu_b.ideage_megamenu_links_panel .ideage_megamenu_sub_text {
	color: #ff3f00;
}

/* --- グローバルメニュー文字 --- */

#global_menu > ul > li > a ,
body.header_type2 #global_menu > ul > li > a {
	font-size: 16px;
	font-family: roboto condensed;
	font-weight: 700;
	color: #111;
	height: 90px;
	line-height: 90px;
}
#global_menu > ul > li.current-menu-item > a ,
body.header_type2 #global_menu > ul > li.current-menu-item > a {
	color: #111 !important;
}

#global_menu > ul > li > a .ideage-global-nav__label-stack {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

#global_menu > ul > li > a .ideage-global-nav__label {
	display: block;
	white-space: nowrap;
	transition: opacity 0.25s ease;
}

#global_menu > ul > li > a .ideage-global-nav__label--en {
	opacity: 1;
}

#global_menu > ul > li > a .ideage-global-nav__label--ja {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: none;
	transform: translate(-50%, calc(-50% - 2px));
	font-size: 15px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-weight: 500;
	color: #111111;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	overflow: visible;
}

@media (hover: hover) {
	#global_menu > ul > li > a:hover,
	#global_menu > ul > li > a:focus-visible {
		position: relative;
		z-index: 3;
	}

	#global_menu > ul > li > a:hover .ideage-global-nav__label--en,
	#global_menu > ul > li > a:focus-visible .ideage-global-nav__label--en {
		opacity: 0;
	}

	#global_menu > ul > li > a:hover .ideage-global-nav__label--ja,
	#global_menu > ul > li > a:focus-visible .ideage-global-nav__label--ja {
		opacity: 1;
	}
}

/* --- トップページ部品（UAGB 等） --- */

.top-blog-item {
	column-gap: 0px !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}
.top-blog-item .uagb-post__image {
	padding: 10px 10px 15px 10px !important;
}
.top-blog-item article.uagb-post__inner-wrap {
	background: #fff;
}
.top-blog-item h4.uagb-post__title {
	font-size: 16px;
}
.top-blog-item img {
	border-radius: 12px;
}


/* Spectra Post Grid: 追加クラス ideage-spectra-post-meta-custom（カテゴリ＋日付行） */

.ideage-spectra-post-meta-custom .uagb-post__title {
	margin-top: 0;
	margin-bottom: 10px;
}

.ideage-spectra-post-meta-custom .uagb-post-grid-byline {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
}

.ideage-spectra-post-meta-custom .uagb-post-grid-byline > div.uagb-post__text {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.ideage-spectra-post-meta-custom .uagb-post__inner-wrap .uagb-post__taxonomy {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 100%;
	margin: 0;
	color: #111;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.ideage-spectra-post-meta-custom .uagb-post__taxonomy .dashicons {
	display: none !important;
}

.ideage-spectra-post-meta-custom .uagb-post__taxonomy::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1e73be;
	flex-shrink: 0;
	margin-right: 3px;
	margin-bottom: 1px;
}

.ideage-spectra-post-meta-custom .uagb-post__taxonomy a {
	color: inherit;
	font-size: 12px !important;
}

.ideage-spectra-post-meta-custom .uagb-post-grid-byline .uagb-post__date {
	flex: 0 0 65px;
	width: 65px;
	max-width: 65px;
	box-sizing: border-box;
	margin: 0 0 0 auto;
	padding: 0;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #111;
}

.ideage-spectra-post-meta-custom .uagb-post__date .dashicons {
	display: none !important;
}

.top-heading-separator:after {
	content: '';
	display: block;
	width: 5px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(180deg, #b5f1ff 0%, #50d2ff 24.52%, #1e73be 54.33%, #1e73be 78.85%, #1c42b4 100%);
	margin: 20px auto;
}

/* --- メガ SOLUTIONS パネル --- */

.megamenu_b.ideage_megamenu_solutions_panel {
	display: block;
	width: 100%;
	padding: 48px 48px 40px;
	box-sizing: border-box;
}

.ideage_megamenu_solutions_intro {
	text-align: center;
	margin: 0 0 40px;
}

.ideage_megamenu_solutions_intro__head {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #111;
}

.ideage_megamenu_solutions_intro__sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 600;
	color: #111;
}

.ideage_megamenu_solutions_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px 24px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.ideage_megamenu_solutions_cell {
	flex: 1 1 200px;
	max-width: 260px;
	min-width: 180px;
}

.ideage_megamenu_solutions_card {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
}

.ideage_megamenu_solutions_card:hover {
	text-decoration: none;
}

.ideage_megamenu_solutions_card__media {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #eee;
	aspect-ratio: 16 / 9;
}

.ideage_megamenu_solutions_card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ideage_megamenu_solutions_card__title {
	display: block;
	margin: 14px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	color: #111;
}

.ideage_megamenu_solutions_viewall_wrap {
	margin: 36px 0 0;
	text-align: center;
}

.ideage_megamenu_solutions_viewall {
	display: inline-block;
	padding: 10px 36px;
	border: 1px solid #111;
	border-radius: 999px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: lowercase;
	text-decoration: none;
	color: #111;
}

@media (hover: hover) {
	.ideage_megamenu_solutions_viewall:hover {
		background: #1E73BE;
		border: 1px solid #1E73BE;
		color: #fff;
	}
}

body.megamenu_dark_color .ideage_megamenu_solutions_intro__head,
body.megamenu_dark_color .ideage_megamenu_solutions_card__title {
	color: #fff;
}

body.megamenu_dark_color .ideage_megamenu_solutions_intro__sub {
	color: #ccc;
}

body.megamenu_dark_color .ideage_megamenu_solutions_viewall {
	border-color: #fff;
	color: #fff;
}

@media (hover: hover) {
	body.megamenu_dark_color .ideage_megamenu_solutions_viewall:hover {
		background: #fff;
		color: #111;
	}
}

/* 下層ページ共通 */

.heading-general h2 {
	display: flex;
	align-items: center;
	gap: 20px;
}

.post_content .heading-general h2 {
	font-size: 32px;
	font-family: noto sans jp, sans-serif;
	text-align: left;
	line-height: 1.5;
	font-weight: 600;
	color: #111;
}
.heading-general h2:before {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 6px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(180deg, #b5f1ff 0%, #50d2ff 24.52%, #1e73be 54.33%, #1e73be 78.85%, #1c42b4 100%);
	margin: 0;
}
.post_content .heading-general h2 span {
	font-size: 18px;
	line-height: 2.1;
	display: inline-block;
	align-self: flex-end;
}

@media (max-width: 767px) {
	.post_content .heading-general h2 {
		font-size: 24px !important;
	}
}

.post_content .gb-text {
	line-height: 200%;
}

/* about-us */
.post_content .signature-1 {
	margin-bottom: 2px !important;
}
.post_content .history-year {
	margin-bottom: 0 !important;
	line-height: 1.1;
	font-weight: 600 !important;
}
.post_content .history-month {
	line-height: 1.8 !important;
	font-weight: 500 !important;
}
@media screen and (max-width: 820px) {
	.post_content .history-year {
		margin-bottom: 1em !important;
		font-size: 18px;
	}

	.post_content .wp-block-columns:has(> .wp-block-column > .history-month) {
		gap: 1em;
	}

	.post_content .history-month {
		font-size: 14px;
		color: #fff;
		display: inline-block;
		background: #1E73BE;
		padding: 2px 14px;
		border-radius: 5px;
	}

	.post_content .history-title {
		font-size: 18px;
	}
}
.post_content .history-title {
	margin-bottom: 0 !important;
	line-height: 1.8 !important;
	font-weight: 500 !important;
}
.uagb-google-map__iframe {
	border-radius: 36px;
}
.prof-text {
	line-height: 1.5 !important;
}

/* --- Spectra（UAGB）more details 等ボタン共通 hover --- */

a.uagb-buttons-repeater.wp-block-button__link {
	transition: background-color 0.25s, color 0.25s, border-color 0.25s;
	text-decoration: none;
}

@media (hover: hover) {
	body .post_content a.uagb-buttons-repeater.wp-block-button__link:hover,
	body #front_page_contents a.uagb-buttons-repeater.wp-block-button__link:hover {
		background: #1E73BE !important;
		background-color: #1E73BE !important;
		background-image: none !important;
		color: #ffffff !important;
		border-color: #1E73BE !important;
		text-decoration: none !important;
	}

	body .post_content a.uagb-buttons-repeater.wp-block-button__link:hover .uagb-button__link,
	body #front_page_contents a.uagb-buttons-repeater.wp-block-button__link:hover .uagb-button__link {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		border-color: transparent !important;
		color: #ffffff !important;
		text-decoration: none !important;
		-webkit-text-fill-color: #ffffff !important;
		--uagb-button-txt-color: #ffffff !important;
		--uagb-button-txt-hover-color: #ffffff !important;
	}
}

/* --- フッター CTA（template-parts/footer-cta.php） --- */

.ideage-footer-cta {
	width: 100%;
	background: #EBF2F8;
	box-sizing: border-box;
}

.ideage-footer-cta__inner {
	max-width: 1440px;
	min-height: 314px;
	margin: 0 auto;
	padding: 90px 40px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 36px;
	box-sizing: border-box;
}

.ideage-footer-cta__btn {
	position: relative;
	display: flex;
	flex: 0 0 360px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 360px;
	min-height: 134px;
	padding: 25px 40px 25px;
	box-sizing: border-box;
	border-radius: 24px;
	background: linear-gradient(180deg, #1C42B4 16.72%, #1E73BE 69.25%, #2078C1 99.99%, #359FDC 100.29%, #43BBEF 126.56%, #4CCCFA 148.05%, #50D2FF 164.76%, #B5F1FF 238.79%);
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.ideage-footer-cta__title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #fff;
}

.ideage-footer-cta__text {
	margin-top: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	word-break: keep-all;
	overflow-wrap: anywhere;
	line-break: strict;
}

.ideage-footer-cta__arrow {
	position: absolute;
	right: 20px;
	bottom: 18px;
	line-height: 0;
}

.ideage-footer-cta__arrow img {
	display: block;
	width: 13px;
	height: auto;
}

.ideage-footer-cta__inner {
	position: relative;
}
body.ideage-is-front-page .ideage-footer-cta__inner::before {
	content: '';
	display: block;
	width: 1112px;
	height: 921px;
	background: url('/wp-content/themes/ideage/images/ideage-motif_b.svg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -540px;
	right: -430px;
	z-index: -1;
}

@media (hover: hover) {
	.ideage-footer-cta__btn:hover {
		background: #1a66aa;
	}
}

.ideage-footer-cta__btn:focus {
	outline: none;
}

.ideage-footer-cta__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

@media screen and (min-width: 1440px) {
	.ideage-footer-cta__inner {
		padding: 90px 342px;
	}
}

@media screen and (max-width: 820px) {
	.ideage-footer-cta__inner {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		min-height: 0;
		padding: 48px 24px;
		gap: 24px;
	}

	.ideage-footer-cta__btn {
		flex: 0 0 auto;
		width: 100%;
		max-width: 360px;
	}

	.ideage-footer-cta__title {
		font-size: 30px;
	}

	.ideage-footer-cta__text {
		font-size: 14px;
	}
}

/* --- フッター CTA 下パンくず（template-parts/footer-breadcrumb.php） --- */

.ideage-footer-breadcrumb {
	width: 100%;
	background: #f4f7f9;
	box-sizing: border-box;
}

.ideage-footer-breadcrumb__inner {
	max-width: 1440px;
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
	box-sizing: border-box;
}

.ideage-footer-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.ideage-footer-breadcrumb__item {
	display: inline-flex;
	align-items: center;
}

.ideage-footer-breadcrumb__item:not(:last-child)::after {
	content: ' / ';
	color: #a7a7a7;
	margin: 0 4px 0 3px;
}

.ideage-footer-breadcrumb__link {
	color: #a7a7a7;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.ideage-footer-breadcrumb__current {
	color: #707070;
}

@media (hover: hover) {
	.ideage-footer-breadcrumb__link:hover {
		opacity: 0.75;
	}
}

@media screen and (max-width: 1200px) {
	.ideage-footer-breadcrumb__inner {
		padding: 25px 40px;
	}
}

@media screen and (max-width: 820px) {
	.ideage-footer-breadcrumb__inner {
		padding: 25px 24px;
	}
}

/* --- メインフッター（#footer.ideage-footer）Swiper 廃止・白背景レイアウト --- */

.ideage-footer#footer {
	background: #fff;
	border-top: none;
}

.ideage-footer #footer_inner.ideage-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: none;
	margin: 0 auto;
	padding: 38px 24px 10px;
	box-sizing: border-box;
	text-align: center;
}

.ideage-footer #footer_logo {
	margin: 0;
}

.ideage-footer #footer_logo a {
	display: inline-block;
	width: 300px;
}
@media screen and (max-width: 820px) {
	.ideage-footer #footer_logo a {
		width: 200px;
	}
}
.ideage-footer #footer_logo a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ideage-footer #footer_logo img.logo_image.pc {
	width: 304px;
	max-width: 100%;
	height: auto;
}

.ideage-footer #footer_logo img.logo_image.mobile {
	max-width: 100%;
	height: auto;
}

.ideage-footer .ideage-footer__nav {
	width: 100%;
	max-width: 1100px;
	margin: 15px 0 0;
	box-sizing: border-box;
}

.ideage-footer .ideage-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 24px;
}

.ideage-footer .ideage-footer__nav-list > li {
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

.ideage-footer .ideage-footer__nav-list a {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	text-decoration: none;
	display: inline-block;
	height: auto;
}

@media (hover: hover) {
	.ideage-footer .ideage-footer__nav-list a:hover {
		opacity: 0.75;
	}
}

.ideage-footer .ideage-footer__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 10px 0 0;
	line-height: 0;
	width: auto;
}

.ideage-footer .ideage-footer__privacy img {
	display: block;
	margin: 0;
	width: auto;
	max-width: none;
}

.ideage-footer .ideage-footer__privacy-mark {
	height: 94px;
}

.ideage-footer .ideage-footer__sap-partner-logo {
	height: 50px;
}

.ideage-footer .ideage-footer__address {
	margin-top: 10px;
	text-align: left;
	max-width: 900px;
	width: 100%;
}

.ideage-footer .ideage-footer__sns {
	margin-top: 24px;
	text-align: center;
	margin-left: 0;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

.ideage-footer #copyright {
	height: auto;
	min-height: 0;
	line-height: 2;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	background: transparent;
	padding: 0px 16px 40px;
	box-sizing: border-box;
}

.ideage-footer #copyright span {
	display: block;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

/* --- CPT solutions 単体: 1カラム（#main_col 全幅） --- */

body.single-solutions #main_col {
	width: 100%;
	max-width: 100%;
	flex: 1 1 100%;
}

/* --- 固定ページテンプレート2（情報セキュリティ基本方針枠組み） --- */

body.ideage-page-template-2 #page_contents {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.ideage-page-template-2 #page_header {
	padding-top: 0 !important;
}

body.ideage-page-template-2 #page_header .large_headline,
body.ideage-page-template-2 #page_header .large_headline span {
	margin: 0;
	max-width: 1024px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 34px !important;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	color: #111;
}

body.ideage-page-template-2 #page_contents .ideage-page-template-2__content.post_content {
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.ideage-page-template-2__hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 40px 24px;
	box-sizing: border-box;
	background: #fff;
}

.ideage-page-template-2__title {
	margin: 0;
	max-width: 1024px;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	color: #111;
}

.ideage-page-template-2__body {
	background: #f4f7f9;
	padding: 40px 20px 120px;
	box-sizing: border-box;
}

.ideage-page-template-2__card {
	max-width: 1024px;
	margin: 0 auto;
	padding: 70px 92px;
	box-sizing: border-box;
	border-radius: 72px;
	background: #fff;
}

.ideage-page-template-2__content {
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.ideage-page-template-2 .post_content h2 {
	text-align: left !important;
}
.ideage-page-template-2__content > * + * {
	margin-top: 60px;
}

.ideage-page-template-2__content .ideage-page-template-2__section-title,
.ideage-page-template-2__content h2.ideage-page-template-2__section-title {
	margin: 0;
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 2;
	color: #333;
	text-align: left;
}

.ideage-page-template-2__content .ideage-page-template-2__section-title::before,
.ideage-page-template-2__content h2.ideage-page-template-2__section-title::before {
	display: none;
}

.ideage-page-template-2__content .ideage-page-template-2__section .ideage-page-template-2__section-title + *,
.ideage-page-template-2__content .ideage-page-template-2__section h2 + * {
	margin-top: 8px;
}

.ideage-page-template-2__content p,
.ideage-page-template-2__content .ideage-page-template-2__list-item {
	font-family: 'Noto Sans JP', noto sans jp, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	color: #333;
}

.ideage-page-template-2__content .ideage-page-template-2__list-item {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.ideage-page-template-2__hero {
		min-height: 160px;
		padding: 32px 20px;
	}

	.ideage-page-template-2__title {
		font-size: 26px;
		line-height: 1.6;
	}

	body.ideage-page-template-2 #page_header .large_headline,
	body.ideage-page-template-2 #page_header .large_headline span {
		font-size: 26px !important;
		line-height: 1.6;
	}

	.ideage-page-template-2__body {
		padding: 24px 16px 80px;
	}

	.ideage-page-template-2__card {
		padding: 40px 24px;
		border-radius: 32px;
	}

	.ideage-page-template-2__content > * + * {
		margin-top: 40px;
	}
}
