body {
	background: url("/wp-content/uploads/2025/03/bg.png") repeat center center / contain;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--roboto), "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
.site-header .is-transparent:not(.scrolling) .wp-block-navigation__container > .wp-block-navigation-item > a {
	color: #283138;
}
.wpcom-gifting-banner {
	display: none;
}
main.site-main {
	margin-top: 0!important;
	padding-top: 89px;
}
.wp-site-blocks {
	overflow: hidden;
}
.marginTop0 {
	margin-top: 0!important;
}
.displayNone {
	display: none!important;
}
.site-header .is-transparent:not(.scrolling) .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon > svg {
	stroke: #383f40;
}
.wp-block-button .wp-block-button__link {
	text-transform: capitalize;
}
.indentPara,
ol li {
	padding-left: 1em;
	text-indent: -1em;
}
a {
	word-break: break-word;
} 

/* タイトル関係 */
.navyBack mark {
	padding: 4px 8px;
}

/* フォント */
.yugoText {
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif!important;
}

/* パンくず */
#breadcrumbsBox {
	padding: 0 2.375em;
	margin: 10px 0;
}
.aioseo-breadcrumbs {
	font-size: 14px;
	font-family: var(--wp--preset--font-family--roboto),"-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
.newsBreadcrumbs {
	padding-top: 20px;
}

/* パンくず・IRのみ */
#breadcrumbsBox.irBreadcrumbs {
	width: 75%;
	padding: 0;
	max-width: none;
}

/* パンくず・お問い合わせほか */
#breadcrumbsBox.contactBreadcrumbs,
#breadcrumbsBox.pcNoPaddingBreadcrumbs {
	padding: 0;
}

/* テーブル */
.wp-block-table td:first-of-type {
	white-space: nowrap;
}

/* リンクボタン */
.originalBtnLink {
	display: inline-block;
	cursor: pointer;
}
.originalBtnLink a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.originalBtnLink .button-link__text {
	position: relative;
	font-size: 22px;
	margin: 0;
}
.originalBtnLink .button-link__text::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #283138;
	transition: all 0.3s;
}
.originalBtnLink a:hover .button-link__text::before {
	width: 60%;
}
.originalBtnLink .button-link__icon {
	position: relative;
	width: 43px;
	height: 43px;
	margin-left: 10px;
}
.originalBtnLink .button-link__icon::before,
.originalBtnLink .button-link__icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.originalBtnLink .button-link__icon::before {
	background: url("/wp-content/uploads/2025/04/btn-arrow-round-default.svg") no-repeat center center / contain;
}
.originalBtnLink .button-link__icon::after {
	background: url("/wp-content/uploads/2025/04/btn-arrow-round-hover.svg") no-repeat center center / contain;
	opacity: 0;
}
.originalBtnLink a:hover .button-link__icon::before {
	opacity: 0;
}
.originalBtnLink a:hover .button-link__icon::after {
	opacity: 1;
}

/* よくある質問・開閉式 */
.toggleFaq {
	background-color: #fff;
}
.toggleFaq::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2025/03/bg.png") repeat center center / contain;
}
.toggleFaq .question {
	padding-bottom: 32px;
	margin-top: 16px;
	border-bottom: 1px solid #d8d9db;
	gap: 0;
}
.toggleFaq .obb-toggle-trigger,
.toggleFaq .obb-toggle-container {
	background-color: transparent!important;
}
.toggleFaq .obb-toggle-content {
	padding-bottom: 0;
	padding-left: 14px;
}
.toggleFaq .obb-toggle-title,
.toggleFaq .answer {
	display: flex;
	align-items: center;
}
.toggleFaq code {
	display: inline-block;
	font-size: 44px;
	font-family: var(--wp--preset--font-family--roboto);
	margin: 0 29px 0 47px;
}
.toggleFaq .obb-toggle-trigger code {
	color: #0b0186;
}
.toggleFaq .obb-toggle-container code {
	color: #f54d81;
}

/* Answerが開業する場合の対応 */
.toggleFaq .multipleLines .obb-toggle-content {
	padding-top: 40px;
}
.toggleFaq .multipleLines .answerLeft,
.toggleFaq .multipleLines .answerRight {
	flex-basis: auto!important;
}
.toggleFaq .multipleLines .answerLeft {
	width: 70px;
	min-width: 70px;
}
.toggleFaq .multipleLines .answerRight {
	display: flex;
	align-items: center;
	width: calc(100% - 70px);
}

/* Cookie同意 */
.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide {
	max-width: 100%!important;
	left: 0!important;
	bottom: 0!important;
	background-color: #fff!important;
}
.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide p {
	width: calc(100% - 90px);
}
.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide .wp-block-button {
	width: 80px;
}

/* ヘッダー */
header.site-header .is-transparent:not(.scrolling) {
	background-color: #FFF!important;
	border-bottom: none!important;
}
header.site-header .is-transparent:not(.scrolling) .wp-block-navigation__submenu-icon {
	background-color: #FFF!important;
}
header.site-header .is-layout-constrained > .alignwide {
	max-width: 1560px;
}
header.site-header .headerOutsideLink a {
	position: relative;
}
header.site-header .wp-block-navigation__container .wp-block-navigation-item:not(.button).headerOutsideLink a::after {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 0;
	left: auto;
	background: url("/wp-content/uploads/2025/06/outsideLinkIcon.svg") no-repeat center center / contain;
	transform: translateY(-56%);
}

/* ページ共通お問い合わせ */
#contactWrap {
	max-width: 100%;
	padding: 206px 0 0;
	position: relative;
	z-index: 45;
}
#contactWrap .contact__button {
	bottom: -92px;
	position: absolute;
	width: 100%;
}
#contactWrap .banner-link h2 {
	margin: 0
}
#contactWrap a {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:768px) {
	#contactWrap {
		padding: 200px 0 0;
		margin-top: 0;
	}
	#contactWrap .contact__button {
		bottom: -62px;
	}
}

#contactWrap .banner-link {
	background: var(--background-color);
	border-radius: 4px;
	box-sizing: border-box;
	margin-left: auto;
	padding: 75px 70px;
	text-align: right;
	width: 94%
}

#contactWrap .banner-link:hover {
	background: var(--hover-color)
}

#contactWrap .banner-link__inner {
	color: #fff;
	display: inline-block;
	margin: 0;
	text-align: left
}

#contactWrap .banner-link__text-ja {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px
}
#contactWrap .banner-link h2 {
	font-family: Outfit, sans-serif;
	font-size: 85px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	#contactWrap .banner-link__text-ja {
		font-size:18px
	}
}

#contactWrap .banner-link__text-en {
	align-items: flex-end;
	display: flex;
	margin: 0
}
#contactWrap .banner-link__text-en img {
	margin: 0 0 30px 30px
}
#contactWrap .banner-link__subtext {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px
}

@media screen and (max-width: 767px) {
	#contactWrap .banner-link__subtext {
		font-size:18px
	}
}

@media screen and (max-width: 768px) {
	#contactWrap .banner-link {
		box-sizing:border-box;
		padding: 55px 22px 55px 23px;
		width: 94%
	}

	#contactWrap .banner-link__inner {
		display: block
	}

	#contactWrap .banner-link__text-en {
		align-items: center;
		justify-content: space-between
	}

	#contactWrap .banner-link__text-en h2 {
		line-height: 1
	}

	#contactWrap .banner-link__text-en img {
		height: 37px;
		margin: 0 0 15px 23px;
		width: 37px
	}

	#contactWrap .banner-link__text-ja {
		font-size: 14px
	}

	#contactWrap .banner-link h2 {
		font-size: 45px;
		letter-spacing: 0
	}

	#contactWrap .banner-link__subtext {
		font-size: 19px;
		font-weight: 400;
		line-height: 24px;
		margin-top: 38px
	}
}

@media screen and (max-width: 768px) and (max-width:767px) {
	#contactWrap .banner-link__subtext {
		font-size:16px
	}
}

@media screen and (max-width: 768px) {
	#contactWrap .banner-link--add-sub-text .banner-link h2 {
		margin-top:8px
	}

	#contactWrap .banner-link--add-sub-text .banner-link__text-en {
		align-items: flex-end
	}

	#contactWrap .banner-link--add-sub-text .banner-link__text-en img {
		margin-bottom: 0
	}

	#contactWrap .banner-link--add-sub-text .banner-link__subtext {
		margin-top: 30px
	}
}

/* フッター
---------------------------------------------- */
/* お問い合わせとリクルートページ */
body.page-id-10119 #footerMain > .wp-block-spacer,
body.page-id-16745 #footerMain > .wp-block-spacer {
	display: none;
}

#footerMain > .wp-block-columns,
#footerSub > .wp-block-columns {
	width: 88%;
	max-width: none;
}
.footerMainNav ul {
	justify-content: flex-end;
}
#footerSub .wp-block-columns p {
	white-space: nowrap;
}
#footerSub .wp-block-columns p a {
	text-decoration: none;
}
#footerSub .wp-block-column {
	flex-basis: auto;
	flex-grow: unset;
	min-width: auto;
}
#footerLinkBox {
	justify-content: flex-end;
	max-width: 640px;
	margin-left: auto;
	gap: 0;
}
#footerLinkBox .wp-block-column:not(:first-child) {
	margin-left: 40px;
} 
#footerLinkBox figure {
	max-width: 180px;
	height: 30px;
	text-align: right;
}
#footerLinkBox figure a,
#footerLinkBox figure img {
	height: 100%;
}
#footerLinkBox figure img {
	width: 100%;
}
#footerSnsList {
	justify-content: flex-end;
	margin-top: 24px;
	gap: 0;
}
#footerSnsList .wp-block-column {
	flex-basis: auto;
	flex-grow: unset;
}
#footerSnsList .wp-block-column:not(:last-of-type) {
	margin-right: 24px;
}
#footerSnsList figure {
	width: 24px;
	height: 24px;
}
#footerSnsList figure a,
#footerSnsList figure img {
	width: 100%;
	height: 100%;
}
#footerSubLink {
	flex-wrap: wrap!important;
	gap: 0;
}
#footerSubLink .wp-block-column {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	margin-right: 16px;
}
#footerSubLink .wp-block-column:not(:first-of-type) {
	margin-left: 16px;
}
#footerSubLink .wp-block-column:not(:first-of-type)::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 50%;
	left: -16px;
	background-color: #ffffffa6;
	transform: translateY(-50%);
}
#footerSubNavBox {
	width: calc(100% - 100px);
}
#footerGaixer img {
	width: 100%;
}
#copyright {
	width: 100px;
}

/* 上に戻るボタン */
#goTopBtn {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	margin: 0;
	z-index: 10;
}

/* トップページ
---------------------------------------------- */
/* 各コンテンツタイトル */
.topTitle {
	gap: 24px;
}
.topTitle h2 {
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif!important;
}

/* MVのバナー */
.topMV {
	height: 49vw;
	min-height: auto!important;
	margin-block-start: 0;
}
#toppagePv {
	max-width: 1600px;
}
#topMV_pc .wp-block-cover__inner-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#topMV_pc p {
	display: none;
}
.top-image__banner {
	position: absolute;
	right: 0;
	margin-top: 0;
	z-index: 10;
}
/* .top-image__banner.gaixerBanner {
	bottom: 144px;
} */
.top-image__banner.gaixerBanner {
	bottom: 0;
}
.top-image__banner .banner-top {
	display: flex;
	align-items: center;
	width: 743px;
	height: 129px;
	background-color: #fff;
	box-shadow: 5px 5px 10px #00000029;
	border-radius: 2px;
}
.top-image__banner .banner-top__inner {
	display: flex;
}
.top-image__banner .banner-top__inner img {
	width: 100%;
}
.top-image__banner .banner-top__arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	min-width: 43px;
	height: 100%;
	background: linear-gradient(236deg,#016286,#293486);
}
.top-image__banner a:hover .banner-top__arrow {
	background: linear-gradient(236deg,#f5ff00,#ff08db);
}
/* #topH1Text {
	font-size: 40px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.7;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;;
}
#topH1Text mark {
	padding: 4px 8px;
	text-shadow: none;
}
#topH1Text mark:last-of-type {
	line-height: 2.4;
} */

/* Cloud nativeとは～ */
#topContentWrap {
	position: relative;
	top: -45px;
	padding: 300px 0 94px;
	background: url("/wp-content/uploads/2025/05/bg-text-cloud-native.svg") no-repeat center 80%;
	overflow: hidden;
	z-index: 5;
}
#topContent {
	padding: 0 36px;
}
#topContent h1 {
	font-size: 42px;
	margin-bottom: 36px;
	line-height: 1.75;
}
#topContent h1 mark {
	position: relative;
}
#topContent h1 mark::after {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 7px;
	color: #0ff;
	line-height: 1;
	mix-blend-mode: screen;
	z-index: 5;
}
#topContent h1 mark:first-of-type:after {
	content: "“Cloud native”とは、";
}
#topContent h1 mark:nth-of-type(2):after {
	content: "クラウドを自由自在に操り、";
}
#topContent h1 mark:nth-of-type(3):after {
	content: "理想のサービスを届けられる";
}
#topContent h1 mark:last-of-type:after {
	content: "技術力の高さを表しています。";
}
#topContentWrap .topArrow {
	position: absolute;
	padding: 0;
	z-index: -1;
}
#topContentWrap .topArrow01 {
	width: 13%;
	top: -15px;
	left: -35px;
}
#topContentWrap .topArrow02 {
	width: 47%;
	bottom: -28px;
	right: -45px;
}

/* お知らせ */
#newsTop {
	margin-bottom: 240px;
}
#newsTop .obb-masonry-container article.obb-content {
	position: relative;
	display: flex;
}
#newsTop .obb-masonry-container article.obb-content::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -24px;
	left: 0;
	background-color: #aaa;
}
#newsTop .obb-masonry-container .obb-column {
	margin-bottom: 48px;
}
#newsTop .posted-on em {
	display: none;
}
#newsTop .obb-img-and-title {
	width: calc(100% - 180px);
}
#newsTop .obb-img-and-title .obb-title-and-meta {
	flex-direction: column-reverse;
}
#newsTop .obb-img-and-title .obb-title-and-meta .obb-post-date {
	font-size: 15px;
}
#newsTop .obb-img-and-title .obb-title-and-meta .obb-title {
	margin-top: 16px;
}
#newsTop .obb-excerpt-and-more {
	width: 180px;
}
#newsTop .obb-post-category a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 4px 8px 2px 0;
	border-radius: 4px;
}
#newsTop .obb-post-category a::before {
	position: absolute;
	content: attr(href);
	width: 0.5em;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}
#newsTop .obb-post-category a::first-letter {
	color: transparent;
	user-select: none;
}
#newsTop .obb-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#newsTop .topNewsLink {
	text-align: right;
}

/* サービス */
#serviceTopWrap {
	position: relative;
	max-width: 100%;
	padding: 0;
}
#serviceTopWrap .serviceRedPc {
	position: absolute;
	top: -240px;
	z-index: 1;
}
#serviceTopWrap .serviceArrow01 {
	position: absolute;
	width: 56%;
	top: 50px;
}
#serviceTop {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
}
#serviceTop .wp-block-column {
	max-width: 540px;
}
#serviceTop #serviceTopBox {
	margin-left: auto;
}

/* リクルート */
.recruitTopWrap {
	overflow: visible;
}
#recruitTopBox {
	background-color: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(40px);
}

/* 企業情報 */
#aboutTop {
	position: relative;
	max-width: 100%;
	padding: 0;
}
#aboutTop .aboutDeco01 {
	position: absolute;
	width: 50%;
	max-width: 1000px;
	top: 65px;
	left: 0;
}
#aboutTop .aboutBlueBox {
	position: absolute;
	width: 92%;
	max-height: 385px;
	top: -232px;
	right: 6px;
	z-index: 10;
}
#aboutTop #aboutTopWrap {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
#aboutTopBox {
	width: 48%;
	min-width: 340px;
	padding-right: 36px;
	margin-left: auto;
}
.topAboutLink {
	display: flex;
	flex-direction: column;
}
.topAboutLink>div:not(:last-child) {
	margin-bottom: 24px;
}

/* aboutページ
---------------------------------------------- */
#aboutWrap {
	position: relative;
	max-width: 100%;
	z-index: 1;
}
#aboutWrap  .aboutObject01 {
	position: absolute;
	width: 45%;
	max-width: 1000px;
	bottom: -65px;
	right: 0;
}

/* 社長メッセージ */
#aboutMessageWrap {
	background: linear-gradient(215deg, #0d3d98, #28bde9 10%, #2ed9fb 30%, #0d3d98 85%, #016286);
	margin-right: 100px;
}
#aboutMessageWrap .arrow01 {
	position: absolute;
	width: 49.5%;
	max-width: 1000px;
	top: 5px;
	right: -85px;
}
#aboutMessageWrap #aboutMessageBox {
	padding: 1.25em 2.375em;
}
#aboutMessageWrap #aboutMessageBox .ceoName code {
	display: inline-block;
	font-size: 1.5em;
}
#aboutMessageWrap .ceo {
	position: absolute;
	width: 46.2%;
	bottom: 0;
	right: 0;
}
#aboutMessageWrap .object01 {
	position: absolute;
	width: 62%;
	bottom: -67px;
	right: -102px;
	z-index: 1;
}
#aboutMessageWrap .object01 img {
	width: 100%;
}

