#page-monitor {
  width: 80%;
  margin: 0 auto 50px;
  padding-top: 250px;
  height: 250px;
  position: relative;
}

.page_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #333;
  font-size: 12px;
}

.breadcrumb h1 {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: #333;
}

.h1_title {
  padding-top: 50px;
  text-align: center;
  color: #333;
  line-height: 1;
  font-family: "Poppins", "Noto Sans JP", system-ui;
}

.h1_title .jp {
  display: block;
  color: #333;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-bottom: 15px;
  /* padding-left: 30px; */
}

.h1_title .en {
  display: block;
  color: #bf904e;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 767px) {
  #page-monitor {
    width: 100%;
    margin: 0 auto ;
    padding-top: 150px;
    height: 250px;
  }

  .h1_title {
    padding-top: 25px;
  }

  .h1_title .jp {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    padding-left: 0;
  }

  .h1_title .en {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
}



/* -----------------------------------
ベース設定　
 ----------------------------------- */
.page_ineer {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}

.page_ineer h2 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page_ineer h2 {
    margin: 0 auto;
    text-align: center;
  }
}

.page_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 100px;
}

.page_txt,
.page_img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .page_flex {
    display: block;
    gap: 30px;
  }

  .page_txt,
  .page_img {
    width: 100%;
  }

  .page_ineer {
    width: 95%;
    margin: 0 auto;
    padding: 5%;
  }
}

/* -----------------------------------
ベース設定　
 ----------------------------------- */
.container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.contents-wrap {
  width: 100%;
  position: relative;
}

.contents-wrap h3 {
  margin: 25px auto 5px;
  font-weight: bold;
  font-size: 1.8rem;
  font-style: italic;
  color: #ffe200;
}

.contents-wrap .text span {
  color: #ffe200;
}

.contents-wrap .title {
  margin-bottom: 5px;
  padding-top: 15px;
  border-bottom: double 5px #ffe200;
  display: inline-block;
}

.contents-wrap .title:first-letter {
  color: #ffe200;
  padding-right: 5px;
}

.contents-wrap .txt-img {
  text-align: center;
  margin: 15px auto;
}

.heading1 {
  text-align: left;
  color: #002e15;
  margin-bottom: 30px;
  position: relative;
}


.heading1 .en {
  font-size: 2rem;
  line-height: 1em;
  text-orientation: sideways;
  text-wrap: nowrap;
  font-size: 18px;
  padding-left: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 0;
}

.heading1 .jp {
  display: block;
  font-size: 3rem;
  line-height: 1.6em;
  font-weight: 700;
  color: #002e15;
  font-style: italic;
}


.heading1 .en::before {
  content: "";
  display: block;
  width: 10rem;
  height: 8px;
  pointer-events: none;
  background: #333;
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 10%;
  }

  .container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-top: 10%;
    display: block;
    /* flex-direction: column-reverse; */
  }

  .container-wrap .container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    padding-top: 10%;
    display: block;
    /* flex-direction: column-reverse; */
  }

  .images-wrap {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .heading1 {
    padding-left: 0px;
    text-align: left;
  }

  .text-first {
    padding-left: 50px;
  }

  .heading1 .en {
    top: -4rem;
    left: 0;
    font-size: 1.4rem;
    line-height: 1em;
  }

  .heading1::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.3rem;
    height: 10rem;
    top: 25%;
    left: 1.5%;
  }

  .contents-wrap h3 {
    text-align: center;
  }

  .images-wrap img {
    width: 100%;
    height: 250px;
  }
}


/* -----------------------------------
   投稿一覧(archive / index)
  ----------------------------------- */
.archive_ineer {
  width: 65%;
  margin: 0 auto;
}


.archive_blog a:hover {
  opacity: 0.5;
}

.archive_blog {
  border-top: solid 1px #ffe200;
  border-bottom: solid 1px #ffe200;
}

.archive_blog:first-child {
  border-top: none;
}

.archive_blog:last-child {
  border-top: none;
}

.archive_img {}

.archive_img img {
  border-radius: 0;
}

.archive_txt {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  white-space: nowrap
}

.archive_txt h3 {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  width: 55%;
  overflow: hidden;
}

.archive_txt img {
  width: 20px;
  height: 20px;
}

.archive_txt a,
.archive_txt .date,
.post-categories li a {
  color: #5A4E3F;
}

.archive_txt .date {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.archive_txt .txt {
  display: block;
  font-size: 1.5rem;
}

.archive ul {
  display: table;
}

.archive li {
  margin-bottom: 5px;
  text-align: left;
}


.wp-block-table td {
  width: 50%;
}

.wp-block-columns {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  .page_txt,
  .page_img {
    width: 100%;
  }

  .page_ineer {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
  }

  .post-categories {
    /* display: none; */
  }

  .archive_blog {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: dotted 1px #5A4E3F;
    margin-bottom: 0px;
  }

  .archive_ineer {
    width: 90%;
  }

  .archive_img {
    width: 100%;
  }

  .archive_txt {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
  }

  .archive_txt .date {
    display: block;
    font-size: 1.0rem;
    width: 100%;
  }

  .archive_txt .title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }

  .archive_txt h3 {
    width: 80%;
    font-size: 1.4rem;
  }
}

.page_single {
  width: 65%;
  margin: 0 auto;
}

.page_title {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.page_title .date {
  display: inline-block;
  font-size: 1.2rem;
  background: #ffe200;
  color: #fff;
  padding: 5px 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.blog-detail__body {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page_single {
    width: 90%;
    margin: 0 auto;
  }
}

.wp-block-heading,
.wp-block-image {
  margin: 30px auto;
}