/*フォント適用（デフォルトでは見出し系とグローバルナビ（サブメニュー除く）に明朝、その他にゴシックを当ててます）*/
body{
    /*font-family: "sans-serif";*/
	font-family: "FP-ヒラギノ角ゴ StdN W4" !important;
}
p b , p strong , .p-global-nav a:not(.p-global-nav .c-navbar__submenu a){
	font-family: "FP-ヒラギノ角ゴ StdN W5" !important;
}
h1 , h2 , h3 , h4 , h5 , h6 , .smb-section__title, p strong,.smb-items__item__title,a strong {
    /*font-family: serif;*/
	font-family: "FP-ヒラギノ角ゴ StdN W7" !important;
}
.strength_item_title , .strength_item_title b , .strength_item_title strong , .top_st_year_text , .top_st_year_text b , .top_st_year_text strong , .h-co-menu,.smb-accordion__item__title{
	font-family: "FP-ヒラギノ角ゴ StdN W7" !important;
}
.c-entry-summary__title{
	font-family: "FP-ヒラギノ角ゴ StdN W4" !important;
}
/*ヘッダーメニュー余白なくしてベタ付け*/
header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a){
    padding-top:0;
    padding-bottom: 0;
}
header.l-header .p-global-nav .c-navbar__item:last-child a{
    padding-right: 0;
}

@media screen and (min-width: 1024px){
    header.l-header .l-header__content .c-fluid-container{
        padding-right: 0;
    }
}

/*ページヘッダーの高さ調整*/
@media screen and (min-width: 1024px){
    .c-page-header[data-has-image=true]{
        max-height:250px;
    }
}
@media screen and (max-width: 1023px){
    .c-page-header[data-has-image=true]{
        max-height:150px;
    }
}
/*ハンバーガーボタン調整用*/
.c-hamburger-btn .c-hamburger-btn__bar{
    height:2px;
    background-color:#ccc !important;
}
.c-hamburger-btn__bar:nth-of-type(2){
    height:2.5px;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2){
    background-color:initial !important;
}
.c-hamburger-btn__label{
    color:#ccc;
}

/*グローバルナビのフォントサイズ可変化　 ※狭めのPC幅でメニューが詰まる件の対策になります。ブレイクポイントやテキストサイズはサイトに合わせて変更してください。
可変化したタイミングでグローバルナビのデフォルトのフォントサイズ（アプデで変わるかも）を超えないように設定してます。*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
    header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a) {
        font-size: min(1.1vw, 14.2222px);
    }
}

/*フッターメニュー用デフォルトスタイル*/
@media screen and (min-width: 1024px){
    footer.l-footer .widget_nav_menu ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }
    footer.l-footer .widget_nav_menu li{
        margin-top: 0;
    }
}
/*フッターsns用デフォルトスタイル*/
footer.l-footer .f_sns{
    max-width: 350px;
    margin-left:0;
}
/*フッターサイド余白消し*/
footer.l-footer .c-fluid-container{
    padding-left:0;
    padding-right:0;
}

/*フッター上下パディング消し*/
footer.l-footer .l-footer-widget-area{
    padding-top:0;
    padding-bottom:0;
}

/*フッターセクションごとにできるマージンボトム消し*/
footer.l-footer .l-footer-widget-area__item.c-row__col{
    margin-bottom:0;
}


/*コピーライト用デフォルトスタイル*/
footer.l-footer .c-copyright{
    background-color:#111;
    color:#4a4a4a;
    margin-top: 47px;
}

/*トップコンテンツ上下余白消し*/
.home .l-contents .c-section{
    padding-top:0;
    padding-bottom:0;
}
/*コンテンツの上下余白消し（投稿と投稿の一覧ページを除く）*/
.l-contents .l-contents__inner:not(.archive .l-contents .l-contents__inner , .single .l-contents .l-contents__inner){
    padding-top: 0;
    padding-bottom: 0;
}
/*投稿のコメント機能トラックバック機能削除*/
.p-comments , .p-trackbacks{
    display:none;
}

/*スマホ時の見出しサイズ統一*/
@media screen and (max-width: 639px){
    .smb-section__title , h2.wp-block-heading , h3.wp-block-heading , .smb-media-text__title{
        font-size:23px;
    }
}

/*共通*/
@media screen and (max-width: 1023px){
	section.smb-section h2.wp-block-heading , section.smb-section h2.wp-block-heading span , section.smb-section .smb-section__title span{
		font-size:25px !important;
	}
	section.smb-section h3.wp-block-heading span{
		font-size:20px !important;
	}	
}