/* 受賞歴・会社概要 */
#profileWrap {
	position: relative;
}
#profileWrap:before,
#profileWrap:after {
	position: absolute;
	content: "";
	width: 209px;
	height: 3163px;
}
#profileWrap:before {
	top: 180px;
	left: 0;
	background: url("/wp-content/uploads/2025/04/bg-object-info-left.png") no-repeat top left / contain;
}
#profileWrap:after {
	top: 178px;
	right: 0;
	background: url("/wp-content/uploads/2025/04/bg-object-info-right.png") no-repeat top right / contain;
}
#profileWrap #awardsBox,
#profileWrap #informationBox {
	padding: 1.25em 2.375em;
}
#profileWrap #awardsBox .is-layout-flex {
	align-items: flex-start;
}
#profileWrap #informationBox table td {
	border: none;
	padding: 16px;
	border-bottom: 1px solid #ddd;
}

/* serviceページ
---------------------------------------------- */
/* お問い合わせ部分余白調整 */
#contactWrap.serviceContactWrap {
	padding: 0;
	margin: 0;
}

/* PV */
.obb-hero.obb-position-bottom-left.servicePv {
	align-items: center;
}
.obb-hero.obb-position-bottom-left.servicePv .obb-hero-content {
	width: 100%;
	max-width: 1320px!important;
	padding: 0 2.375em;
	margin: 0 auto;
	box-sizing: border-box;
}
.serviceHead {
	min-width: 540px;
}

/* FIXERの強み */
#serviceStrength .serviceStrengthWrap .serviceStrengthInner .text {
	min-width: 612px;
}
#serviceStrength .serviceStrengthWrap .roundBox {
	width: 100%;
}
#serviceStrength .serviceStrengthWrap .roundBox .round {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
}
#serviceStrength .serviceStrengthWrap .roundBox .round p {
	line-height: 1.5;
}
#serviceStrength .serviceStrengthWrap .microsoft img {
	width: 300px;
}
#serviceStrength .serviceStrengthWrap .aws img {
	width: 220px;
}

/* FIXERの提供サービス */
#providedService {
	padding: 0;
}
#providedService #serviceProvidedHead {
	padding: 1.25em 2.375em;
}
#providedService a {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 100%;
	min-height: 472px;
	margin-top: 0;
	text-decoration: none;
	overflow: hidden;
}
#providedService a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2025/04/serviceProvided_pc.png") no-repeat center center / cover;
	transition: transform 0.3s;
}
#providedService a:hover::before {
	transform: scale(1.2);
}
#providedService a #serviceProvidedInner {
	position: relative;
	width: 100%;
	max-width: 1320px;
	padding: 1.25em 2.375em;
	margin: 0 auto;
}
#providedService a #serviceProvidedInner h3 {
	font-size: 43px;
	color: #07112c;
	margin: 100px 0 32px;
	line-height: 1.2;
}
#providedService a #serviceProvidedInner h3 span {
	display: block;
	width: fit-content;
	background-color: #fff;
	padding: 7px;
	transition: all 0.3s;
}
#providedService a:hover #serviceProvidedInner h3 span {
	color: #fff;
	background-color: #0d1c45;
}
#providedService a #serviceProvidedInner .button-blank-link__wrapper {
	display: flex;
	align-items: center;
}
#providedService a #serviceProvidedInner p {
	position: relative;
	width: fit-content;
}
#providedService a #serviceProvidedInner p::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #0d1c45;
	transition: all 0.3s;
}
#providedService a:hover #serviceProvidedInner p::before {
	width: 47%;
}
#providedService a #serviceProvidedInner .button-blank-link__text {
	position: relative;
	font-size: 22px;
	font-family: var(--wp--preset--font-family--roboto);
	color: #0d1c45;
}
#providedService a #serviceProvidedInner .button-blank-link__icon {
	position: relative;
	width: 43px;
	height: 43px;
	margin-left: 10px;
}
#providedService a #serviceProvidedInner .button-blank-link__icon::before,
#providedService a #serviceProvidedInner .button-blank-link__icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#providedService a #serviceProvidedInner .button-blank-link__icon::before {
	background: url("/wp-content/uploads/2025/04/btnArrowRoundDefault.svg") no-repeat center center / contain;
}
#providedService a #serviceProvidedInner .button-blank-link__icon::after {
	display: none;
	background: url("/wp-content/uploads/2025/04/btnArrowRoundHover.svg") no-repeat center center / contain;
}
#providedService a:hover #serviceProvidedInner .button-blank-link__icon::before {
	display: none;
}
#providedService a:hover #serviceProvidedInner .button-blank-link__icon::after {
	display: block;
}

/* サービス */
#serviceList {
	background: linear-gradient(336deg, #2f3fbf, #00e2ff 25%, #2d46c2);
	padding-bottom: 206px;
}
#serviceList .serviceObject01 {
	position: absolute;
	width: 61.5%;
	max-width: 1500px;
	top: -104px;
	right: 0;
}
#serviceList .serviceObject01 img,
#serviceList .serviceObject02 img {
	width: 100%;
}
#serviceList #serviceListWrap {
	padding: 1.25em 2.375em;
	margin-top: 0;
}

/* 古いほうのCSS */
#serviceList #serviceListWrap .serviceListBox {
	background-color: #f4f4f4;
	border-radius: 4px;
}
#serviceList #serviceListWrap .serviceListBox .serviceListBoxHead {
	padding: 32px 32px 40px;
	border-bottom: 1px solid #ccc;
}
#serviceList #serviceListWrap .serviceListBox .serviceListBoxHead p {
	font-size: 24px;
}
#serviceList #serviceListWrap .serviceListBox .serviceListBoxHead p+p {
	font-size: 20px;
	margin-top: 20px;
}
#serviceList #serviceListWrap .serviceListBox .serviceBox {
	margin: 0;
	padding: 32px;
	gap: 0;
}
#serviceList #serviceListWrap .serviceListText {
	gap: 16px;
	padding-right: 24px;
}
#serviceList #serviceListWrap .wp-block-button {
	width: 150px;
}
#serviceList #serviceListWrap .wp-block-image {
	width: 92px;
	max-width: 92px;
	padding: 0 16px;
}
#serviceList #serviceListWrap .serviceListText {
	width: calc(100% - 209px);
	min-width: calc(100% - 290px);
}
#serviceList #serviceListWrap .serviceListText.noLink {
	width: calc(100% - 116px);
	min-width: calc(100% - 116px);
}
#serviceList #serviceListWrap .wp-block-image img {
	min-width: 60px;
}
#serviceList .serviceObject02 {
	position: absolute;
	width: 41.5%;
	max-width: 664px;
	bottom: -73px;
	left: 0;
	z-index: 1;
}

/* .新しいほうのCSS。serviceListかserviceListBoxに.newがついてる */
#serviceList.new {
	background: #EFEFEF;
	padding: 80px 0 320px;
	margin-top: 80px;
}
#serviceList #serviceListWrap .serviceListInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#serviceList #serviceListWrap .serviceListBox.new {
	justify-content: space-between;
	width: 32%;
	background-color: transparent;
	margin-left: 0!important;
	border-radius: 4px;
}
#serviceList #serviceListWrap .serviceListBox.new:nth-of-type(-n+3) {
	margin-top: 0;
}
#serviceList #serviceListWrap .serviceListBox.new:not(:nth-of-type(3n)) {
	margin-right: 2%!important;
}
#serviceList #serviceListWrap .serviceListBox.new .obb-featured-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 36px 32px;
}
#serviceList #serviceListWrap .serviceListBox.new h3 {
	font-size: clamp(28px, 2.5vw, 32px);
	line-height: 1.2;
}
#serviceList #serviceListWrap .serviceListBox.new p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: clamp(14px, 0.82vw, 16px);
	font-weight: bold;
}
#serviceList #serviceListWrap .serviceListBox.new .wp-block-image {
	padding: 0;
	margin: 0;
}
#serviceList #serviceListWrap .serviceListBox.new .wp-block-image img {
	max-width: 100%;
}
#serviceList #serviceListWrap .serviceListBox.new .wp-block-image.serviceListBoxGaixer img {
	width: 80%;
}
#serviceList #serviceListWrap .serviceListBox.new .wp-block-button__link {
	font-size: 16px;
	text-transform: math-auto;
}

/* 古いCSSを消すことで不要になるCSS */
#serviceList #serviceListWrap .serviceListBox.new .wp-block-image {
	width: auto;
	max-width: none;
}

/* service_projectページ
---------------------------------------------- */
/* 共通 */
.service_provided,
.serviceStrengthWrap,
#projectStrength #projectStrengthInner,
#resaleStrength #resaleStrengthInner,
#projectCaseStudy #projectCaseStudyInner,
#projectReason #projectReasonInner,
#projectTechnicalSkills #projectTechnicalSkillsInner,
#projectDevelopmentOperation #projectDevelopmentOperationInner,
#projectQuestion #projectQuestionInner {
	padding: 1.25em 2.375em;
	z-index: 1;
}
.serviceProvideTitle {
	margin-bottom: 48px;
}
.serviceProvideTitle strong {
	font-size: 29px;
	color: #fff;
	background: linear-gradient(90deg, #5799df, #5f2da3 88%, #fff);
	padding: 6px 40px 6px 8px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.serviceProvidedContainer {
	padding-left: 56px;
	gap: 16px;
}
.serviceProvidedContainer .serviceProvidedSubTitle {
	position: relative;
	padding-left: 16px;
}
.serviceProvidedContainer .serviceProvidedSubTitle::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 28px;
	top: 0;
	left: 0;
	background-color: #5925bc82;
	border-radius: 1px;
}
.serviceProvidedContainer ul:not(:last-of-type) {
	margin-bottom: 24px;
}
.serviceProvidedContainer ul li {
	position: relative;
	padding-left: 16px;
	margin-left: 16px;
	list-style: none;
}
.serviceProvidedContainer ul li::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	top: 11px;
	left: 0;
	background-color: #5925bc;
	border-radius: 50%;
}
.service_strengthObject {
	position: absolute;
	width: 30%;
	max-width: 506px;
	bottom: 0;
	right: 0;
}

/* FIXERの強味 */
#projectStrength #projectStrengthWrap {
	gap: 0;
}
#projectStrength #projectStrengthInner .projectStrengthBox {
	width: 38%;
	display: flex;
	margin: 0 5% 0 7%;
}
#projectStrength #projectStrengthInner .projectStrengthBox .box {
	justify-content: space-between;
}

/* 共通：導入までの流れ */
.item-service-flow {
	margin-top: 40px;
	position: relative;
	width: 100%;
}
.item-service-flow__free-tag-wrapper {
	width: 67%;
}
.item-service-flow__free-tag-wrapper:before {
	background-color: transparent;
	border-left: 2px dashed #3a729b;
	border-right: 2px dashed #3a729b;
	border-top: 2px dashed #3a729b;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 67%;
}
.item-service-flow__free-tag {
	background-color: #3a729b;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: 6px 20px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}
.item-service-flow__contents-wrapper {
	display: flex;
}
.item-service-flow__content-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
}
.item-service-flow__content {
	align-items: center;
	display: flex;
	flex-flow: column;
	min-height: 360px;
	position: relative;
	width: 12%;
}
.item-service-flow__content:after {
	background-image: url("/wp-content/uploads/2025/04/serviceArrowBlack.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	left: 112%;
	position: absolute;
	top: 84px;
	width: 24.5%;
}
.item-service-flow__content:last-child:after {
	background-image: none;
	content: "";
}
.item-service-flow__image-wrapper {
	display: flex;
	flex-flow: column;
	height: 172px;
	justify-content: center;
	width: auto;
}
.item-service-flow__image-wrapper img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.item-service-flow__title {
	color: #07112c;
	font-size: 20px;
	font-weight: 700;
	margin: 7px 0 10px;
	text-align: center;
	white-space: nowrap;
}
.item-service-flow__text {
	color: #686b74;
	font-size: 16px;
	line-height: 23px;
}
.item-service-flow__arrow {
	position: relative;
	width: 100%;
}
.item-service-flow__arrow img {
	position: absolute;
	top: 82px;
	width: 100%;
}
.item-service-flow__arrow:last-child {
	display: none;
}
.item-service-flow--resale .item-service-flow__free-tag-wrapper {
	width: 52%;
}
.item-service-flow--resale .item-service-flow__free-tag-wrapper:before {
	width: 50%;
}

/* 共通：よくある質問 */
.serviceQuestion .serviceQuestionInner .wp-block-group {
	padding-bottom: 32px;
	margin-top: 16px;
	border-bottom: 1px solid #d8d9db;
	gap: 0;
}
.serviceQuestion .serviceQuestionInner .question,
.serviceQuestion .serviceQuestionInner .answer {
	display: flex;
	align-items: center;
}
.serviceQuestion .serviceQuestionInner .question {
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d8d9db;
}
.serviceQuestion .serviceQuestionInner .question code,
.serviceQuestion .serviceQuestionInner .answer code {
	font-size: 44px;
	font-family: var(--wp--preset--font-family--roboto);
	margin: 0 29px 0 47px;
}
.serviceQuestion .serviceQuestionInner .question code {
	color: #0b0186;
}
.serviceQuestion .serviceQuestionInner .answer code {
	color: #f54d81;
}
.serviceQuestion .serviceQuestionInner .answerText {
	margin-left: 106px;
}

/* FIXERが選ばれる理由 */
#projectReason .projectReasonBox {
	justify-content: space-between;
}
#projectReason .projectReasonBox .image,
#projectReason .projectReasonBox .text {
	width: 44%;
}
#projectReason .service_reasonObject {
	position: absolute;
	max-width: 217px;
	bottom: 11px;
	left: 0;
}

/* FIXERの技術力 */
#projectTechnicalSkills {
	width: 95%;
	background: linear-gradient(135deg,#1784df,#4f0092);
}
#projectTechnicalSkills .skillsObject01 {
	position: absolute;
	max-width: 805px;
	bottom: 0;
	left: 0;
	mix-blend-mode: color-burn;
}
#projectTechnicalSkills .skillsObject02 {
	position: absolute;
	max-width: 421px;
	top: 0;
	right: 0;
	mix-blend-mode: color-burn;
}
#projectTechnicalSkills .technicalLinkBtn a {
	background-color: transparent;
	border: 1px solid #fff;
}

/* クラウド導入サービス：FIXERの強み */
#resaleStrength #resaleStrengthInner code {
	display: inline-block;
	font-size: 0.7em;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}

/* クラウド導入サービス：クラウドサービス導入までの流れ */
#projectDevelopmentOperation.resale .resale_flowObject {
	position: absolute;
	width: 217px;
	bottom: 11px;
	left: 0;
	margin-top: 0;
}

/* service:育成塾ページ
---------------------------------------------- */
body.page-id-15062 {
	background: none;
}
body.page-id-15062 #footerMain {
	padding-top: 0!important;
}
.serviceCourseContainer {
	max-width: 1000px;
	padding: 1.25em 20px;
	margin: 0 auto;
	z-index: 1;
}
.servicePv.coursePv {
	padding-top: 40px;
}
.servicePv.coursePv .wp-block-buttons .wp-block-button {
	width: 206px;
}
.serviceCourseH2 {
	font-size: 36px;
}

/* 内部リンク */
#academyLinkWrap {
	position: fixed;
	width: 100%;
	max-width: none;
	top: 89px;
	left: 0;
	margin-top: 0;
	background-color: rgba(23, 34, 66, 0.8);
	z-index: 50;
}
#academyLinkWrap ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#academyLinkWrap ul li {
	font-weight: bold;
	padding-left: 0;
	list-style: none;
}
#academyLinkWrap ul li:not(:first-of-type) {
	padding-left: clamp(8px, 2.1vw, 40px);
}
#academyLinkWrap ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

/* リード文 */
#serviceCourseLead {
	position: relative;
	max-width: none;
	padding: 0;
	margin-top: 0;
	background-color: #fff;
}
#serviceCourseLead::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2025/03/bg.png") repeat center center / contain;
}
#serviceCourseLead #breadcrumbsBox {
	padding-top: 10px;
	margin-top: 0;
}
#serviceCourseLead .serviceCourseLeadLeft {
	display: flex;
	align-items: center;
}
#serviceCourseLead .serviceCourseLeadLeft figure {
	width: 100%;
}
#serviceCourseLead img {
	width: 100%;
}
#serviceCourseLead h2 {
	font-size: 24px;
	line-height: 1.5;
}
#serviceCourseLead p {
	font-size: 18px;
}

/* GaiXerとは */
#courseAboutGaixer {
	max-width: 100%;
	background: radial-gradient(circle at 0% 0%, #45DF9A 0%, #4430B7 35%, #5C00A2 84%, #4F008B 100%);
	padding-top: 120px;
	padding-bottom: 120px;
}
#courseAboutGaixer a {
	color: #fff;
	text-decoration: none;
}
#courseAboutGaixer #courseAboutGaixerWrap {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
#courseAboutGaixer #courseAboutGaixerWrap::before{
	position: absolute;
	content: "";
	width: 397px;
	height: 390px;
	top: 50%;
	right: 0;
	background: url("/wp-content/uploads/2025/07/aboutGaixer.png") no-repeat center center / contain;
	transform: translateY(-50%);
	transition: transform 0.3s;
}
#courseAboutGaixer a:hover #courseAboutGaixerWrap::before {
	transform: translateY(-50%) scale(1.2);
}
#courseAboutGaixer #courseAboutGaixerInner {
	position: relative;
	max-width: 560px;
}
#courseAboutGaixer #courseAboutGaixerInner h2 {
	display: flex;
	align-items: center;
}
#courseAboutGaixer #courseAboutGaixerInner h2 img {
	width: 280px;
	height: 53px;
	margin: 0 16px 0 0;
}
#courseAboutGaixer #courseAboutGaixerInner #courseAboutGaixerText {
	margin-top: 24px;
}
#courseAboutGaixer .button-blank-link__wrapper {
	display: flex;
	align-items: center;
}
#courseAboutGaixer .button-blank-link__text {
	position: relative;
}
#courseAboutGaixer .button-blank-link__text::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.3s;
}
#courseAboutGaixer a:hover .button-blank-link__text::before {
	width: 47%;
}
#courseAboutGaixer .button-blank-link__icon {
	position: relative;
	width: 43px;
	height: 43px;
	margin-left: 10px;
}
#courseAboutGaixer .button-blank-link__icon::before,
#courseAboutGaixer .button-blank-link__icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#courseAboutGaixer .button-blank-link__icon::before {
	background: url("/wp-content/uploads/2025/04/btnArrowRoundDefault.svg") no-repeat center center / contain;
}
#courseAboutGaixer .button-blank-link__icon::after {
	display: none;
	background: url("/wp-content/uploads/2025/04/btnArrowRoundHover.svg") no-repeat center center / contain;
}
#courseAboutGaixer a:hover .button-blank-link__icon::before {
	display: none;
}
#courseAboutGaixer a:hover .button-blank-link__icon::after {
	display: block;
}

