@charset "UTF-8";
.wrap {
  overflow-x: clip;
}

.article {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-block:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block > * {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.article-block > *:first-child {
  margin-top: 0 !important;
}
.article-block > *:last-child {
  margin-bottom: 0 !important;
}

.top-kv img {
  width: 100%;
  max-height: 75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.template-alpha .page-hero__section {
  position: relative;
  z-index: 0;
  padding: 2rem 0;
  min-height: 25rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) inset;
  color: var(--themeFontColor);
}
@media only screen and (max-width: 767px) {
  .template-alpha .page-hero__section {
    min-height: 15rem;
  }
}
.template-alpha .page-hero__section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.template-alpha .page-hero__section .content {
  width: 100%;
}
.template-alpha .page-hero__slug {
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.template-alpha .page-hero__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .template-alpha .page-hero__title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
.template-alpha .page-hero__lead {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .template-alpha .page-hero__lead {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.template-beta {
  position: relative;
  z-index: 1;
}
.template-beta .page-hero__section {
  padding: 4rem 0;
  min-height: 25rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .template-beta .page-hero__section {
    min-height: 20rem;
  }
}
.template-beta .page-hero__section .content {
  width: 100%;
}
.template-beta .page-hero__subtitle {
  text-align: center;
  background: var(--themeColor);
  color: var(--themeFontColor);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.6rem 1rem 0.5rem;
  border: 0.1rem solid var(--themeFontColor);
  font-size: 1.3rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .template-beta .page-hero__subtitle {
    font-size: 1.2rem;
  }
}
.template-beta .page-hero__title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .template-beta .page-hero__title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-beta .page-hero__lead {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .template-beta .page-hero__lead {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .template-beta .article {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.template-beta .page-column {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .template-beta .page-column {
    border-radius: 3rem;
    margin-left: -7rem;
    margin-right: -7rem;
    padding: 0 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .template-beta .page-column {
    border-radius: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 1.5rem;
  }
}
.template-beta .page-column-wrap {
  padding: 0 2rem;
  padding-bottom: 8rem;
}

.template-gamma {
  position: relative;
  z-index: 1;
}
.template-gamma .page-hero__section {
  padding: 6rem 0 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .template-gamma .page-hero__section {
    padding: 4rem 0 0;
  }
}
.template-gamma .page-hero__section .content {
  width: 100%;
}
.template-gamma .page-hero__subtitle a {
  text-align: center;
  background: var(--themeColor);
  color: var(--themeFontColor);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.6rem 1rem 0.5rem;
  border: 0.1rem solid var(--themeFontColor);
  font-size: 1.3rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .template-gamma .page-hero__subtitle a {
    font-size: 1.2rem;
  }
}
.template-gamma .page-hero__title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .template-gamma .page-hero__title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-gamma .page-hero__lead {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .template-gamma .page-hero__lead {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.template-gamma .page-hero__thumbnail {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .template-gamma .page-hero__thumbnail {
    margin-top: 2rem;
  }
}

.tags {
  font-size: 1.4rem;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.tags > span,
.tags > a {
  display: inline-block;
  background: #f1f1f1;
  padding: 0 0.8rem 0.1rem;
}
@media only screen and (min-width: 768px) {
  .tags > a:hover {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 768px) {
  .page-column {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-column {
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-column.reverse {
    flex-flow: row-reverse wrap;
  }
}
@media only screen and (min-width: 768px) {
  .page-column .page-article {
    flex: 3.5;
  }
}
.page-column .page-aside {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 768px) {
  .page-column .page-aside {
    flex: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page-column .page-aside::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-column .page-aside {
    padding-top: 4rem;
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .page-column .page-aside .aside-block {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-column .page-aside .aside-block:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-column .page-aside .aside-block a {
    transition: 200ms;
  }
  .page-column .page-aside .aside-block a:hover {
    opacity: 0.7;
  }
}
.page-column .page-aside .aside-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
  font-weight: 600;
  border: 0.2rem solid #000;
  border-radius: 0.5rem;
  padding: 0.8rem 4rem 0.8rem 1rem;
  display: block;
  margin-top: 2.4rem;
  width: 100%;
  max-width: 24rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.965' height='7.482' viewBox='0 0 12.965 7.482'%3E%3Cpath d='M6.482 7.482a1 1 0 0 1-.707-.293L.293 1.707a1 1 0 0 1 1.414-1.414L6.482 5.064l4.775-4.771a1 1 0 1 1 1.414 1.414L7.189 7.189a1 1 0 0 1-.707.293Z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 1.3rem;
}
.page-column .page-aside .wp-block-heading {
  margin-top: 0;
}
.page-column .page-aside ul:not(.toc-list) {
  font-size: 1.4rem;
  padding-left: 1.6rem;
  margin-top: 2.4rem;
}
.page-column .page-aside ul:not(.toc-list) > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-column .page-aside ul:not(.toc-list) > li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.page-column .page-aside ul:not(.toc-list) > li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
  border-radius: 50vw;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page-column .page-aside ul:not(.toc-list) > li a:hover {
    opacity: 0.5;
  }
}
.page-column .page-aside ul:not(.toc-list) > li > a {
  display: block;
  line-height: 1.5;
}

.sns-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sns-list {
    padding: 0 1.5rem;
    justify-content: center;
  }
}
.sns-list__item {
  margin: 0 0.6rem;
}
@media only screen and (max-width: 767px) {
  .sns-list__item {
    margin: 0.4rem;
  }
}
.sns-list__item + .contact {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .sns-list__item.contact {
    display: none;
  }
}
.sns-list__item.contact a {
  width: auto;
  font-size: 1.2rem;
}
.sns-list__item.contact a span {
  margin-left: 0.5rem;
}
.sns-list__item a {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sns-list__item a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .sns-list__item a {
    display: block;
    background: var(--themeColor);
    padding: 0.5rem;
    box-sizing: content-box;
    border-radius: 0.5rem;
  }
}
.sns-list__item a::after {
  display: none !important;
}
.sns-list__item a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.sns-list__item svg path {
  fill: var(--themeFontColor);
}

.aside-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .aside-block > * {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.aside-block > *:first-child {
  margin-top: 0 !important;
}
.aside-block > *:last-child {
  margin-bottom: 0 !important;
}
.aside-block .wp-block-heading,
.aside-block .wp-block-search__label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .aside-block .wp-block-heading,
.aside-block .wp-block-search__label {
    margin-bottom: -1rem !important;
  }
}
.aside-block .wp-block-heading::before,
.aside-block .wp-block-search__label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.3rem;
  border-radius: 50vw;
  background: #000;
  vertical-align: 0.4rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .aside-block .wp-block-heading::before,
.aside-block .wp-block-search__label::before {
    width: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .toc {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .toc {
    width: 100%;
    background: #f1efe8;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    max-height: calc(100dvh - 10rem);
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .toc h2 {
    margin-bottom: 0;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .toc h2::after {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 1rem;
    border-radius: 50vw;
    background: #000;
    vertical-align: 0.4rem;
    margin-right: 1rem;
    position: absolute;
    top: 2.1rem;
    left: 2.1rem;
    transition: 400ms;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .toc h2::after {
    height: 1.5rem;
  }
}
.toc h2.is-active::after {
  height: 0;
}
.toc-list {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .toc-list {
    display: none;
    padding: 0 2rem;
    margin-top: 0;
  }
}
.toc-list li {
  position: relative;
  padding-left: 2rem;
  opacity: 0.5;
}
.toc-list li:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.toc-list li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: radial-gradient(var(--themeColor) 40%, #ccc 40%, #ccc);
  border-radius: 50vw;
  position: absolute;
  top: 0.3rem;
  left: 0;
  opacity: 0;
}
.toc-list li a {
  line-height: 1.5;
  display: block;
}
.toc-list li.current {
  opacity: 1;
}
.toc-list li.current::before {
  opacity: 1;
}

.bg {
  padding: 4rem;
  border-radius: 2rem;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .bg {
    border-radius: 1rem;
    padding: 2rem;
  }
}
.bg > * > *:first-child {
  margin-top: 0 !important;
}
.bg > * > *:last-child {
  margin-bottom: 0 !important;
}
.bg > * > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .bg > * > * {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

.theme-color {
  color: var(--themeColor);
}

.en {
  font-family: var(--fontRoboto);
}

.fz-xs {
  font-size: 0.75em;
}

.fz-s {
  font-size: 0.875em;
}

.fz-l {
  font-size: 1.5em;
}

.fz-xl {
  font-size: 2em;
}

.marker {
  background: linear-gradient(to bottom, transparent 50%, yellow 50%, yellow 100%);
}

.inr-block {
  background: var(--themeColor);
  color: var(--themeFontColor);
  border-radius: 0.5rem;
  padding: 0.1rem 0.5rem 0.2rem;
}

a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3z'/%3E%3Cpath d='M5 5h7V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7H5V5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -0.5rem;
  margin: 0 0.5rem;
}
a[href$=pdf] {
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
a[href$=pdf]::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.3rem;
  margin: 0 0.5rem;
}
a[href$=ppt], a[href$=pptx] {
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
a[href$=ppt]::after, a[href$=pptx]::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon-ppt.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.3rem;
}
a[href$=xls], a[href$=xlsx] {
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
a[href$=xls]::after, a[href$=xlsx]::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon-xls.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.3rem;
}
a[href$=doc], a[href$=docx] {
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
a[href$=doc]::after, a[href$=docx]::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon-doc.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.3rem;
}

.qa-block__item {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .qa-block__item {
    padding: 1rem;
  }
}
.qa-block__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.qa-block__item .question,
.qa-block__item .answer {
  position: relative;
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .qa-block__item .question,
.qa-block__item .answer {
    padding-left: 4rem;
  }
}
.qa-block__item .question::before,
.qa-block__item .answer::before {
  display: block;
  font-family: var(--fontRoboto);
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .qa-block__item .question::before,
.qa-block__item .answer::before {
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
  }
}
.qa-block__item .question {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .qa-block__item .question {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.qa-block__item .question::before {
  content: "Q";
  background: #5186c7;
  top: 0.2rem;
}
.qa-block__item .answer::before {
  content: "A";
  background: #f06752;
}

@-webkit-keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
.entry > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .entry > * {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.entry > *:first-child {
  margin-top: 0 !important;
}
.entry > *:last-child {
  margin-bottom: 0 !important;
}
.entry a {
  text-decoration: underline;
  color: #0000ee;
}
.entry a:visited {
  color: #551a8b;
}
@media only screen and (min-width: 768px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 0.4rem solid #FFD800;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 600;
  margin-top: 2.4em;
  scroll-margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 2em;
    scroll-margin-top: 6rem;
  }
}
.entry h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 2rem;
  }
}
.entry h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 1.8rem;
  }
}
.entry h4 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 1.6rem;
  }
}
.entry h5 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 1.5rem;
  }
}
.entry h6 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 1.4rem;
  }
}
.entry ul,
.entry ol {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .entry ul,
.entry ol {
    padding-left: 0.5em;
  }
}
.entry ul > li,
.entry ol > li {
  position: relative;
  padding-left: 1em;
}
.entry ul > li:not(:last-child),
.entry ol > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.entry ul > li::before,
.entry ol > li::before {
  content: "";
  display: block;
  top: 1.4rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  background: #000;
  border-radius: 50vw;
}
.entry ul ul,
.entry ul ol,
.entry ol ul,
.entry ol ol {
  margin-top: 0.5rem;
}
.entry ol {
  list-style-type: decimal;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .entry ol {
    padding-left: 2.4rem;
  }
}
.entry ol > li {
  padding-left: 0;
}
.entry ol > li::marker {
  font-family: var(--fontRoboto);
}
.entry ol > li::before {
  display: none;
}

.section-bg {
  position: relative;
  isolation: isolate;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .section-bg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--themeColor);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: -1;
}
.section-bg .btn a, .section-bg .btn button {
  border: none;
}

.iframe {
  position: relative;
  aspect-ratio: 16/9;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

/* 共通設定：グループブロック全体 */
.wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* 横並びにしたいとき（例：is-layout-flex） */
.wp-block-group.is-layout-flex {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

/* 縦並びにしたいとき（デフォルトと同じ） */
.wp-block-group.is-layout-vertical {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

/* カラム風（子要素に等間隔で分ける） */
.wp-block-group.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

/* 内部ブロック共通：見た目を整える */
.wp-block-group > * {
  margin: 0;
  padding: 0.5rem 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .wp-block-group.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-group.columns {
    grid-template-columns: 1fr;
  }
}
.wp-block-columns > *:first-child,
.wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wp-block-columns > *:last-child,
.wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}

.wp-block-column > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-column > * {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
}

.wp-block-table {
  overflow: auto;
}
.wp-block-table table {
  max-width: 100%;
}
.wp-block-table table th {
  word-break: keep-all;
}
.wp-block-table table td {
  vertical-align: top;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border: 0.1rem solid #ccc;
  padding: 0.5em;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #F1EFE8;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.wp-block-table thead {
  border-bottom: none;
  background: #333;
  color: #fff;
}

.wp-block-table td, .wp-block-table th {
  border: 0.1rem solid #ccc;
}

.wp-block-quote,
.wp-block-quote-is-layout-flow,
.wp-block-quote.is-layout-flow {
  padding-left: 1em;
  border-left: 0.4rem solid #ccc;
  font-style: italic;
  color: #333;
}

.wp-block-quote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #666;
}

.wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}

.widget_search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 1rem;
  margin-top: 1rem;
}
.widget_search .wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.2rem solid #000;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  padding: 0 1rem;
  text-decoration: unset !important;
  border-radius: 0.5rem;
}
.widget_search .wp-block-search__button {
  border-width: 0;
  color: var(--themeFontColor);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .widget_search .wp-block-search__button:hover {
    opacity: 0.7;
  }
}

.wp-block-column .wp-block-heading {
  margin-top: 0 !important;
}
.wp-block-column > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-group {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-group {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.wp-block-group > * > *:first-child {
  margin-top: 0 !important;
}
.wp-block-group > * > *:last-child {
  margin-bottom: 0 !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-strech {
  align-items: strech !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.has-background {
  padding: 1em;
}

.news-list__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.news-list__item:not(:last-of-type) {
  margin-bottom: 1rem !important;
}
.news-list__item .meta .category {
  text-align: center;
  background: var(--themeColor);
  color: var(--themeFontColor) !important;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--themeFontColor);
}
.news-list__item .news-list-title,
.news-list__item h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news-list__item .news-list-title,
.news-list__item h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .news-list__item a:hover img {
    transform: scale(1.1);
  }
  .news-list__item a:hover h2 {
    text-decoration: underline;
  }
}
.news-list.card {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.news-list.card .news-list__item {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 2.4rem;
  width: calc(50% - 2.4rem);
  padding-bottom: 2rem;
}
.news-list.card .news-list__item a {
  display: block;
}
.news-list.card .news-list__item .img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.news-list.card .news-list__item .img img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list.card .news-list__item .tags {
  border-top: none;
  margin: 0;
  padding-top: 2rem;
}
.news-list.card .news-list__item .tags a {
  font-size: 1.2rem;
}
.news-list.flat .flat-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .news-list.flat .flat-wrap {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-list.flat .flat-wrap {
    gap: 0.8rem;
  }
}
.news-list.flat .news-list__item .img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
  max-width: 20%;
}
@media only screen and (max-width: 767px) {
  .news-list.flat .news-list__item .img {
    max-width: 30%;
    margin-top: 0.7rem;
  }
}
.news-list.flat .news-list__item .img img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list.flat .news-list__item time {
  font-size: 1.3rem;
}
.news-list.flat .news-list__item .category {
  font-size: 1.1rem;
}
.news-list.flat .news-list__item .text {
  flex: 1;
}
.news-list {
  padding-left: 0 !important;
}
.news-list__item {
  padding-left: 0 !important;
}
.news-list__item::before {
  display: none !important;
}
.news-list__item a {
  text-decoration: none;
  color: inherit;
}
.news-list__item a:visited {
  color: inherit !important;
}
.news-list__item h2 {
  margin-top: 0.5rem !important;
}