:root {
  --font_style: source-han-sans-japanese, sans-serif;
  --font_style--montserrat: montserrat, sans-serif;
  --thema-green: #257f6e;
  --theme-green-sub: #cde5df;
  --thema-blue: #1d3553;
  --thema-yellow: #ddd625;
  --thema-beige: #f1eeea;
  --thema-red: #932c23;
  --theme-black-dark: #020604;
  --theme-black-medium: #323332;
  --theme-black-light: #979797;
  --svg--black-dark: brightness(0) saturate(100%) invert(4%) sepia(13%)
    saturate(1065%) hue-rotate(90deg) brightness(100%) contrast(103%);
  --svg--black-dark-light: brightness(0) saturate(100%) invert(64%) sepia(7%)
    saturate(8%) hue-rotate(341deg) brightness(95%) contrast(83%);
  --svg--white: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7500%) hue-rotate(164deg) brightness(106%) contrast(106%);
  --svg--blue: brightness(0) saturate(100%) invert(14%) sepia(60%)
    saturate(733%) hue-rotate(175deg) brightness(99%) contrast(88%);
  --svg--red: brightness(0) saturate(100%) invert(24%) sepia(83%)
    saturate(1457%) hue-rotate(339deg) brightness(77%) contrast(93%);
}
:where(figure) {
  margin: 0;
}

html {
  /* font-size: 62.5%; */
  font-size: 100%;
  font-family: var(--font_style);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  scroll-behavior: smooth;
}
body {
  color: var(--theme-black-dark);
  font-family: var(--font_style);
  font-size: 1rem;
  transform: none;
}
br.only--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.only--sp {
    display: block;
  }
}
footer a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}

.section__body--wp>p,
.section__body--wp>.wp-block-list,
.fade-slide-up {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.6s ease;
}

.section__body--wp>p.is-visible,
.section__body--wp>.wp-block-list.is-visible,
.fade-slide-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/**
 * ================================================================================
 * header
 * 
 * ================================================================================
 */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  width: 100%;
  z-index: 20;
  transition: background-color 0.3s ease;
  background-color: transparent;
  transform: translateZ(0);
  /* position: fixed;
  top: 0;
  left: 0; */
}
.header--transparent {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  backdrop-filter: blur(8px);
}
#header.header--white {
  position: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  backdrop-filter: blur(8px);
}
body.index #header {
  padding: 24px 40px;
}
header.scrolled,
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
header.scrolled {
  top: 0 !important;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  ) !important;
  backdrop-filter: blur(8px); */
}
#header.header--white.scrolled {
  position: fixed;
}
/* WPバーの表示に合わせて調整 */
body.admin-bar #header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}

@media screen and (max-width: 768px) {
  #header,
  #header_sub {
    padding: 12px 24px;
    flex-wrap: wrap;
  }
  body.open #header {
    height: 100%;
    bottom: 0;
    align-items: flex-start;
  }
}
/**
    * logo
    * -------------------------------
    */
.header-logo {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 3 / 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 100px;
  }
}

.header--transparent .header-logo {
  background: url(../img/logo-white.svg) no-repeat;
  background-size: contain;
}
.header--white .header-logo {
  background: url(../img/logo-black.svg) no-repeat;
  background-size: contain;
}
.open .header--white .header-logo {
  background: url(../img/logo-white.svg) no-repeat;
  background-size: contain;
}

/**
    * menu nav
    * -------------------------------
    */
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .menu__list {
  gap: 32px;
}
.menu__item {
  position: relative;
  width: 100%;
}
.menu__item > .menu__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
  color: var(--theme-black-dark);
  font-family: var(--font_style--en);
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.header--transparent .menu__link {
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.header--white .menu__link {
  color: var(--theme-black-dark);
}
.menu__item > .menu__link > span {
  display: block;
  text-align: center;
}
.menu__item > .menu__link > span.menu__en {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  height: calc(1.2em * 2);
  align-items: center;
  justify-content: center;
}
.menu__item > .menu__link > span.menu__jp {
  font-size: 12px;
}
.menu__btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu__btn > span.menu__en-wrap {
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(1.2em * 2);
}
.menu__btn span.menu__en {
  background: var(--thema-red);
  padding: 4px 24px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.menu__btn span.menu__en::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../img/icon/arrow-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.menu__btn > span.menu__jp {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  justify-content: center;
}
.header--white .menu__btn > span.menu__jp{
  color: var(--theme-black-dark);
}
/* ホバー時のスタイル */

@media screen and (min-width: 1241px) {
  #header .menu__link::before,
  #header_sub .menu__link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.2s ease;
  }
  #header.header--white .menu__link::before,
  #header_sub.header--white .menu__link::before {
    background: var(--theme-black-dark);
  }
  #header .menu__dropdown .menu__link::before,
  #header_sub .menu__dropdown .menu__link::before {
    display: none;
  }
  #header .menu__link:hover::before,
  #header_sub .menu__link:hover::before {
    transform-origin: left top;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1240px) {
  #header .menu__link:hover,
  #header_sub .menu__link:hover {
    opacity: 0.5;
  }
}
/**
    * スクロール時
    * -------------------------------
    */
