@charset "UTF-8";
@media screen and (max-width: 767px) {
  .l-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body:has(.column) {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body:has(.column) .sec_pickup {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body:has(.column) .wrapper {
    width: 100%;
  }
}
body:has(.column) .p-lineup .c-sec__title01 {
  background: url(../images/column/column_mv_pc.jpg) no-repeat center top;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body:has(.column) .p-lineup .c-sec__title01 {
    background: url(../images/column/column_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 133vw;
  }
}
body:has(.column) .p-lineup .c-sec__title01 * {
  color: #fff;
}

.column {
  --color-border: #D9D7D7;
  --color-bg: #EEEDEB;
  --color-primary: #9B8648;
}
.column a {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .column .wrapper {
    width: 100%;
    padding-inline: 15px;
  }
}
.top_page .column {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_page .column {
    overflow-x: hidden;
  }
}

.column-articles__row {
  --col: 3;
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .column-articles__row {
    --col: 1;
    gap: 32px;
  }
  .top_page .column-articles__row {
    gap: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top_page .column-articles__row {
    gap: 80px;
    display: grid !important;
  }
  .top_page .column-articles__row > article:not(:last-child) {
    position: relative;
  }
  .top_page .column-articles__row > article:not(:last-child):after {
    content: "";
    position: absolute;
    inset: 0 -40px 0 auto;
    margin-block: auto;
    width: 1px;
    height: 100%;
    background: var(--color-border);
  }
}

.column-article > a {
  padding-bottom: 32px;
  border-bottom: solid 1px var(--color-border);
  display: block;
}
.top_page .column-article > a {
  padding-bottom: 0;
  border-bottom: none;
}
@media (hover: hover) {
  .column-article > a:hover .column-article__img:before {
    opacity: 1;
    transform: none;
  }
  .column-article > a:hover .column-article__img:after {
    opacity: 1;
  }
}
.column-article__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.column-article__img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.column-article__img:after {
  display: block;
  content: "view more";
  opacity: 0;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 1.8rem;
  transition: opacity 2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.column-article__img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #F9F9F9;
}
.column-article__body {
  padding-inline: 32px;
}
.column-article__title {
  font-size: 18px;
  font-weight: normal;
}
.column-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.column-article__tags > li {
  color: #807e7e;
  padding: 4px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  background: var(--color-bg);
}
.column-article__tags > li > a {
  color: #807e7e;
}
.column-article__tags > li > a:hover {
  color: #262626;
}

.column-post__back {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .column-post__back {
    margin-top: 56px;
  }
}
.top_page .column-post__back {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_page .column-post__back {
    margin-top: 40px;
  }
}

.column-post {
  /* Gutenbergのボタンコンテナの基本スタイル */
  /* 左寄せ */
  /* 中央寄せ */
  /* 右寄せ */
  /* 均等配置 */
}
.column-post__head {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: solid 1px var(--color-border);
}
@media screen and (max-width: 767px) {
  .column-post__head {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.column-post__head > time {
  color: var(--color-primary);
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .column-post__head > time {
    margin-bottom: 8px;
  }
}
.column-post__head > h1 {
  margin-bottom: 24px;
  font-weight: 600;
  font-family: "ryo-text-plusn", serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .column-post__head > h1 {
    font-size: 24px;
  }
}
.column-post__img {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px), print {
  .column-post__img {
    padding-inline: 128px;
    margin-bottom: 40px;
  }
}
.column-post__img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #F9F9F9;
}
.column-post__index {
  border-radius: 4px;
  background: #F9F9F8;
  padding: 40px;
  display: block;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .column-post__index {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.column-post__index .head {
  margin-bottom: 16px;
  color: var(--color-primary);
  position: relative;
  font-size: 16px;
  font-family: "Newsreader", serif;
}
.column-post__index .head:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  margin-block: auto;
}
.column-post__index .head span {
  display: inline-block;
  background: #F9F9F8;
  padding-right: 12px;
  position: relative;
}
.column-post__index .index {
  list-style: none;
  counter-reset: item;
}
.column-post__index .index > li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.column-post__index .index > li:not(:last-child) {
  --bottom: 12px;
  padding-bottom: var(--bottom);
  margin-bottom: var(--bottom);
  border-bottom: solid 1px var(--color-border);
}
.column-post__index .index > li:before {
  content: counter(item, decimal-leading-zero);
  font-family: "westmead", serif;
  counter-increment: item;
  margin-right: 8px;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  color: #9B8648;
  width: 1em;
  white-space: nowrap;
}
.column-post__index .index > li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  position: relative;
}
.column-post__index .index > li a:after {
  content: "";
  position: absolute;
  inset: 0 4px 0 auto;
  width: 12px;
  height: 12px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(45deg);
  translate: 0 -2px;
  margin-block: auto;
}
.column-post__body > *:not(.wp-block-spacer, hr, h2, h3, h4) {
  margin-block: 4.8rem;
}
@media screen and (max-width: 767px) {
  .column-post__body > *:not(.wp-block-spacer, hr, h2, h3, h4) {
    margin-block: 4rem;
  }
}
.column-post__body > *:where(p, ol, ul) {
  margin-block: 1.25em !important;
}
.column-post__body > *:first-child {
  margin-top: 0;
}
.column-post__body > *:last-child {
  margin-bottom: 0;
}
.column-post__body > * .has-text-align-left {
  text-align: left;
}
.column-post__body > * .has-text-align-center {
  text-align: center;
}
.column-post__body > * .has-text-align-right {
  text-align: right;
}
.column-post__body > * hr {
  margin-block: 1em;
  border-top: solid 1px #E1E8EE;
}
.column-post__body > * h2 + *, .column-post__body > * h3 + *, .column-post__body > * h4 + * {
  margin-top: 0;
}
.column-post__body p, .column-post__body li {
  line-height: 2;
}
.column-post__body h2, .column-post__body h3, .column-post__body h4 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 500;
}
.column-post__body h2 {
  margin-top: 48px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-post__body h2 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.column-post__body h2:before, .column-post__body h2:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
}
.column-post__body h2:before {
  background: var(--color-primary);
  width: 80px;
  z-index: 1;
}
.column-post__body h2:after {
  width: 100%;
  background: var(--color-border);
}
.column-post__body h3 {
  padding-left: 12px;
  border-left: solid 2px var(--color-primary);
  margin-bottom: 32px;
  margin-top: 48px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .column-post__body h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.column-post__body h4 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .column-post__body h4 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .column-post__body ul {
    margin-bottom: 4rem !important;
  }
}
.column-post__body ul > li {
  --w: 1rem;
  --gap: 1.6rem;
  display: grid;
  grid-template-columns: var(--w) calc(100% - var(--w) - var(--gap));
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  .column-post__body ul > li {
    --w: .8rem;
    --gap: 1.2rem;
  }
}
.column-post__body ul > li:before {
  content: "";
  width: var(--w);
  background: var(--color-primary);
  border-radius: 50%;
  aspect-ratio: 1;
  translate: 0 1rem;
}
.column-post__body ul > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.column-post__body ol {
  counter-reset: number;
}
@media screen and (min-width: 768px), print {
  .column-post__body ol {
    margin-bottom: 4rem !important;
  }
}
.column-post__body ol li {
  line-height: 2;
  position: relative;
  counter-increment: number;
  display: grid;
  grid-template-columns: 1.8em calc(100% - 1.8em - 1rem);
  gap: 1rem;
}
.column-post__body ol li::before {
  content: counter(number, decimal-leading-zero);
  font-family: "westmead", serif;
  color: var(--color-primary);
  font-weight: 600;
  translate: 0;
}
.column-post__body ol li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.column-post__body table {
  width: 100%;
}
.column-post__body table tr th, .column-post__body table tr td {
  vertical-align: middle;
  border: 1px solid var(--color-border);
  text-align: left;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .column-post__body table tr th, .column-post__body table tr td {
    padding: 16px;
  }
}
.officer .column-post__body table th {
  width: 40.8rem;
}
@media screen and (max-width: 767px) {
  .officer .column-post__body table th {
    width: 16rem;
  }
}
.officer .column-post__body table + h2 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .officer .column-post__body table + h2 {
    margin-top: 4.8rem;
  }
}
.column-post__body img {
  border-radius: var(--radius);
  border-top-left-radius: 0;
}
.column-post__body img.alignleft {
  float: left;
  margin-right: 1em;
  margin-top: 0;
  width: 50%;
  display: block;
  margin-bottom: 1em;
}
.column-post__body img.aligncenter {
  display: block;
  margin-inline: auto;
}
.column-post__body img.alignright {
  float: right;
  margin-left: 1em;
  margin-top: 0;
  width: 50%;
  margin-bottom: 1em;
}
.column-post__body iframe {
  border-radius: var(--radius);
  border-top-left-radius: 0;
  height: auto;
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.column-post .wp-block-embed {
  margin-bottom: 4.8rem;
}
.column-post .wp-block-image img {
  margin-block: 0;
}
.column-post .wp-block-image.alignleft {
  display: block;
}
.column-post .wp-block-image.aligncenter {
  display: block;
  text-align: center;
}
.column-post .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.column-post .wp-block-image.alignright {
  display: block;
  text-align: right;
}
.column-post .wp-block-columns {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .column-post .wp-block-columns {
    flex-direction: column;
  }
}
.column-post .wp-block-columns .wp-block-column img {
  margin-block: 0;
}
.column-post .wp-block-columns .wp-block-column > * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .column-post .wp-block-table, .column-post .table-block {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .column-post .wp-block-table table, .column-post .table-block table {
    min-width: vw(500);
  }
}
.column-post .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /* ボタン同士の間隔 */
  align-items: center;
  justify-content: center; /* デフォルトでは中央揃え */
}
.column-post .wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.column-post .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.column-post .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.column-post .wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
@media (min-width: 782px) {
  .column-post .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.column-post .wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .column-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.column-post .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.column-post .wp-block-column > * {
  margin-bottom: 16px;
}
@media (max-width: 781px) {
  .column-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
.column-post .wp-block-separator {
  border-top: solid 1px var(--color-border);
}
.column-post .wp-block-separator.is-style-dots {
  border-top: dotted 1px var(--color-border);
}
.column-post:after {
  content: "";
  clear: both;
  display: block;
}
.column-post .wp-block-image figcaption {
  display: block !important;
}

.column-related {
  --top: 80px;
  padding-top: var(--top) !important;
  margin-top: var(--top) !important;
  border-top: solid 1px var(--color-border);
}
@media screen and (max-width: 767px) {
  .column-related {
    --top: 64px;
  }
}
.column-related__head {
  margin-bottom: 24px;
  font-size: 28px;
  font-family: "ryo-text-plusn", serif;
}