@charset "UTF-8";
/* 
	Template: fukasawa
*/
/* -------------------------------------------------------------------------------- */
/*	全体の設定
/* -------------------------------------------------------------------------------- */
body {
  font-size: 14px;
}

ul{
  list-style: none;
  margin-left:0;
}

figure{
  margin: 0;
}


.pc_none{/*SP・TABで表示*/
  display:none;
}
.tab-pc_none{/*PCで表示*/
  display:none;
}

a img {
  transition: filter 0.3s ease;
}

a img:hover {
  filter: brightness(90%);
}


@media ( max-width: 1000px ) { /*tab*/
  .pc_none{/*SP・TABで表示*/
    display:block;
  }
  .tab_none{/*SP・PCで表示*/
    display:none;
  }
  .tab-sp_none{/*PCで表示*/
    display: none;
  }
  .tab-pc_none{/*SPで表示*/
    display: none;
  }
}

/*SP非表示*/
@media ( max-width: 600px ) { /*sp*/
  .pc_none{/*SP・TABで表示*/
    display:block;
  }
  .sp_none{/*PC・TABで表示*/
    display: none;
  }
  .tab-sp_none{/*PCで表示*/
    display: none;
  }
}


.has-small-font-size {
  --wp--preset--font-size--small: 14px; /* ここで希望のサイズに変更 */
}

.sidebar {
  height: 100svh;
  margin-top: 30px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  line-height: 2;
  position: fixed;
  padding: 40px;
  padding-top: 0;
  z-index: 999;
  width: 150px;
  /*background: pink;*/
}


ul.sub-menu{
  line-height: 140;
}

.blog-logo img{
  width: 120px;
  height: 100%;
  
  box-sizing: border-box;
}

@media ( max-width: 1000px ) {

    /*ハンバーガーメニュー表示*/
    .sidebar{
      width: 100%;
      height: 5svh;
      margin-top: 0;
      margin: 0;
      padding: 0;
      padding-inline:5%;
      border-right: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      z-index: 999999;
      background: none !important;
      border-bottom:none !important;
  }

/*PC版のロゴ*/
  h1.bl_logoWrap{
    width: auto;
    margin-block:0;
    margin-inline: 0;
    display: none;
  }
  h1.bl_logoWrap img{
    /*background: pink;*/
    width: auto;
      height: 100%;
      max-height: 3.5vh;
  }
  
 

  .mobile-menu{
    margin-top: 0;
  }
  .mobile-navigation{
    background-color: rgba(246, 246, 246,0.95);
    color: #282828;
    text-align: center;
    position: fixed;
    z-index: 99998;
    width: 100%;
    height: 100svh;
    top: 0;
  }

  .content.home{
    margin-top: 5svh;
    padding-top:40px;
  }

  .nav-toggle{
    /*padding:15px;*/
    /*margin-right: -20px;*/
    mix-blend-mode: overlay;
    position: fixed;
    top:0;
    right: 14px;
    padding:14px;
    padding-top: 19px;
    /*background: pink;*/
  }
  
  /*ハンバーガーメニューの位置を調整*/
  .nav-toggle .bars {
    width: 30px;
    margin-top: 0 !important;
  }
  .nav-toggle .bar{
    width: 30px;
    height: 1px;
  }

  .nav-toggle.active{
    background: none !important; 
    background-color: none !important; 
  }
  .nav-toggle.active .bar{
    background-color: #767676;
  }

  .nav-toggle.active .bar:nth-child(1){
    transform:rotate( -60deg );

  }
  .nav-toggle .bar:nth-child(2){
    top:5px !important;
  }

}

.sidebar:before {
  background: none;
}

.credits {
  display: none;
}


.wrapper{
  margin-left: 150px;
  /*background: lightcyan;*/
}

@media (max-width: 1000px) {
  .wrapper{
    margin-left: auto;
  }
}

.main-menu:before {
  display: none;
}


/*背景の白を削除*/
.post.single{
  background: none;
}


.content.thin{
  margin-top: 30px;
}


.post-content figure.el_img_full img{
  width: 100%;
  height: auto;

}

.main-menu .current-menu-item:before,
.main-menu .current_page_item:before {
	content: '';
  width:5px;
  height: 5px;
  border-radius: 10px;
	display: block;
	background: #fff;
	position: absolute;
	top: calc(50% - 2.5px );
	left: -0.8em;
}  