/* カリキュラム紹介 */
#serviceCourseCurriculum {
	position: relative;
}
#serviceCourseCurriculum::before {
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2025/04/recruitBg_pc.png") no-repeat center center / cover;
	z-index: -1;
}
#serviceCourseCurriculum .curriculumBox {
	background-color: #fff;
	padding: 24px 40px;
	box-shadow: 0 0 8px 0 rgba(54, 50, 72, 0.15);
	border-radius: 8px;
}
#serviceCourseCurriculum .curriculumBox:not(:first-of-type) {
	margin-top: 16px;
}
#serviceCourseCurriculum .left {
	display: flex;
	align-items: center;
	width: 300px;
	min-width: 300px;
	flex-basis: auto!important;
}
#serviceCourseCurriculum .left .wp-block-columns-is-layout-flex {
	gap: 0;
}
#serviceCourseCurriculum .left .num,
#serviceCourseCurriculum .left .name {
	flex-basis: auto!important;
}
#serviceCourseCurriculum .left .num {
	width: 30px;
	min-width: 30px;
	font-size: 20px;
}
#serviceCourseCurriculum .left .name {
	display: flex;
	align-items: center;
	width: calc(100% - 30px);
	padding-left: 24px;
}
#serviceCourseCurriculum .right {
	display: flex;
	align-items: center;
	width: calc(100% - 280px);
	font-size: 16px;
}
#serviceCourseCurriculum .curriculumBox .right ul {
	display: block;
}
#serviceCourseCurriculum .curriculumBox .right ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
}

/* 講師紹介 */
#serviceCourseLecturer {
	max-width: 100%;
	background-image: linear-gradient(150deg, #C4E4DC, #EBF4F6);
	padding: 120px 0 80px;
}
.serviceCourseLecturerBox {
	padding: 72px 80px;
}
.serviceCourseLecturerBox .serviceCourseLecturerBoxContainer {
	gap: 24px;
}
.serviceCourseLecturerBox .lecturerJob {
	width: fit-content;
	font-size: 16px;
	padding: 4px 16px 2px;
	border-radius: 4px;
}
.serviceCourseLecturerBox .lecturerNameEn {
	font-size: 14px;
	margin-top: 12px;
}
.serviceCourseLecturerBox .lecturerNameJa {
	font-size: 24px;
	margin-top: 0;
}
.serviceCourseLecturerBox .lecturerProfile {
	margin-top: 12px;
}
.serviceCourseLecturerBox .lecturerProfile li {
	font-size: 15px;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
}
.serviceCourseLecturerBox .serviceCourseLecturerMainBook {
	gap: 16px;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #ddd;
}
.serviceCourseLecturerBox .mainBookLeft,
.serviceCourseLecturerBox .mainBookRight {
	flex-basis: auto!important;
}
.serviceCourseLecturerBox .mainBookLeft {
	width: 6em;
	min-width: 6em;
}
.serviceCourseLecturerBox .mainBookRight {
	width: calc(100% - 6em);
}
.serviceCourseLecturerBox .mainBookRight .wp-block-columns {
	gap: 16px;
}

/* 受講者の声 */
#serviceCourseVoice {
	padding-top: 144px;
	padding-bottom: 72px;
	margin-bottom: 160px;
}
#serviceCourseVoice .serviceCourseH2 {
	padding-bottom: 16px;
	margin-bottom: 56px;
}
#serviceCourseVoice .serviceCourseVoiceGroup:not(:last-of-type) {
	margin-bottom: 60px;
}
#serviceCourseVoice .serviceCourseVoiceRight {
	transform: translateY(140px);
}
#serviceCourseVoice .serviceCourseVoiceHead {
	gap: 16px;
}
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceIcon,
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceLead {
	flex-basis: auto!important;
}
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceIcon {
	width: 60px;
	min-width: 60px;
}
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceLead {
	display: flex;
	align-items: center;
	width: calc(100% - 60px);
}
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceLead h3 {
	font-size: 20px;
	line-height: 1.5;
}
#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceLead h3 code {
	display: inline;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
	background: linear-gradient(transparent 80%, #FFD900 80%);
}
#serviceCourseVoice .serviceCourseVoiceText {
	font-size: 16px;
	background-color: #fff;
	padding: 28px 36px;
	margin-top: 16px;
	box-shadow: 0 0 8px 0 rgba(54, 50, 72, 0.15);
	border-radius: 8px;
}

/* 募集項目 */
#serviceCourseDetails {
	max-width: none;
	margin: 0;
	background-color: #0C1C45;
	padding: 140px 60px 120px;
}
#serviceCourseDetails .serviceCourseDetailsBox {
	padding: 20px 24px;
}
#serviceCourseDetails .serviceCourseDetailsLeft,
#serviceCourseDetails .serviceCourseDetailsRight {
	flex-basis: auto!important;
}
#serviceCourseDetails .serviceCourseDetailsLeft {
	display: flex;
	align-items: center;
	width: 5em;
	font-size: 16px;
}
#serviceCourseDetails .serviceCourseDetailsRight {
	width: calc(100% - 5em);
	font-size: 15px;
}
#serviceCourseDetails .serviceCourseDetailsRight code {
	font-size: 13px;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
#serviceCourseDetails .serviceCourseDetailsRight code a {
	color: #006FFF;
}
#serviceCourseDetails .serviceCourseDetailsRight code a:hover {
	text-decoration: none;
}

/* よくある質問 */
#serviceCourseQuestion {
	position: relative;
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}
#serviceCourseQuestion::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2025/03/bg.png") repeat center center / contain;
}
#serviceCourseBottomLinks {
	margin-top: 80px;
}
#serviceCourseBottomLinks .wp-block-button {
	min-width: 206px;
}

/* service:映像事業ページ
---------------------------------------------- */
.videoPv {
	background-position: top;
}
.videoPv h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* 映像制作を～ */
#videoHeroInner {
	width: 100%;
	max-width: 680px;
	padding: 0 20px;
}
#videoHeroInner h1 {
	font-size: 44px;
	letter-spacing: 0.04em;
}
#videoHeroInner p {
	font-size: 16px;
}

/* 映像制作共通スタイル */
.serviceVideoWrap .serviceVideoTitle {
	font-size: 36px;
	padding-bottom: 16px;
	border-bottom: 1px solid #00195D;
}

/* 制作実績 */
#serviceVideoResults p {
	position: relative;
	padding-left: 16px;
	margin-left: 16px;
	list-style: none;
}
#serviceVideoResults p::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	top: 11px;
	left: 0;
	background-color: #5925bc;
	border-radius: 50%;
}
#serviceVideoResults .aiVideo {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
#serviceVideoResults .mieTvBox .serviceProvideTitle strong {
	display: block;
	width: fit-content;
	white-space: normal;
	line-height: 1.5;
}

/* よくある質問 */
#serviceVideoQuestion {
	padding-bottom: 206px;
}

/* recruitページ 2025/9/19～
---------------------------------------------- */
body.page-id-16745 {
	background: #fff;
}
body.page-id-16745 #goTopBtn {
	display: none;
}
body.page-id-16745 footer .footer-widgets {
	padding-top: 0!important;
}
.recruitInner {
	position: relative;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
#recruitSticky {
	position: fixed;
	bottom: 28px;
	right: 26px;
	padding: 0;
	z-index: 10;
}
#recruitSticky .recruitBtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #172242;
	padding: 16px 20px;
	border-radius: 8px;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: all 0.3s;
}
#recruitSticky .recruitBtn.newGraduateBtn {
	margin-bottom: 8px;
}
#recruitSticky .recruitBtn:hover {
	background-color: #f54d81;
}
#recruitSticky .icon {
	display: flex;
}

/* MV */
.recruitMv {
	position: relative;
	height: 100dvh;
	background-position: top center;
}
.recruitMv::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 160px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.recruitMv .obb-hero-content {
	padding: 0;
}
.recruitMv .recruitCatch {
	margin-bottom: 20vh;
}

/* リード文 */
#recruitLead {
	position: relative;
	margin: 0;
	transform: translateY(-64px);
	z-index: 5;
}
#recruitLead p {
	font-size: 20px;
}
#recruitLead p.top {
	margin-bottom: 20px;
}
#recruitLead p.bottom {
	margin-bottom: 48px;
}

/* 数字でわかるFIXER */
#recruitNumberWrap {
	position: relative;
	background: url("/wp-content/uploads/2025/10/numberBack_pc.png") no-repeat center center / cover;
}
#recruitNumberWrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 160px;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#recruitNumberWrap h2 {
	position: relative;
	font-size: 42px;
	z-index: 1;
}
#recruitNumberWrap #recruitNumberBox {
	gap: 8px;
}
#recruitNumberWrap #recruitNumberBox .wp-block-column {
	display: flex;
	align-items: center;
}
#recruitNumberWrap #recruitNumberBox .vertical {
	flex-direction: column;
	gap: 8px;
}
#recruitNumberWrap #recruitNumberBox .wp-block-column .whiteBack {
	display: flex;
	align-items: center;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 26px 46px;
	margin: 0;
	border-radius: 10px;
}
#recruitNumberWrap .asOf {
	font-size: 14px;
	margin-top: 8px;
}

/* 事業説明 */
#recruitDescriptionWrap {
	padding: 0;
}
#recruitDescriptionWrap h2 {
	font-size: 44px;
	margin: 0 0 16px 0;
}
#recruitDescriptionWrap .recruitDescriptionText {
	font-size: 18px;
	margin: 0 0 40px 0;
}
#recruitDescriptionWrap .strokeText {
	position: absolute;
	top: 156px;
	right: 0;
	font-size: clamp(56px, 5.55vw, 80px);
	font-weight: bold;
	color: rgba(23, 34, 66, 0.06);
	margin: 0;
}
#recruitDescriptionWrap .recruitDescriptionSmallText {
	font-size: 14px;
	margin-top: 8px;
	text-align: right;
}
#recruitDescriptionWrap iframe {
	position: relative;
	z-index: 1;
}

/* 社員の声 */
#recruitBlogWrap {
	padding: 0;
}
#recruitBlogWrap h2 {
	font-size: 44px;
	line-height: 1.5;
}
#recruitBlogWrap #recruitBlogText {
	position: relative;
	font-size: 16px;
	z-index: 1;
}
#recruitBlogWrap .blog {
	position: absolute;
	top: 130px;
	right: 0;
	font-size: clamp(100px, 11.5vw, 166px);
	font-weight: bold;
	color: #f3f3ff;
	margin: 0!important;
	line-height: 1;
	text-shadow: 1px 1px 0 rgba(23, 34, 66, 0.2), -1px -1px 0 rgba(23, 34, 66, 0.2), -1px 1px 0 rgba(23, 34, 66, 0.2), 1px -1px 0 rgba(23, 34, 66, 0.2), 0px 1px 0 rgba(23, 34, 66, 0.2),  0-1px 0 rgba(23, 34, 66, 0.2), -1px 0 0 rgba(23, 34, 66, 0.2), 1px 0 0 rgba(23, 34, 66, 0.2);
}
#recruitBlogWrap .recruitBlogSlider {
	padding: 0 24px;
}
#recruitBlogWrap .recruitBlogSlider .kb-splide ul {
	transform: translateY(10px);
}
#recruitBlogWrap .recruitBlogSlider .kb-splide li {
	padding-left: 0;
}
#recruitBlogWrap .recruitBlogSlider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain {
	padding-bottom: 120%;
}
#recruitBlogWrap .recruitBlogSlider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner a img {
	transition: transform 0.3s;
}
#recruitBlogWrap .recruitBlogSlider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner a:hover img {
	transform: scale(1.1);
}
#recruitBlogWrap .recruitBlogSlider .kb-splide .splide__pagination__page {
	position: relative;
	background: #132544;
	margin: 3px 12px;
	opacity: 1;
}
#recruitBlogWrap .recruitBlogSlider .kb-splide .splide__pagination__page.is-active::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: -4px;
	left: -4px;
	border: 1px solid #132544;
	border-radius: 50%;
}
#recruitBlogWrap #recruitBlogLink {
	margin-top: 56px;
	text-align: center;
}
#recruitBlogWrap #recruitBlogLink .originalBtnLink {
	display: flex;
	justify-content: center;
	align-items: center;
}
#recruitBlogWrap #recruitBlogLink .originalBtnLink .button-link__text {
	font-size: 16px;
}
#recruitBlogWrap #recruitBlogLink .recruitBlogIcon {
	width: 18px;
	height: 18px;
	margin-left: 8px;
}

/* 求める人物像 */
#recruitPersonWrap {
	background: url("/wp-content/uploads/2025/10/recruitPersonBack.png") no-repeat center center / cover;
}
#recruitPersonWrap h2 {
	font-size: 44px;
}
#recruitPersonWrap .recruitPersonBox {
	gap: 16px;
}
#recruitPersonWrap .recruitPersonBox:not(:first-child) {
	margin-top: 16px;
}
#recruitPersonWrap .recruitPersonBox .recruitPersonBlock {
	padding: 56px 16px;
}
#recruitPersonWrap .recruitPersonBox .recruitPersonBlock h3 {
	font-size: 20px;
	line-height: 1.3;
}
#recruitPersonWrap .recruitPersonBox .recruitPersonBlock figure {
	max-width: 250px;
	margin-top: 24px;
}

/* 社内制度 */
#recruitSystemWrap {
	padding: 0;
}
#recruitSystemWrap h2 {
	font-size: 34px;
}
#recruitSystemWrap .recruitSystemBox {
	margin-top: 16px;
}
#recruitSystemWrap .recruitSystemBox .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column {
	width: 32%;
}
#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:not(:nth-child(3n)) {
	margin-right: 2%;
}
#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:not(:nth-child(-n+3)) {
	margin-top: 16px;
}
#recruitSystemWrap .recruitSystemBox .kt-inside-inner-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding: 32px 16px;
}
#recruitSystemWrap .recruitSystemBox figure img {
	height: 140px;
}
#recruitSystemWrap .recruitSystemBox .big {
	font-size: 24px;
	margin: 0;
	line-height: 1.3;
}
#recruitSystemWrap .recruitSystemBox .small {
	font-size: 16px;
	margin: 8px 0 0 0;
	line-height: 1.5;
}
#recruitSystemWrap .spMoreBlock {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 0;
}
#recruitSystemWrap .spMoreBlock .kt-row-column-wrap {
	padding-top: 0;
}
#recruitSystemWrap .spMoreBlock .recruitSystemBox {
	margin-top: 0;
}

/* よくある質問 */
#recruitFaqWrap h2 {
	position: relative;
	font-size: 36px;
	padding-bottom: 34px;
	margin: 0 auto 34px auto;
}
#recruitFaqWrap h2::after {
	position: absolute;
	content: "";
	width: 366px;
	max-width: calc(100% - 10px);
	height: 1px;
	left: 50%;
	bottom: 0;
	background-color: #172242;
	transform: translateX(-50%);
}

/* ニュースページ
---------------------------------------------- */
/* 共通 */
.newsBreadcrumbs a {
	text-decoration: none;
	text-indent: -0.6em;
	background-image: linear-gradient(to right, currentColor, currentColor);
	background-size: 100% 1px;
	background-position: 0px 100%;
	background-repeat: no-repeat;
}
body:not(.date) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5) {
	transform: translateX(-0.3em);
}
body:not(.date) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5) a {
	background-size: calc(100% - 0.5em) 1px;
	background-position: 0.5em 100%;
}

/* .categoryListBox li a, */
.taxonomy-category a,
.newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5),
.newsCategoryBox li a {
	position: relative;
	display: inline-block;
}
.archive.category .categoryName {
	position: relative;
	text-indent: -0.5em;
}
/* .categoryListBox li a::before, */
.taxonomy-category a::before,
.archive.category .categoryName::before,
body:not(.date) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5)::before,
.newsCategoryBox li a::before {
	position: absolute;
	content: attr(href);
	width: 0.5em;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}
/* .categoryListBox li a::first-letter, */
.taxonomy-category a::first-letter,
.archive.category .categoryName::first-letter,
.newsCategoryBox li a::first-letter,
body:not(.date) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5)::first-letter {
	color: transparent;
	user-select: none;
}
.wp-block-post-date time {
	font-size: 15px;
}
.blog .post-meta .taxonomy-category a,
.search .post-meta .taxonomy-category a,
.archive .post-meta .taxonomy-category a,
.newsCategoryBox li a,
.archive .post-meta .taxonomy-category a {
	font-size: 15px;
	padding: 4px 8px 2px 0;
	border: 1px solid;
	border-radius: 4px;
}
.blog .post-meta .taxonomy-category a:hover,
.search .post-meta .taxonomy-category a:hover,
.archive .post-meta .taxonomy-category a:hover {
	text-decoration: none;
}
.taxonomy-category a:not(:first-child) {
	margin-left: 8px;
}
.wp-block-post-title {
	display: flex;
}
.wp-block-post-terms__separator {
	display: none;
}

