@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/jid5chq.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);
  }
}
section {
  width: 100%;
}
section > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section > h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #009d96;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  border-radius: 40px;
  display: block;
}
section > h3 span {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .btn {
  width: 25%;
  margin: 0 auto;
}
section .btn a {
  width: 100%;
  height: 56px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section .btn a:hover {
  background-color: #009d96;
}
section .btn a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#news {
  width: 100%;
  background-color: #FFF;
  padding-top: 202px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#news .title {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section#news .title:not(:last-child) {
  margin-bottom: 80px;
}
section#news .title h3 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#news .title p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner {
  width: calc(100% - 240px);
}
section#news .inner .posts {
  width: 100%;
}
section#news .inner .posts:not(:last-child) {
  margin-bottom: 40px;
}
section#news .inner .posts ul.category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
section#news .inner .posts ul.category:not(:last-child) {
  margin-bottom: 40px;
}
section#news .inner .posts ul.category li.active a {
  background-color: #009d96;
}
section#news .inner .posts ul.category li:hover a {
  background-color: #05a365;
}
section#news .inner .posts ul.category li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .posts .pwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
section#news .inner .posts .pwrap .post {
  width: 100%;
  background-color: #ECE7E0;
  border-radius: 8px;
}
section#news .inner .posts .pwrap .post a {
  width: 100%;
  padding: 24px 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  position: relative;
}
section#news .inner .posts .pwrap .post a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url(../../common/images/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 15px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 20px);
  right: 16px;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .posts .pwrap .post a:hover::after {
  background-color: #05a365;
}
section#news .inner .posts .pwrap .post a:hover .tt p {
  color: #05a365;
  text-decoration: underline;
}
section#news .inner .posts .pwrap .post a dl {
  width: 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#news .inner .posts .pwrap .post a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .posts .pwrap .post a dl dd ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#news .inner .posts .pwrap .post a dl dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#news .inner .posts .pwrap .post a dl dd ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #000;
}
section#news .inner .posts .pwrap .post a .tt {
  text-align: left;
  width: calc(85% - 40px);
}
section#news .inner .posts .pwrap .post a .tt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
section#news .inner .detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#news .inner .detail .catch {
  width: 35%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
  position: sticky;
  top: 86px;
}
section#news .inner .detail .catch .tt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .detail .catch figure {
  width: 100%;
}
section#news .inner .detail .catch dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#news .inner .detail .catch dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .detail .catch dl dd ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
section#news .inner .detail .catch dl dd ul li:hover a {
  background-color: #05a365;
}
section#news .inner .detail .catch dl dd ul li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #009d96;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .detail .catch .btn {
  width: 100%;
}
section#news .inner .detail .catch .btn a {
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .detail .catch .btn a:hover {
  background-color: #05a365;
}
section#news .inner .detail .catch .btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../common/images/icon_list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#news .inner .detail .catch .btn a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .detail .post {
  width: calc(65% - 40px);
}
section#news .inner .detail .post .inpost {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
}
section#news .inner .detail .post .inpost .para {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#news .inner .detail .post .inpost .para h5 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .detail .post .inpost .para .text {
  color: #000;
  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";
}
section#news .inner .detail .post .inpost .buttons {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 80px;
}
section#news .inner .detail .post .inpost .buttons > div {
  width: calc(50% - 40px);
}
section#news .inner .detail .post .inpost .buttons > div:hover a {
  background-color: #05a365;
}
section#news .inner .detail .post .inpost .buttons > div a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .detail .post .inpost .toindex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
section#news .inner .detail .post .inpost .toindex a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#news .inner .detail .post .inpost .toindex a:hover::before {
  background-color: #05a365;
}
section#news .inner .detail .post .inpost .toindex a:hover span {
  color: #05a365;
}
section#news .inner .detail .post .inpost .toindex a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  clip-path: polygon(50% 0, 50% 30%, 100% 30%, 100% 70%, 50% 70%, 49% 100%, 0% 50%);
  display: block;
  transition: all 0.25s ease-in 0s;
}
section#news .inner .detail .post .inpost .toindex a span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
section#news .inner .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
section#news .inner .wp-pagenavi > a {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .wp-pagenavi > a.previouspostslink {
  transform: rotate(180deg);
}
section#news .inner .wp-pagenavi > a.previouspostslink, section#news .inner .wp-pagenavi > a.nextpostslink {
  width: 40px;
  height: 40px;
  background-color: #009d96;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
