@charset "UTF-8";
/* アーカイブページ */
.information-archive {
  padding-inline: calc(50dvw - min(477px, 40.5267629567vw));
}
@media screen and (max-width: 1014px) {
  .information-archive {
    padding-inline: 30px;
  }
}
@media (max-width: 960px) {
  .information-archive {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .information-archive .title {
    line-height: 1.5;
  }
}

/* 記事ページ */
.information-post {
  padding-inline: calc(50dvw - min(558.5px, 47.4511469839vw));
  display: grid;
  border-bottom: 1px solid rgba(var(--color-text-base-code), 0.3);
}
@media screen and (max-width: 1177px) {
  .information-post {
    padding-inline: 30px;
  }
}
@media (max-width: 960px) {
  .information-post {
    padding-inline: 20px;
  }
}
@media (min-width: 961px) {
  .information-post {
    grid-template-columns: 71% 1fr;
    gap: min(60px, 5.0977060323vw) min(80px, 6.7969413764vw);
    padding-bottom: min(120px, 10.1954120646vw);
  }
}
@media (max-width: 960px) {
  .information-post {
    gap: 35px;
    padding-bottom: 60px;
  }
}

.post-header {
  display: grid;
}
@media (min-width: 961px) {
  .post-header {
    grid-area: 1/1/2/3;
    height: min(430px, 36.533559898vw);
    padding-top: min(180px, 15.2931180969vw);
    grid-template-columns: 1fr 34%;
    gap: 1.8em;
  }
}
@media (max-width: 960px) {
  .post-header {
    padding-top: 100px;
  }
}
.post-header .title {
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 961px) {
  .post-header .title {
    margin-top: auto;
    font-size: min(32px, 2.7187765506vw);
  }
}
@media (max-width: 960px) {
  .post-header .title {
    margin-top: 40px;
    font-size: 20px;
  }
}
.post-header .date {
  margin-bottom: auto;
}
@media (min-width: 961px) {
  .post-header .date {
    font-size: min(16px, 1.3593882753vw);
  }
}
@media (max-width: 960px) {
  .post-header .date {
    margin-top: 14px;
    font-size: 12px;
  }
}
.post-header .eyecatch {
  overflow: hidden;
  aspect-ratio: 375/250;
}
.post-header .eyecatch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
@media (min-width: 961px) {
  .post-header .eyecatch {
    grid-area: 1/2/3/3;
  }
}
@media (max-width: 960px) {
  .post-header .eyecatch {
    grid-area: 1/1/2/2;
    margin: 0 -20px;
  }
}

/* WordPressで入力 */
.wp-entry {
  background-color: var(--color-white);
}
@media (min-width: 961px) {
  .wp-entry {
    border-radius: min(16px, 1.3593882753vw);
    padding: min(60px, 5.0977060323vw) min(48px, 4.0781648258vw) min(80px, 6.7969413764vw);
  }
}
@media (max-width: 960px) {
  .wp-entry {
    border-radius: 12px;
    padding: 32px 20px 40px;
  }
}
.wp-entry :is(h1, h2, h3, h4, h5, h6) {
  border-bottom: 1px solid var(--color-text-base);
  padding-bottom: 0.35em;
  margin-bottom: 0.67em;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 961px) {
  .wp-entry :is(h1, h2, h3, h4, h5, h6) {
    font-size: min(24px, 2.0390824129vw);
  }
  .wp-entry :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 2.4em;
  }
}
@media (max-width: 960px) {
  .wp-entry :is(h1, h2, h3, h4, h5, h6) {
    font-size: 18px;
  }
  .wp-entry :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 1.8em;
  }
}
.wp-entry > * + * {
  margin-top: 0.8em;
}
.wp-entry strong {
  font-weight: 600;
}
.wp-entry a {
  color: #EB7979;
}
.wp-entry ul li {
  list-style: disc;
  margin-left: 1.4em;
}
.wp-entry ol li {
  list-style: decimal;
  margin-left: 1.4em;
}
.wp-entry figure {
  margin: 1.4em 0;
}
.wp-entry figure img {
  width: 100%;
}
.wp-entry figure:last-child {
  margin-bottom: 0;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
  .share {
    margin-top: min(40px, 3.3984706882vw);
    gap: min(24px, 2.0390824129vw) min(40px, 3.3984706882vw);
  }
}
@media (max-width: 960px) {
  .share {
    margin-top: 40px;
    gap: 20px 28px;
  }
}
.share dt {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 961px) {
  .share dt {
    font-size: min(20px, 1.6992353441vw);
  }
}
@media (max-width: 960px) {
  .share dt {
    font-size: 18px;
  }
}
.share dd {
  line-height: 1;
}
@media (min-width: 961px) {
  .share dd {
    font-size: min(28px, 2.3789294817vw);
  }
}
@media (max-width: 960px) {
  .share dd {
    font-size: 32px;
  }
}

/* 最新のお知らせ */
@media (min-width: 961px) {
  .post-latest {
    margin-top: min(40px, 3.3984706882vw);
  }
}
@media (max-width: 960px) {
  .post-latest {
    display: none;
  }
}
.post-latest .h3 .ja {
  font-weight: 600;
  font-family: var(--font-gothic);
}
@media (min-width: 961px) {
  .post-latest .h3 .en {
    font-size: min(13px, 1.1045029737vw);
  }
  .post-latest .h3 .ja {
    font-size: min(20px, 1.6992353441vw);
  }
}
.post-latest .list a {
  position: relative;
  display: grid;
  gap: 0.5em;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}
.post-latest .list a + a {
  border-top: 1px solid rgba(var(--color-text-base-code), 0.3);
}
@media (min-width: 961px) {
  .post-latest .list a {
    padding-block: min(20px, 1.6992353441vw);
  }
}
.post-latest .title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 961px) {
  .post-latest .title {
    font-size: min(16px, 1.3593882753vw);
  }
}
.post-latest .date {
  font-family: var(--font-futura);
}
@media (min-width: 961px) {
  .post-latest .date {
    font-size: min(13px, 1.1045029737vw);
  }
}
.post-latest .fa-arrow-right {
  position: absolute;
  right: 0;
  aspect-ratio: 1;
  background-color: var(--color-text-base);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}
@media (min-width: 961px) {
  .post-latest .fa-arrow-right {
    width: min(20px, 1.6992353441vw);
    bottom: min(20px, 1.6992353441vw);
    font-size: min(10px, 0.849617672vw);
  }
}