/* 一文字消さない */
body.paged:not(.category) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5),
body.category-news .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5),
body.date .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5) {
	padding: 0 4px;
	transform: none;
}
body.paged:not(.category) .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5)::first-letter,
body.category-news .newsBreadcrumbs .aioseo-breadcrumbs > span:nth-of-type(5)::first-letter {
	color: inherit;
	user-select: initial;
}
body.category-news .categoryName,
body.category-news .categoryName + hr {
	display: none;
}

/* 一覧ページのカテゴリ */
.blog main,
.archive main {
	padding-bottom: 160px;
}
.newsCategoryBox {
	display: flex;
	flex-wrap: wrap;
}
.newsCategoryBox li {
	padding-left: 0;
	list-style: none;
}
.newsCategoryBox li:not(:last-child) {
	margin-right: 16px;
}
.newsCategoryBox li:last-child {
	display: none;
}
.newsCategoryBox li a {
	text-decoration: none;
}

/* 一覧ページ */
.blog .wp-block-post figure,
.blog .post-date-and-author p,
.search .wp-block-post figure,
.search .post-date-and-author p,
.archive .wp-block-post figure,
.archive .post-date-and-author p {
	display: none;
}
.blog .post-meta,
.search .post-meta,
.archive .post-meta {
	justify-content: flex-start;
	gap: 24px;
}
.blog select,
.search select,
.archive select {
	font-size: 16px;
	border: 1px solid #ddd;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
.blog h2 a,
.search h2 a,
.archive h2 a {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-decoration: underline;
}
.blog  h2 a:hover,
.search  h2 a:hover,
.archive  h2 a:hover {
	text-decoration: none;
}
.blog .wp-block-post-excerpt__more-text,
.search .wp-block-post-excerpt__more-text,
.archive .wp-block-post-excerpt__more-text {
	display: none;
}
.blog .wp-block-categories-list li:not(:last-child),
.blog .wp-block-archives-list li:not(:last-child),
.blog .wp-block-latest-posts__list li:not(:last-child),
.search .wp-block-categories-list li:not(:last-child),
.search .wp-block-archives-list li:not(:last-child),
.search .wp-block-latest-posts__list li:not(:last-child),
.archive .wp-block-categories-list li:not(:last-child),
.archive .wp-block-archives-list li:not(:last-child),
.archive .wp-block-latest-posts__list li:not(:last-child) {
	margin-bottom: 12px;
}
.blog #contactWrap,
.search #contactWrap,
.archive #contactWrap {
	display: none;
}
.blog .wp-block-query-pagination,
.archive .wp-block-query-pagination {
	margin-top: 80px;
}

/* 個別ページ */
.single-post p {
	font-size: 16px;
}
.single-post .site-main .entry-content > .wp-block-group {
	max-width: 1000px;
	gap: 16px;
}
.single-post .site-main .contactCategory {
	padding-bottom: 80px;
}
.single-post .site-main .entry-content .contentsData {
	margin-bottom: 40px;
	gap: 24px;
}
.single-post .site-main .entry-content .contentsData .taxonomy-category a {
	font-size: 15px;
	padding: 4px 8px 2px 0;
	border: 1px solid #000;
	border-radius: 4px;
}
.single-post .site-main .entry-content .contentsData .taxonomy-category a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.single-post .site-main .entry-content h1 {
	font-size: 32px;
	margin-bottom: 16px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
.single-post .site-main .entry-content h2 {
	font-size: 20px;
	line-height: 1.75;
}
.single-post .site-main .entry-content h3 {
	font-size: 18px;
	line-height: 1.75;
}
.single-post .site-main .entry-content p {
	line-height: 2;
}
.single-post .site-main .entry-content figure {
	margin-top: 16px;
}
.single-post .site-main .entry-content .is-vertical figure {
	width: 90%;
	margin: 24px auto 0;
}
.single-post table {
	border: none;
}
.single-post .wp-block-table table[style*=border-width] td,
.single-post .wp-block-table table[style*=border-width] th,
.single-post .wp-block-table table[style*=border-width] tr,
.single-post .wp-block-table table[style*=border-width]>* {
	border-bottom: 1px solid #ddd!important;
}
.single-post .sharedaddy {
	display: none;
}
.single-post .gaixerFlexBox {
	margin-top: 16px;
}
.single-post .newsNotLastContents {
	padding-bottom: 32px;
}
.single-post p,
.single-post .marginTopAdjust,
.single-post .wp-block-table td {
	margin-top: 16px;
	font-size: 16px;
}
.single-post .wp-block-table td {
	padding: 16px;
}
.single-post .wp-block-table td:first-of-type {
	vertical-align: top;
}
.single-post table code,
.single-post p code {
	display: inline;
	font-size: 14px;
}
.single-post table code {
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
}
.single-post .notice {
	font-size: 14px;
	margin-top: 12px;
}
.single-post .notice li {
	padding-left: 0;
	line-height: 1.75;
	list-style: none;
}
.single-post .endorsement {
	padding: 24px;
	margin-top: 18px;
}
.single-post .aright {
	width: 100%;
}
.single-post .underbar {
	text-decoration: underline;
}
.single-post .site-main .entry-content figure.imageLeft {
	margin: 24px 0 0;
}

/* accessページ
---------------------------------------------- */
.accessMv .obb-hero-content {
	height: 674px;
	padding: 0;
}
.accessMv .wp-block-group {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.accessMv .accessObject01 {
	position: absolute;
	width: 47%;
	max-width: 706px;
	min-width: 415px;
	top: 0;
	right: 0;
	margin: 0;
}
.accessMv .accessObject02 {
	position: absolute;
	width: 49%;
	max-width: 746px;
	min-width: 550px;
	bottom: 0;
	left: 0;
	margin: 0;
}

/* 事業所一覧 */
.accessTitle {
	text-transform: uppercase;
}
.officeList {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 60px 0 55px;
	margin-top: 0;
}
.officeList:first-of-type {
	border-top: 1px solid #ccc;
}
.officeList .address p {
	margin: 0;
}
.officeList .officeBtn {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 各事業所ページ */
#officePage #officePageInner {
	padding: 1.25em 2.375em;
}
#officePage figure {
	margin: 0;
	z-index: -1;
}
#officePage .accessPageObject01 {
	position: absolute;
	max-width: 221px;
	top: 0;
	left: 0;
}
#officePage .accessPageObject02 {
	position: absolute;
	max-width: 377px;
	top: -36px;
	right: 14px;
}
#officePage .accessPageObject03 {
	position: absolute;
	max-width: 838px;
	bottom: 113px;
	left: 0;
}
#officePage .accessMap {
	width: 100%;
	height: 300px;
	border: none;
}

/* IRページ
---------------------------------------------- */
/* ヘッダー部分 */
.ir-top__wrapper {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 600px;
	overflow: hidden;
	background-image: url("/wp-content/uploads/2025/04/ir-top.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.ir-top__wrapper p {
	font-size: 65px;
	font-weight: 700;
	color: #07112c;
	margin: 0;
	line-height: 2.292;
}
.ir-top__wrapper-supplement {
	font-size: 24px;
	line-height: 2.292;
	color: #404657;
}

/* IR下層ページに背景画像追加(トップページには出ないように処理) */
.ir-wrapper {
	position: relative;
	max-width: 100%;
}
.ir-wrapper::before,
.ir-wrapper::after {
	position: absolute;
	content: "";
	right: 0;
	z-index: -1;
}
.ir-wrapper::before {
	width: 40%;
	height: 100%;
	max-width: 617px;
	max-height: 396px;
	min-width: 170px;
	min-height: 151px;
	top: -43px;
	background: url("/wp-content/uploads/2025/04/irObject01_pc.png") no-repeat 100% 0 / contain;
}
.ir-wrapper::after {
	width: 47%;
	height: 100%;
	max-width: 720px;
	max-height: 615px;
	min-width: 369px;
	min-height: 390px;
	bottom: 0;
	background: url("/wp-content/uploads/2025/04/irObject02_pc.png") no-repeat 100% 100% / contain;
}
.ir-wrapper.ir-top::before,
.ir-wrapper.ir-top::after {
	width: 0!important;
	height: 0!important;
}

/* 本体 */
.ir-top__news {
	width: 75%;
	margin: auto;
}
.ir-top__news-title {
	margin: 109px 0;
}
.text-h1 {
	width: 100%;
}
.text-h1 h1,
.text-h1 h2 {
	font-size: 85px;
	font-weight: 600;
	font-family: var(--wp--preset--font-family--roboto);
	color: #00195d;
	margin: 0;
}
.text-h1__subtitle--top {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 8px;
	letter-spacing: 0.18em;
} 

/* ニュース部分 */
.ir-top__news-wrapper {
	display: flex;
	max-width: 100%;
}
.ir-top__side-menu {
	width: 220px;
	min-width: 220px;
}
.ir-wrapper .ir-top__button {
	position: relative;
	min-height: 80px;
	margin-bottom: 25px;
}
.ir-wrapper .button-blank-link a {
	display: flex;
	align-items: center;
	min-height: 80px;
	font-size: 16px;
	font-weight: 400;
	color: #283138;
	padding: 20px 0 20px 15px;
	border: 1px solid #00195d;
	white-space: pre-line;
	text-decoration: none;
	box-sizing: border-box;
}
.ir-wrapper .button-blank-link:after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	top: calc(50% - 7.5px);
	right: 15px;
	background: url("/wp-content/uploads/2025/04/irSquareLinkIcon.svg") no-repeat 0 0 / contain;
	cursor: pointer;
}
.ir-top__news-content {
	margin-left: 5%;
}
.ir-newsList {
	margin-bottom: 44px;
}
.ir-newsList dl {
	border-bottom: 1px solid #BFBFBF;
	margin: 0;
}
.ir-newsList dl a,
.ir-newsList dl .nolink {
	display: flex;
	flex-flow: wrap;
	color: #283138;
	padding: 30px;
	text-decoration: none;
	transition: all 0.3s;
}
.ir-newsList dl a:hover {
	background-color: #F4F6FA;
}
.ir-newsList dl .xj-list__label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 93px;
	height: 32px;
	color: #fff;
	margin: 0;
	text-align: center;
	border-radius: 16px;
}
.icon_discro,
#xj-select-category ul li.active a.discro,
#xj-select-category ul li a.discro:hover {
	background-color: #3E99C9;
}
.icon_result,
#xj-select-category ul li.active a.result,
#xj-select-category ul li a.result:hover {
	background-color: #8F6DDD;
}
.icon_legal,
#xj-select-category ul li.active a.legal,
#xj-select-category ul li a.legal:hover {
	background-color: #3D5CB4;
}
.icon_ir,
#xj-select-category ul li.active a.irlib,
#xj-select-category ul li a.irlib:hover {
	background-color: #616A84;
}
.icon_info,
#xj-select-category ul li.active a.irinfo,
#xj-select-category ul li a.irinfo:hover {
	background-color: #283138;
}
.ir-newsList dl .xj-list__label span {
	line-height: 32px;
}
.ir-newsList dl .xj-list__date {
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 500;
	margin: 0 20px;
	line-height: 32px;
}
.ir-newsList dl .xj-list__title {
	width: 100%;
	font-size: 17px;
	margin: 17px 0 0 0;
	line-height: 32px;
}
.irTop-newsList dl .xj-list__title {
	width: auto;
	margin-top: 0;
}
.xj-list__icon-pdf {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #6E6E6E;
	padding-right: 20px;
}
.xj-list__icon-pdf::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 21px;
	top: 50%;
	right: 0;
	background: url("https://www.xj-storage.jp/resources/AS80770/icon_pdf.svg") no-repeat top right / 100% auto;
	transform: translateY(-50%);
}
.ir-top__button-link {
	margin-top: 15px;
	text-align: right;
}
.ir-top__button-link .button-link {
	display: inline-block;
	cursor: pointer;
}
.ir-top__button-link .button-link a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.ir-top__button-link .button-link__text {
	position: relative;
	font-size: 22px;
	margin: 0;
}
.ir-top__button-link .button-link__text::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #283138;
	transition: all 0.3s;
}
.ir-top__button-link a:hover .button-link__text::before {
	width: 60%;
}
.ir-top__button-link .button-link__icon {
	position: relative;
	width: 43px;
	height: 43px;
	margin-left: 10px;
}
.ir-top__button-link .button-link__icon::before,
.ir-top__button-link .button-link__icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ir-top__button-link .button-link__icon::before {
	background: url("/wp-content/uploads/2025/04/btn-arrow-round-default.svg") no-repeat center center / contain;
}
.ir-top__button-link .button-link__icon::after {
	background: url("/wp-content/uploads/2025/04/btn-arrow-round-hover.svg") no-repeat center center / contain;
	opacity: 0;
}
.ir-top__button-link a:hover .button-link__icon::before {
	opacity: 0;
}
.ir-top__button-link a:hover .button-link__icon::after {
	opacity: 1;
}

/* IRトップページメニュー */
.ir-top__menu {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 854px;
	background: linear-gradient(45deg,#016286,#0d3d98 15%,#22a1d8 87%,#22a1d8);
	padding: 0!important;
	margin-top: 120px;
	z-index: 1;
}
.ir-top__bg-object-top {
	position: absolute;
	width: 50%;
	max-width: 790px;
	top: 0;
	left: 0;
	z-index: -1;
}
.ir-top__bg-object-bottom {
	position: absolute;
	z-index: 61%;
	max-width: 975px;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.ir-top__menu .item-category-box-wrapper {
	position: relative;
	padding: 79px 195px;
	z-index: 10;
}
.ir-top__menu .item-category-box-wrapper .item-category1,
.ir-top__menu .item-category-box-wrapper .item-category2 {
	display: grid;
	grid-gap: 31px;
}
.ir-top__menu .item-category-box-wrapper .item-category1 {
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 32px;
}
.ir-top__menu .item-category-box-wrapper .item-category2 {
	grid-template-columns: repeat(2, 1fr);
}
.item-category-box {
	width: 100%;
	background-color: #fff;
	padding: 0 43px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	border-radius: 4px;
}
.item-category-box__title {
	font-size: 26px;
	font-weight: 700;
	color: #07112c;
	padding-bottom: 17px;
	margin-bottom: 28px;
	border-bottom: 1px solid #bfbfbf;
}
.ir-top__menu .item-category-box-wrapper .item-category-content {
	margin-bottom: 35px;
}
.button-text-link a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.button-text-link__icon {
	position: relative;
	width: 27px;
	min-width: 27px;
	height: 20px;
}
.button-text-link__icon::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 16px;
	top: 2px;
	left: 0;
	background: url("/wp-content/uploads/2025/04/irArrow.svg") no-repeat center center / contain;
	transition: all 0.3s;
}
.button-text-link a:hover .button-text-link__icon::before,
.button-text-link a.active .button-text-link__icon::before {
	transform: translateX(8px);
}
.button-text-link__text {
	position: relative;
	display: flex;
	font-size: 16px;
	color: #07112c;
	margin: 0;
	line-height: 20px;
	white-space: break-spaces;
}
.button-text-link__text:before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #07112c;
	transition: all 0.3s;
}
.button-text-link a:hover .button-text-link__text:before,
.button-text-link a.active .button-text-link__text:before {
	width: 100%;
}

/* PDFローダー */
.the-adobe-reader {
	display: flex;
	align-items: center;
}
.the-adobe-reader__text {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	margin-left: 16px;
	line-height: 26px;
}

/* IR下層ページ
---------------------------------------------- */
.ir {
	width: 75%;
	padding: 110px 0;
	margin: 0 auto;
}
.wrapper.noPadding {
	max-width: 100%;
	padding: 0!important;
	margin-top: 0;
}
.ir .text-h1 {
	gap: 0;
}
.ir .text-h1 .text-h1_title {
	font-size: 85px;
	font-family:  var(--wp--preset--font-family--roboto);
	font-weight: 600;
	color: #00195d;
	line-height: 1.15;
}
.ir .text-h1 .text-h1__subtitle {
	font-size: 24px;
	font-weight: 700;
	color: #07112c;
	margin-top: 24px;
}
.ir-contents-wrapper {
	display: flex;
	width: 100%;
	margin-top: 142px;
}

/* メニュー */
.ir-menu {
	width: 220px;
	min-width: 220px;
	padding-top: 36px;
}
.ir-menu.noMarginMenu {
	margin: 0!important;
}
.ir .button-blank-link {
	position: relative;
	margin-bottom: 25px;
	min-height: 80px;
}
.item-content-menu+.item-content-menu {
	margin-top: 45px;
}
.item-content-menu__title {
	display: flex;
	padding-bottom: 5px;
	margin-bottom: 28px;
	border-bottom: 1px solid #ececf2;
	box-sizing: border-box;
}
.item-content-menu__title-text {
	font-size: 20px;
	font-weight: 700;
	color: #07112c;
	margin: 0;
}
.item-content-menu__content {
	margin-bottom: 21px;
}
.ir-menu.pcNone .button-blank-link {
	position: relative;
	margin-bottom: 24px;
}

/* 右側コンテンツ */
.ir-content {
	width: calc(95% - 214px);
	margin: 0 0 143px 5%!important;
}
.ir-content .text-h2 {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #00195d;
}
.ir-content .text-h2 h1 {
	font-size: 36px;
	color: #00195d;
	margin: 0;
	line-height: 1.194;
}
.irAnnotation li {
	font-size: 12px;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 20px;
	list-style: none;
}