section#news .inner .wp-pagenavi > span {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#news .inner .wp-pagenavi > span.pages {
  display: none;
}
section#news .inner .wp-pagenavi .btn {
  width: 40px;
  position: relative;
}
section#news .inner .wp-pagenavi .btn.prev {
  transform: rotate(180deg);
}
section#news .inner .wp-pagenavi .btn > span {
  width: 100%;
  height: 40px;
  background-color: #d2ef3a;
  border-radius: 4px;
  background-image: url(../../common/images/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  section > h3::before {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #009d96;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    border-radius: 40px;
    display: block;
  }
  section > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section .btn {
    width: 25%;
    margin: 0 auto;
  }
  section .btn a {
    width: 100%;
    height: 56px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section .btn a:hover {
    background-color: #009d96;
  }
  section .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section#news .title {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    padding: 24px 0;
  }
  section#news .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#news .title h3 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#news .title p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner {
    width: calc(100% - 32px);
  }
  section#news .inner .posts:not(:last-child) {
    margin-bottom: 40px;
  }
  section#news .inner .posts ul.category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  section#news .inner .posts ul.category:not(:last-child) {
    margin-bottom: 24px;
  }
  section#news .inner .posts ul.category li:hover a {
    background-color: #000;
  }
  section#news .inner .posts ul.category li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 8px;
  }
  section#news .inner .posts .pwrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#news .inner .posts .pwrap .post {
    border-radius: 4px;
  }
  section#news .inner .posts .pwrap .post a {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#news .inner .posts .pwrap .post a::after {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
    top: calc(100% - 24px - 16px);
    right: 16px;
  }
  section#news .inner .posts .pwrap .post a:hover::after {
    background-color: #4E4E4E;
  }
  section#news .inner .posts .pwrap .post a:hover .tt p {
    color: #4E4E4E;
    text-decoration: underline;
  }
  section#news .inner .posts .pwrap .post a dl {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px 0;
  }
  section#news .inner .posts .pwrap .post a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: right;
    order: 2;
  }
  section#news .inner .posts .pwrap .post a dl dd {
    order: 1;
  }
  section#news .inner .posts .pwrap .post a dl dd ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#news .inner .posts .pwrap .post a dl dd ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#news .inner .posts .pwrap .post a dl dd ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
  }
  section#news .inner .posts .pwrap .post a .tt {
    text-align: left;
    width: calc(100% - 24px);
  }
  section#news .inner .posts .pwrap .post a .tt p {
    color: #000;
    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";
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .detail {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#news .inner .detail .catch {
    width: 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
    position: sticky;
    top: 86px;
  }
  section#news .inner .detail .catch .tt p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .detail .catch figure {
    width: 100%;
  }
  section#news .inner .detail .catch dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#news .inner .detail .catch dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .detail .catch dl dd ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  section#news .inner .detail .catch dl dd ul li:hover a {
    background-color: #05a365;
  }
  section#news .inner .detail .catch dl dd ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #009d96;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .detail .catch .btn {
    width: 100%;
  }
  section#news .inner .detail .catch .btn a {
    width: 100%;
    height: 40px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .detail .catch .btn a:hover {
    background-color: #05a365;
  }
  section#news .inner .detail .catch .btn a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../../common/images/icon_list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section#news .inner .detail .catch .btn a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .detail .post {
    width: calc(65% - 40px);
  }
  section#news .inner .detail .post .inpost {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  section#news .inner .detail .post .inpost .para {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#news .inner .detail .post .inpost .para h5 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .detail .post .inpost .para .text {
    color: #000;
    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";
  }
  section#news .inner .detail .post .inpost .buttons {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 80px;
  }
  section#news .inner .detail .post .inpost .buttons > div {
    width: calc(50% - 40px);
  }
  section#news .inner .detail .post .inpost .buttons > div:hover a {
    background-color: #05a365;
  }
  section#news .inner .detail .post .inpost .buttons > div a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 40px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .detail .post .inpost .toindex {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  section#news .inner .detail .post .inpost .toindex a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#news .inner .detail .post .inpost .toindex a:hover::before {
    background-color: #05a365;
  }
  section#news .inner .detail .post .inpost .toindex a:hover span {
    color: #05a365;
  }
  section#news .inner .detail .post .inpost .toindex a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #000;
    clip-path: polygon(50% 0, 50% 30%, 100% 30%, 100% 70%, 50% 70%, 49% 100%, 0% 50%);
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .detail .post .inpost .toindex a span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.25s ease-in 0s;
  }
  section#news .inner .wp-pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
  }
  section#news .inner .wp-pagenavi > a {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .wp-pagenavi > a.previouspostslink {
    transform: rotate(180deg);
  }
  section#news .inner .wp-pagenavi > a.previouspostslink, section#news .inner .wp-pagenavi > a.nextpostslink {
    width: 40px;
    height: 40px;
    background-color: #009d96;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 14px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
  }
  section#news .inner .wp-pagenavi > span {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#news .inner .wp-pagenavi > span.pages {
    display: none;
  }
  section#news .inner .wp-pagenavi .btn {
    width: 40px;
    position: relative;
  }
  section#news .inner .wp-pagenavi .btn.prev {
    transform: rotate(180deg);
  }
  section#news .inner .wp-pagenavi .btn > span {
    width: 100%;
    height: 40px;
    background-color: #d2ef3a;
    border-radius: 4px;
    background-image: url(../../common/images/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 14px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
}

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