@media ( max-width: 1000px ) { /*tab*/

  .mobile-menu{
    padding:20% 10%;
  }

  .main-menu .current-menu-item:before,
  .main-menu .current_page_item:before {
    content: '';
    width:5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    background: #282828;
    position: absolute;
    top: calc(50% - 2.5px );
    left: -0.8em;
  }
  .mobile-menu > .current-menu-item > a, .mobile-menu > .current_page_item > a{
    color: #282828;
  }

  .mobile-menu .current-menu-item:before, .mobile-menu .current_page_item:before{
    content: '';
    width:5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    background: #282828;
    position: absolute;
    top: calc(50% - 2.5px );
    left: -0.8em;
  }


}


.main-menu .current-menu-item > a,
.main-menu .current_page_item > a { color: #fff; }

.main-menu a:hover{
  color: #000; 
}

.main-menu li a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 10px;
  display: none;
  background: #000; 
  position: absolute;
  top: calc(50% - 2.5px);
  left: -0.9em;
  opacity: 0; /* 初期状態では透明 */
  transition: all 0.3s ease-out !important /* トランジション効果を追加 */
}

.main-menu li:hover a::before {
  display: block;
  opacity: 1; /* ホバー時は不透明 */
}


/* Block Editor Font Sizes ------------------- */

.post-content .has-small-font-size { font-size: .857em; }/*12px*/
.post-content .has-regular-font-size,
.post-content .has-normal-font-size { font-size: .857em; }/*12px*/

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
	line-height: 1.5;
  font-size: 1em;/*14px*/
}

.post-content .has-large-font-size { font-size: 1em; }/*14px*/
.post-content .has-larger-font-size { font-size: 1.143em; }/*16px*/

/* -------------------------------------------------------------------------------- */
/*	5. Post Archive
/* -------------------------------------------------------------------------------- */

/* Archive Header ---------------------------- */

.page-title {
	color: #666;
	padding: 0;
}
.search-no-results .page-title { 
	padding-bottom: 0; 
}

.archive-title,
.archive-description {
	margin-left: 0;
}

.archive-title {
	border-bottom: none;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 0;
}

/* Posts Grid -------------------------------- */

.posts { 
	overflow: visible !important; 
	position: relative;
	transition: opacity .15s linear;
}

.posts .post-container { 
	overflow: hidden;
	padding: 10px;
	width: 33.33333%;
}

.js .post-container {
	opacity: 0;
}

.archive .posts .post-container > div {
	width: 100%;
	background: none;
	position: relative;
}


/* Post Header */

.posts .featured-media + .post-header { margin-top: 16px; }

.posts .post-title {
	font-size: 1.25em;
	font-weight: normal;
	color: #333;
	word-break: break-word;
	-ms-word-break: break-word;
}


/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */

.post-inner{
	width:1200px;
	max-width: 100%;
  margin: 0;
  padding: 0;
  /*background: pink;*/
}
.content.home{
  padding: 0 10px;
}


.content {
	width: 1200px;
	max-width: 86%;
	margin: 30px auto 50px;
  /*background: lightblue;*/
}

.content.thin { 
	width: 1200px;
  max-width: 86%;
	margin: 30px auto 50px;
  /*background: lightyellow;*/
}

@media (max-width: 1000px) {
  .content,
  .content.home,
  body .content.thin{
    margin-top: 6svh;
    width: 100%;
    padding-top: 1em;
    /*background: yellow;*/
    max-width:95%;
    margin-inline:auto;
  }

  .content.bl_newsDetail{
    padding-top: 0em;
  }

  body.page .content.home{
    /*margin-top: calc(5svh + 2em);*/
    margin-top: 0 !important;
  }

  .bl_caseNote,
  dl.bl_caseDetail{
    width: 100%;
  }

  .editor-styles-wrapper, .entry-content{
    padding: 0;
  }

  .bl_projectList{
    display: none;
  }

  .bl_projectList.bl_projectList_Child{
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding-block:1em;
    width: 100%;
    position: absolute;
    top: calc(8svh + 12px);
    left: 0;
    font-size: 11px;
    margin-top: 36px;
  }
  .project-template-default .bl_projectList.bl_projectList_Child{
    top: calc(8svh + 12px);
  }

  
  .bl_NavprojectList{
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding: 2em auto;
  }
}


  .editor-styles-wrapper, .entry-content{
    padding: 0 10px;
  }

  @media (max-width: 600px) {

  .post.single .post-inner{
    padding-top:0.5em;
  }
  body.page .content.thin{
    max-width: 95%;
    margin-inline: auto;
    margin-top: 6svh;
  }
}

.project-title{
  font-size: 12px;
  font-weight: 700;
  color: #282828;
  padding-inline: 14px;
}