/* 左に飾りがあるHタグ */
.irSubTitle {
	position: relative;
	display: flex;
}
.irSubTitle::before {
	content: "";
	width: 3px;
	min-width: 3px;
	height: 24px;
	background-color: #00195d;
}
.irSubTitle h2,
.irSubTitle h3{
	font-size: 24px;
	color: #00195d;
	padding-left: 8px;
	margin: 0!important;
	white-space: pre-line;
}

/* ブロック */
.irContentsBox {
	padding-top: 42px;
	margin: 18px 0 65px;
}

/* テーブル */
.irTable td {
	font-size: 16px;
	padding: 24px 0;
	border: none;
	border-bottom: 1px solid #bfbfbf;
}

/* IRニュース */
.ir .ir-content {
	margin-bottom: 0;
}
.yearsSelect {
	position: relative;
	display: inline-block;
	margin-bottom: 43px;
	border: 1px solid #dbe1ea;
	border-radius: 4px;
}
.yearsSelect::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 16px;
	right: 16px;
	border: solid #07112c;
	border-width: 0 0 1px 1px;
	transform: rotate(-45deg);
}
#xj-select-year_s {
	width: 224px;
	font-family: "-apple-system","BlinkMacSystemFont","Helvetica Neue","Yu Gothic Medium","游ゴシック Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ","Meiryo",sans-serif;
	font-size: 16px;
	color: #07112c;
	background-image: none;
	padding: 12px 30px 12px 20px;
	border: none;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#xj-select-category ul {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	margin: 0 0 23px 0;
}
#xj-select-category ul li {
	width: 92px;
	height: 36px;
	font-size: 16px;
	padding-left: 0;
	margin: 0 14px 14px 0;
	text-align: center;
	list-style: none;
}
#xj-select-category ul li a {
	display: block;
	color: #647195;
	border: 1px solid #647195;
	border-radius: 4px;
	line-height: 36px;
	text-decoration: none;
	transition: all 0.3s;
}
#xj-select-category ul li.active a,
#xj-select-category ul li a:hover {
	color: #fff;
	background-color: #00195d;
	border: none;
}

/* IRライブラリ */
.ir-library__contents-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 59px;
}
.ir .item-content-box {
	position: relative;
	width: 100%;
	height: 271px;
	background-color: #fff;
	padding: 22px 33px;
	border: 1px solid #ececf2;
	border-radius: 4px;
	box-sizing: border-box;
}
.ir .item-content-box.ir-library__content {
	width: 48%;
	margin: 0 2% 45px;
}
.ir .ir-library__content:nth-of-type(odd) {
	margin-left: 0;
}
.ir .ir-library__content:nth-of-type(even) {
	margin-right: 0;
}
.ir .item-content-box__title {
	font-size: 24px;
	font-weight: 700;
	color: #07112c;
	padding-bottom: 16px;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
}
.ir .item-content-box a {
	position: relative;
	text-decoration: none;
}
.ir-libraryList a {
	text-decoration: none;
}
.ir-libraryList a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #07112c;
	transition: all 0.3s;
}
.ir-libraryList a:hover::before {
	width: 100%;
}
.ir-libraryList .xj-list__date {
	font-size: 14px;
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 500;
	color: #a0a4af;
}
.ir-libraryList .xj-list__title {
	font-size: 17px;
	margin: 1em 0 0 1em;
	line-height: 1.5;
}
.item-content-detail {
	position: absolute;
	right: 33px;
	bottom: 21px;
}

/* 決算短信・決算説明資料・有価証券報告書・その他IR資料・株主総会関連資料 */
.ir-results__text-h2,
.ir-presentations__text-h2,
.ir-securities__text-h2,
.ir-others__text-h2,
.text-h2.ir-meeting {
	margin-bottom: 20px;
}
.ir-meeting .yearsSelect {
	margin-bottom: 0;
}
.ir-libraryList.xj-list dl {
	display: flex;
	margin: 30px 0 0 0;
}
.ir-libraryList.xj-list dl .xj-list__date {
	width: 5em;
	color: #07112c;
	margin-right: 35px;
	line-height: 1.8;
}
.ir-libraryList.xj-list dl .xj-list__title {
	margin-top: 0;
	margin-left: 0;
}
.ir-libraryList.xj-list > dl:first-child {
	margin-top: 0;
}
.ir-securities__title {
	margin-bottom: 25px;
}
.ir-meeting__title {
	margin: 44px 0 24px;
}
.ir-results__adobe-reader,
.ir-presentations__adobe-reader,
.ir-securities__adobe-reader,
.ir-others__adobe-reader,
.ir-meeting__adobe-reader {
	margin-top: 50px;
}

/* 財務情報 (経営成績・財政状況) */
.item-chart-box {
	background-color: #fff;
	padding: 23px 30px;
	border: 1px solid #ececf2;
	border-radius: 4px;
	box-sizing: border-box;
}
.ir-performance__chart-wrapper,
.ir-finance__chart-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 78px;
}
.ir-performance__chart-wrapper .ir-performance__chart,
.ir-finance__chart-wrapper .ir-finance__chart {
	width: 48%;
	margin: 0 2% 45px;
}
.ir-performance__chart-wrapper .ir-performance__chart:nth-child(odd),
.ir-finance__chart-wrapper .ir-finance__chart:nth-child(odd) {
	margin-left: 0;
}
.ir-performance__chart-wrapper .ir-performance__chart:nth-child(even),
.ir-finance__chart-wrapper .ir-finance__chart:nth-child(even) {
	margin-right: 0;
}
.unit.grpUnit {
	position: relative;
	font-size: 14px;
	font-family: var(--wp--preset--font-family--roboto);
	color: #a0a4af;
	margin: 0;
	text-align: right;
	line-height: 1;
	z-index: 2;
}
.xj_chart_table {
	font-size: 11px;
	font-family: var(--wp--preset--font-family--roboto);
}
.xj_chart_table td {
	color: #07112c;
	padding: 6px 5px;
	border: 1px solid #eee;
	text-align: right;
}
.xj_chart_table td.xj_chart_header,
.xj_chart_table td.xj_chart_no_value {
	text-align: center;
}
.xj_chart_table td.xj_chart_header,
.xj_chart_table td.xj_chart_header_first {
	background-color: #f7f7f770;
}
.ir-performance__text-wrapper,
.ir-finance__text-wrapper {
	margin-top: 16px;
}
.ir-performance__text,
.ir-finance__text {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}
.ir-performance__attention-text,
.ir-finance__attention-text {
	font-size: 14px;
	color: #6e6e6e;
	margin: 22px 0 0;
	line-height: 26px;
	white-space: pre-line;
}
.highcharts-axis-labels.highcharts-xaxis-labels text {
	font-family: var(--wp--preset--font-family--roboto);
	font-size: 11px!important;
	color: #a0a4af!important;
	fill: #a0a4af!important;
}

/* 株式基本情報 */
.irTable.stockTable td:first-child {
	width: 172px;
	vertical-align: top;
}
.irTable.stockTable td:last-child {
	width: calc(100% - 172px);
}

/* 事業概要 */
.ir-business__internal-link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 80px;
}
.button-internal-link {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 30%;
	padding: 0 0 4px 8px;
	margin: 0 2% 45px;
	border-bottom: 1px solid #07112c;
	text-decoration: none;
	box-sizing: border-box;
}
.ir-business__internal-link-button:nth-of-type(3n+1) {
	margin-left: 0;
}
.button-internal-link__text {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 11px;
	line-height: 18px;
	white-space: break-spaces;
}
.button-internal-link__icon {
	position: absolute;
	width: 30px;
	min-width: 30px;
	height: 30px;
	top: -2px;
	right: 0;
}
.button-internal-link__icon::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -2px;
	left: 0;
	background: url("/wp-content/uploads/2025/04/irBusinessArrow.svg") no-repeat center center / contain;
	transition: all 0.3s;
}
.ir-business__mission {
	padding-top: 125px;
}
.ir-business__mission-text {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	line-height: 30px;
	white-space: pre-line;
}
.ir-business__mission-contents {
	width: 100%;
	background-color: #fff;
	padding: 43px 30px 60px;
	margin: 30px 0 35px;
	box-sizing: border-box;
}
.ir-business__mission-content+.ir-business__mission-content {
	margin-top: 56px;
}
.ir-business__philosophy-title {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--wp--preset--font-family--roboto);
	color: #647195;
	margin: 0;
	line-height: 30px;
}
.ir-business__philosophy-title::after {
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background-color: #647195;
	margin-top: 3px;
}
.ir-business__philosophy-text {
	font-size: 22px;
	font-weight: 700;
	color: #000690;
	margin: 28px 0 0;
	line-height: 30px;
	white-space: pre-wrap;
}
.ir-business__marketing-environment {
	padding-top: 125px;
}
.ir-business__marketing-environment-text {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	margin: 19px 0 0;
	line-height: 30px;
	white-space: pre-line;
}
.ir-business__marketing-environment-chart {
	display: flex;
	justify-content: space-between;
	margin-top: 81px;
}
.marketing-environment__si {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	width: 45%;
}
.marketing-environment__title {
	font-size: 18px;
	font-weight: 700;
	color: #647195;
	margin: 0;
	line-height: 28px;
	text-align: center;
	white-space: pre-line;
}
.marketing-environment__img {
	width: 100%;
	margin-top: 22px;
}
.ir-business__business-overview {
	padding-top: 124px;
}
.ir-business__business-overview-text {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	margin: 24px 0 38px;
	line-height: 30px;
	white-space: pre-line;
}
.bold-text {
	font-weight: bold;
}
.ir-business__service-diagram-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 50px 52px;
}
.service-diagram-item {
	width: 28.5%;
}
.service-diagram-item__box {
	width: 100%;
	display: flex;
	align-content: center;
	background: linear-gradient(-60deg,#016286,#293486);
	padding: 6px 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.service-diagram-item__box+.service-diagram-item__box {
	margin-top: 4px;
}
.service-diagram-item__box--single {
	margin-top: 24px;
}
.service-diagram-item__number {
	position: relative;
	display: block;
	width: 25px;
	max-width: 25px;
	height: 25px;
	font-size: 19px;
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 500;
	color: #fff;
	padding: 0 8px;
	margin: 2px 6px 2px 2px;
	line-height: 25px;
	box-sizing: border-box;
}
.service-diagram-item__number::before {
	position: absolute;
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	right: -1px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.service-diagram-item__service-name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
}
.service-diagram-arrow {
	width: 6%;
	margin-right: 1%;
}
.service-diagram-arrow img {
	width: 100%;
	margin-top: 32px;
}
.service-diagram-item__text {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	margin: 10px 0 0;
	line-height: 21px;
}
.item-service-content-box {
	position: relative;
	display: flex;
	width: 100%;
	background-color: #fff;
	padding: 11px 0 11px 8px;
	margin-top: 10px;
	border-radius: 4px;
	box-sizing: border-box;
}
.item-service-content-box::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.item-service-content-box--green:before {
	background: linear-gradient(180deg,#00ff27,#ffe200);
}
.item-service-content-box--orange:before {
	background: linear-gradient(180deg,#ffba00,#ff1400);
}
.item-service-content-box--purple:before {
	background: linear-gradient(180deg,#ff00e2,#1d00ff);
}
.item-service-content-box--blue:before {
	background: linear-gradient(180deg,#00f,#00ffd8);
}
.item-service-content-box__title-wrapper {
	display: table;
	min-width: 200px;
	padding: 10px 35px 8px 20px;
	box-sizing: border-box;
}
.item-service-content-box__title-text {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #00195d;
	margin: 0;
	line-height: 29px;
	white-space: pre-line;
}
.item-service-content-box__sub-title-text {
	display: block;
	font-size: 15px;
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 300;color: #717fa5;
	margin: 7px 0 0;
	line-height: 25px;
	white-space: pre-line;
}
.item-service-content-box__text-wrapper {
	display: table;
	padding: 0 30px;
	border-left: 1px solid rgba(54, 64, 105, 0.2);
}
.item-service-content-box__text {
	display: table-cell;
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	line-height: 30px;
	vertical-align: middle;
	white-space: pre-line;
}
.ir-business__business-overview-caption {
	margin-top: 35px;
}
.ir-business__advantage {
	padding-top: 125px;
}
.ir-business__advantage-text {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	margin: 23px 0 30px;
	line-height: 30px;
	white-space: pre-line;
}
.ir-business__advantage-chart {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}
.advantage__waterfall {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	width: 45%;
	padding: 0 5% 10px 0;
	border-right: 1px solid #cbcbcb;
}
.advantage__fixer {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	width: 45%;
	max-height: 550px;
	padding: 0 0 10px 5%;
}
.advantage__title {
	font-size: 18px;
	font-weight: 700;
	color: #647195;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
.advantage__text {
	font-size: 14px;
	font-weight: 500;
	color: #07112c;
	margin: 23px 0 0;
	line-height: 24px;
}
.advantage__waterfall-img {
	width: 100%;
	margin-top: 40px;
}
.ir-business__advantage-caption {
	margin: 34px 0 0;
}
.ir-business__awards {
	padding-top: 125px;
}
.ir-business__awards-text {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	margin: 28px 0 30px;
	line-height: 30px;
	white-space: pre-line;
}
.awards-timeline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 66px;
}
.awards-timeline__row {
	position: relative;
	display: flex;
	width: 100%;
	list-style: none;
}
.awards-timeline__line {
	position: relative;
	width: 10px;
	height: 100%;
}
.awards-timeline__line::before,
.awards-timeline__line::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	left: 3px;
	background-color: #00195d;
	z-index: -1;
}
.awards-timeline__line::before {
	height: 45px;
	top: -20px;
}
.awards-timeline__line::after {
	height: 100%;
	top: 26px;
}
.awards-timeline li:first-child .awards-timeline__line:before {
	width: 0;
}
.awards-timeline li:last-child .awards-timeline__line:after {
	width: 0;
}
.awards-timeline__icon {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 24px;
	background-color: #00195d;
	border-radius: 50%;
	outline: 1px solid #fafafa;
}
.awards-timeline__content {
	width: calc(80% - 10px);
	padding: 11px 23px 40px;
	box-sizing: border-box;
}
.awards-timeline__year {
	position: relative;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	font-size: 26px;
	font-family: var(--wp--preset--font-family--roboto);
	font-weight: 700;
	color: #00195d;
	padding: 8px 16px 8px 0;
	line-height: 35px;
	text-align: right;
	box-sizing: border-box;
}
.awards-timeline__text {
	font-size: 18px;
	font-weight: 500;
	color: #07112c;
	margin: 0;
	line-height: 31px;
}
.awards-timeline__accent-text {
	font-weight: 700;
	color: #ff0ca0;
}
.awards-timeline__img {
	margin: 9px 0 0;
}

/* コーポレート・ガバナンス */
.ir-governance__text {
	font-size: 16px;
	font-weight: 400;
	margin-top: 68px;
	line-height: 30px;
}
.ir-governance__explanation {
	color: #07112c;
	margin: 30px 0 60px;
}
.ir-governance__diagram {
	width: 100%;
	margin: 68px 0 72px 52px;
}
.ir-governance__diagram .js-scrollable {
	width: 700px;
	height: auto;
}
.ir-governance__diagram img {
	width: 100%;
}
.ir-governance__report {
	margin: 32px 0;
}
.ir-governance__report-text {
	color: #07112c;
	margin-bottom: 4px;
}
.ir-governance__report a {
	font-size: 17px;
	color: #647195;
	padding-bottom: 4px;
	border-bottom: 1px solid #647195;
	text-decoration: none;
}
.ir-governance__report-capacity {
	font-size: 12px;
	margin: 0 4px 0 8px;
}

/* IRカレンダー */
.irCalendarText {
	font-size: 14px;
	color: #07112c;
	margin-bottom: 64px!important;
	line-height: 1.5;
}

/* ディスクロージャーポリシー */
.irContentsBox.irPolicyBox {
	margin-bottom: 0;
}
.irPolicyText {
	margin-top: 16px;
	line-height: 1.75;
}
.irPolicyText.last {
	margin-bottom: 64px!important;
}

/* FAQ */
.irContentsBox.irFaqBox {
	margin-bottom: 0;
}
.irFaqText {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	padding-bottom: 38px;
	margin-top: 16px;
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.875;
}
.irFaqText.last {
	margin-bottom: 64px!important;
}

/* 免責事項 */
.irContentsBox.irDisclaimerBox {
	margin-bottom: 64px!important;
}
.irDisclaimerBox p {
	font-size: 16px;
	font-weight: 500;
	color: #07112c;
	line-height: 1.875;
}

/* 電子公告 */
.ir-notice__text {
	font-size: 16px;
	color: #07112c;
	margin: 50px 0;
	line-height: 30px;
}
.ir-notice-edinet {
	font-size: 16px;
}
.ir-notice-edinet__supplement {
	color: #07112c;
	line-height: 1.9;
}
.ir-notice-edinet__code {
	margin: 36px 0 26px;
}
.ir-notice-edinet__value::before {
	content: "【";
}
.ir-notice-edinet__value::after {
	content: "】";
}
.ir-notice-edinet a {
	font-size: 14px;
	color: #647195;
	padding-bottom: 4px;
	border-bottom: 1px solid #647195;
	text-decoration: none;
}

/* お問い合わせフォーム
---------------------------------------------- */
.formTitle {
	font-size: 56px;
	line-height: 1.3;
}
.grunion-label-required {
	color: #fff;
	background-color: #16213e;
	padding: 2px 6px;
	margin-left: 8px;
	border-radius: 4px;
	opacity: 1;
}
.contact-form__error {
	color: #ba2221;
	background-color: #fce3e2;
	border: 1px solid #ba2221;
}

/* プライバシーポリシー
---------------------------------------------- */
#privacyData {
	justify-content: space-between;
}
#privacyTable01 table,
#privacyTable01 tbody,
#privacyTable01 tr,
#privacyTable01 td,
#privacyTable02 table,
#privacyTable02 tbody,
#privacyTable02 tr,
#privacyTable02 td  {
	border-color: #848c98;
}
#privacyTable01 tbody tr:first-child td {
	background-color: #ddd;
	text-align: center;
}
.privacyList li:not(:last-child) {
	margin-bottom: 40px;
}
#privacyTable02 tbody tr td:first-child {
	width: 30%;
	background-color: #ddd;
}
#privacyTable02 tbody tr td:last-child {
	width: 70%;
}