/*ヘッダー*/
.l-1row-header__content{
    padding: 0;
}
.h-contents{
    display: flex;
}
.h-co-menu{
    width: 165px;
    padding: 35px 15px;
}
.h_coimg_div img{
    width: 100%;
    max-height: 41px;
}
.h_coimg_div{
    margin-bottom: 18px;
}
.h-co-menu p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.h-co-menu span{
    font-size: 12px;
}
.h-co-menu.recruit{
    background-color: #2da8bf;
}
.h-co-menu.recruit span{
    color: #84FFFF;
}
.h-co-menu.contact{
    background-color: #DD7217;
}
.h-co-menu.contact span{
    color:#FFE42F;
}
.h-co-menu a{
	transition:all 0.3s;
	text-decoration:none;
}
.h-co-menu a:hover{
	opacity:0.7;
}

.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
	row-gap:15px;
}
/* 先頭の電話ブロック */
.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar > .c-navbar__item:first-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* 先頭のリンク */
.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar > .c-navbar__item:first-child > a {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    padding: 0;
}

/* 画像サイズ調整 */
.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar > .c-navbar__item:first-child img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 2個目以降のメニュー */
.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar > .c-navbar__item:not(:first-child) {
    flex: 0 0 auto;
}

/* 下段メニューのリンク見た目 */
.p-global-nav:not(.p-drop-nav .p-global-nav) .c-navbar > .c-navbar__item:not(:first-child) > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    white-space: nowrap;
}
.p-global-nav .menu-item:nth-child(n+3) a:not(.p-drop-nav .menu-item a){
    border-left: 1px solid #CECECE;
}
.p-drop-nav{
	padding-top:20px;
	padding-bottom:20px;
}
.p-drop-nav .menu-item-266 , #drawer-nav .menu-item-266{
	display:none;
}
.p-drop-nav .menu-item-491{
	color:#fff;
	background-color:#42C0B0;
}
.p-drop-nav .menu-item-560{
	color:#fff;
	background-color:#dd7217;
}
.p-drop-nav .menu-item-491, .p-drop-nav .menu-item-560{
	min-width:165px;
	min-height: 48px;
}
.p-drop-nav .menu-item-491 a , .p-drop-nav .menu-item-560 a{
	padding-left:15px !important;
	padding-right:15px !important;
	transition:all 0.3s;
}
.p-drop-nav .menu-item-491 a:hover , .p-drop-nav .menu-item-560 a:hover{
	opacity:0.7;
	color:#fff !important;
}
.menu-item-491:not(.p-drop-nav .menu-item-491 , #drawer-nav .c-drawer__menu .menu-item-491) , .menu-item-560:not(.p-drop-nav .menu-item-560 , #drawer-nav .c-drawer__menu .menu-item-560){
	display:none;
}
@media screen and (min-width: 1024px){
	.c-site-branding__title{
		position:fixed;
		top:15px;
		z-index:100;
	}
	.c-site-branding__title .custom-logo{
		width: 175px !important;
	}
}
@media screen and (max-width: 1023px){
	.c-site-branding__title .custom-logo{
		width:15vw !important;
	}
}

/*フッター*/
.footer-section .c-container{
	/*background: rgba(255, 255, 255, 0.88);*/
}
.footer-section .smb-section-with-bgimage__bgimage{
	filter: blur(5px) brightness(0.9);
}
.footer-section .smb-box__body{
	max-width:800px;
	margin:0 auto;
}
.c-copyright{
	color:#fff !important;
}
@media screen and (max-width: 1023px){
	.footer_cta_title strong span{
		font-size:25px !important;
	}
	.c-copyright{
		font-size:12px !important;
		margin-top:28px !important;
	}
}

/*トップページ*/
.top_main_left .smb-btn-wrapper , .top_main_left .smb-btn , .top_main_btns{
    max-width: 440px;
}
.top_main_left .smb-btn-wrapper , .top_main_left .smb-btn{
    width: 100%;
}
.top_main_left_btn2{
    border-width: 2px;
}

@media screen and (max-width:39.9375em) {
.wp-block-columns.top-main-fv {
    flex-direction: column-reverse;
    margin-top: -30px;
}
}

