@media screen and (max-width: 767px) {
  body {
    /*
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
      sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
      "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
      "Noto Sans JP", sans-serif !important;
      */
  }
}

.area-flex-container {
  color: #262628 !important;
}

.wp-general {
  border-top: 8px solid #358500;
  padding: 20px 0 50px 0;
}

.hero-cmn-inner {
  background-color: rgba(220, 49, 15, 0.5);
}

.bredcrumbs {
  margin-bottom: 50px;
}

.bredcrumbs a {
  color: #5d615b;
}

.bredcrumbs span:nth-child(2) {
  margin: 0 10px;
}

.bredcrumbs span:last-child {
  color: #358500;
}

.page-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #262628;
  line-height: 1;
}

.page-title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url(".././images/rose_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.wp-general > h2 {
  box-shadow: none;
}
.archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.archive-single {
  width: calc((100% - 40px) / 3); /* 3列にするための幅を設定 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  justify-content: flex-start;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 3px 20px -5px rgba(0, 0, 0, 0.08),
    0px 5px 40px -10px rgba(0, 0, 0, 0.08);
}

.archive-single .wrap {
  width: 100%;
}

.archive-single::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #358500;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.archive-single.new::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #83af66;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .archive-single {
    width: calc((100% - 20px) / 2); /* 3列にするための幅を設定 */
  }
  .page-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .archive-single {
    width: 100%;
    margin-bottom: 20px;
  }
}
.archive-thumbnail {
  width: 100%;
  aspect-ratio: 3 / 2; /* 縦横比を3:2に設定 */
  overflow: hidden;
  position: relative;
}
.archive-thumbnail:hover {
  opacity: 0.8; /* ホバー時の透明度を変更 */
}
.archive-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をコンテナに収める */
  position: absolute;
  top: 0;
  left: 0;
}
.archive-single .archive-thumbnail img {
  transition: transform 0.3s ease; /* ズームアップのアニメーションを設定 */
}

.archive-single:hover .archive-thumbnail img {
  transform: scale(1.1); /* 画像を1.1倍に拡大 */
}
.archive-content {
  width: 100%;
  min-height: 75px; /* 最小の高さを設定 */
  position: relative;
}
.archive-content .news-ico {
  display: inline-block;
  background-color: #358500; /* 緑色の背景 */
  color: #fff; /* テキストを白色に */
  padding: 5px 10px; /* 内側の余白を設定 */
  position: absolute; /* 擬似要素を配置するために必要 */
  margin-bottom: 10px; /* 下に余白を追加 */
  left: 0;
  top: -14px;
  min-width: 120px;
}
.archive-content .news-ico a {
  color: #fff;
  background-color: #358500;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.archive-content .news-ico a::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: 20px solid #358500;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
  font-size: 12px;
}

.archive-content .news-archive-title {
  display: block;
  min-height: 60px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 18px;
}

.archive-content .news-archive-title a {
  color: #5d615b;
}

.archive-single time {
  display: block;
  font-size: 14px;
  color: #358500;
  padding: 0px 20px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.archive-single time::before {
  content: ""; /* 空のコンテンツを作成 */
  display: inline-block; /* インライン要素として表示 */
  width: 16px; /* アイコンの幅 */
  height: 16px; /* アイコンの高さ */
  margin-right: 8px; /* アイコンとテキストの間に余白を追加 */
  background-image: url(".././images/clock_icon.svg"); /* アイコン画像を指定 */
  background-repeat: no-repeat; /* アイコンを繰り返さない */
  background-size: contain; /* アイコンを要素内に収める */
  vertical-align: middle; /* テキストとアイコンを縦方向に中央揃え */
}

.archive-thumbnail.no-thumbnail {
  background-color: #ccc;
  width: 100%;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.archive-single .link {
  display: block;
  text-decoration: none;
}

.archive-single .archive-content .link {
  padding: 30px 20px 40px 20px;
  color: #232328;
}

.container {
  padding: 0 58px 40px;
}
@media screen and (max-width: 1919px) {
  .contaner {
    padding: 0 28px 40px;
  }
}
@media screen and (max-width: 1279px) {
  .container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 16px;
    padding: 0 10px 14px;
  }
  .archive-content .news-archive-title {
    min-height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    margin-bottom: 16px;
    padding: 0 10px 14px;
  }
  .archive-content .news-archive-title {
    min-height: 45px;
    font-size: 14px;
  }
}

.fureai-top-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 104px;
  width: 68px;
  z-index: 999;
}

.fureai-top-btn:hover {
  opacity: 0.8;
}

.fureai-top-btn img {
  width: 100%;
}

#search-area {
  display: none;
}

@media screen and (max-width: 767px) {
  .archive-content .news-ico a {
    font-size: 12px;
  }
  .archive-content .news-archive-title {
    font-size: 14px;
  }
  #search-area {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .hero-cmn.is-floating .hero-cmn-inner {
    position: static !important;
  }
}
