/* breadcrumb */
/* line 6, sass/partial/_topic-path.scss */
.breadcrumb {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  background-color: #f4f4f4;
  /* line 24, sass/style.scss */
}

/* line 12, sass/partial/_topic-path.scss */
.breadcrumb .inner {
  display: flex;
  align-items: center;
}

/* line 17, sass/partial/_topic-path.scss */
.breadcrumb span {
  color: #888888;
}

/* line 21, sass/partial/_topic-path.scss */
.breadcrumb .home {
  display: flex;
  align-items: center;
}

/* line 25, sass/partial/_topic-path.scss */
.breadcrumb .home svg {
  margin-right: 0.3em;
  color: #0c5cc3;
}

/* line 31, sass/partial/_topic-path.scss */
.breadcrumb a {
  color: #000;
  transition: 0.3s;
}

/* line 34, sass/partial/_topic-path.scss */
.breadcrumb a span {
  color: #000;
}

@media (min-width: 1150px) {
  /* line 41, sass/partial/_topic-path.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #0c5cc3;
  }
  /* line 45, sass/partial/_topic-path.scss */
  .breadcrumb a:hover span {
    color: #0c5cc3;
  }
}

/* line 52, sass/partial/_topic-path.scss */
.breadcrumb .next {
  margin: 0 0.5em;
}

/* line 57, sass/partial/_topic-path.scss */
.breadcrumb svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
}

/* line 3, sass/partial/_single-common.scss */
.header {
  background-color: #FFF;
}

/* line 6, sass/partial/_single-common.scss */
.header .wrap {
  padding: 20px 60px;
}

/* line 12, sass/partial/_single-common.scss */
.header.change ~ .page_hero {
  margin-top: 176px;
}

/* line 15, sass/partial/_single-common.scss */
.page_hero {
  position: relative;
  padding: 7.2vw 0;
  margin-top: 120px;
}

/* line 20, sass/partial/_single-common.scss */
.page_hero .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 27, sass/partial/_single-common.scss */
.page_hero .figure .hasbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 36, sass/partial/_single-common.scss */
.page_hero .figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* line 48, sass/partial/_single-common.scss */
.page_hero h2 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 18px;
}

/* line 55, sass/partial/_single-common.scss */
.page_hero h2 .en {
  font-size: 3em;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
}

/* line 64, sass/partial/_single-common.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

/* line 71, sass/partial/_single-common.scss */
.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

/* line 78, sass/partial/_single-common.scss */
.hasbg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* line 8, sass/single.scss */
.bl_page_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

/* line 16, sass/single.scss */
.entry-content .posts_time {
  text-align: right;
}

/* line 20, sass/single.scss */
.entry-content .el_single_eyecatch {
  margin: 20px 0 30px;
}

/* line 23, sass/single.scss */
.entry-content .el_single_eyecatch img {
  display: block;
  margin: 0 auto;
}

/* line 29, sass/single.scss */
.entry-content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
}