#header.scrolled {
}

/**
    * ハンバーガーメニュー OPEN制御
    * -------------------------------
 */

.menu_btn-wrap {
  display: none;
}

header .menu__list--sp,
header .menu__btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header.open .menu__list--sp,
  #header.open .menu__btn--sp {
    display: flex;
    flex-direction: column;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1240px) {
  .header--transparent .header-logo {
    height: 40px;
  }
  .header__menu {
    display: none;
    order: 3;
    width: 100%;
  }
  .header__menu::after {
    content: "";
  }

  #header.open {
    height: 100%;
    bottom: 0;
    position: fixed;
    flex-wrap: wrap;
    align-items: flex-start;
    background: var(--thema-blue);
  }

  #overlay.open .menu__list {
    flex-direction: column;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    gap: 0;
  }
  #overlay.open .menu__list li {
    display: block;
    width: 100%;
  }
  #header .menu__item::after {
    background: #ccc;
    height: 1px;
  }
  #header .menu__link {
    padding: 16px 0;
    color: #fff;
  }

  /*  */
  .menu__item > .menu__link > span {
    text-align: left;
  }
  #header .menu__link .menu__jp {
    font-size: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  #header .menu__link .menu__jp::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url(../img/icon/chevron-right-bold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    vertical-align: middle;
  }
  #header .menu__link .menu__en {
    display: none;
  }

  /**/
  #header.open .menu__list--sp {
    display: flex;
    flex-direction: column;
  }
  #header.open .menu__list--sp .menu__link {
    font-size: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row;
  }

  #header.open .menu__list--sp .menu__link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url(../img/icon/chevron-right-bold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    vertical-align: middle;
  }
  /**/

  #header.open .menu__btn {
    padding: 8px 24px;
    background: var(--thema-yellow);
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    margin: 16px auto;
    text-align: center;
  }
  #header.open .menu__btn > span.menu__jp {
    font-size: 16px;
    color: var(--theme-black-dark);
    display: inline;
  }
  #header.open .menu__btn .menu__en,
  #header.open .menu__en-wrap {
    display: none;
  }

  /**/
  body.open {
    overflow: hidden;
  }
  /**/
  #overlay {
    opacity: 0;
    z-index: -5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #overlay.open {
    opacity: 1;
    /*     height: 100%; */
    height: calc(100% - 80px);
    overflow: scroll;
    display: flex;
    flex-direction: column;
    /* padding: 0 24px; */
    order: 3;
    gap: 0;
  }

  /**/
  .menu_btn-wrap {
    display: block;
  }

  #overlay-button {
    position: relative;
    z-index: 5;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    /* gap: 40px; */
    height: 44px;
    width: 44px;
    align-items: center;
  }

  #overlay-button span {
    display: block;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  #overlay-button span::before,
  #overlay-button span::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    transform-origin: center;
  }
  .header--transparent #overlay-button span::before,
  .header--transparent #overlay-button span::after {
    background-color: #fff;
  }
  .header--white #overlay-button span::before,
  .header--white #overlay-button span::after {
    background-color: var(--theme-black-dark);
  }
  .open .header--white #overlay-button span::before,
  .open .header--white #overlay-button span::after {
    background-color: #fff;
  }
  #overlay-button span::before {
    transform: translateY(-6px);
  }

  #overlay-button span::after {
    transform: translateY(6px);
  }
  #header input[type="checkbox"] {
    display: none;
  }

  /* ホバー時カラー変更 */
  #overlay-button:hover span::before,
  #overlay-button:hover span::after {
    background-color: #fff;
    opacity: 0.5;
  }
  .header--white #overlay-button:hover span::before,
  .header--white #overlay-button:hover span::after {
    background-color: var(--theme-black-dark);
    opacity: 0.5;
  }
  .header--white.open #overlay-button:hover span::before,
  .header--white.open #overlay-button:hover span::after {
    background-color: #fff;
    opacity: 0.5;
  }

  /* チェック時：クロス表示 */
  #header input[type="checkbox"]:checked ~ #overlay-button span {
    background: transparent;
  }

  #header input[type="checkbox"]:checked ~ #overlay-button span::before {
    transform: rotate(45deg);
  }

  #header input[type="checkbox"]:checked ~ #overlay-button span::after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  /* #header .header__contact--tablet {
    display: none !important;
  } */
  #header .header__contact--sp {
    max-width: 460px;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  #header .header__contact--sp {
    margin-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  #header .header__contact--tablet {
    display: none !important;
  }
}