/* 個人情報の取扱いについて
---------------------------------------------- */
#personalTable tbody tr td:first-child {
	width: 30%;
}
#personalTable tbody tr td:last-child {
	width: 70%;
}

/* 404
---------------------------------------------- */
#page404 h2 {
	font-size: 20px;
}
#page404 h1 {
	font-size: 24px;
	margin: 0;
	line-height: 1.5;
}
#page404 p {
	font-size: 16px;
	margin: 0;
	line-height: 2;
}

/* 情報セキュリティ基本方針
---------------------------------------------- */
#securityList li:not(:last-child) {
	margin-bottom: 1.2em;
}

/* タブレット以下
---------------------------------------------- */
@media (max-width: 1440px) {
	/* serviceページ
	---------------------------------------------- */
	/* 共通 */
	.serviceHead {
		margin: 0;
	}

	/* 財務情報 (経営成績・財政状況) */
	.xj_chart_table td {
		font-size: 10px;
		padding: 6px 2px;
	}
}

@media (max-width: 1366px) {
	/* 財務情報 (経営成績・財政状況) */
	.ir-performance__chart-wrapper .item-chart-box,
	.ir-finance__chart-wrapper .item-chart-box,
	.ir-cashflow__chart-wrapper .item-chart-box {
		padding: 23px 20px;
	}
	#breadcrumbsBox.contactBreadcrumbs,
	#breadcrumbsBox.pcNoPaddingBreadcrumbs {
		padding: 0 2.375em;
	}
}

@media (max-width: 1280px) {
	/* 財務情報 (経営成績・財政状況) */
	.ir-performance__chart-wrapper .ir-performance__chart,
	.ir-finance__chart-wrapper .ir-finance__chart {
		width: 100%;
		margin: 0 auto 45px;
	}
}

@media (max-width: 1080px) {
	/* serviceページ
	---------------------------------------------- */
	/* FIXERの強み */
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner {
		display: flex;
	}
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner.column {
		flex-direction: column;
	}
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner.reverse {
		flex-direction: column-reverse;
	}
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner .image {
		width: 50%;
	}
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner .text {
		min-width: 100%;
	}
	#serviceStrength .serviceStrengthWrap .roundBox {
		max-width: 700px;
		margin: 0 auto;
	}
	#serviceStrength .serviceStrengthWrap .roundBox .round {
		margin: 0 auto;
	}
	#serviceStrength .serviceStrengthWrap .logo {
		justify-content: center;
		width: 100%;
	}

	/* .新しいほうのCSS。serviceListBox.newがついてる */
	#serviceList #serviceListWrap .serviceListBox.new {
		width: 48%;
	}
	#serviceList #serviceListWrap .serviceListBox.new:first-of-type {
		margin-top: 0;
	}
	#serviceList #serviceListWrap .serviceListBox.new:not(:nth-of-type(3n)) {
		margin-right: 0!important;
	}
	#serviceList #serviceListWrap .serviceListBox.new:nth-of-type(n+3) {
		margin-top: 36px;
	}
	#serviceList #serviceListWrap .serviceListBox.new:nth-child(odd) {
		margin-right: 4%!important;
	}
	#serviceList #serviceListWrap .serviceListBox.new p {
		font-size: clamp(15px, 1.8vw, 20px);
	}

	/* project・resale共通 */
	.item-service-flow__title {
		font-size: 16px!important;
	}
	.ir-library__contents-list {
		margin-bottom: 40px;
	}
	.ir .item-content-box.ir-library__content {
		width: 100%;
		margin: 0 0 29px;
	}

	/* 育成塾 */
	#courseAboutGaixer {
		padding-top: 40px;
		padding-bottom: 320px;
	}
	#courseAboutGaixer #courseAboutGaixerWrap::before {
		top: calc(100% - 100px);
		transform: none;
	}
	#courseAboutGaixer a:hover #courseAboutGaixerWrap::before {
		transform: scale(1.2);
	}

	/* IRページ
	---------------------------------------------- */
	.ir {
		width: 85%;
	}

	/* IRトップメニュー */
	.ir-top__menu .item-category-box-wrapper .item-category-content {
		margin-bottom: 23px;
	}
	.ir-top__menu .item-category-box-wrapper .item-category1,
	.ir-top__menu .item-category-box-wrapper .item-category2 {
		grid-template-columns: 1fr;
		grid-gap: 18px;
	}
	.ir-top__menu .item-category-box-wrapper .item-category1 {
		margin-bottom: 18px;
	}

	/* IR下層ページ
	---------------------------------------------- */
	.ir-menu {
		padding-top: 36px;
	}

	/* 財務情報 (経営成績・財政状況) */
	.ir-performance__chart-wrapper,
	.ir-finance__chart-wrapper {
		display: block;
		margin-top: 38px;
	}
	.ir-performance__chart-wrapper .ir-performance__chart,
	.ir-finance__chart-wrapper .ir-finance__chart {
		width: 100%;
		margin: 0 0 29px;
	}
	.ir-performance__text-wrapper {
		margin-top: 32px;
	}
	.ir-performance__text {
		line-height: 28px;
	}
	.ir-performance__attention-text {
		margin-top: 23px;
		line-height: 23px;
	}

	/* 事業概要 */
	.ir-business__internal-link-button {
		width: 48%!important;
		margin: 0 2% 45px;
	}
	.ir-business__internal-link-button:nth-of-type(odd) {
		margin-left: 0;
	}
	.ir-business__internal-link-button:nth-of-type(2n) {
		margin-right: 0;
	}
	.ir-business__internal-link-button:nth-of-type(4) {
		margin-left: 2%;
	}
	.ir-business__marketing-environment-chart {
		display: block;
		margin-top: 23px;
	}
	.marketing-environment__si {
		display: block;
		width: 87%;
		max-height: 100%;
		margin: 0 auto;
	}
	.marketing-environment__si+.marketing-environment__si {
		margin-top: 48px;
	}
	.marketing-environment__title {
		font-size: 16px;
		line-height: 24px;
	}
	.ir-business__business-overview-text {
		line-height: 28px;
		margin: 15px 0 26px;
	}
	.ir-business__service-diagram-wrapper {
		align-items: center;
		flex-flow: column;
		margin: 0 7% 38px;
	}
	.service-diagram-item {
		width: 100%;
	}
	.service-diagram-item__box {
		padding: 7px 5px;
	}
	.service-diagram-item__box--single {
		margin-top: 0;
	}
	.service-diagram-item__service-name {
		font-size: 17px;
		line-height: 32px;
	}
	.service-diagram-arrow {
		width: 9.5%;
		max-width: 28px;
		margin: 0 0 10px;
	}
	.service-diagram-arrow img {
		margin: 0;
	}
	.service-diagram-item__text {
		margin-top: 5px;
	}
	.item-service-content-box__title-wrapper {
		min-width: 40%;
	}
	.ir-business__advantage {
		padding-top: 90px;
	}
	.ir-business__advantage-chart {
		display: block;
		margin-top: 43px;
	}
	.advantage__waterfall {
		display: block;
		width: 100%;
		max-height: 100%;
		padding: 0;
		border: none;
	}
	.advantage__fixer {
		display: block;
		width: 100%;
		max-height: 100%;
		padding: 0;
		margin-top: 32px;
	}
	.advantage__title {
		font-size: 900;
		line-height: 24px;
	}
	.advantage__waterfall-img {
		margin-top: 24px;
	}
	.ir-business__awards {
		padding-top: 70px;
	}
}

/* 調整
---------------------------------------------- */
@media (max-width: 950px) {
	#footerMain > .wp-block-columns {
		flex-direction: column;
	}
}

