@charset "UTF-8";
/* ===============================================================
 404 page
===============================================================*/
.no-main {
  padding: 10rem 0;
}
@media screen and (max-width: 834px) {
  .no-main {
    padding: 5rem 0;
  }
}
.no-main .c-copy {
  margin: 3rem 0;
}
.no-main .c-btn {
  margin: 3rem auto 0;
  display: block;
  width: fit-content;
}

/* ===============================================================
 under
===============================================================*/
.under-page {
  background-color: #dbd6cf;
}

.under-fv {
  margin-bottom: 10rem;
  padding: 0 2rem;
}
@media screen and (max-width: 834px) {
  .under-fv {
    margin-bottom: 6rem;
  }
}
.under-fv__ttl {
  padding: 17.5rem 0 13rem;
  font-family: var(--enbig);
  font-weight: 500;
  font-size: 8rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .under-fv__ttl {
    padding: 10rem 0;
    font-size: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .under-fv__ttl {
    padding: 6rem 0 4rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .under-fv__ttl {
    font-size: 3rem;
  }
}
.under-fv__flex {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 834px) {
  .under-fv__flex {
    padding-top: 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
}
.under-fv__txt {
  font-size: 1.3rem;
  font-family: var(--en);
  text-transform: uppercase;
}

.breadcrumbs {
  font-family: var(--en);
  font-size: 1.3rem;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2em;
}
.breadcrumbs li:not(:first-of-type) {
  position: relative;
}
.breadcrumbs li:not(:first-of-type)::before {
  position: absolute;
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
  left: -1.6em;
  top: calc(50% - 0.5em);
}
.breadcrumbs a {
  border-bottom: 2px solid #b6b1ac;
}

.under-post__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .under-post__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
.under-post__aside {
  min-width: 22rem;
}
.under-post__dl {
  width: 100%;
  cursor: pointer;
}
.under-post__dl:not(:first-of-type) {
  margin-top: 9.5rem;
}
@media screen and (max-width: 834px) {
  .under-post__dl:not(:first-of-type) {
    margin-top: 4rem;
  }
}
.under-post__dl.open .under-post__dt::after {
  transform: rotate(180deg);
}
.under-post__dl.open .under-post__dd {
  opacity: 1;
  height: auto;
}
.under-post__dt {
  position: relative;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  font-size: 2.1rem;
  font-family: var(--enbig);
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.under-post__dt::before, .under-post__dt::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 0.1rem;
  top: 0.5em;
  right: 0;
  background-color: #000;
}
.under-post__dt::after {
  top: 0.5em;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.under-post__dd {
  padding-top: 3rem;
  font-size: 1.6rem;
  font-family: var(--en);
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .under-post__dd {
    padding-top: 1.5rem;
  }
}
.under-post__dd li {
  opacity: 0.5;
}
.under-post__dd li:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .under-post__dd li:not(:first-of-type) {
    margin-top: 1em;
  }
}
.under-post__dd li.current {
  opacity: 1;
}
.under-post__main {
  max-width: 110rem;
  width: 74%;
}
@media screen and (max-width: 834px) {
  .under-post__main {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .under-post__main .top-news__link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.under-post__main .top-news__fig {
  width: 93%;
}
@media screen and (min-width: 1101px) {
  .under-post__main .top-news__fig {
    gap: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .under-post__main .top-news__fig {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.under-post__main .top-news__thum {
  aspect-ratio: 330/225;
}
@media screen and (min-width: 1101px) {
  .under-post__main .top-news__thum {
    max-width: 33rem;
  }
}
@media screen and (max-width: 834px) {
  .under-post__main .top-news__thum {
    max-width: 20rem;
  }
}
@media screen and (max-width: 834px) {
  .under-post__main .top-news__cap {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .under-post__main .top-news__arw {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .under-post__main .top-news__arw {
    margin-bottom: 5.5rem;
  }
}
.under-post__cate {
  width: fit-content;
  padding: 0.65rem 1.45rem;
  font-family: var(--en);
  font-size: 1.4rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.under-post__ttl {
  margin: 2rem 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.under-post__txt p {
  font-size: 1.6rem;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3.5em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}
.under-post .c-btn02 {
  margin-top: 11rem;
}
@media screen and (max-width: 834px) {
  .under-post .c-btn02 {
    margin-top: 5rem;
  }
}
.under-post__daca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 1.9rem;
}
.under-post__daca .top-news__date {
  margin-top: 0;
  font-size: 1.6rem;
}
.under-post__detail-ttl {
  margin-top: 1rem;
  margin-bottom: 6rem;
  font-size: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .under-post__detail-ttl {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
.under-post__detail-tumn {
  display: block;
  width: 100%;
  aspect-ratio: 1093/550;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .under-post__detail-tumn {
    margin-bottom: 3rem;
  }
}
.under-post__detail-tumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.under-post #ez-toc-container {
  position: relative;
  margin-top: 4.5rem;
  margin-bottom: 5.6rem;
  padding: 6rem 6rem 6rem 12.4rem;
  width: 100%;
  background: url(../img/common/ez-bg.webp) repeat top left/contain;
  border-width: 0;
}
@media screen and (max-width: 834px) {
  .under-post #ez-toc-container {
    padding: 3rem 3rem 3rem 6rem;
  }
}
.under-post #ez-toc-container .ez-toc-title {
  position: absolute;
  font-size: 1.4rem;
  left: 5.5rem;
  font-family: var(--en);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .under-post #ez-toc-container .ez-toc-title {
    left: 2.6rem;
  }
}
.under-post .ez-toc-title-toggle {
  display: none;
}
.under-post div#ez-toc-container ul li.ez-toc-heading-level-2 {
  margin-top: 2.8rem;
}
.under-post #ez-toc-container ul ul, .under-post .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0;
}
.under-post div#ez-toc-container ul li a {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: block;
  border-bottom: 1px solid rgba(161, 164, 156, 0.3);
  font-size: 1.8rem;
  color: #fff;
}
.under-post div#ez-toc-container ul li ul li a,
.under-post div#ez-toc-container ul li ul li ul li a,
.under-post div#ez-toc-container ul li ul li ul li ul li a,
.under-post div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-width: 0;
  font-size: 1.4rem;
}
.under-post div#ez-toc-container ul li ul li a {
  margin-left: 0;
}
.under-post div#ez-toc-container ul li ul li ul li a {
  margin-left: 1em;
}
.under-post div#ez-toc-container ul li ul li ul li ul li a {
  margin-left: 2em;
}
@media screen and (max-width: 834px) {
  .under-post div#ez-toc-container ul li ul li ul li ul li a {
    margin-left: 1em;
  }
}
.under-post div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-left: 3em;
}
@media screen and (max-width: 834px) {
  .under-post div#ez-toc-container ul li ul li ul li ul li ul li a {
    margin-left: 1.5em;
  }
}
.under-post .wp-block-heading {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .under-post .wp-block-heading {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.under-post h2.wp-block-heading {
  position: relative;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  border-bottom: 2px solid rgba(161, 164, 156, 0.4);
}
.under-post h2.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 0.2rem;
  bottom: -0.2rem;
  left: 0;
  background-color: #666461;
}
@media screen and (max-width: 834px) {
  .under-post h2.wp-block-heading {
    font-size: 2rem;
  }
}
.under-post h3.wp-block-heading {
  position: relative;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.3;
}
.under-post h3.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #666461;
}
@media screen and (max-width: 834px) {
  .under-post h3.wp-block-heading {
    font-size: 2rem;
  }
}
.under-post h4.wp-block-heading {
  position: relative;
  padding-left: 4.2rem;
  font-size: 1.9rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .under-post h4.wp-block-heading {
    font-size: 1.8rem;
  }
}
.under-post h4.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 0.2rem;
  top: 50%;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.under-post h5.wp-block-heading {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .under-post h5.wp-block-heading {
    font-size: 1.8rem;
  }
}
.under-post h5.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  aspect-ratio: 1;
  top: calc(50% - 0.5rem);
  left: 0;
  z-index: 1;
  background-color: #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.under-post h6.wp-block-heading {
  position: relative;
  width: fit-content;
  padding-bottom: 0.1rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.under-post h6.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background-color: #565451;
}
@media screen and (max-width: 834px) {
  .under-post h6.wp-block-heading {
    font-size: 1.8rem;
  }
}
.under-post__content p {
  font-size: 1.6rem;
  line-height: 1.875;
}