.footer {
  background: #71938d;
  background-color: var(--thema-blue);
}
.footer__top {
  background: var(--thema-blue);
  padding: 64px 24px 0;
}
.footer__wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.footer__top .footer__wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.footer__main {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: baseline;
}
.footer__logo {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
.logo__img {
  max-width: 220px;
  width: 100%;
}
.office__img {
  max-width: 190px;
  width: 100%;
}
.footer__company {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
}
.footer__main .menu__btn {
  padding: 8px 24px;
  background: var(--thema-yellow);
  border-radius: 4px;
  display: inline-block;
}
.footer__main .menu__btn > span.menu__jp {
  font-size: 16px;
  color: var(--theme-black-dark);
  display: inline;
}
.footer__main .menu__btn .menu__en {
  display: none;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 350px;
  width: 100%;
}
.footer__menu .menu__list {
  flex-direction: column;
  gap: 32px;
}
.footer__menu .menu__item > .menu__link {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.footer__menu .menu__item > .menu__link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-image: url(../img/icon/chevron-right-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  border-radius: 50%;
  vertical-align: middle;
}
.footer__menu .menu__item > .menu__link > span.menu__en {
  display: none;
}
.footer__menu .menu__item > .menu__link > span.menu__jp {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.footer__menu .menu__btn {
  display: none;
}
.footer__bottom {
  margin: 0 0 -1px;
  position: relative;
  background: url(../img/deco-footer.webp);
  background-size: 100% 100%;
  height: 290px;
  /* 100 < 290 */
  /* height: clamp(6.25rem, -8.022rem + 29.05vw, 18.125rem); */
  height: clamp(9.375rem, -1.141rem + 21.41vw, 18.125rem);
  display: flex;
  align-items: end;
}
.footer__illust {
  max-width: 1240px;
  width: 100%;
  padding: 0 24px;
  margin: 56px auto 0;
  position: relative;
}
.footer__small {
  background: #71938d;
  padding: 0 24px;
}
.footer__small .menu__list {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.footer__small .menu__item {
  width: auto;
}
.footer__small .menu__link {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 16px 0;
}
small {
  font-size: 12px;
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 16px 0;
  text-align: center;
}
.trekking__img {
  width: clamp(6.25rem, -1.751rem + 16.29vw, 12.5rem);
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateX(-50%);
}
.paragliding__img {
  /* width: clamp(6.25rem, -1.751rem + 16.29vw, 12.5rem); */
  width: clamp(4.375rem, -4.639rem + 18.35vw, 11.875rem);
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .footer__top {
    padding-top: calc(64px - 16px);
  }
  .footer__main {
    margin-top: 24px;
  }
  .footer__wrap {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .footer__logo {
    order: 3;
    margin-top: 24px;
  }
  .office__img,
  .logo__img {
    width: 50%;
  }
  .footer__menu {
    max-width: inherit;
    gap: 0;
  }
  .footer__menu .menu__list {
    gap: 0;
  }
  .footer__menu .menu__item > .menu__link {
    padding: 16px 0;
  }
  .footer__company {
    order: 4;
    font-size: 12px;
    font-weight: normal;
    gap: 8px;
  }
  .footer__small .menu__list {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
  small {
    font-size: 10px;
  }
  .trekking__img{
    bottom: inherit;
    top: -24px;
  }
}

/**
 * ================================================================================
 * 共通
 * 
 * ================================================================================
 */

/**
    * section
    * -------------------------------
 */
.section {
  padding: 80px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section--sales {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.section--sale {
  padding-bottom: 0 !important;
}
.section--archive-news {
  padding-top: 0;
  padding-bottom: 60px;
}
.section--about {
  gap: 0 !important;
  padding-bottom: 0 !important;
}

.section--about {
  padding: 0;
  gap: 0;
}
.section__wrap {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
    gap: 40px;
  }
  .section--sales{
    gap: 120px;
  }
}

/**
    * section__header
    * -------------------------------
 */
.section__header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__header--archive-news {
}

/**
    * section__title
    * -------------------------------
 */
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
/**
    * title
    •	title--headmark → 先頭の一文字だけ黄色
    •	title--data → data-title を使うやつ
    •	title--bg → 背景色つき
    •	title--highlight → spanで囲んだ部分が黄色
    * -------------------------------
 */
.title {
  display: inline-block;
  font-weight: bold;
  font-family: var(--font_style--montserrat);
  line-height: 1.4;
  text-align: center;
}
.title--headmark::first-letter {
  color: var(--thema-yellow);
}
.title--dot::after {
  content: "";
  width: 24px;
  width: clamp(18px, 1vw, 24px);
  aspect-ratio: 1/1;
  vertical-align: baseline;
  background: var(--thema-yellow);
  margin-left: 20px;
  border-radius: 24px;
  display: inline-block;
}
.title--lg {
  font-size: 80px;
  font-size: clamp(2.5rem, -0.7rem + 6.51vw, 5rem);
}
.title--md {
  font-size: 60px;
  /* font-size: clamp(2rem, 1.225rem + 1.58vw, 3.75rem); */
  /* 40 < 60 */
  /* font-size: clamp(2.5rem, 1.071rem + 2.98vw, 3.75rem); */
  /* 50 < 60 */
  font-size: clamp(3.125rem, 2.411rem + 1.49vw, 3.75rem);
}
.title--sm {
  font-size: 32px;
}
.title--sub-lg {
  font-size: 40px;
  font-size: clamp(1.5rem, 0.22rem + 2.61vw, 2.5rem);
}
.title--sub {
  font-size: 16px;
}
.title--sale {
  padding: 4px 16px;
  max-width: 300px;
  width: 100%;
  background: var(--theme-black-medium);
  color: #fff;
  text-align: center;
}
.title--highlight span {
  color: var(--thema-yellow);
}

@media screen and (max-width: 768px) {
  .title--lg {
    font-size: 40px;
  }
  .title--md {
    font-size: 32px;
  }
  .title--sm {
    font-size: 18px;
  }
  .title--dot::after {
    width: 8px;
    margin-left: 8px;
  }
}
/**
    * section__body
    * -------------------------------
 */
.section__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section__body--row {
  flex-direction: row;
  gap: 32px;
}

.section__body--wp {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .section__body--row {
    flex-direction: column;
  }
}

.section__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 16/9; */
  aspect-ratio: 4/3;
  margin-bottom: 0 !important;
}
.section__image:has(.section__copyright) img {
  position: absolute;
}
.section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute; */
}
.section__image .section__copyright {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 10px;
  color: #fff;
}
/**
    * ニュース
    * -------------------------------
 */
.btn--more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 60px;
  gap: 10px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--theme-black-dark);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-weight: bold;
  color: var(--theme-black-dark);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section--consept .btn--more {
  margin: 0;
}

.btn--more::after {
  content: "";
  background: var(--theme-black-dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  transform: skewY(-20deg) scale(1, 0);
  height: 140px;
}
.btn--more:hover {
  color: #fff;
}
.btn--more:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}
.section__body--404{
  text-align: center;
}
.btn--more span{
  gap: 8px;
  display: flex;
  align-items: center;
}
.btn--more span img{
  filter: var(--svg--black-dark);
  transform: rotate(180deg);
}
.btn--more:hover img{
  filter: var(--svg--white);
}

/**
 * ================================================================================
 * fv
 * 
 * ================================================================================
 */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .swiper {
  height: calc(100vh - 300px);
}
.fv {
  position: relative;
}
.mainlogo {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  width: 100%;
}
.mainlogo__img {
  /* width: 100%; */
}
/**
 * ================================================================================
 * TOPページ
 * 
 * ================================================================================
 */
.section--dashboard {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .section--dashboard {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
/**
    * ニュース
    * -------------------------------
 */

.post--news {
  display: flex;
  gap: 24px;
}
.section--dashboard .post--news {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 24px;
}
.section--dashboard .post--news .post__link {
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--theme-black-dark);
  background: var(--thema-beige);
  border-radius: 8px;
}
.post--news .post__title {
  font-weight: bold;
}
.post--news .post__date {
  font-weight: normal;
  font-size: 16px;
  color: var(--theme-black-dark);
}
@media screen and (max-width: 768px) {
  .section--dashboard .post--news .post__link {
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
    padding: 12px 16px;
  }
  .post--news .post__date {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

/**
    * 販売中物件 / 土地
    * -------------------------------
 */
.post {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.post--archive-news {
  flex-direction: column;
}
/**
    * 投稿リスト
    * -------------------------------
 */
.post__item {
  max-width: calc((100% - 40px * 1) / 2);
  width: 100%;
}
.post__item--index-news,
.post__item--archive-news {
  max-width: 100%;
}
.post__item--archive-news {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--theme-black-dark);
}


/**
    * リンク
    * -------------------------------
 */
.post__link {
  color: var(--theme-black-dark);
  display: block;
}
.post__link--archive-news {
  display: flex;
  gap: 32px;
  align-items: center;
}
.post__link img {
  transition: transform 0.5s ease;
}
.post__link .post__thumbnail {
  position: relative;
}
.post__link .post__thumbnail::before,
.post__link .post__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 1;
}

.post__link .post__thumbnail::before {
  background: rgba(2, 6, 4, 0.5);
  width: 100%;
  height: 100%;
}
.post__link .post__thumbnail::after {
  color: #fff;
  content: "Read More";
  font-family: var(--font_style--montserrat);
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.post__link:hover .post__thumbnail::before,
.post__link:hover .post__thumbnail::after {
  opacity: 1;
}
.post__link:hover .post__thumbnail img {
  transform: scale(1.1); /* 拡大 */
}
.post__link--archive-news > * {
  max-width: calc((100% - 32px * 1) / 2);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .post__link--archive-news {
    flex-direction: column;
  }
  .post__link--archive-news > * {
    max-width: 100%;
  }
}

/**
    * サムネイル
    * -------------------------------
 */
.post__thumbnail {
  /* aspect-ratio: 16/9; */
  /* aspect-ratio: 4/3; */
  aspect-ratio: 6/4;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
}
.post__thumbnail--archive-news {
  margin-bottom: 0;
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
    * 投稿リスト ： タイトルなど
    * -------------------------------
 */
.post__content--sale {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 8px;
  /* line-height: 1; */
}
.post__content--archive-news {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/**
    * 投稿リスト ： タイトル
    * -------------------------------
 */
.post__title {
  font-weight: bold;
}
.post__title--sale {
  font-size: 24px;
  margin-bottom: 4px;
}
.post__title--archive-news {
  font-size: 18px;
}

.post__link .post__area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
.post__area {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  gap: 8px;
  font-weight: bold;
  color: #fff;
  background: var(--thema-red);
  line-height: 1;
}
.post__area:has(.post__term--nasukougen){
  background: var(--thema-red);
}
.post__area:has(.post__term--hatori){
  background: var(--thema-blue);
}

.post__subtitle {
  font-weight: bold;
  font-size: 14px;
}
.post__item .post__subtitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.post__date {
  font-weight: bold;
  font-size: 14px;
  color: var(--theme-black-light);
}
.post__price {
  font-weight: bold;
  white-space: nowrap;
}
.post__link .post__price::before {
  content: "/";
  margin-right: 4px;
}
.post__tags {
  display: flex;
  gap: 16px;
}
.post__tag {
  color: var(--theme-black-light);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .post {
    flex-direction: column;
  }
  .post__link .post__area {
    padding: 8px 16px;
  }

  .post__item {
    max-width: 100% !important;
  }
  .post--sale .post__title {
    font-size: 18px;
  }
  .post__title--sale {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .post__subtitle,
  .post__taxonomy {
    font-size: 12px;
  }
}

/**/
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
li .page-numbers {
  width: 44px;
  aspect-ratio: 1/1;
  border: 1px solid var(--theme-black-light);
  border-radius: 3px;
  color: var(--theme-black-light);
  background: #fff;
}
li .page-numbers.current {
  background: var(--theme-black-dark);
  color: #fff;
  border-color: var(--theme-black-dark);
}
li .page-numbers .icon {
  width: 24px;
  height: 24px;
}
.icon--left {
  background: url(../img/icon/chevron-right-light.svg) no-repeat;
  background-size: cover;
  filter: var(--svg--black-dark-light);
  transform: rotate(-180deg);
}
.icon--right {
  background: url(../img/icon/chevron-right-light.svg) no-repeat;
  background-size: cover;
  filter: var(--svg--black-dark-light);
}
li a.page-numbers {
  transition: background-color 0.5s ease;
  cursor: pointer;
}
li a.page-numbers:hover {
  background: var(--theme-black-dark);
  color: #fff;
  border-color: var(--theme-black-dark);
}
li a.page-numbers:hover .icon--left,
li a.page-numbers:hover .icon--right {
  filter: var(--svg--white);
}

/**
    * 天気
    * -------------------------------
 */
.weather {
  max-width: 500px;
  width: 100%;
  border-radius: 8px;
  background: var(--thema-beige);
  display: flex;
  flex-direction: column;
}
.weather__title {
  background: var(--thema-blue);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 16px;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: center;
  font-weight: bold;
}
.weather__body {
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  height: 100%;
  position: relative;
}
.weather__body span {
  color: var(--thema-red);
  font-weight: bold;
}
.weather__body::after {
  content: "";
  background: url(../img/illustration/bonfire.webp) no-repeat;
  position: absolute;
  width: clamp(7.5rem, 1.099rem + 13.03vw, 12.5rem);
  height: 100px;
  background-size: 100%;
  right: 0;
  bottom: -75px;
}

@media screen and (max-width: 768px) {
  .weather {
    max-width: inherit;
  }
  .weather__body::after {
    top: 55px;
    height: 50px;
  }
}

/**
    * コンセプト
    * -------------------------------
 */
.section--consept {
  padding: 0;
  gap: 0;
}
.section--consept .section__header--img {
  position: relative;
  margin-bottom: -1px;
}
.section--consept .section__header--img .section__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section--consept .section__body.section__body--imgRow {
  display: flex;
  flex-direction: row;
  background: var(--thema-beige);
  max-width: inherit;
  gap: 32px;
  padding-bottom: 24px;
}
.section--consept .section__image {
  max-width: 50%;
  aspect-ratio: inherit;
}

.section--consept .section__content {
  max-width: calc(1240px / 2 - 32px / 2 + 24px);
  width: 100%;
  margin-right: auto;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.section--consept .section__heading {
  font-size: 32px;
}
.section--consept .section__heading span {
  display: block;
}
.section--consept .section__heading span:last-child {
  text-align: right;
}
.section--consept .section__content p {
  font-size: 18px;
  font-weight: bold;
}
.section--consept .section__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section--consept .section__footer--img {
  margin-top: -1px;
}
@media screen and (min-width: 1500px) {
  .section--consept .section__footer--img {
    height: calc(200px + 16px);
    margin-top: -16px;
  }
}

@media screen and (max-width: 768px) {
  .section--consept .section__body.section__body--imgRow {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section--consept .section__image {
    max-width: 100%;
    /* aspect-ratio: 16/9; */
    aspect-ratio: 4/3;
  }
  .section--consept .section__content {
    max-width: 100%;
    padding: 0 24px;
    margin-left: 0;
  }
  .section--consept .section__text br {
    display: none;
  }
  .section--consept .btn--more {
    margin: 0 auto;
  }
  .section--consept .section__heading {
    font-size: 24px;
  }
  .section--consept .section__content p {
    font-size: 16px;
  }
}

.section__header p {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section--sales .section__header p,
  .section--vrsp .section__header p,
  .section--success .section__header p {
    text-align: left;
  }
}
/**
    * Vacation Rental Support Program.
    * 事業者向けのVRサポートプログラム
    * -------------------------------
 */
.section--vrsp {
  background: var(--thema-blue);
  color: #fff;
  display: none;
}
.section--vrsp .title--sm{
  font-size: 24px;
}
.vrsp__wrap {
  display: flex;
  gap: 40px;
  flex-direction: row;
}
.vrsp__item {
  max-width: calc((100% - 40px * 3) / 4);
  width: 100%;
}
.vrsp__img {
  height: 340px;
  overflow: hidden;
  margin-bottom: 16px;
}
.vrsp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vrsp__img img.left {
  object-position: left center;
}
.vrsp__img img.right {
  object-position: right center;
}
.vrsp__title {
  padding-left: 16px;
  border-left: 2px solid #fff;
}
.vrsp__title-main {
  font-size: 24px;
  font-weight: bold;
}
.vrsp__title-sub {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .vrsp__wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .vrsp__item {
    max-width: calc((100% - 24px * 1) / 2);
  }
  .vrsp__img {
    height: 200px;
  }
  .vrsp__title-main {
    font-size: 18px;
  }
  .vrsp__title-sub {
    font-size: 12px;
  }
  .section--success .section__image {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}

@media screen and (max-width: 414px) {
  .vrsp__wrap {
    flex-direction: column;
  }

  .vrsp__img {
    aspect-ratio: 16/9;
  }
  .vrsp__item {
    max-width: 100%;
  }
}

/**
    * Real VR Success
    * 導入実績
    * -------------------------------
 */
.section--success .section__image .section__copyright {
  right: 24px;
  left: inherit;
}

/**
    * About HEOWAGO.
    * -------------------------------
 */
.section__title--about {
  align-items: baseline;
}
.section--about .section__header--img {
  margin-bottom: -1px;
}
.section--about .section__body.section__body--imgRow {
  display: flex;
  flex-direction: row;
  background: var(--thema-green);
  max-width: inherit;
  gap: 32px;
  padding-bottom: 24px;
  color: #fff;
}
.section--about .section__image {
  max-width: 50%;
  aspect-ratio: inherit;
}
.section--about .section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section--about .title {
  text-align: left;
}
.section--about .section__footer--img {
  background-color: var(--thema-beige);
  margin-top: -1px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section--about .section__body.section__body--imgRow {
    flex-direction: column;
    padding-top: 24px;
  }
  .section--about .section__image {
    max-width: 100%;
    /* aspect-ratio: 16/9; */
    aspect-ratio: 4/3;
  }
  .section--about .section__content {
    padding: 0 24px;
  }
  .section--about span.title {
    text-align: center;
    margin: 0 auto;
  }
  .section--about p.title {
    font-size: 24px;
  }
  .section--about .section__text br {
    display: none;
  }
  .section--about .section__text p {
    margin-bottom: 8px;
  }
  .section--about .section__text p:last-child {
    margin-bottom: 0;
  }
}

.section--nasukogen {
  padding-bottom: 0;
  gap: 0;
  background: var(--thema-beige);
}
.section--nasukogen #nasukogen {
  /* margin-top: -80px;
  padding-top: 80px; */
  scroll-margin-top: 80px;
}
.section--nasukogen .section__footer--img {
  background-color: var(--thema-beige);
  margin: 0 -24px;
  max-width: calc(100% + 24px);
}
.section--nasukogen .section__body {
  padding-bottom: 8px;
}
.section--nasukogen .title--sm {
  font-size: 24px;
}
.section--nasukogen .section__image {
  aspect-ratio: auto;
  max-width: 1000px;
  margin: 0 auto;
}

/**/
.post-slider .post__thumbnail {
  margin-bottom: 60px !important;
}
.swiper-slide .post__news_wrap {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swiper-slide .post__news_wrap .post__date {
  font-weight: normal;
  color: var(--theme-black-dark);
}
.swiper-slide .post__link .post__thumbnail {
  position: relative;
}
.swiper-slide .post__link .post__thumbnail::before,
.swiper-slide .post__link .post__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  z-index: 1;
}
.swiper-slide .post__link .post__thumbnail::before {
  background: rgba(2, 6, 4, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-slide .post__link .post__thumbnail::after {
  color: #fff;
  content: "Read More";
  font-family: var(--font_style--montserrat);
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.swiper-slide .post__link:hover .post__thumbnail::before,
.swiper-slide .post__link:hover .post__thumbnail::after {
  opacity: 1;
}
.swiper-slide .post__link .post__thumbnail img {
  transition: transform 0.5s ease;
}
.swiper-slide .post__link:hover .post__thumbnail img {
  transform: scale(1.1);
}
.swiper-slide.swiper-slide-active .post__news_wrap {
  opacity: 1;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 65px;
  height: 17px;
  position: absolute;
  top: initial;
  bottom: 0;
}
.swiper .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 50%;
  margin-left: -323px;
}
.swiper .swiper-button-next {
  right: 50%;
  margin-right: -323px;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  background-image: url(../img/icon/swiper_navigation.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 65px;
  height: 17px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .post-slider .post__thumbnail{
    margin-bottom: 40px !important;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    background-color: #fff;
  }
  .swiper .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
  .swiper .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    width: 44px;
    margin: 0;
  }
}

/**
 * ================================================================================
 * 共通
 * breadcrumbs
 * パンくずリスト
 * ================================================================================
 */

#breadcrumbs {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 24px;
  font-size: 14px;
}
#breadcrumbs a {
  color: var(--theme-black-dark);
  text-decoration: underline;
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
}
#breadcrumbs > span span {
  white-space: nowrap;
  display: block;
}
.breadcrumb_last {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * ================================================================================
 * Single
 * 販売中
 * ================================================================================
 */

.fv--single {
  height: 80vh;
  display: flex;
  flex-direction: column;
}
.fv--achieve-sale {
  height: 50vh;
  /* 600 < 800 */
  height: clamp(37.5rem, 22.477rem + 30.58vw, 50rem);
  display: flex;
  flex-direction: column;
  background: url(../img/achieve-sale.webp);
  background-size: cover;
}
/* WPバーの表示に合わせて調整 */
/* body.admin-bar .fv--single {
  height: 800px;
} */
@media screen and (max-width: 768px) {
  .fv--single {
    height: 50vh;
  }
  /* body.admin-bar .fv--single {
    height: 330px;
  } */
}
.fv__thumbnail--archive-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}


.fv__copyright {
  font-size: 10px;
  color: #fff;
  margin-left: 24px;
  padding-top: calc(101px + 16px);
  display: block;
}
.header--fixed + .fv__copyright {
  position: absolute;
}
@media screen and (max-width: 782px) {
  .fv__copyright {
    padding-top: calc(68px + 16px);
  }
}

.fv__thumbnail {
  flex: 1;
  overflow: hidden;
}
.fv__thumbnail--page-vr-support {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.fv__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__header--sale .post__subtitle {
  font-size: 24px;
  margin: 4px 0;
}
.section__header--sale time {
  color: var(--theme-black-light);
  font-size: 14px;
}
.section__header--sale .section__area {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.section__header--sale .post__price {
  font-size: 24px;
}
@media screen and (max-width: 782px) {
  .section__header--sale .post__subtitle {
    font-size: 14px;
  }
  .section__header--sale .title--sm {
    font-size: 24px;
  }
  .section__area {
    justify-content: space-between;
  }
}

/**/
.section__body--wp > *:not(.section__wrap > .section__body--wp > *) {
  /* ここにスタイル */
/* }
.section__body--wp > * { */
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}



.section__body--wp p {
  margin-bottom: 16px !important;
}
.section__body--wp p:last-child {
  margin-bottom: 0 !important;
}
.section__body--wp ol.wp-block-list {
  list-style: decimal outside;
  padding-left: 40px !important;
  margin-top: 24px !important;
}
.section__body--wp ul.wp-block-list {
  /* list-style: disc outside; */
  list-style: disc outside;
  padding-left: 40px !important; 
  margin-top: 24px !important;
}
/* .section__body--wp.section__body--privacy-policy ul.wp-block-list,
.section__body--wp.section__body--privacy-policy ol.wp-block-list {
  list-style-position: outside;
} */
.section__body--wp .wp-block-list li {
  margin-bottom: 8px;
  white-space: pre-wrap;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}
.wp-block-spacer{
  max-height: 80px !important;
}
.section__body--wp p:has(+ .wp-block-spacer) {
  margin-bottom: 0 !important;
}
p:empty{
  display: none;
}
@media screen and (max-width: 782px) {

.wp-block-spacer{
  max-height: 60px !important;
}
}


/**
 * ================================================================================
 * プライバシーポリシー
 * ================================================================================
 */
.section__body--privacy-policy h2{
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.section__body--privacy-policy p {
  margin-bottom: 16px !important;
}
.section__body--privacy-policy p:last-child {
  margin-bottom: 0 !important;
}
.section__body--privacy-policy ol.wp-block-list {
  list-style: decimal outside;
  padding-left: 40px !important;
  margin-top: 24px !important;
}
.section__body--privacy-policy ul.wp-block-list {
  list-style: disc outside;
  padding-left: 40px !important; 
  margin-top: 24px !important;
}

.section__body--privacy-policy .wp-block-list li {
  margin-bottom: 8px;
  white-space: pre-wrap;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}
.section__body--privacy-policy p:has(+ .wp-block-spacer) {
  margin-bottom: 0 !important;
}


@media screen and (max-width: 768px) {
  .section__body--privacy-policy h2{
    font-size: 16px;
  }
  .section__body--privacy-policy p,
  .section__body--privacy-policy li{
    font-size: 14px;
  }
}

/**
 * ================================================================================
 * related
 * 関連記事
 * ================================================================================
 */

.section--related {
  gap: 0 !important;
  padding: 0 !important;
}
.section--related .section__wrap {
  color: #fff;
}
.post--related {
  gap: 32px;
}
.post__item--related {
  max-width: calc((100% - 32px * 2) / 3);
}
.post__link--related,
.post__date--related {
  color: #fff;
}
.section__header--related {
  background: url(../img/deco-mountain-green.webp) no-repeat;
  background-size: 100% 100%;
  height: 100px;
  /* 57 < 100 */
  height: clamp(3.563rem, 0.491rem + 6.4vw, 6.25rem);  
  /* justify-content: end; */
}
.section__footer--related {
  background: url(../img/deco-related-footer.webp) no-repeat;
  background-size: 100% 100%;
  height: 210px;
  /* 75 < 210 */
  height: clamp(4.688rem, -5.453rem + 20.64vw, 13.125rem);
}

.section__header--related span,
.section__footer--related span {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  text-align: right;
  display: block;
}
.section__header--related img {
  /* width: 240px; */
  /* 160 < 240 */
  /* width: clamp(10rem, 3.991rem + 12.23vw, 15rem); */
}

.section__header--related img {
  /* width: auto !important; */
  /* 53 < 80 */
  height: clamp(3.313rem, 1.384rem + 4.02vw, 5rem);
}

.section__footer--related img {
  /* width: 270px; */
  /* 90 < 270 */
  /* width: clamp(5.625rem, -7.896rem + 27.52vw, 16.875rem); */
}
.section__footer--related img {
  /* width: auto !important; */
  /* 74 < 216 */
  height: clamp(4.625rem, -5.518rem + 21.13vw, 13.5rem);
}
.section__body--related {
  margin-top: -2px;
  margin-bottom: -1px;
  padding-bottom: 5px;
  background: var(--thema-green);
  padding-top: 1px;
  padding-bottom: 1px;
}
.section__body--related .section__wrap{
  padding-top: 16px;
  padding-bottom: 32px;
}
.post__none {
  text-align: center;
}
.section__body--related .section__title {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  gap: 8px;
  color: #fff;
}
.section__body--related .section__title::before {
  content: attr(data-title);
  padding-right: 8px;
  border-right: 1px solid;
}
.section__subtitle--related {
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: normal;
  white-space: nowrap;
}
.section__subtitle--related::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
}
.related__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section--related .post__date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.section--related .post__taxonomy{
  font-size: 14px;
}
.section--related .post--news .post__title{
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .post--related {
    gap: 24px;
  }
  .post__item--related {
    max-width: calc((100% - 24px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .section--related .section__wrap {
    padding: 40px 24px;
  }
  .section__header--related {
    background: url(../img/deco-mountain-green.webp) no-repeat;
    background-size: cover;
    height: 50px;
  }
  .section__header--related img {
    /* width: 160px; */
    height: 53px;
  }
  .section__subtitle--related {
    font-size: 14px;
  }
}



.section__title--single-news {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .section__title--single-news {
    flex-direction: column;
  }
}

.section__header--single-news {
  gap: 16px;
  padding: 0 24px;
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
}
.post__term--news-cat{
  font-size: 14px;
}
.section__body--thanks{
  max-width: 700px;
  margin: 0 auto;
}