@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/**************追加CSS***************/

/*****公開時に非表示の項目(TOPバナー3項目・採用情報ページ)*****/
.d_none{
	display:none;
}

/***ヘッダー***/
#header .l-header__center{
	margin:15px 0;
}

/***メインビジュアル***/
.main_visual p{
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
.main_visual img{
	opacity:0.75;
}
.main_visual{
		background:#000;
}

/***h2タイトル***/
h2:not(.p-postList__title)::after {
  content: "";
  display: block;
  margin: 0.3em auto 0; /* 上に少し余白を入れて中央寄せ */
  width: 50px;
  height: 2px;
  background-color: #333;
}

/***TOP新着情報***/
.top_news hr{
	background-color:#cfcfcf;
}
.top_news ul li{
	margin:5px 0;
}

.top_news a{
	color:#333;
}
.top_news .wp-block-post-date a{
	text-decoration:none;
}

/****新着情報個別ページ****/
.p-entry__author,
.p-entry__related,
.p-entry__foot .c-postTerms{
	display:none;
}

/****問い合わせ送信後もどるボタン****/
.contact_thanks a{
	display:block;
	text-align:center;
	border:1px solid #333;
}
/****プライバシーポリシー****/
.post-387 h3{
	border-bottom:1px double #333;
	margin-top:30px;
}

/***会社概要***/
.bg-right-faint{
  position: relative;
  isolation: isolate;            /* レイヤーの干渉を防ぐ保険 */
  overflow: hidden;              /* はみ出し防止（必要なら） */
}

/* 中のテキストなどを前面に */
.bg-right-faint > *{
  position: relative;
  z-index: 1;
}

/* 右側にだけ薄い背景画像を敷く */
.bg-right-faint::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;                     /* 右半分だけに敷く（割合はお好みで） */
  background-image: url("/corp_test/wp-content/uploads/2025/09/logo_mc_rgb.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;      /* 画像の見え方（cover/contain/300pxなど調整可） */
  opacity: 0.12;                 /* 薄さ（0.08〜0.2あたりが無難） */
  pointer-events: none;
  z-index: 0;
}

/* スマホでは非表示に（必要な場合） */
@media (max-width: 768px){
  .bg-right-faint::after{ display: none; }
}


/***フッターの問い合わせを100%にする***/
/* 画面幅までフルブリード */
.u-full-bleed {
  max-width: none !important;
  width: auto;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* スクロールバー幅のズレを極小化 */
@supports (width: 100dvw) {
  .u-full-bleed {
    margin-left: calc(50% - 50dvw) !important;
    margin-right: calc(50% - 50dvw) !important;
  }
}

/* 中のメディアを伸ばす場合 */
.u-full-bleed > img,
.u-full-bleed > picture,
.u-full-bleed > video,
.u-full-bleed > iframe {
  display: block;
  width: 100%;
  height: auto;
}
/*ウィジェット上のpadding削除*/
.l-footer__widgets{
	padding-top:0;
}

/***フッターのお問い合わせ後ろメールアイコン***/
.footer_contact .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 30px;  /* アイコンの表示サイズ */
  height: 30px;
  margin-left: 0.5em; /* テキストとの間隔 */
  background: url("/hp/wp-content/uploads/2025/09/icon_mail.png") no-repeat center center;
  background-size: contain;
  vertical-align: -6px; 
}

/***フッターメニューを横並びに***/
.footer .menu {
  display: flex;              /* 横並び */
  justify-content: center;    /* 中央寄せ（必要に応じて left / right に変更） */
  gap: 2rem;                  /* 各メニュー間の余白 */
  list-style: none;           /* 点を消す */
  padding: 0;
  margin: 0;
}

.menu li {
  display: inline-block;      /* 念のため横並び */
}

.menu li a {
  text-decoration: none;      /* 下線消す */
  color: inherit;             /* 親要素の文字色に従う */
  padding: 0.5em 1em;         /* クリックしやすい余白 */
}

#footer .widget_nav_menu .menu,
#footer .widget_nav_menu .menu-item{
border:none!important;	
}

/*************コメント欄非表示******************/
.p-comments{
	display:none;
}



/******************sp表示**********************/
/* スマホ（最大幅767pxまで） */
@media (max-width: 767px) {
	.top_philosophy p{
		font-size:150%!important;
	}
	.top_news .wp-block-columns{
		--wp-column-gap:0.25rem;
	}





}