/* sp
---------------------------------------------- */
@media (max-width: 781px) {
	#projectStrength #projectStrengthWrap .wp-block-column:not(:first-of-type) {
		margin-top: 48px;
	}
	.wp-block-table.spBlock table td {
		display: block;
		width: 100%!important;
		padding: 16px;
		margin-top: 0;
		white-space: pre-wrap;
	}
	.wp-block-table.spBlock table td {
		padding: 16px 0;
		border: none;
	}
	.wp-block-table.spBlock table td:first-of-type {
		padding-right: 16px;
	}
	.wp-block-table.spBlock table td:first-child {
		border-bottom: 1px dashed #aaa;
	}
	.wp-block-table.spBlock table td:last-child {
		border-bottom: 1px solid #aaa;
	}


	/* service project+resaleページ
	---------------------------------------------- */
	/* FIXERの強味 */
	#projectStrength #projectStrengthInner .projectStrengthBox {
		width: 100%;
		margin: 0 auto;
	}

	/* FIXERの技術力 */
	#projectTechnicalSkills {
		width: 100%;
	}
	#projectTechnicalSkills .wp-block-columns {
		gap: 24px;
		margin-top: 48px;
	}
	#projectTechnicalSkills .wp-block-columns .text {
		gap: 16px;
	}

	/* クラウド導入サービス：FIXERの強み */
	#resaleStrength #resaleStrengthWrap .wp-block-columns {
		gap: 48px;
	}
	#resaleStrength #resaleStrengthWrap .wp-block-group {
		gap: 16px;
	}
	#resaleStrength #resaleStrengthWrap figure {
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
	}
	.serviceProvidedContainer.resale .wp-block-columns {
		gap: 16px;
	}
	.serviceProvidedContainer.resale.gap0 .wp-block-columns {
		gap: 0;
	}

	/* service 育成塾ページ
	---------------------------------------------- */
	.serviceCourseH2 {
		font-size: 24px;
	}

	/* カリキュラム紹介 */
	#serviceCourseCurriculum .serviceCourseH2 {
		margin-top: 16px;
	}
	#serviceCourseCurriculum .curriculumBox {
		gap: 16px;
		padding: 24px;
	}
	#serviceCourseCurriculum .left .num {
		font-size: 18px;
	}
	#serviceCourseCurriculum .left .name {
		display: flex;
		align-items: center;
		padding-left: 8px;
	}

	/* 講師紹介 */
	#serviceCourseLecturer {
		padding-top: 64px;
	}
	.serviceCourseLecturerBox {
		padding: 40px 32px;
	}
	.serviceCourseLecturerBox .lecturerImage {
		text-align: center;
	}
	.serviceCourseLecturerBox .lecturerJob {
		font-size: 15px;
		padding: 4px 12px 2px;
		letter-spacing: 0.02em;
	}
	.serviceCourseLecturerBox .lecturerNameEn {
		font-size: 13px;
	}
	.serviceCourseLecturerBox .lecturerNameJa {
		font-size: 20px;
	}
	.serviceCourseLecturerBox .mainBookLeft,
	.serviceCourseLecturerBox .mainBookRight {
		width: 100%;
	}
	
	/* 受講者の声 */
	#serviceCourseVoice {
		padding-top: 40px;
		margin-bottom: 0;
	}
	#serviceCourseVoice .serviceCourseVoiceGroup {
		gap: 60px;
	}
	#serviceCourseVoice .serviceCourseVoiceRight {
		transform: none;
	}
	#serviceCourseVoice .serviceCourseVoiceHead .serviceCourseVoiceLead h3 {
		font-size: 18px;
	}
	#serviceCourseVoice .serviceCourseVoiceText {
		font-size: 15px;
		padding: 32px 24px;
	}

	/* 募集項目 */
	#serviceCourseDetailsContainer {
		padding: 0;
	}
	#serviceCourseDetails,
	#serviceCourseDetails::before {
		border-radius: 0;
	}
	#serviceCourseDetails {
		padding: 64px 28px 80px;
	}
	#serviceCourseDetails .serviceCourseDetailsBox {
		gap: 16px;
	}
	#serviceCourseDetails .serviceCourseDetailsLeft,
	#serviceCourseDetails .serviceCourseDetailsRight {
		width: 100%;
	}

	/* よくある質問 */
	#serviceCourseQuestion {
		padding-top: 64px;
	}

	/* recruitページ 2025/9/19～ これより上のrecruitページは公開後削除
	---------------------------------------------- */
	/* 数字でわかるFIXER */
	#recruitNumberWrap #recruitNumberBox .wp-block-column .whiteBack {
		width: 100%;
		height: auto;
		padding: 36px 30px;
	}

	/* ニュースページ
	---------------------------------------------- */
	.single-post .gaixerSection .wp-block-columns {
		flex-direction: column-reverse;
		gap: 0;
	}
	.single-post .gaixerSection .wp-block-columns figure {
		max-width: 300px;
		margin: 0 0 16px 0;
	}

	/* accessページ
	---------------------------------------------- */
	#officeListBox {
		margin-top: 0;
		gap: 0;
	}
	.officeList {
		padding: 40px 0 30px;
	}
	.officeList .officeAddress {
		gap: 16px;
	}
	.officeList .officeBtn {
		justify-content: flex-end;
	}

	/* 各事業所 */
	#officePage .detail {
		gap: 16px;
	}
	#officePage .googlemapBtn {
		margin: 0 auto;
	}

	/* フッター
	---------------------------------------------- */
	#footerLinkBox {
		gap: 12px;
	}
	#footerLinkBox .wp-block-column:not(:first-child) {
		margin: 0;
	}
	#footerSnsList {
		justify-content: flex-start;
	}
	#footerSubLink .wp-block-column:not(:first-of-type) {
		margin-left: 0;
	}
	#footerSubLink .wp-block-column:not(:first-of-type)::before {
		width: 0;
	}
	#footerSubNavBox,
	#copyright {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.spNone {
		display: none!important;
	}
	main.site-main {
		padding-top: 77px;
	}
	.header-wrapper.position-fixed {
		position: fixed;
		padding: 20px!important;
	}
	.site-header .is-transparent:not(.scrolling) .wp-block-navigation__responsive-container-open svg {
		fill: #283138;
	}
	.topTitle {
		gap: 20px;
	}
	.spNoTopMargin {
		margin-top: 0;
	}

	/* パンくず */
	.aioseo-breadcrumbs {
		font-size: 13px;
		padding: 0!important;
		margin: 10px 0;
	}
	.newsBreadcrumbs {
		padding-top: 16px;
	}

	/* パンくず・IRのみ */
	#breadcrumbsBox.irBreadcrumbs {
		width: 89%;
		margin: 0 auto;
	}

	/* リンクボタン */
	.originalBtnLink .button-link__text {
		font-size: 16px;
	}
	.originalBtnLink .button-link__icon {
		width: 39px;
		height: 39px;
	}

	/* Cookie同意 */
	.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide p {
		width: 100%;
	}
	.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide .wp-block-button {
		width: 200px;
		margin: 0 auto;
	}

	/* table */
	.single-post .wp-block-table table td {
		padding: 16px 0;
	}
	.single-post .wp-block-table table td:first-of-type {
		padding-right: 16px;
	}
	.single-post .wp-block-table table[style*=border-width] td:first-child {
		border-bottom: 1px dashed #ddd!important;
	}
	.single-post .wp-block-table table[style*=border-width] td:last-child {
		border-bottom: none!important;
	}

	/* よくある質問・開閉式 */
	.toggleFaq .obb-toggle-trigger code,
	.toggleFaq .obb-toggle-container code {
		font-size: 32px;
		margin: 0 16px 0 15px;
	}
	.toggleFaq .obb-toggle-title {
		font-size: 1rem;
	}

	/* Answerが開業する場合の対応 */
	.toggleFaq .multipleLines .answerBlock {
		gap: 16px;
	}
	.toggleFaq .multipleLines .answerLeft {
		width: 38px;
		min-width: 38px;
	}
	.toggleFaq .multipleLines .answerLeft p {
		line-height: 1.2;
	}
	.toggleFaq .multipleLines .answerRight {
		width: calc(100% - 38px);
	}

	/* お問い合わせフォーム
	---------------------------------------------- */
	.formTitle {
		font-size: 24px;
	}

	/* フッター
	---------------------------------------------- */
	footer {
		z-index: 1;
	}
	#footerMain {
		padding-left: 16px;
		padding-right: 16px;
	}
	#footerFixerLogo {
		width: 158px;
	}
	#footerSub {
		padding-top: 0!important;
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
	.blog #footerSub,
	.archive #footerSub {
		padding-top: 48px!important;
	}
	.footerMainNav ul,
	.footerSubNav ul {
		display: block;
	}

	/* トップページ
	---------------------------------------------- */
	#topImageSp {
		height: 100%;
		padding: 0;
	}
	#topImageSp img {
		width: 100%;
	}
	/* #topH1TextSp {
		position: absolute;
		top: 60vw;
		font-size: 6vw;
		margin: 0;
		line-height: 1.7;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;;
	}
	#topH1TextSp mark {
		display: inline-block;
		padding: 4px 8px;
		margin: 6px 0;
		text-shadow: none;
	}
	#topH1TextSp mark:first-of-type {
		letter-spacing: 0.02em;
	} */

	/* MVのバナー */
	.top-image__banner {
		position: static;
		display: flex;
		max-width: 430px;
	}
	/* .top-image__banner.gaixerBanner {
		margin-bottom: 24px;
	} */
	.top-image__banner .banner-top {
		width: 100%;
		height: 100%;
	}
	.top-image__banner .banner-top__inner img,
	.top-image__banner .banner-top__arrow {
		height: 100%;
	}

	/* Cloud nativeとは～ */
	#topContentWrap {
		background-position: 0;
		background-size: 200%;
		padding: 180px 0 80px;
		overflow: initial;
	}
	#topContentWrap .topArrow01 {
		width: 33%;
		top: 0;
		left: 0;
	}
	#topContentWrap .topArrow02 {
		width: 88%;
		max-width: 370px;
		bottom: -100px;
		right: 0;
	}

	/* お知らせ */
	#newsTop {
		margin-bottom: 0;
	}
	#newsTop .obb-masonry-container article.obb-content {
		flex-wrap: wrap;
	}
	#newsTop .obb-img-and-title {
		width: 100%;
	}
	#newsTop .obb-img-and-title .obb-title-and-meta {
		padding: 0;
	}
	#newsTop .obb-excerpt-and-more {
		width: 80%;
		max-width: 240px;
		margin: 0 auto;
	}
	#newsTop .topNewsLink {
		margin-top: 0;
	}
	#topContent {
		padding: 0 24px;
	}
	#topContent h1 {
		font-size: 22px;
		line-height: 2;
	}
	#topContent h1 mark::after {
		top: 8px;
	}

	/* サービス */
	#serviceTopWrap {
		padding-left: calc(var(--wp--style--block-gap) / 1.5);
		padding-right: calc(var(--wp--style--block-gap) / 1.5);
		gap: 0;
	}
	#serviceTop #serviceTopBox .topTitle {
		margin-bottom: 48px!important;
	}
	#serviceTopWrap .serviceRedSp {
		transform: translate(-24px, -20px);
	}
	#serviceTopWrap .serviceArrow02 {
		transform: translate(-24px, -10px);
	}

	/* リクルート */
	.recruitTopWrap {
		min-height: 520px!important;
		margin-bottom: 80px!important;
		background: url("/wp-content/uploads/2025/10/topRecruitImage_sp.jpg") no-repeat top center / cover!important;
		padding: 48px 0!important;
	}
	#recruitTopBox {
		padding: 60px 30px!important;
	}

	/* 企業情報 */
	#aboutTopBox {
		width: 100%;
		min-width: auto;
		padding: 0 24px;
	}
	#aboutTopBox .wp-block-buttons:not(:first-of-type) {
		margin-top: 24px;
	}
	#aboutWrap  .aboutObject02 {
		position: absolute;
		width: 78.5%;
		max-width: 300px;
		bottom: -18px;
		right: 0;
	}

	/* aboutページ
	---------------------------------------------- */
	.aboutHero_sp {
		min-height: 582px!important;
	}
	#aboutBox {
		gap: 16px;
	}
	#aboutBox h2 {
		margin-bottom: 16px!important;
	}

	/* 企業理念 */
	#aboutMissionWrap .enTittle {
		margin-top: 0;
	}

	/* 社長メッセージ */
	#aboutMessageWrap {
		margin-right: 0;
	}
	#aboutMessageWrap .arrow02 {
		position: absolute;
		width: 51%;
		max-width: 250px;
		top: -24px;
		right: 0;
		padding: 0;
	}
	#aboutMessageWrap #aboutMessageBox h3 {
		margin-top: 0;
	}
	#aboutMessageWrap #aboutMessageBox #aboutText {
		background-color: #fff;
		padding: 16px 10px;
	}
	#aboutMessageWrap #aboutMessageBox #aboutText p {
		color: #283138!important;
	}
	#aboutMessageWrap #aboutMessageBox #aboutText p br {
		display: none;
	}
	#aboutMessageWrap #aboutMessageBox .ceoName code {
		display: block;
		margin-top: 8px;
	}
	#aboutMessageWrap .ceo {
		width: 286px;
		max-width: 286px;
		right: -22px;
		padding: 0;
	}
	#aboutMessageWrap .object02 {
		position: absolute;
		width: 350px;
		bottom: -44px;
		right: 0;
		padding: 0;
		z-index: 1;
	}

	/* 受賞歴・会社概要 */
	#profileWrap:before,
	#profileWrap:after {
		width: 0;
		height: 0;
	}
	#profileWrap #informationBox td {
		display: block;
	}
	#profileWrap #informationBox tr td:first-of-type {
		padding: 16px 0;
		border-bottom: none;
	}
	#profileWrap #informationBox tr td:last-of-type {
		padding: 16px 0;
		border-top: 1px dashed #ddd;
	}

	/* serviceページ
	---------------------------------------------- */
	.projectPv {
		background-image: url("/wp-content/uploads/2025/04/serviceBack_sp.jpg")!important;
	}
	.serviceHead {
		min-width: auto;
	}
	.obb-hero.obb-position-bottom-left.servicePv .obb-hero-content {
		padding: 24px;
	} 

	#serviceStrength .serviceStrengthWrap .roundBox {
		gap: 10px;
	}
	#serviceStrength .serviceStrengthWrap .roundBox .round {
		width: 104px;
		height: 104px;
	}
	#serviceStrength .serviceStrengthWrap .roundBox .round .dot {
		line-height: 1.2;
	}
	#serviceStrength .serviceStrengthWrap .serviceStrengthInner .image {
		width: 80%;
	}

	/* FIXERの提供サービス */
	#providedService a {
		padding-bottom: 24px;
	}
	#providedService a::before {
		background: url("/wp-content/uploads/2025/04/serviceProvided_sp.png") no-repeat top center / cover;
	}
	#providedService a #serviceProvidedInner {
		padding: 0;
	}
	#providedService a #serviceProvidedInner h3 {
		font-size: 30px;
		margin-top: 186px;
	}
	#providedService a #serviceProvidedInner h3 span:not(:last-child) {
		margin-top: 5px;
	}

	/* サービス */
	#serviceList {
		padding-bottom: 160px;
	}

	/* ここから古いCSS　確認して大丈夫そうなら消す */
	#serviceList .serviceObject01 {
		width: 107%;
		max-width: 450px;
		top: -56px;
		left: 0;
		right: auto;
	}
	#serviceList .serviceObject01,
	#serviceList .serviceObject02 {
		padding: 0;
	}
	#serviceList #serviceListWrap .serviceListBox .serviceListBoxHead {
		padding: 24px;
	}
	#serviceList #serviceListWrap .serviceListBox .serviceListBoxHead p {
		font-size: 18px;
	}
	#serviceList #serviceListWrap .serviceListBox .serviceBox {
		flex-direction: column;
		padding: 24px 24px 32px;
	}
	#serviceList #serviceListWrap .wp-block-image,
	#serviceList #serviceListWrap .serviceListText,
	#serviceList #serviceListWrap .serviceListText.noLink {
		width: 100%;
		min-width: 100%;
	}
	#footerLinkBox figure {
		text-align: left;
	}
	#footerLinkBox #footerTechLink figure {
		width: 149px;
	}
	#footerLinkBox #footerGaixer figure {
		width: 161px;
	}
	#serviceList #serviceListWrap .wp-block-image {
		margin-bottom: 24px;
		text-align: center;
	}
	#serviceList #serviceListWrap .serviceListText {
		padding-right: 0;
	}
	#serviceList #serviceListWrap .serviceListText p {
		margin-bottom: 36px;
	}
	#serviceList #serviceListWrap .serviceListBox .serviceBox h3 {
		font-size: 20px!important;
		line-height: 1.5;
	}
	#serviceList .serviceObject02 {
		width: 94%;
		max-width: 400px;
		bottom: -90px;
		left: 0;
	}

	/* .新しいほうのCSS。serviceListBox.newがついてる */
	#serviceList.new {
		padding: 60px 0 180px;
	}
	#serviceList #serviceListWrap .serviceListInner {
		margin-top: 0;
	}
	#serviceList #serviceListWrap .serviceListBox.new {
		width: 100%;
	}
	#serviceList #serviceListWrap .serviceListBox.new:nth-of-type(n+3) {
		margin-top: 0;
	}
	#serviceList #serviceListWrap .serviceListBox.new:not(:first-of-type) {
		margin-top: 36px;
	}
	#serviceList #serviceListWrap .serviceListBox.new:nth-child(odd) {
		margin-right: 0!important;
	}
	#serviceList #serviceListWrap .serviceListBox.new .obb-featured-content {
		padding: 24px;
	}
	#serviceList #serviceListWrap .serviceListBox.new .obb-featured-content .wp-block-buttons {
		margin-top: 24px;
	}

	/* service_projectページ
	---------------------------------------------- */
	/* 共通 */
	.projectTitle {
		font-size: 30px!important;
	}
	.serviceProvideTitle strong {
		font-size: 20px;
	}
	.serviceProvidedContainer {
		padding-left:0;
	}
	.serviceProvidedContainer ul:not(:last-of-type) {
		margin-bottom: 16px;
	}
	.serviceProvidedContainer ul li {
		margin-left: 0;
	}
	.service_strengthObject {
		width: 67%;
		max-width: 300px;
		padding: 0!important;
	}
	.serviceBorder {
		margin-top: 16px;
	}
	.serviceProvidedContainer .serviceProvidedSubTitle::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.serviceProvidedContainer ul li::before {
		top: 8px;
	}

	/* 共通：導入までの流れ */
	.item-service-flow__free-tag-wrapper {
		width: 100%;
	}
	.item-service-flow__free-tag-wrapper:before {
		background-color: transparent;
		border: 2px dashed #3a729b;
		content: "";
		display: block;
		height: 64%;
		left: 0;
		position: absolute;
		top: 18px;
		width: 100%;
	}
	.item-service-flow__free-tag {
		font-size: 19px;
		font-weight: 700;
		padding: 10px 16px;
	}
	.item-service-flow__contents-wrapper {
		display: block;
	}
	.item-service-flow__content-wrapper {
		display: block;
		margin: 0 auto;
	}
	.item-service-flow__content {
		align-items: flex-start;
		flex-flow: row;
		justify-content: space-between;
		min-height: 130px;
		padding: 0 5px 25px;
		width: 100%;
	}
	.item-service-flow__content:after {
		background-image: url("/wp-content/uploads/2025/04/serviceArrowBlackDown.svg");
		display: block;
		height: 21px;
		left: 50%;
		top: 80%;
		width: 15px;
	}
	.item-service-flow__content:last-child:after {
		content: none;
	}
	.item-service-flow__arrow {
		height: 35px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: 25px;
	}
	.item-service-flow__arrow img {
		position: absolute;
		top: -5px;
		width: 100%;
	}
	.item-service-flow__image-wrapper {
		display: flex;
		flex-flow: column;
		height: 120px;
		justify-content: center;
		margin: 0 15px;
		min-height: 120px;
	}
	.item-service-flow__image-wrapper img {
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
		width: 100%;
	}
	.item-service-flow__description {
		margin: 10px 20px 10px 0;
		width: calc(100% - 150px);
	}
	.item-service-flow__title {
		font-size: 14px!important;
		margin: 0;
		text-align: left;
	}
	.item-service-flow__text {
		font-size: 14px;
		font-weight: 500;
		margin-top: 0;
	}

	/* 共通：よくある質問 */
	.serviceQuestion .serviceQuestionInner .question code,
	.serviceQuestion .serviceQuestionInner .answer code {
		font-size: 32px;
		margin: 0 16px 0 15px;
	}
	.serviceQuestion .serviceQuestionInner .answerText {
		margin: 8px 0 0 50px;
	}

	/* projectトップ画像 */
	.service_projectPv {
		background-image: url("/wp-content/uploads/2025/04/service_projectBack_sp.jpg")!important;
	}
	.service_projectPv .obb-hero-content {
		margin-top: 50px;
	}
	.service_projectPv figure {
		margin-top: 0;
	}

	/* FIXERが選ばれる理由 */
	#projectReason .projectReasonBox {
		flex-direction: column;
	}
	#projectReason .projectReasonBox.reverse {
		flex-direction: column-reverse;
	}
	#projectReason .projectReasonBox:not(:last-of-type) {
		margin-bottom: 64px;
	}
	#projectReason .projectReasonBox .image,
	#projectReason .projectReasonBox .text {
		width: 100%;
	}
	#projectReason .projectReasonBox .text {
		gap: 16px;
	}
	#projectReason .service_reasonObject {
		width: 28%;
		max-width: 150px;
		bottom: 56px;
		left: -50px;
		padding: 0;
	}

	/* FIXERの技術力 */
	#projectTechnicalSkills .skillsObject01 {
		width: 420px;
		max-width: none;
		top: 0;
		padding: 0;
	}
	#projectTechnicalSkills .skillsObject02 {
		width: 375px;
		max-width: none;
		top: auto;
		bottom: 0;
		padding: 0;
	}

	/* resaleトップ画像 */
	.service_resalePv {
		background-image: url("/wp-content/uploads/2025/04/service_resaleBack_sp.jpg")!important;
	}

	/* クラウド導入サービス：クラウドサービス導入までの流れ */
	#projectDevelopmentOperation.resale .resale_flowObject {
		width: 28%;
		left: -50px;
		width: 28%;
		max-width: 150px;
		padding: 0;
	}

	/* service:育成塾ページ
	---------------------------------------------- */
	.servicePv.coursePv {
		align-items: flex-end;
		background: url("/wp-content/uploads/2025/07/serviceCourseObject_sp.jpg") no-repeat right center / cover!important;
		padding-top: 0;
	}
	.servicePv.coursePv .obb-hero-content {
		padding-bottom: 0;
	}
	.servicePv.coursePv .wp-block-buttons {
		gap: 24px;
	}

	/* リード文 */
	#serviceCourseLead #serviceCourseLeadContainer {
		padding: 0;
	}
	#serviceCourseLead h2 {
		font-size: 20px;
	}
	#serviceCourseLead p {
		font-size: 16px;
	}

	/* GaiXerとは */
	#courseAboutGaixer {
		padding: 32px 0 240px;
		margin-top: 0;
	}
	#courseAboutGaixer #courseAboutGaixerWrap::before {
		width: 240px;
		height: 200px;
		top: 100%;
	}
	#courseAboutGaixer #courseAboutGaixerInner h2 img {
		width: 180px;
		height: 48px;
		margin-right: 8px;
	}

	/* service:映像事業ページ
	---------------------------------------------- */
	.videoPv h2 {
		font-size: 16px;
	}

	/* 共通 */
	.serviceVideoWrap .serviceVideoTitle {
		font-size: 24px;
	}

	/* 制作実績 */
	#serviceVideoResults p {
		margin-left: 0;
	}
	#serviceVideoResults p::before {
		top: 8px;
	}

	/* よくある質問 */
	#serviceVideoQuestion {
		padding-bottom: 160px;
	}

	/* recruitページ 2025/9/19～ これより上のrecruitページは公開後削除
	---------------------------------------------- */
	.page-id-16745 #footerSub {
		padding-bottom: 80px!important;
	}
	.recruitInner {
		padding: 0 16px!important;
	}
	#recruitSticky {
		display: flex;
		width: 100%;
		bottom: 16px;
		left: 0;
		right: auto;
		padding: 0 16px;
	}
	#recruitSticky .recruitBtn {
		width: 48%;
		font-size: 15px;
	}
	#recruitSticky .recruitBtn .icon {
		width: 10px;
	}
	#recruitSticky .recruitBtn.newGraduateBtn {
		margin: 0 4% 0 0;
	}

	/* MV */
	.recruitMv {
		height: auto;
		background-image: url("/wp-content/uploads/2025/10/recruit_mv_sp.jpg")!important;
	}
	.recruitMv .recruitCatch {
		max-width: 320px;
		margin-bottom: 24px;
	}

	/* リード文 */
	#recruitLead p {
		font-size: 14px;
		line-height: 2;
	}
	#recruitLead p.top {
		margin: 0 0 14px 0;
	}
	#recruitLead figure {
		max-width: 240px;
		margin-top: 24px;
	}

	/* 数字でわかるFIXER */
	#recruitNumberWrap {
		background: url("/wp-content/uploads/2025/10/numberBack_sp.png") no-repeat center center / cover;
	}
	#recruitNumberWrap::after {
		height: 80px;
	}
	#recruitNumberWrap h2 {
		font-size: 28px;
	}
	#recruitNumberWrap #recruitNumberBox {
		margin-top: 16px;
	}

	/* 事業説明 */
	#recruitDescriptionWrap h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#recruitDescriptionWrap .recruitDescriptionText {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#recruitDescriptionWrap .recruitDescriptionText br {
		display: none;
	}
	#recruitDescriptionWrap .strokeText {
		top: 32px;
		font-size: 56px;
		line-height: 1;
	}
	#recruitDescriptionWrap .recruitDescriptionSmallText {
		text-align: center;
	}

	/* 社員の声 */
	#recruitBlogWrap h2 {
		position: relative;
		font-size: 32px;
		z-index: 1;
	}
	#recruitBlogWrap #recruitBlogText {
		font-size: 15px;
	}
	#recruitBlogWrap .blog {
		top: 100px;
		right: -56px;
		font-size: 96px;
		transform: rotate(90deg);
	}
	#recruitBlogWrap .recruitBlogSlider {
		padding: 0;
	}
	#recruitBlogWrap .recruitBlogSlider .kb-splide .splide__pagination__page {
		margin: 3px 8px;
	}
	#recruitBlogWrap #recruitBlogLink {
		margin-top: 40px;
	}

	/* 求める人物像 */
	#recruitPersonWrap {
		background: url("/wp-content/uploads/2025/10/recruitPersonBack_sp.png") no-repeat top center / cover;
	}
	#recruitPersonWrap h2 {
		font-size: 32px;
	}
	#recruitPersonWrap .recruitPersonBox .recruitPersonBlock {
		padding: 32px 16px
	}
	#recruitPersonWrap .recruitPersonBox .recruitPersonBlock h3 {
		font-size: 18px;
	}

	/* 社内制度 */
	#recruitSystemWrap {
		padding: 0;
	}
	#recruitSystemWrap h2 {
		font-size: 32px;
	}
	#recruitSystemWrap .recruitSystemBox .kt-row-column-wrap {
		justify-content: center;
	}
	#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column {
		width: 48%;
	}
	#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:not(:nth-child(3n)) {
		margin-right: 0;
	}
	#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:nth-child(odd) {
		margin-right: 4%;
	}
	#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:not(:nth-child(-n+3)) {
		margin-top: 0;
	}
	#recruitSystemWrap .recruitSystemBox .wp-block-kadence-column:not(:nth-child(-n+2)) {
		margin-top: 16px;
	}
	#recruitSystemWrap .recruitSystemBox figure img {
		max-width: 100px;
		height: 100px;
	}
	#recruitSystemWrap .recruitSystemBox .big {
		font-size: 18px;
	}
	#recruitSystemWrap .recruitSystemBox .small {
		font-size: 15px;
	}
	#recruitSystemWrap .recruitSystemMore {
		justify-content: center;
		margin-bottom: 24px;
	}
	#recruitSystemWrap .recruitSystemMore button {
		width: 48px;
		height: 48px;
		border-radius: 50%;
	}
	#recruitSystemWrap .recruitSystemMore button svg {
		width: 20px;
		height: 20px;
	}

	/* よくある質問 */
	#recruitFaqWrap h2 {
		font-size: 32px;
	}

	/* ニュースページ
	---------------------------------------------- */
	.blog main,
	.archive main {
		padding-bottom: 80px;
	}
	.single-post .site-main .contactCategory {
		padding-bottom: 0;
	}
	.single-post .site-main .entry-content h1 {
		font-size: 24px;
	}
	.single-post .site-main .entry-content h2 {
		font-size: 18px;
	}
	.blog select,
	.archive select ,
	.single-post p,
	.single-post .wp-block-table td {
		font-size: 15px;
	}
	.single-post table code,
	.single-post p code,
	.single-post .notice {
		font-size: 12px;
	}
	.single-post .site-main .entry-content figure {
		width: 100%;
	}
	.blog .post-meta,
	.archive .post-meta {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 18px!important;
		gap: 12px;
	}
	.blog .post-meta .taxonomy-category a,
	.archive .post-meta .taxonomy-category a {
		font-size: 13px;
	}
	.blog h2 a,
	.archive h2 a {
		font-size: 18px;
	}
	.single-post .site-main .entry-content .contentsData {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.blog .wp-block-query-pagination,
	.archive .wp-block-query-pagination {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	/* accessページ
	---------------------------------------------- */
	/* accessトップMV */
	.accessMv {
		background: url("/wp-content/uploads/2025/04/accessTop_sp.png") no-repeat center center / cover!important;
		min-height: 582px!important;
	}
	.accessMv .obb-hero-content {
		height: 582px;
	}
	.accessMv .accessObject01,
	.accessMv .accessObject02 {
		width: 375px;
		max-width: none;
		min-width: auto;
	}

	/* 各事業所ページ */
	#officePage .accessPageObject02 {
		width: 52%;
		top: 0;
		right: 0;
		padding: 0;
	}
	#officePage .accessPageObject03 {
		width: 80%;
		bottom: 65px;
		padding: 0;
	}

	/* IRページ
	---------------------------------------------- */
	/* ヘッダー部分 */
	.ir-top__wrapper {
		min-height: 520px;
		background-size: cover;
		background-image: url("/wp-content/uploads/2025/04/ir-top_sp.png");
	}
	.ir-top__wrapper p {
		font-size: 39px;
		margin: 0;
	}
	.ir-top__wrapper-supplement {
		font-size: 14px;
		margin-bottom: 32px;
		text-align: center;
		line-height: 1.857;
	}

	/* IR下層ページ背景画像(IRトップページは除く) */
	.ir-wrapper::before {
		background: url("/wp-content/uploads/2025/04/irObject01_sp.png") no-repeat 100% 0 / contain;
	}
	.ir-wrapper::after {
		width: 100%;
		background: url("/wp-content/uploads/2025/04/irObject02_sp.png") no-repeat 100% 100% / contain;
	}

	/* 本体部分 */
	.ir-top__news {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.ir-top__news-title {
		margin: 79px 0;
	}
	.text-h1 {
		padding-bottom: 7px;
	}
	.text-h1 h1,
	.text-h1 h2 {
		font-size: 45px;
		line-height: 45px;
	}

	/* PDFローダー */
	.the-adobe-reader {
		display: block;
	}
	.the-adobe-reader__text {
		font-size: 12px;
		margin: 15px 0 0;
		line-height: 1.5;
	}

	/* ブロック */
	.irContentsBox {
		margin: 0 0 40px;
	}

	/* テーブル */
	.irTable {
		margin-top: 16px;
	}
	.irTable td {
		display: block;
	}
	.irTable td:first-child,
	.irTable td:last-child {
		width: 100%!important;
	}
	.irTable td:first-child {
		padding: 18px 0 8px;
		border-bottom: none;
	}
	.irTable td:last-child {
		padding: 0 0 12px;
	}

	/* ニュース部分 */
	.ir-top__news-wrapper {
		flex-flow: column;
	}
	.ir-top__side-menu {
		width: 100%;
		min-width: 100%;
		margin-top: 30px;
		order: 2;
	}
	.ir-wrapper .button-blank-link a {
		font-size: 14px;
	}
	.ir-top__news-content {
		margin: 0 0 25px;
		order: 1;
	}
	.ir-newsList dl {
		font-size: 14px;
	}
	.ir-newsList dl a,
	.ir-newsList dl .nolink {
		padding: 20px 0;
	}
	.ir-newsList dl .xj-list__label {
		width: 74px;
		height: 23px;
		font-size: 13px;
		order: 2;
	}
	.ir-newsList dl .xj-list__label span {
		line-height: 23px;
	}
	.ir-newsList dl .xj-list__date {
		margin-left: 0;
		line-height: 23px;
		order: 1;
	}
	.ir-newsList dl .xj-list__title,
	.irTop-newsList dl .xj-list__title {
		width: 100%;
		font-size: 15px;
		margin-top: 10px;
		line-height: 23px;
		order: 3;
	}
	.ir-top__button-link .button-link__text {
		font-size: 16px;
	}
	.ir-top__button-link .button-link__icon {
		width: 39px;
		height: 39px;
	}

	/* IRトップページ メニュー */
	.ir-top__menu {
		background: linear-gradient(0deg,#0f489f,#22a1d8 82%,#25addf);
		padding: 0;
		margin-top: 78px;
	}
	.ir-top__bg-object-top {
		width: 67%;
	}
	.ir-top__bg-object-bottom {
		width: 100%;
	}
	.ir-top__menu .item-category-box-wrapper {
		padding: 75px 21px;
	}
	.ir-top__menu .item-category-box-wrapper .item-category1 {
		margin-bottom: 15px;
	}
	.item-category-box {
		padding: 0 19px;
	}
	.item-category-box__title {
		font-size: 20px;
		padding-bottom: 13px;
	}
	.button-text-link__text {
		font-size: 15px;
	}

	/* IR下層ページ
	---------------------------------------------- */
	.ir {
		width: 89%;
		padding: 62px 0 70px!important;
	}
	.ir .text-h1 .text-h1_title {
		font-size: 45px;
		line-height: 45px;
	}
	.ir .text-h1 .text-h1__subtitle {
		font-size: 20px;
		margin-top: 19px;
	}
	.ir-contents-wrapper {
		display: block;
		margin-top: 102px;
	}

	/* 左に飾りがあるHタグ */
	.irSubTitle::before {
		position: absolute;
		top: 4px;
		left: 0;
	}
	.irSubTitle h2,
	.irSubTitle h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	/* メニュー */
	.ir-menu {
		width: 95%;
		padding-bottom: 75px;
		margin: 0 auto;
	}
	.item-content-menu {
		background-color: #fff;
		padding: 0 12px;
		border: 1px solid #ececf2;
		border-radius: 4px;
	}
	.item-content-menu+.item-content-menu {
		margin-top: 5px;
	}
	.item-content-menu__title {
		padding: 13px 18px;
		margin: 0;
	}

	/* 右側コンテンツ */
	.ir-content {
		width: 100%;
		margin: 0!important;
	}
	.item-content-menu__title-text {
		font-size: 16px;
	}
	.item-content-menu__contents {
		margin: 27px 18px 15px 20px;
	}
	.ir-content .text-h2 {
		padding-bottom: 12px;
	}
	.ir-content .text-h2 h1 {
		font-size: 28px;
		line-height: 1.06;
	}
	.irAnnotation li {
		font-size: 11px;
	}

	/* ニュース一覧ページ */
	.yearsSelect,
	#xj-select-year_s {
		width: 100%;
	}
	#xj-select-category ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#xj-select-category ul li {
		width: calc((100% - 12px) / 2);
		margin: 0 0 12px 0;
	}

	/* IRライブラリ */
	.ir-libraryList .xj-list__title {
		font-size: 15px;
		margin: 8px 0 0 0;
	}
	.ir-libraryList.xj-list dl {
		display: block;
	}

	/* 財務情報 (経営成績・財政状況) */
	.item-chart-box {
		padding: 21px 19px;
	}
	.unit.grpUnit {
		font-size: 12px;
	}
	.ir-performance__text {
		font-size: 14px;
	}
	.ir-performance__attention-text {
		font-size: 13px;
	}

	/* 株式基本情報 */
	.irTable.stockTable:last-of-type {
		margin-bottom: 64px;
	}

	/* 株主総会関連資料 */
	.ir-meeting__title {
		margin: 56px 0 24px;
	}

	/* 事業概要 */
	.ir-business__internal-link {
		margin-top: 40px;
	}
	.button-internal-link {
		padding: 0 0 2px 12px;
	}
	.ir-business__internal-link-button {
		width: 100%!important;
		mask-border: 15px;
	}
	.ir-business__internal-link-button:nth-of-type(3n),
	.ir-business__internal-link-button:nth-of-type(odd) {
		margin-right: 0;
	}
	.ir-business__internal-link-button:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.button-internal-link__text {
		font-size: 20px;
		margin: 0 0 11px;
		line-height: 33px;
	}
	.button-internal-link__icon {
		top: 2px;
		right: 3px;
	}
	.ir-business__mission {
		padding-top: 110px;
	}
	.ir-business__mission-text {
		font-size: 14px;
		margin: 18px 0 23px;
		line-height: 28px;
	}
	.ir-business__mission-contents {
		padding: 30px 22px 45px;
		margin: 0 0 35px 0;
	}
	.ir-business__mission-content+.ir-business__mission-content {
		margin-top: 40px;
	}
	.ir-business__philosophy-title {
		font-size: 16px;
		line-height: 28px;
	}
	.ir-business__philosophy-title::after {
		width: 25px;
		margin-top: 4px;
	}
	.ir-business__philosophy-text {
		font-size: 18px;
		margin-top: 14px;
	}
	.ir-business__marketing-environment {
		padding-top: 110px;
	}
	.ir-business__marketing-environment-text {
		font-size: 13px;
		line-height: 28px;
	}
	.ir-business__business-overview {
		padding-top: 110px;
	}
	.ir-business__business-overview-text {
		font-size: 14px;
	}
	.service-diagram-item__number {
		font-size: 16px;
	}
	.service-diagram-item__service-name {
		font-size: 14px;
	}
	.item-service-content-box {
		display: block;
		padding: 11px 20px 0 22px;
	}
	.item-service-content-box__title-wrapper {
		display: block;
		width: 100%;
		padding: 7px 25px 15px 0;
	}
	.item-service-content-box__title {
		display: table-cell;
		vertical-align: middle;
	}
	.item-service-content-box__title-text {
		font-size: 17px;
		line-height: 25px;
	}
	.irServiceSubText {
		display: block;
		font-size: 12px;
		font-weight: 300px;
		color: #717fa5;
		margin: 3px 0 0;
		line-height: 18px;
		white-space: pre-line;
	}
	.item-service-content-box__text-wrapper {
		padding: 8px 7px 18px;
		border-top: 1px solid rgba(54, 64, 105, 0.2);
		border-left: none;
		overflow: hidden;
	}
	.item-service-content-box__text {
		font-size: 14px;
		line-height: 28px;
	}
	.ir-business__advantage {
		padding-top: 110px;
	}
	.ir-business__advantage-text {
		font-size: 14px;
		margin-top: 13px;
		line-height: 28px;
	}
	.advantage__title {
		font-size: 16px;
	}
	.advantage__text {
		font-size: 13px;
	}
	.ir-business__awards {
		padding-top: 110px;
	}
	.ir-business__awards-text {
		font-size: 13px;
		line-height: 28px;
	}
	.awards-timeline__row {
		position: relative;
		display: block;
	}
	.awards-timeline__content {
		width: calc(100% - 10px);
		padding: 0 0 14px 10px;
	}
	.awards-timeline__line {
		position: absolute;
		top: 0;
		left: 0;
	}
	.awards-timeline__year {
		width: 100%;
		min-width: auto;
		max-width: 100%;
		padding: 9px 16px 4px 2px;
		text-align: left;
	}
	.awards-timeline__text {
		font-size: 14px;
		line-height: 21px;
	}
	.awards-timeline__img {
		margin-top: 11px;
	}

	/* コーポレート・ガバナンス */
	.ir-governance__text {
		font-size: 14px;
		margin-top: 40px;
	}
	.ir-governance__explanation {
		margin: 20px 0 72px;
		line-height: 2;
	}
	.ir-governance__diagram {
		width: 106%;
		margin: 25px calc(-50vw + 50%) 80px 0;
		overflow: auto;
	}
	.ir-governance__report {
		margin: 18px 0;
	}
	.ir-governance__report a {
		font-size: 15px;
		line-height: 2.8;
	}
	.ir-governance__report-capacity {
		margin-left: 5px;;
	}

	/* FAQ */
	.irFaqText {
		font-size: 14px;
		padding-bottom: 16px;
	}

	/* 免責事項 */
	.irDisclaimerBox p {
		font-size: 14px;
		line-height: 2;
	}

	/* 電子公告 */
	.ir-notice__text {
		font-size: 14px;
		margin: 30px 0 24px;
	}
	.ir-notice-edinet {
		font-size: 14px;
	}
	.ir-notice-edinet__supplement {
		font-size: 14px;
		line-height: 2;
	}
	.ir-notice-edinet__code {
		margin: 28px 0 12px -8px;
	}

	/* プライバシーポリシー
	---------------------------------------------- */
	.privacyList li:not(:last-child) {
		margin-bottom: 24px;
	}

	/* 404
	---------------------------------------------- */
	#page404 h2 {
		font-size: 18px;
	}
	#page404 p {
		font-size: 15px;
	}
}