.wp-pagenavi_wrap {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi_wrap {
    margin-top: 5rem;
    gap: 1rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.4rem;
  font-family: var(--en);
  color: rgba(0, 0, 0, 0.5);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  display: block;
  width: 1em;
  text-align: center;
  color: #000;
}
.wp-pagenavi a.page, .wp-pagenavi span.page {
  display: block;
  width: fit-content;
  text-align: center;
}

.previouspostslink,
.nextpostslink {
  position: relative;
  width: 6rem;
  height: 3rem;
  border: 1px solid #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.previouspostslink::before,
.nextpostslink::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  aspect-ratio: 14/11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 835px) {
  .previouspostslink {
    margin-right: 2rem;
  }
}
.previouspostslink::before {
  background-image: url(../img/common/arw-lft.webp);
}

@media screen and (min-width: 835px) {
  .nextpostslink {
    margin-left: 2rem;
  }
}
.nextpostslink::before {
  background-image: url(../img/common/arw-rht.webp);
}

.extend {
  position: relative;
  top: -0.3em;
}

.c-btn02 {
  position: relative;
  width: 15rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-family: var(--en);
  font-size: 1.4rem;
  background-color: #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.c-btn02::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: -1;
}
.c-btn02 .c-btn__txt {
  color: #fff;
  position: relative;
  display: block;
  line-height: 1;
  perspective: 80rem;
  overflow: hidden;
  height: 1em;
}
.c-btn02 .c-btn__txt > span {
  display: block;
  will-change: transform, opacity, filter;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-style: preserve-3d;
  text-align: center;
}
.c-btn02 .c-btn__txt-main {
  transform: translateY(0);
  opacity: 1;
}
.c-btn02 .c-btn__txt-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(100%) rotateX(15deg) translateZ(20px);
  opacity: 0;
  filter: blur(0.4px);
}
.c-btn02__arw {
  position: relative;
  display: block;
  max-width: 1.6rem;
}
.c-btn02__arw::before {
  position: absolute;
  content: "";
  width: 1.6rem;
  aspect-ratio: 16/11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 100%, 20px);
  filter: blur(0.4px);
  opacity: 0;
  z-index: 2;
  background: url(../img/common/arw-rht.webp) no-repeat center center/cover;
  transition: all 0.3s ease;
}
.c-btn02:hover {
  opacity: 1;
}
.c-btn02:hover::before {
  transform: scale(1);
}
.c-btn02:hover .c-btn__txt {
  color: #000;
}
.c-btn02:hover .c-btn__txt .c-btn__txt-hover {
  transform: translateY(0) rotateX(0) translateZ(0);
  opacity: 1;
  filter: blur(0);
  transition-delay: 0s;
}
.c-btn02:hover .c-btn__txt .c-btn__txt-main {
  transform: translateY(-100%) rotateX(-35deg) translateZ(-40px) scale(0.92);
  opacity: 0;
  filter: blur(1px);
  transition-delay: 0s;
}
.c-btn02:hover .c-btn02__arw::before {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0s;
  transform: translate3d(-50%, -50%, 0);
}
.c-btn02:not(:hover) .c-btn__txt .c-btn__txt-hover, .c-btn02:not(:hover) .c-btn__txt .c-btn__txt-main {
  transition: none !important;
}