@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-40px);
    /* 上に20px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #282828;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle2 {
  0% {
    color: #282828;
    transform: translateY(20px);
  }
  40% {
    color: #282828;
    transform: translateY(-20px);
  }
  60% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle3 {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #FFF;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
main#container section {
  width: 100%;
}
main#container section#hero {
  width: 100%;
  padding: 160px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
main#container section#hero:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#hero .inner {
  width: 100%;
  position: relative;
}
main#container section#hero .inner .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 72px 0;
}
main#container section#hero .inner .title .titleslider {
  width: 100%;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 24rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: auto;
}
main#container section#hero .inner .title .intitle {
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#hero .inner .title .intitle h2 {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title .intitle .breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
main#container section#hero .inner .title .intitle .breadcrumb a {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
main#container section#hero .inner .title .intitle .breadcrumb a:hover {
  color: #225a02;
}
main#container section#hero .inner .title .intitle .breadcrumb span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title > figure {
  display: none;
}
main#container section#hero .inner figure {
  width: 27.5%;
  position: absolute;
  top: calc(50% - 14.85vw);
  right: 14.444%;
  z-index: 1;
}
main#container section#contents {
  width: calc(100% - 160px);
  padding-bottom: 24px;
  margin: 0 auto;
}
main#container section#contents:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents.on .inner {
  opacity: 1;
}
main#container section#contents .inner {
  width: 100%;
  padding: 80px 0 0 0;
  border-top: solid 1px #ede7de;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main#container section#contents .inner .posts {
  width: calc(100% - 160px);
  margin: 0 auto;
}
main#container section#contents .inner .posts:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .posts ul.category {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
main#container section#contents .inner .posts ul.category:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .posts ul.category > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
main#container section#contents .inner .posts ul.category > li.active a {
  color: #FFF;
  background-color: #2e7b03;
}
main#container section#contents .inner .posts ul.category > li a {
  color: #2e7b03;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 16px;
  border: solid 1px #2e7b03;
  border-radius: 4px;
  display: inline-block;
}
main#container section#contents .inner .posts ul.category > li ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
main#container section#contents .inner .posts ul.category > li ul:not(:last-child) {
  margin-bottom: 0px;
}
main#container section#contents .inner .posts .pwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#contents .inner .posts .pwrap .post {
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
}
main#container section#contents .inner .posts .pwrap .post a {
  width: 100%;
  padding: 40px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  position: relative;
}
main#container section#contents .inner .posts .pwrap .post a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #2e7b03;
  background-image: url(../../common/images/arrow_link_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 20px);
  right: 32px;
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .posts .pwrap .post a:hover::after {
  animation: moveArrow 0.35s ease-in-out 1 0s;
  background-color: #225a02;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
main#container section#contents .inner .posts .pwrap .post a:hover .tt p {
  color: #2e7b03;
}
main#container section#contents .inner .posts .pwrap .post a dl {
  width: 13%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
main#container section#contents .inner .posts .pwrap .post a dl dt {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .posts .pwrap .post a dl dd ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main#container section#contents .inner .posts .pwrap .post a dl dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main#container section#contents .inner .posts .pwrap .post a dl dd ul li span {
  color: #FFF;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #282828;
}
main#container section#contents .inner .posts .pwrap .post a .tt {
  text-align: left;
  width: calc(87% - 40px);
}
main#container section#contents .inner .posts .pwrap .post a .tt p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section#contents .inner .detail .catch {
  width: 40.625%;
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .detail .catch figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
main#container section#contents .inner .detail .catch figure:not(:last-child) {
  margin-bottom: 24px;
}
main#container section#contents .inner .detail .catch dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
main#container section#contents .inner .detail .catch dl:not(:last-child) {
  margin-bottom: 16px;
}
main#container section#contents .inner .detail .catch dl dt {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .detail .catch dl dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
main#container section#contents .inner .detail .catch dl dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main#container section#contents .inner .detail .catch dl dd ul li span {
  color: #FFF;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #282828;
}
main#container section#contents .inner .detail .catch .tt {
  text-align: left;
}
main#container section#contents .inner .detail .catch .tt:not(:last-child) {
  margin-bottom: 120px;
}
main#container section#contents .inner .detail .catch .tt p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .detail .catch .btn {
  width: calc(100% - 128px);
  margin: 0 auto;
}
main#container section#contents .inner .detail .catch .btn a {
  width: 100%;
  height: 56px;
  background-color: #ede7de;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .detail .catch .btn a:hover {
  background-color: #282828;
}
main#container section#contents .inner .detail .catch .btn a:hover span {
  color: #FFF;
}
main#container section#contents .inner .detail .catch .btn a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_link_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 8px;
}
main#container section#contents .inner .detail .catch .btn a span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .detail .post {
  text-align: left;
  width: calc(59.375% - 80px);
}
main#container section#contents .inner .detail .post .inpost {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .detail .post .inpost:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .detail .post .inpost .para {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .detail .post .inpost .para:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .detail .post .inpost .para h5 {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .detail .post .inpost .para h5:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .detail .post .inpost .para figure {
  width: 100%;
}
main#container section#contents .inner .detail .post .inpost .para figure:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .detail .post .inpost .para .text {
  width: 100%;
}
main#container section#contents .inner .detail .post .inpost .para .text:not(:last-child) {
  margin-bottom: 40px;
}
main#container section#contents .inner .detail .post .inpost .para .text p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .detail .post .inpost .para .text p:not(:last-child) {
  margin-bottom: 24px;
}
main#container section#contents .inner .detail .post .inpost .para .text p a {
  color: #2e7b03;
  text-decoration: underline;
}
main#container section#contents .inner .detail .post .inpost .para .text p a:hover {
  color: #225a02;
}
main#container section#contents .inner .detail .post .inpost .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 120px;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn {
  position: relative;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn.prev a::before {
  transform: rotate(180deg);
}
main#container section#contents .inner .detail .post .inpost .buttons .btn.prev a:hover::before {
  animation: moveArrow2 0.35s ease-in-out 1 0s;
}
@keyframes moveArrow2 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }
  40% {
    transform: translateX(-8px) rotate(180deg);
  }
  100% {
    transform: translateX(0px) rotate(180deg);
  }
}
main#container section#contents .inner .detail .post .inpost .buttons .btn.next a::before {
  order: 2;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn.next a:hover::before {
  animation: moveArrow 0.35s ease-in-out 1 0s;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
main#container section#contents .inner .detail .post .inpost .buttons .btn.next a span {
  order: 1;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn > a {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn > a:hover {
  color: #225a02;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn > a:hover::before {
  background-color: #225a02;
}
main#container section#contents .inner .detail .post .inpost .buttons .btn > a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #2e7b03;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_link_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
}
main#container section#contents .inner .detail .post .inpost .toindex {
  display: none;
}
main#container section#contents .inner .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
main#container section#contents .inner .wp-pagenavi > a {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .wp-pagenavi > a.previouspostslink {
  transform: rotate(180deg);
}
main#container section#contents .inner .wp-pagenavi > a.previouspostslink, main#container section#contents .inner .wp-pagenavi > a.nextpostslink {
  width: 40px;
  height: 40px;
  background-color: #2e7b03;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_link_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
main#container section#contents .inner .wp-pagenavi > span {
  color: #2e7b03;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .wp-pagenavi > span.pages {
  display: none;
}
main#container section#contents .inner .wp-pagenavi .btn {
  width: 40px;
  position: relative;
}
main#container section#contents .inner .wp-pagenavi .btn.prev {
  transform: rotate(180deg);
}
main#container section#contents .inner .wp-pagenavi .btn > span {
  width: 100%;
  height: 40px;
  background-color: #ede7de;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_link_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container .link {
  width: 388px;
  margin: 0 auto;
}
main#container .link a {
  width: 100%;
  height: 56px;
  background-color: #2e7b03;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#container .link a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f9f6f2;
  background-image: url(../../common/images/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 20px);
  right: 8px;
}
main#container .link a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main#container section {
    width: 100%;
  }
  main#container section#hero {
    padding: 80px 0 0 0;
  }
  main#container section#hero:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#hero .inner {
    width: 100%;
    position: relative;
  }
  main#container section#hero .inner .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 10.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#hero .inner .title .intitle h2 {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  main#container section#hero .inner .title .intitle .breadcrumb a {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title > figure {
    width: 60%;
    margin: -54px 0 40px 0;
    position: relative;
    display: block;
    z-index: 2;
    top: auto;
    right: -14px;
  }
  main#container section#hero .inner > figure {
    display: none;
  }
  main#container section#contents {
    width: calc(100% - 32px);
    padding-bottom: 16px;
    margin: 0 auto;
  }
  main#container section#contents:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner {
    padding: 40px 0 0 0;
  }
  main#container section#contents .inner .posts {
    width: 100%;
  }
  main#container section#contents .inner .posts:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .posts ul.category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  main#container section#contents .inner .posts ul.category:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .posts ul.category > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  main#container section#contents .inner .posts ul.category > li.active a {
    color: #FFF;
    background-color: #2e7b03;
  }
  main#container section#contents .inner .posts ul.category > li a {
    color: #2e7b03;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 16px 24px;
  }
  main#container section#contents .inner .posts ul.category > li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  main#container section#contents .inner .posts ul.category > li ul:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container section#contents .inner .posts .pwrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .posts .pwrap .post a {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .posts .pwrap .post a::after {
    border-radius: 4px;
    top: calc(100% - 40px - 16px);
    right: 16px;
  }
  main#container section#contents .inner .posts .pwrap .post a dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  main#container section#contents .inner .posts .pwrap .post a dl dt {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .posts .pwrap .post a dl dd ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section#contents .inner .posts .pwrap .post a dl dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main#container section#contents .inner .posts .pwrap .post a dl dd ul li span {
    color: #FFF;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
  }
  main#container section#contents .inner .posts .pwrap .post a .tt {
    text-align: left;
    width: 100%;
  }
  main#container section#contents .inner .posts .pwrap .post a .tt p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .detail {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .detail .catch {
    width: 100%;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .detail .catch:not(:last-child) {
    margin-bottom: 48px;
  }
  main#container section#contents .inner .detail .catch figure {
    width: 100%;
  }
  main#container section#contents .inner .detail .catch figure:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .catch dl {
    gap: 0 8px;
  }
  main#container section#contents .inner .detail .catch dl:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container section#contents .inner .detail .catch dl dt {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .detail .catch dl dd ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  main#container section#contents .inner .detail .catch dl dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main#container section#contents .inner .detail .catch dl dd ul li span {
    color: #FFF;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
  }
  main#container section#contents .inner .detail .catch .tt {
    text-align: left;
  }
  main#container section#contents .inner .detail .catch .tt:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container section#contents .inner .detail .catch .tt p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .detail .catch .btn {
    width: calc(100% - 128px);
    margin: 0 auto;
    display: none;
  }
  main#container section#contents .inner .detail .catch .btn a {
    width: 100%;
    height: 56px;
    background-color: #ede7de;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in 0s;
  }
  main#container section#contents .inner .detail .catch .btn a:hover {
    background-color: #282828;
  }
  main#container section#contents .inner .detail .catch .btn a:hover span {
    color: #FFF;
  }
  main#container section#contents .inner .detail .catch .btn a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_link_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 8px;
  }
  main#container section#contents .inner .detail .catch .btn a span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  main#container section#contents .inner .detail .post {
    text-align: left;
    width: 100%;
  }
  main#container section#contents .inner .detail .post .inpost {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .detail .post .inpost:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .detail .post .inpost .para {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .detail .post .inpost .para:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .post .inpost .para h5 {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .detail .post .inpost .para h5:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .post .inpost .para figure {
    width: 100%;
  }
  main#container section#contents .inner .detail .post .inpost .para figure:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .post .inpost .para .text {
    width: 100%;
  }
  main#container section#contents .inner .detail .post .inpost .para .text:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .post .inpost .para .text p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .detail .post .inpost .para .text p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container section#contents .inner .detail .post .inpost .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  main#container section#contents .inner .detail .post .inpost .buttons:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn {
    position: relative;
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn.prev a::before {
    transform: rotate(180deg);
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn.next a::before {
    order: 2;
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn.next a span {
    order: 1;
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn > a {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  main#container section#contents .inner .detail .post .inpost .buttons .btn > a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #2e7b03;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main#container section#contents .inner .detail .post .inpost .toindex {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main#container section#contents .inner .detail .post .inpost .toindex a {
    width: 100%;
    height: 64px;
    background-color: #ede7de;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in 0s;
  }
  main#container section#contents .inner .detail .post .inpost .toindex a:hover {
    background-color: #282828;
  }
  main#container section#contents .inner .detail .post .inpost .toindex a:hover span {
    color: #FFF;
  }
  main#container section#contents .inner .detail .post .inpost .toindex a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_link_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 8px;
  }
  main#container section#contents .inner .detail .post .inpost .toindex a span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  main#container section#contents .inner .wp-pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
  }
  main#container section#contents .inner .wp-pagenavi > a {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .wp-pagenavi > a.previouspostslink {
    transform: rotate(180deg);
  }
  main#container section#contents .inner .wp-pagenavi > a.previouspostslink, main#container section#contents .inner .wp-pagenavi > a.nextpostslink {
    width: 40px;
    height: 40px;
    background-color: #2e7b03;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
  }
  main#container section#contents .inner .wp-pagenavi > span {
    color: #2e7b03;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .wp-pagenavi > span.pages {
    display: none;
  }
  main#container section#contents .inner .wp-pagenavi .btn {
    width: 40px;
    position: relative;
  }
  main#container section#contents .inner .wp-pagenavi .btn.prev {
    transform: rotate(180deg);
  }
  main#container section#contents .inner .wp-pagenavi .btn > span {
    width: 100%;
    height: 40px;
    background-color: #ede7de;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_link_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 7px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main#container .link {
    width: 388px;
    margin: 0 auto;
  }
  main#container .link a {
    width: 100%;
    height: 56px;
    background-color: #2e7b03;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main#container .link a::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f9f6f2;
    background-image: url(../../common/images/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 8px;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 20px);
    right: 8px;
  }
  main#container .link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_news.css.map */
