@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	archive
------------------------------------------------------ */
body:not(:has(.widget-area)) main {
  padding-bottom: 100px;
}

main:has(.post-col) {
  padding: 100px 0;
}

main:has(.news-list) {
  padding: 100px 0;
}

.news-list {
  max-width: 930px;
  margin: 70px auto 0;
  border-top: 1px solid #c1c1c1;
  font-size: 13px;
  line-height: 1.5;
}
.news-list .list-item {
  border-bottom: 1px solid #c1c1c1;
}
.news-list .list-item a {
  display: flex;
  padding: 22px 25px;
}
.news-list .list-item .time {
  display: block;
  width: 125px;
  color: rgba(48, 48, 48, 0.5);
  font-size: 11px;
}
.news-list .list-item .title {
  width: calc(100% - 125px);
}

.cat-title {
  padding-bottom: 60px;
  text-align: center;
}
.cat-title .title {
  margin-bottom: 40px;
  line-height: 1;
}
.cat-title .tag {
  margin: 30px 0 0;
  color: #7f7f7f;
  text-align: center;
}

.post-col {
  padding: 40px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  justify-content: flex-start;
  gap: 64px 32px;
}
.post-col .col-item {
  width: calc(33.33% - 22px);
}
.post-col .col-item .eyecatch {
  margin-bottom: 10px;
}
.post-col .col-item .eyecatch img {
  aspect-ratio: 238/316;
  width: 100%;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.post-col .col-item .title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.post-col .col-item .time {
  display: block;
  margin-top: 5px;
  color: rgba(48, 48, 48, 0.4);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}
.post-col .col-item .description {
  margin: 10px 0 0;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.7;
}
.post-col + .news-col {
  margin-top: -1px;
}

.widget-area {
  margin-top: 135px;
  padding: 135px 0;
}
.widget-area .news-col {
  padding: 40px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  justify-content: flex-start;
  gap: 0 12px;
}
.widget-area .news-col .col-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 12px);
  text-align: center;
}
.widget-area .news-col .col-title .title {
  margin-bottom: 30px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
}
.widget-area .news-col .col-title .tag {
  margin: 50px 0 0;
  color: #7f7f7f;
  text-align: center;
}
.widget-area .news-col .col-item {
  width: calc(25% - 12px);
}
.widget-area .news-col .col-item .eyecatch {
  margin-bottom: 10px;
}
.widget-area .news-col .col-item .eyecatch img {
  aspect-ratio: 238/316;
  width: 100%;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.widget-area .news-col .col-item .title {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}
.widget-area .news-col .col-item .time {
  display: block;
  margin-top: 5px;
  color: rgba(48, 48, 48, 0.4);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}
.widget-area .news-col .col-item .description {
  margin: 10px 0 0;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.7;
}
.widget-area .news-col + .news-col {
  margin-top: -1px;
}
.widget-area .news-btn {
  margin-top: 20px;
  text-align: right;
}

.page_navi {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.page_navi .page_num {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
.page_navi .current {
  min-width: 23px;
  padding: 3px 3px 4px 5px;
  display: inline-block;
  margin-right: 4px;
  background: #325c3b;
  border: 1px solid #325c3b;
  color: #fff;
  opacity: 1;
}
.page_navi a {
  display: inline-block;
  min-width: 23px;
  margin-right: 4px;
  padding: 3px 5px 4px 6px;
  background: #fff;
  border: 1px solid #325c3b;
}
.page_navi .page-numbers.dots {
  margin-right: 3px;
}
.page_navi .prev,
.page_navi .next {
  position: relative;
  padding: 3px 6px 3px;
  background: none;
  border: none;
}
.page_navi .prev:after,
.page_navi .next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 12px;
  height: 13px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
.page_navi .prev:hover,
.page_navi .next:hover {
  opacity: 0.7;
}
.page_navi .prev {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
}
.page_navi .prev:after {
  left: 0;
  transform: scale(-1, 1);
}
.page_navi .next {
  position: relative;
  margin-left: 10px;
  padding-right: 20px;
}
.page_navi .pnext {
  position: relative;
  margin: 0;
  padding: 3px 6px 3px;
  background: #325c3b;
  color: #fff;
  text-align: center;
}
.page_navi .pnext:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 22px;
  height: 12px;
  background: url(../img/news/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
.page_navi .pnext:before {
  width: 14px;
}
.page_navi .pnext:hover {
  opacity: 0.7;
}
.page_navi .pnext.left {
  float: left;
  padding-left: 40px;
  text-align: left;
}
.page_navi .pnext.left:before {
  right: auto;
  left: 8px;
}
.page_navi .pnext.left:after {
  position: absolute;
  left: 8px;
  transform: scale(-1, 1);
}
.page_navi .pnext.top {
  max-width: 100%;
  padding: 3px 24px 4px;
  background: #7f6c68;
  border-color: #7f6c68;
  color: #fff;
}
.page_navi .pnext.top:before, .page_navi .pnext.top:after {
  content: none;
}
.page_navi .pnext.right {
  float: right;
  padding-right: 40px;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .cat-title {
    padding-bottom: 40px;
  }
  .cat-title .title {
    margin-bottom: 30px;
  }
  .cat-title .title img {
    width: 100px;
    height: auto;
  }
  .cat-title .tag {
    margin: 30px 0 0;
  }
  .post-col {
    padding: 0;
    justify-content: flex-start;
    gap: 0;
  }
  .post-col .col-item {
    width: 50%;
    margin-bottom: -1px;
    padding-right: 6px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .post-col .col-item:nth-of-type(even) {
    padding-right: 0;
    padding-left: 6px;
  }
  .post-col .col-item:nth-of-type(1), .post-col .col-item:nth-of-type(2) {
    border-top: none;
  }
  .post-col .col-item a {
    display: block;
    padding: 35px 0;
  }
  .post-col .col-item .eyecatch {
    margin-bottom: 10px;
  }
  .post-col .col-item .title {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .post-col .col-item .time {
    margin-top: 5px;
    font-size: 10px;
  }
  .post-col + .post-col {
    border-top: none;
  }
  .widget-area {
    padding: 100px 0 60px;
  }
  .widget-area .news-col {
    padding: 0;
    justify-content: flex-start;
    gap: 0;
  }
  .widget-area .news-col .col-title {
    width: 50%;
    margin-bottom: -1px;
    padding: 35px 6px 35px 0;
    text-align: center;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    font-size: 13px;
    line-height: 1.7;
  }
  .widget-area .news-col .col-title p {
    line-height: 1.7;
  }
  .widget-area .news-col .col-title .title {
    margin-bottom: 20px;
    line-height: 1;
  }
  .widget-area .news-col .col-title .title img {
    max-width: 48%;
    height: auto;
  }
  .widget-area .news-col .col-title .tag {
    margin: 50px 0 0;
    color: #7f7f7f;
    font-size: 14px;
    text-align: center;
  }
  .widget-area .news-col .col-item {
    width: 50%;
    margin-bottom: -1px;
    padding-right: 6px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .widget-area .news-col .col-item:nth-of-type(even) {
    padding-right: 0;
    padding-left: 6px;
  }
  .widget-area .news-col .col-item a {
    display: block;
    padding: 35px 0;
  }
  .widget-area .news-col .col-item .eyecatch {
    margin-bottom: 10px;
  }
  .widget-area .news-col .col-item .title {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
  }
  .widget-area .news-col .col-item .time {
    margin-top: 5px;
    font-size: 10px;
  }
  .widget-area .news-col + .news-col {
    border-top: none;
  }
  .widget-area .news-btn {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
.mainvisual {
  max-width: 1000px;
  margin: 0 auto;
}
.mainvisual:not(:has(img)) {
  padding-top: 100px;
}
.mainvisual img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1000/624;
  object-fit: cover;
}

.entry-meta {
  margin-top: 12px;
  justify-content: flex-start;
}
.entry-meta .time {
  width: 70px;
  margin-top: 7px;
  color: rgba(48, 48, 48, 0.5);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
.entry-meta .category-list {
  width: calc(100% - 70px);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.1;
  justify-content: flex-start;
}
.entry-meta .category-list li {
  margin-right: 8px;
  padding: 5px 10px;
  background: #eff2f0;
  color: #325c3b;
  border-radius: 100vmax;
}

.entry-title {
  margin: 50px 0 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.entry-content {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 16px;
  text-align: left;
  word-wrap: break-word;
}

@media screen and (max-width: 810px) {
  .mainvisual img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .entry-header {
    padding: 0 10px;
  }
  .entry-meta {
    margin-top: 15px;
    padding: 0 10px;
  }
  .entry-title {
    margin-top: 45px;
    font-size: 21px;
  }
  .entry-content {
    margin-top: 20px;
    padding: 0 10px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry-content {
  line-height: 2;
  /* gutenberg */
}
.entry-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}
.entry-content a {
  color: #325c3b;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content div {
  margin: 28px 0;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content strong span {
  font-weight: bold;
}
.entry-content em {
  font-style: normal;
  opacity: 0.5;
}
.entry-content blockquote {
  display: block;
  width: max-content;
  max-width: 100%;
  -webkit-margin-before: 50px;
  -webkit-margin-after: 50px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  padding: 20px 30px;
  background: #e6ebe7;
  border-radius: 10px;
}
.entry-content figcaption {
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.entry-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry-content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-center:has(em) {
  font-size: 12px;
}
.entry-content .has-text-align-right {
  text-align: right;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry-content h1 {
  margin: 2em auto 20px;
  padding: 0;
  color: #325c3b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
.entry-content h2 {
  position: relative;
  max-width: 100%;
  margin: 80px auto 20px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
.entry-content h3 {
  margin: 60px auto 30px;
  padding: 20px 0;
  border-top: 2px solid #325c3b;
  border-bottom: 1px dashed #325c3b;
  color: #325c3b;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
.entry-content h4 {
  margin: 60px auto 20px;
  padding-left: 10px;
  border-left: 3px solid #325c3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.entry-content h5 {
  margin: 60px auto 20px;
  color: #325c3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.entry-content h6 {
  margin: 60px auto 20px;
  font-size: 15px;
  font-weight: 500;
}
.entry-content table {
  margin: 1em 0;
}
.entry-content table th,
.entry-content table td {
  padding: 22px 20px 20px;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  line-height: 2.1;
  letter-spacing: 0;
}
.entry-content table p {
  margin: 0;
}
.entry-content ul {
  margin: 30px 0;
  list-style: none;
}
.entry-content ul li {
  position: relative;
  margin-top: 5px;
}
.entry-content ul li::before {
  content: "・";
}
.entry-content ol {
  margin: 30px 0;
  list-style: none;
  counter-reset: listnum;
}
.entry-content ol li {
  position: relative;
  margin-top: 8px;
}
.entry-content ol li::before {
  padding-right: 5px;
  counter-increment: listnum;
  content: counter(listnum);
}
.entry-content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry-content code,
.entry-content kbd,
.entry-content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry-content sub,
.entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sub {
  bottom: -0.25em;
}
.entry-content sup {
  top: -0.5em;
}
.entry-content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry-content progress {
  vertical-align: baseline;
}
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content mark,
.entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content big {
  font-size: 125%;
}
.entry-content details {
  display: block;
}
.entry-content summary {
  display: list-item;
}
.entry-content template {
  display: none;
}
.entry-content dfn,
.entry-content cite,
.entry-content i {
  font-style: italic;
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
.entry-content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry-content .wp-caption-text {
  text-align: center;
}
.entry-content .gallery {
  margin-bottom: 1.5em;
}
.entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-caption {
  display: block;
}
.entry-content .wp-block-gallery {
  padding-left: 0;
  list-style: none;
}
.entry-content .wp-block-gallery li {
  list-style: none;
}
.entry-content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 810px) {
  .entry-content div {
    margin: 15px 0;
  }
  .entry-content h2 {
    margin-top: 50px;
    font-size: 18px;
  }
}