@media (max-width: 599px) {
	.site-header .is-transparent:not(.scrolling) .wp-block-navigation__container > .wp-block-navigation-item > a {
		width: calc(100% - 40px);
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a {
		padding: 4px 1em;
	}
}

@media (max-width: 480px) {
	/* 財務情報 (経営成績・財政状況) */
	.xj_chart_table td {
		padding: 6px 2px;
	}
}

@media (max-width: 400px) {

	/* IR下層ページ
	---------------------------------------------- */
	/* IRライブラリ */
	.ir .item-content-box {
		max-width: 330px;
		height: 226px;
		padding: 18px 20px;
	}
	.ir .item-content-box__title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.item-content-detail {
		right: 20px;
		bottom: 24px;
	}
}
@media (max-width: 374px) {
	#topContent h1 {
		font-size: 20px;
	}
}

/* spより大きいもの */
@media (min-width: 600px) {
	/* ヘッダー */
	.menuPcNone {
		display: none!important;
	}
}
@media (min-width: 769px) {
	.pcNone {
		display: none!important;
	}

	/* About */
	.ceoMessageTitle br {
		display: none;
	}
	.ceoMessageTitle mark:not(:first-child) {
		padding-left: 0;
	}
	.ceoMessageTitle mark:not(:last-child) {
		padding-right: 0;
	}

	/* リクルート */
	#recruitTopBox {
		position: absolute!important;
		display: flex;
		width: 45%;
		min-width: 710px;
		top: 50%;
		left: 0;
		padding: 107px 120px 110px 40px!important;
		transform: translateY(-50%);
	}
	#recruitTopBoxInner {
		display: inline-block;
		width: 100%;
	}

	/* recruit */
	#recruitTopContent h1 br {
		display: none;
	}

	/* 404
	---------------------------------------------- */
	#page404 h1 br {
		display: none;
	}

	/* recruitページ 2025/9/19～ 
	---------------------------------------------- */
	#recruitBlogWrap h2 br {
		display: none;
	}
}

/* 随時対応 */
@media (min-width: 769px) and (max-width: 1200px) {
	/* トップページ
	---------------------------------------------- */
	/* サービス */
	#serviceTop #serviceTopBox {
		padding-top: 300px;
	}
}

/* spより大きいもの */
@media (min-width: 1320px) {
	.wp-block-jetpack-cookie-consent .wp-block-jetpack-cookie-consent:not([role=document]).alignwide {
		padding: 1em 10vw!important;
	}
}