@charset "utf-8";
/* CSS Document */

/*
===== base setting ==========================================
*/

html {
  font-size: 62.5%;
}
body {
 font-family: "Noto Sans Japanese";
	font-size:1.8rem;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 180%;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-width: 1200px;
	position: relative;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.serif{
 font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.sfpro{
 font-family: 'SF Pro Display', sans-serif;
 font-weight: 700;
 line-height: 1;
 letter-spacing: 0.05em;
}


body{overflow-x:hidden;}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width:100%;
    margin: 16px auto 16px;
}
img {border-style:none;}
li { list-style: none; }

.clear::after {
    content: " ";
    display: block;
    clear: both;
}

/*
===== writing setting ==========================================
*/
h1, h2, h3, h4, h5 {
    line-height: 1;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}

h1 small , h2 small , h3 small , h4 small , h5 small{
	font-size: 50%;
	color: #666;
}

.bread {
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 15px 30px 15px;
}
.bread ul li {
    display: inline;
}
.bread ul li+li::before {
    content: ' / ';
    margin: 0 5px;
    color: #999;
}

.post-type-projects .breadSection .breadcrumb{
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.post-type-projects .breadSection {
  position: relative;
  padding: 0px;
  border: none;
  margin-top: 105px;
}

.post-type-projects .breadSection .container {
  padding: 20px 50px;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  max-width: 100%;
  background-color: #eeeeee;
}

.post-type-projects .breadSection .container .row{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  color: black;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb.nobg {
  /* position: relative; */
  position: absolute;
  z-index: 1;
  padding-top: 125px;
  padding-inline: 50px;
  background: none;
}

.breadSection .breadcrumb li {
	line-height: 1.2;
	display: flex;
}

.breadSection .breadcrumb>li+li:before {
	content: "/";
    margin-left: .5em;
    margin-right: .5em;
    font-size: 12px;
	transform: translateY(-2px);
}

.breadSection .breadcrumb span {
	font-size: 12px;
	font-family: 游ゴシック,YuGothic,sans-serif;
}

.breadSection .breadcrumb a {
	padding-bottom: 2px;
	color: #666;
	height: inherit;
	display: flex;
	align-items: center;
}

.breadSection .breadcrumb.nobg a {
  color: #fff;
}

.fa.fa-home {
	display: none;
}

@media screen and (max-width: 840px) {
  .post-type-projects .breadSection .container .row{
    padding: 20px 50px;
  }
  .breadcrumb.nobg {
    padding-top: 75px;
    padding-inline: 0;
  }
}

@media screen and (max-width: 800px) {
  .post-type-projects .breadSection .container .row{
    padding: 20px;
  }
  .post-type-projects .breadSection {
    margin-top: 62px;
  }

  .post-type-projects .breadSection .row{
    margin: 0;
  }

  .post-type-projects .breadSection .container {
    padding: 0px 20px;
  }  
  .breadSection .breadcrumb span {
	font-size: 10px;
  }
}

@media screen and (max-width: 580px) {
  .post-type-projects .breadSection .container .row{
    padding: 20px 0px;
  }
  .breadcrumb.nobg {
    padding-inline: 20px !important;
  }
}


.post-type-projects .breadSection .row {
  justify-content:unset;
}

article p{margin: 15px 0 0 0;}
article p:first-child{
 margin: 0;
}

table{margin: 0;empty-cells: show;}


/*
===== module setting ==========================================
*/
.clear {clear:both;}

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#up a {
  background: #000;
  color: #fff;
  width: 30px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 100px;
}
#up a:hover {
  background: #555;
}

/*
===== icon setting ==========================================
*/
.fa::before{
 font-family: "Font Awesome 5 Pro";
 /*font-family: 'Font Awesome 5 Brands';*/
 font-weight: 900;
 content: ' \ ';
}






