@charset "UTF-8";
/* CSS Document */
/*-------------------------
  初期設定
--------------------------*/
* {
  --wp--preset--font-size--x-large: 30px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--small: 14px;
  --wp--preset--spacing--20: 20px!important;
  --wp--preset--spacing--30: 35px!important;
  --wp--preset--spacing--40: 60px!important;
  --wp--preset--spacing--50: 75px!important;
  --wp--preset--spacing--60: 90px!important;
  --wp--preset--spacing--70: 105px!important;
  --wp--preset--spacing--80: 120px!important;
}

@media (max-width: 600px) {
  * {
    --wp--preset--font-size--x-large: 26px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--medium: 17px;
    --wp--preset--font-size--small: 12px;
    --wp--preset--spacing--30: 25px !important;
    --wp--preset--spacing--40: 50px !important;
    --wp--preset--spacing--50: 65px !important;
    --wp--preset--spacing--60: 80px !important;
    --wp--preset--spacing--70: 95px !important;
    --wp--preset--spacing--80: 110px !important;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0;
}

mark {
  font-style: normal;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.wp-block-button {
  margin-bottom: 1rem !important;
}
.wp-block-button a {
  text-decoration: none !important;
}

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

.wp-block-gallery {
  margin-bottom: 30px !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*----------------------------------
archive
----------------------------------*/
/*-- cat-list --*/
.sec_archive .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .sec_archive .cat_list {
    margin-bottom: 40px;
  }
}
.sec_archive .cat_list li {
  white-space: nowrap;
  color: #00794a;
}
.sec_archive .cat_list li:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.sec_archive .blog_list {
  margin-left: -3.2%;
}
@media (max-width: 840px) {
  .sec_archive .blog_list {
    margin-left: -4.2%;
  }
}
.sec_archive .blog_list li {
  width: 30.133%;
  margin-left: 3.2%;
  margin-bottom: 3.2%;
}
@media (max-width: 840px) {
  .sec_archive .blog_list li {
    width: 45.8%;
    margin-left: 4.2%;
    margin-bottom: 4.2%;
  }
}
@media (max-width: 600px) {
  .sec_archive .blog_list li {
    margin-bottom: 5%;
  }
}
.sec_archive .blog_list .wp_error_message {
  margin-left: 3.2%;
}
@media (max-width: 840px) {
  .sec_archive .blog_list .wp_error_message {
    margin-left: 4.2%;
  }
}

/*----------------------------------
Page Navi
----------------------------------*/
.nav-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.nav-links li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 45px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 600px) {
  .nav-links li > * {
    height: 40px;
  }
}

.nav-links li > *:not(.dots) {
  width: 45px;
  color: #333;
  background: #efefef;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (max-width: 600px) {
  .nav-links li > *:not(.dots) {
    width: 40px;
  }
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #009365;
}

/*----------------------------------
Single
----------------------------------*/
.blog_single_head {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .blog_single_head {
    margin-bottom: 50px;
  }
}
.blog_single_head .bar {
  color: #009365;
  border-bottom: 1px solid #009365;
  font-weight: 600;
  padding: 0 5px 5px 0;
  margin-bottom: 20px;
}
.blog_single_head .cat {
  margin-top: 20px;
  color: #009365;
}
.blog_single_head .date {
  color: #4d4d4d;
  margin-top: 10px;
  color: #009365;
}

/*-- 本文 --*/
.sec_single article hr,
.sec_page article hr {
  background-color: #808080;
  display: block;
  border: 0;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.sec_single article h2, .sec_single article h3, .sec_single article h4, .sec_single article h5,
.sec_page article h2,
.sec_page article h3,
.sec_page article h4,
.sec_page article h5 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 700;
}
.sec_single article h2,
.sec_page article h2 {
  display: block;
  font-size: 2.6rem;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.sec_single article h2:first-child,
.sec_page article h2:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .sec_single article h2,
  .sec_page article h2 {
    font-size: 2.2rem;
  }
}
.sec_single article h3,
.sec_page article h3 {
  font-size: 2.4rem;
  border-left: 2px solid #333;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .sec_single article h3,
  .sec_page article h3 {
    font-size: 2rem;
  }
}
.sec_single article h4,
.sec_page article h4 {
  font-size: 2rem;
  margin-top: 36px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec_single article h4,
  .sec_page article h4 {
    font-size: 1.8rem;
  }
}
.sec_single article h5,
.sec_page article h5 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec_single article h5,
  .sec_page article h5 {
    font-size: 1.7rem;
  }
}
.sec_single article h6,
.sec_page article h6 {
  font-size: 1.7rem;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .sec_single article h6,
  .sec_page article h6 {
    font-size: 1.6rem;
  }
}
.sec_single article p,
.sec_page article p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.sec_single article p a,
.sec_page article p a {
  text-decoration: underline;
  word-wrap: break-word;
}
.sec_single article .wp-block-list,
.sec_page article .wp-block-list {
  margin-left: 2.2rem;
  margin-bottom: 1.2rem;
}
.sec_single article .wp-block-list li,
.sec_page article .wp-block-list li {
  list-style: inherit !important;
  line-height: 1.6;
}
.sec_single article .wp-block-list li:not(:last-of-type),
.sec_page article .wp-block-list li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

/* 前後 */
.post_single_navigation {
  overflow: hidden;
  padding: 0 0;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
  margin-top: 60px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .post_single_navigation {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.post_single_navigation a {
  height: 38px;
  line-height: 38px;
  color: #00794a;
}
.post_single_navigation a:hover {
  background-color: #eff9ed;
}
.post_single_navigation .prev a {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 22px;
}
.post_single_navigation .next a {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 22px;
}

.post_single_navigation .prev a::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post_single_navigation .next a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}