.top_supporting_tex , .top_textureBack{
    position: absolute;
    margin:0;
	z-index:2;
}
.top_textureBack{
    margin: 0;
    bottom:-200px;
    z-index: -1;
}
.top_supporting_tex{
    margin: 0;
    right: 0;
    bottom: -62px;
}
.three_businesses_items h3.wp-block-heading{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.top_st_year_share{
    font-size: 68px;
    font-weight: bold;
    margin-top: 0 !important;
}
.top_st_year_2{
    font-size: 32px;
    font-weight: bold;
}
.top_strength_explan , .top_st_year{
    margin-top: 0 !important;
}
.top_strength_items .smb-items__item__body{
    line-height: 1.5;
}
.top_textureBack2{
    position: absolute;
    left: 0;
    width: 100%;
    top: -65px;
}

.top_strength_items .smb-items__item{
    background-color: rgba(255,255,255,0.8);
}
.recruit_text_Groupe h3{
	margin-bottom:0 !important;
}
.recruit_text_Groupe p{
	margin-top:11px !important;
}
.newsColumn .c-meta__item--published{
		font-size:16px;
	}
.newsColumn .c-entry-summary__body{
	display:flex;
	flex-direction:column-reverse;
}
.newsColumn .c-entries{
	border-top:none;
}
.newsColumn .c-entries__item{
	border-bottom:2px dotted #dcdcdc;
}
.top_about_company {
  position: relative;
}

.top_about_company::after {
  content: "";
  position: absolute;

  
  top: 50%;
  right: 35px;
  transform: translateY(-50%);

  
  width: 100px; 
  height: 100px; 
  background-image: url("https://procsdemo3.net/yamaburu/wp-content/uploads/2026/04/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  /*pointer-events: none; */
}

@media screen and (min-width: 1024px){
	.top_main_left_gr{
		width: max-content;
	}
	.top_main_left_btn2 a , .top_main_left_btn a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top_use_ict{
		margin-left:5px !important;
		margin-right:5px !important;
	}
	.top_use_ict .top_ict_groupe1{
		margin-left:100px !important;
	}
	.top_use_ict.alignfull{
		margin-top:-280px !important;
	}
	.top_work_items{
		/*max-width: 660px;*/
    	/*margin-left: 0 !important;*/
	}
	.recruit_colum_r {
	  position: sticky;
	  top: 93px;
	  width:50vw;
	}
	.newsColumn{
		border-left:1px solid #d6d6d6;
	}
	.c-site-branding__title{
		padding: 15px;
		left: 0;
		background-color: #fff;
		top: 0;
	}
}
@media screen and (max-width: 1023px){
	.top_main_btns .smb-btn span , .btns_default1 .smb-btn span{
		font-size:16px !important;
	}
	.top_main_btns .smb-btn , .btns_default1 .smb-btn{
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	.btns_default1 .smb-btn{
		width:100% !important;
	}
	.btns_default1 .smb-btn-wrapper{
		flex-basis:100% !important;
	}
	
	.top_main_btns{
		gap:15px !important;
	}
	.three_businesses_items .wp-block-heading img{
		width:15px !important;
	}
	.top_strength_column{
		gap:0 !important;
	}
	.top_strength_column p{
		text-align:left;
	}
	.strength_item_title span{
		font-size:20px !important;
	}
	.top_st_year_share{
		font-size:50px !important;
	}
	.top_st_year_2{
		font-size:25px !important;
	}
	.top_use_ict{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.top_use_ict_title1 span:nth-child(1){
		font-size:22px !important;
	}
	.top_use_ict_title1 span:last-child{
		font-size:42px !important;
	}
	.top_recruit_title1 , .top_recruit_title2{
		margin-bottom:10px !important;
	}
	.top_work_items .smb-items__item__body{
		padding:10px !important;
	}
	.top_work_items .c-row__col{
		padding-left:3px !important;
		padding-right:3px !important;
	}
	.top_work_items img{
		max-width:58% !important;
		margin:0 auto !important;
	}
	.top_work_items figure{
		margin-bottom:10px !important;
	}
	.top_work_items p span{
		font-size:14px !important;
	}
	.top_about_company{
		padding-left:20px !important;
		padding-right:20px !important;
		min-height:135px !important;
	}
	.top_about_company p{
		line-height:1.0;
	}
	.top_about_company p span:first-child{
		font-size:23px !important;
	}
	.top_about_company p span:last-child{
		font-size:18px !important;
	}
	.top_about_company::after{
		width:60px !important;
		height:60px !important;
	}
	.newsColumn{
		padding-left:0 !important;
	}
	.top_news_title{
		margin-bottom:0 !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px){
	.newsColumn{
		margin-top:0 !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1350px){
	.top_main_slideColumn{
		flex-basis:50% !important;
	}
	.top_supporting_tex{
		max-width:70vw;
		margin-bottom:-45px !important;
	}
	.top_strength_items .c-row{
		--_item-width: 50%;
	}
}

/* 子ページ */
body:not(.home) .c-page-header {
    background: url(https://procsdemo3.net/yamaburu/wp-content/uploads/2026/05/yamaburu-title-bg.svg);
    color: #fff;
    background-size: cover;
    border-top: 0px solid #fff;
}

h1.c-page-header__title {
    text-shadow: 0 0 13px #1f9384;
    letter-spacing: 2px;
}


.p-entry-content>h2, .textwidget>h2 {
    background: none !important;
    padding-left: 23px !important;
    border-left: 3px solid #42c1b0 !important;
}