@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  color: #555;
}

body.js-scrollStop {
  overflow: hidden;
}

:where(h2, h3, h4)[id] {
  scroll-margin-top: var(--header-h);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.fv {
  width: 100%;
  padding: 0;
}

.fv__element {
  height: 650px;
}
@media (min-width: 1441px) {
  .fv__element {
    height: 720px;
  }
}
@media (min-width: 1601px) {
  .fv__element {
    height: 750px;
  }
}
@media (min-width: 1801px) {
  .fv__element {
    height: 850px;
  }
}
.fv__element--01 .fv__item--01 {
  background-image: url(../image/fv-item01-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--01 .fv__item--02 {
  background-image: url(../image/fv-item01-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--02 .fv__item--01 {
  background-image: url(../image/fv-item02-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--02 .fv__item--02 {
  background-image: url(../image/fv-item02-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--03 .fv__item--01 {
  background-image: url(../image/fv-item03-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--03 .fv__item--02 {
  background-image: url(../image/fv-item03-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__element--04 .fv__item--01 {
  background-image: url(../image/fv-item02-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.fv__element--04 .fv__item--02 {
  background-image: url(../image/fv-item04-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .fv__element {
    height: 650px;
  }
}
@media (max-width: 960px) {
  .fv__element {
    height: 500px;
  }
}
.fv__list {
  height: 100% !important;
}
.fv__item {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .fv__item {
    align-items: flex-start;
  }
}
.fv__item--comingsoon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 42, 0.72);
  z-index: 1;
}
.fv__item--comingsoon .fv__main {
  z-index: 2;
}
.fv__item--comingsoon .fv__ttl,
.fv__item--comingsoon .fv__subttl {
  color: #d9d9d9;
}
.fv__item:not(.fv__item--comingsoon) .fv__ttl {
  color: #c29f4f !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .fv__item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
  }
}
.fv__main {
  min-width: 600px;
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fv__main--right {
  right: 8%;
}
@media (max-width: 1440px) {
  .fv__main--right {
    right: 4%;
  }
}
@media (max-width: 768px) {
  .fv__main--right {
    left: auto;
    right: auto;
  }
}
.fv__main--left {
  left: 8%;
}
@media (max-width: 1440px) {
  .fv__main--left {
    left: 4%;
  }
}
@media (max-width: 768px) {
  .fv__main--left {
    left: auto;
    right: auto;
  }
}
@media (max-width: 1440px) {
  .fv__main {
    min-width: 400px;
  }
}
@media (max-width: 768px) {
  .fv__main {
    position: absolute;
    z-index: 9;
    width: 90%;
    min-width: auto;
    top: 5% !important;
    transform: none !important;
    left: 5% !important;
    right: auto !important;
    bottom: auto;
    margin: 0 !important;
  }
}
.fv__ttl {
  display: block;
  margin: 0 0 18px;
  font-size: 88px;
  line-height: 0.95;
  font-weight: 600;
  color: #fff;
  font-family: "Gabarito", sans-serif;
}
@media (max-width: 960px) {
  .fv__ttl {
    font-size: 72px;
  }
}
@media (max-width: 480px) {
  .fv__ttl {
    font-size: 56px;
  }
}
.fv__subttl {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 800;
  color: #c29f4f;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 960px) {
  .fv__subttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .fv__subttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.fv__subttlLabel {
  display: block;
  margin-bottom: 8px;
}
.fv__subttlTitle {
  display: block;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: 0;
}
.fv__item:not(.fv__item--comingsoon) .fv__ttl {
  color: #fff;
}
.fv__subdesc {
  margin: -12px 0 32px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: #c29f4f;
  font-weight: 700;
}
@media (max-width: 960px) {
  .fv__subdesc {
    font-size: 14px;
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .fv__subdesc {
    margin: -8px 0 24px;
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }
}
.fv__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 2px solid #c29f4f;
  padding: 18px 32px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
.fv__btn span {
  font-size: 20px;
  font-weight: 500;
  color: #c29f4f;
}
@media (max-width: 960px) {
  .fv__btn span {
    font-size: 18px;
  }
}
.fv__btn--dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c29f4f;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.fv__btn--dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.fv__btn:hover {
  opacity: 0.8;
  background-color: #c29f4f;
}
.fv__btn:hover span {
  color: #fff;
}
.fv__btn:hover .fv__btn--dot {
  background: #fff;
}
.fv__btn:hover .fv__btn--dot::after {
  background: #c29f4f;
}
@media (max-width: 960px) {
  .fv__btn {
    padding: 14px 24px;
    max-width: 240px;
  }
}
.fv__btn--disabled {
  border-color: #8f8f8f;
  pointer-events: none;
  cursor: default;
}
.fv__btn--disabled span {
  color: #e2e2e2;
}
.fv__btn--disabled .fv__btn--dot {
  background: #8f8f8f;
}
.fv__btn--disabled .fv__btn--dot::after {
  background: #ededed;
}
.fv__dots {
  margin-top: 32px;
  margin-left: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
}
.fv__dots .fv__dot {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 9999px;
  border: 1px solid #c29f4f;
  background: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.fv__dots .fv__dot.is-active {
  background: #c29f4f;
  border-color: #c29f4f;
}
.fv__dots .fv__dot:hover {
  background: rgba(194, 159, 79, 0.25);
}
.fv .slick-list {
  height: 100% !important;
  overflow: hidden !important;
}
.fv .slick-track {
  height: 100% !important;
}
.fv .slick-slide > div {
  height: 100%;
}

.fv__item .fv__main {
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .fv__item .fv__main {
    top: 5% !important;
    transform: none !important;
  }
}

.fv__item.is-enter-from-left .fv__main {
  animation: fv-slide-in-from-left 0.7s ease both;
}
@media (max-width: 768px) {
  .fv__item.is-enter-from-left .fv__main {
    animation: none;
  }
}

.fv__item.is-enter-from-right .fv__main {
  animation: fv-slide-in-from-right 0.7s ease both;
}
@media (max-width: 768px) {
  .fv__item.is-enter-from-right .fv__main {
    animation: none;
  }
}

@keyframes fv-slide-in-from-left {
  from {
    opacity: 0;
    transform: translate(-36px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fv-slide-in-from-right {
  from {
    opacity: 0;
    transform: translate(36px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.latest {
  width: 100%;
  background-color: #014185;
  padding: 120px 0;
}
.latest__inner {
  max-width: 1440px;
  margin: auto;
  padding: 0 120px;
}
@media (max-width: 1080px) {
  .latest__inner {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .latest__inner {
    padding: 0 24px;
  }
}
.latest__ttl {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
}
.latest__ttl::before {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #c29f4f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 585px) {
  .latest__ttl {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
.latest__top {
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}
.latest__top--item {
  width: 100%;
  border: 6px solid #c29f4f;
  list-style: none;
}
.latest__top--link {
  display: block;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  transition: 0.3s;
}
.latest__top--link:hover {
  opacity: 0.8;
}
.latest__top--img {
  width: 100%;
}
.latest__top--main {
  background-color: #fff;
  padding: 32px 40px;
}
@media (max-width: 768px) {
  .latest__top--main {
    padding: 16px;
  }
}
.latest__top--detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .latest__top--detail {
    margin-bottom: 12px;
  }
}
.latest__top--cat {
  background-color: #c29f4f;
  color: #fff;
  padding: 4px 32px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
}
.latest__top--date {
  font-size: 16px;
  font-weight: bold;
  color: #c29f4f;
  text-decoration: none;
}
.latest__top--ttl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  color: #24231f;
}
@media (max-width: 1440px) {
  .latest__top--ttl {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .latest__top--ttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .latest__top--ttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .latest__top {
    margin-bottom: 24px;
  }
}
.latest__bottom {
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.latest__bottom--item {
  background-color: #003165;
}
.latest__bottom:first-child {
  border-top: none;
  padding-top: 0;
}
.latest__bottom--link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.latest__bottom--link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .latest__bottom--link {
    grid-template-columns: 1fr;
  }
}
.latest__bottom--img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest__bottom--main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .latest__bottom--main {
    padding-left: 16px;
    padding-top: 0;
  }
}
.latest__bottom--detail {
  display: flex;
  align-items: center;
  gap: 14px;
}
.latest__bottom--cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #c29f4f;
  color: #fff;
}
.latest__bottom--date {
  font-size: 16px;
  font-weight: 400;
  color: #c29f4f;
  line-height: 1;
}
.latest__bottom--ttl {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 1440px) {
  .latest__bottom--ttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .latest__bottom--ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .latest__bottom {
    gap: 24px;
  }
}
.latest__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 2px solid #fff;
  padding: 18px 32px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  margin: auto;
  margin-top: 40px;
  transition: 0.5s;
}
.latest__btn span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.latest__btn--dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.latest__btn--dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #014185;
  transform: translate(-50%, -50%);
}
.latest__btn:hover {
  opacity: 0.8;
  background-color: #fff;
}
.latest__btn:hover span {
  color: #014185;
}
.latest__btn:hover .fv__btn--dot {
  background: #014185;
}
.latest__btn:hover .fv__btn--dot::after {
  background: #c29f4f;
}
@media (max-width: 768px) {
  .latest {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .latest {
    padding: 40px 0;
  }
}

.rank {
  width: 100%;
  background-color: #000;
  padding: 80px 0;
}
.rank__inner {
  max-width: 1440px;
  margin: auto;
  padding: 0 120px;
}
@media (max-width: 1080px) {
  .rank__inner {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .rank__inner {
    padding: 0 24px;
  }
}
.rank__ttl {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  letter-spacing: 1px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
}
.rank__ttl::before {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #c29f4f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 585px) {
  .rank__ttl {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
.rank__top {
  width: 100%;
  margin: auto;
  margin-bottom: 56px;
  padding: 0;
  list-style: none;
}
.rank__top--item {
  position: relative;
}
.rank__top--link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  border: 6px solid #c29f4f;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.rank__top--link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .rank__top--link {
    grid-template-columns: 1fr;
  }
}
.rank__top--img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.rank__top--main {
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .rank__top--main {
    padding: 16px;
  }
}
.rank__top--detail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rank__top--cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #c29f4f;
  color: #fff;
}
.rank__top--date {
  font-size: 16px;
  font-weight: 600;
  color: #c29f4f;
  line-height: 1;
}
.rank__top--ttl {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
}
@media (max-width: 1440px) {
  .rank__top--ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .rank__top--ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rank__top--ttl {
    font-size: 18px;
  }
}
.rank__top--item::before {
  content: "1";
  position: absolute;
  z-index: 5;
  top: -32px;
  left: 16px;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  background: #c29f4f;
}
@media (max-width: 480px) {
  .rank__top--item::before {
    font-size: 24px;
    width: 48px;
    height: 48px;
    top: -22px;
    left: 6px;
  }
}
@media (max-width: 768px) {
  .rank__top {
    margin-bottom: 40px;
  }
}
.rank__bottom {
  width: 100%;
  margin: auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
.rank__bottom--item {
  position: relative;
  height: 100%;
}
.rank__bottom--link {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  overflow: visible;
  transition: 0.3s;
}
.rank__bottom--link:hover {
  opacity: 0.8;
}
.rank__bottom--img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.rank__bottom--main {
  flex: 1;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .rank__bottom--main {
    padding: 16px;
  }
}
.rank__bottom--detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rank__bottom--cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: #c29f4f;
  color: #fff;
}
@media (max-width: 768px) {
  .rank__bottom--cat {
    padding: 4px 24px;
    font-size: 12px;
  }
}
.rank__bottom--date {
  font-size: 14px;
  font-weight: 600;
  color: #c29f4f;
  line-height: 1;
}
@media (max-width: 768px) {
  .rank__bottom--date {
    font-size: 16px;
  }
}
.rank__bottom--ttl {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rank__bottom--num {
  position: absolute;
  z-index: 5;
  top: -32px;
  left: 16px;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.rank__bottom--num--2 {
  background: #9A9C9F;
}
.rank__bottom--num--3 {
  background: #593A0F;
}
.rank__bottom--num--4 {
  background: #4C4C4C;
}
@media (max-width: 1440px) {
  .rank__bottom--num {
    font-size: 24px;
    width: 48px;
    height: 48px;
    top: -26px;
    left: 6px;
  }
}
@media (max-width: 768px) {
  .rank__bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .rank {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .rank {
    padding: 40px 0;
  }
}

.latest__top--item {
  border: 0;
}

.latest__top--link,
.latest__bottom--link,
.rank__top--link,
.rank__bottom--link {
  position: relative;
}

.rank__top--link {
  border: 0;
}

.latest__top--link::after,
.rank__top--link::after,
.latest__bottom--link::after,
.rank__bottom--link::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 6px solid #c29f4f;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 3;
}

.latest__bottom--link::after,
.rank__bottom--link::after {
  border-width: 4px;
}

.latest__top--link:hover::after,
.latest__top--link:focus-visible::after,
.latest__bottom--link:hover::after,
.latest__bottom--link:focus-visible::after,
.rank__top--link:hover::after,
.rank__top--link:focus-visible::after,
.rank__bottom--link:hover::after,
.rank__bottom--link:focus-visible::after {
  opacity: 1;
}

.common {
  padding: 80px 0;
  background-color: #014185;
  text-align: center;
}
.common__ttl {
  font-size: 100px;
  font-weight: bold;
  font-family: "Gabarito", sans-serif;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .common__ttl {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .common__ttl {
    font-size: 56px;
    margin-bottom: 16px;
  }
}
.common__subttl {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .common__subttl {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .common__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .common {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .common {
    padding: 40px 0;
  }
}

.expert {
  padding: 120px 0;
  background-color: #fff;
}
.expert__list {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.expert__item {
  width: 100%;
  scroll-margin-top: 120px;
}
.expert__card {
  display: grid;
  grid-template-columns: 400px 1fr;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1080px) {
  .expert__card {
    grid-template-columns: 1fr;
  }
}
.expert__media {
  width: 100%;
  height: 100%;
  background: #eaf0f3;
  overflow: hidden;
}
.expert__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.expert__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 40px 64px;
  min-height: 540px;
}
@media (max-width: 1080px) {
  .expert__body {
    padding: 32px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .expert__body {
    padding: 20px;
  }
}
.expert__name {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #24231f;
  line-height: 1.2;
}
.expert__role {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #c29f4f;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .expert__role {
    margin-bottom: 16px;
  }
}
.expert__desc {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.9;
  color: #333;
  margin: 24px 0;
  display: block;
  overflow: visible;
  max-height: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: normal;
}
@media (max-width: 480px) {
  .expert__desc {
    margin: 0;
  }
}
.expert__sns {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 480px) {
  .expert__sns {
    margin-top: 0;
    justify-content: center;
  }
}
.expert__sns-link {
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.expert__sns-icon {
  width: 50px;
  height: 50px;
  display: block;
}
@media (max-width: 768px) {
  .expert {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .expert {
    padding: 40px 0;
  }
}

.feature {
  padding: 80px 0;
  background-color: #fff;
}
.feature__inner {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1080px) {
  .feature__inner {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .feature__inner {
    flex-direction: column;
  }
}
.feature__content {
  width: 70%;
}
@media (max-width: 1080px) {
  .feature__content {
    width: 100%;
  }
}
.feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 95%;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .feature__list {
    width: 100%;
  }
}
.feature__item {
  width: 100%;
}
.feature__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.feature__link:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.feature__card {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 18px;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature__card {
    grid-template-columns: 1fr;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
  }
}
.feature__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.feature__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.feature__main {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}
.feature__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feature__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 9999px;
  background: #c29f4f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.feature__date {
  font-size: 16px;
  font-weight: 700;
  color: #c29f4f;
  line-height: 1;
  white-space: nowrap;
}
.feature__ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature__desc {
    -webkit-line-clamp: 4;
  }
}
.feature__side {
  position: relative;
}
@media (max-width: 960px) {
  .feature__side {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .feature {
    padding: 40px 0;
  }
}

.article {
  width: 100%;
  padding: 0 0 80px;
  background-color: #ECECEC;
}
.article__inner {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1080px) {
  .article__inner {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .article__inner {
    flex-direction: column;
    width: 100%;
  }
}
.article__content {
  width: 70%;
}
.article__content--inner {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .article__content--inner {
    border: none;
    box-shadow: none;
  }
}
.article__content .articleHeader {
  padding: 40px;
}
.article__content .articleHeader__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.article__content .articleHeader__category {
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 6px 32px;
  border-radius: 999px;
  background: #c2a14f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.article__content .articleHeader__category:hover {
  opacity: 0.9;
}
.article__content .articleHeader__date {
  font-size: 20px;
  font-weight: 700;
  color: #c2a14f;
  letter-spacing: 0.02em;
}
.article__content .articleHeader__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 800;
  color: #222;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article__content .articleHeader__title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .article__content .articleHeader__title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .article__content .articleHeader {
    padding: 24px;
  }
}
.article__content .shareBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article__content .shareBtns__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  padding: 0px 14px 0 10px;
  border-radius: 999px;
  border: 1px solid #c2a14f;
  background: #f7f3e9;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.article__content .shareBtns__item:hover {
  opacity: 0.85;
}
.article__content .shareBtns__item:focus-visible {
  outline: 2px solid rgba(179, 171, 58, 0.35);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .article__content .shareBtns__item {
    gap: 5px;
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .article__content .shareBtns__item {
    height: 28px;
  }
}
.article__content .shareBtns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}
.article__content .shareBtns__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .article__content .shareBtns__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .article__content .shareBtns__icon {
    width: 16px;
    height: 16px;
  }
}
.article__content .shareBtns__text {
  font-size: 13px;
  font-weight: 800;
  color: #c2a14f;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .article__content .shareBtns__text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .article__content .shareBtns__text {
    font-size: 10px;
  }
}
.article__content .shareBtns__item--copy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2a14f;
}
@media (max-width: 960px) {
  .article__content .shareBtns--02 {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .article__content .shareBtns--02 {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .article__content .shareBtns {
    gap: 5px;
  }
}
.article__content .articleHero__thumb {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.article__content .articleHero__img {
  display: block;
  width: 100%;
  height: auto;
}
.article__content .articleHero__lead {
  padding: 40px;
}
@media (max-width: 768px) {
  .article__content .articleHero__lead {
    padding: 24px;
  }
}
.article__content .articleHero__leadText {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #000;
  font-weight: 600;
}
.article__content .articleHero__leadText a {
  color: #c2a14f;
  text-decoration: underline;
  transition: 0.3s;
}
.article__content .articleHero__leadText a:hover {
  opacity: 0.8;
}
.article__content .articleInfo {
  margin-top: 18px;
  display: grid;
  padding: 40px;
  padding-top: 0;
}
.article__content .supervisor__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
.article__content .supervisorCard {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .article__content .supervisorCard {
    grid-template-columns: 1fr;
  }
}
.article__content .supervisorCard__thumb {
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  overflow: hidden;
  background: #f5f5f5;
}
@media (max-width: 480px) {
  .article__content .supervisorCard__thumb {
    justify-self: start;
  }
}
.article__content .supervisorCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 100px;
}
.article__content .supervisorCard__body {
  min-width: 0;
}
.article__content .supervisorCard__name {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #23221E;
  margin-bottom: 16px;
}
.article__content .supervisorCard__title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: #c2a14f;
  margin-bottom: 0;
}
.article__content .supervisorCard__bio {
  margin-top: 12px;
  display: block;
  line-height: 1.7;
  color: #999894;
  font-size: 12px;
}
.article__content .articlePoints {
  border: 1px solid #014185;
  background: #fff;
  margin-top: 40px;
}
.article__content .articlePoints__heading {
  background: #014185;
  color: #fff;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 800;
}
.article__content .articlePoints__list {
  list-style: none;
  margin: 0;
  padding: 20px 32px;
  display: grid;
  gap: 10px;
}
@media (max-width: 768px) {
  .article__content .articlePoints__list {
    padding: 12px;
  }
}
.article__content .articlePoints__item {
  display: grid;
  grid-template-columns: 16px 1fr;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: start;
}
.article__content .articlePoints__icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  display: block;
}
.article__content .articlePoints__text {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #014185;
  min-width: 0;
}
.article__content .articleToc {
  background: #FAFAFA;
  padding: 18px 20px;
  border-radius: 6px;
  margin-top: 40px;
}
.article__content .articleToc__head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24231f;
  margin-bottom: 24px;
}
.article__content .articleToc__title {
  font-weight: 900;
  font-size: 32px;
}
.article__content .articleToc__sub {
  font-weight: 700;
  font-size: 14px;
}
.article__content .articleToc__body .ez-toc-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__content .articleToc__body .ez-toc-list > li {
  padding: 14px 0;
  border-top: 2px solid #DCDDDD;
}
.article__content .articleToc__body .ez-toc-list > li:first-child {
  border-top: 0;
}
.article__content .articleToc__body .ez-toc-link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #23221E;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  transition: 0.3s;
  padding-left: 18px;
}
.article__content .articleToc__body .ez-toc-link::before {
  content: "•";
  font-size: 18px;
  line-height: 1;
  color: #222;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.article__content .articleToc__body .ez-toc-link::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 5px;
  background-image: url("../image/icon-toc-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article__content .articleToc__body .ez-toc-link:hover {
  opacity: 0.8;
}
.article__content .articleToc__body .ez-toc-list-level-1 > li > .ez-toc-link {
  padding-left: 0;
}
.article__content .articleToc__body .ez-toc-list-level-1 > li > .ez-toc-link::before {
  content: none;
}
.article__content .articleToc__body .ez-toc-list-level-3 {
  list-style: none;
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.article__content .articleToc__body .ez-toc-list-level-3 > li {
  border: 0;
  padding: 0;
}
.article__content .articleToc__body .ez-toc-list-level-3 .ez-toc-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 8px;
}
.article__content .articleToc__body .ez-toc-list-level-3 .ez-toc-link::before {
  content: "•";
  font-size: 16px;
  color: #222;
}
.article__content .articleBody {
  padding: 40px;
  padding-top: 0;
}
.article__content .articleBody__content {
  font-size: 15px;
  line-height: 2;
  color: #222;
}
.article__content .articleBody__content > *:first-child {
  margin-top: 0;
}
.article__content .articleBody__content p {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 400;
  color: #23221E;
  line-height: 2;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
}
.article__content .articleBody__content a {
  color: #1f5b7b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.article__content .articleBody__content a:hover {
  opacity: 0.85;
}
.article__content .articleBody__content img {
  max-width: 100%;
  height: auto;
}
.article__content .articleBody__content h2 {
  margin: 36px 0 12px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 800;
  color: #23221E;
  padding-bottom: 8px;
  border-bottom: 2px dashed #c2a14f;
  border-width: 3px;
}
@media (max-width: 480px) {
  .article__content .articleBody__content p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .article__content .articleBody__content h2 {
    font-size: 20px;
  }
}
.article__content .articleBody__content h3 {
  margin: 24px 0 16px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 800;
  color: #c2a14f;
  border-top: 2px solid #c2a14f;
  border-bottom: 2px solid #c2a14f;
  padding: 8px 0;
}
@media (max-width: 480px) {
  .article__content .articleBody__content h3 {
    font-size: 20px;
  }
}
.article__content .articleBody__content h4 {
  margin: 24px 0 16px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 800;
  color: #23221E;
}
@media (max-width: 480px) {
  .article__content .articleBody__content h4 {
    font-size: 20px;
  }
}
.article__content .articleBody__content ul,
.article__content .articleBody__content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.article__content .articleBody__content li {
  margin: 6px 0;
}
.article__content .articleBody__content blockquote {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid #e8e2b7;
  background: #fbfaf2;
  border-radius: 10px;
}
.article__content .articleBody__content .wp-block-image img {
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: auto !important;
}
.article__content .articleBody__content .wp-block-column {
  margin: 24px 0 16px;
}
@media (max-width: 768px) {
  .article__content .articleBody__content .wp-block-column {
    margin: 0;
  }
  .article__content .articleBody__content .wp-block-column div, .article__content .articleBody__content .wp-block-column p {
    margin: 0;
  }
}
.article__content .articleBody__content ul.wp-block-list {
  list-style: none;
  margin: 24px 0 16px;
  padding-left: 0;
}
.article__content .articleBody__content ul.wp-block-list > li {
  position: relative;
  padding-left: 12px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
}
.article__content .articleBody__content ul.wp-block-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #222;
}
.article__content .articleBody__content ul.wp-block-list ul.wp-block-list {
  margin-top: 8px;
  padding-left: 16px;
}
.article__content .articleBody__content ul.wp-block-list ul.wp-block-list > li {
  padding-left: 18px;
  font-size: 15px;
  font-weight: 700;
}
.article__content .articleBody__content ol.wp-block-list {
  margin: 24px 0 16px;
  padding-left: 12px;
  list-style-type: decimal;
}
.article__content .articleBody__content ol.wp-block-list > li {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
}
.article__content .articleBody__content ol.wp-block-list > li::marker {
  font-weight: 800;
  color: #222;
}
.article__content .articleBody__content ol.wp-block-list ul.wp-block-list {
  margin-top: 8px;
  padding-left: 24px;
  list-style-type: lower-roman;
}
.article__content .articleBody__content ol.wp-block-list ul.wp-block-list > li {
  font-size: 15px;
  font-weight: 700;
  padding-left: 0;
}
.article__content .articleBody__content ol.wp-block-list ul.wp-block-list > li::before {
  display: none;
}
.article__content .articleBody__content ol.wp-block-list ul.wp-block-list > li::marker {
  font-weight: 800;
}
.article__content .articleBody__content .wp-block-table {
  margin: 32px 0 16px;
  overflow-x: auto;
}
.article__content .articleBody__content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  background: #fff;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .wp-block-table table {
    width: -moz-max-content;
    width: max-content;
    min-width: 640px;
  }
}
.article__content .articleBody__content .wp-block-table tr {
  border-bottom: 1px solid #333;
}
.article__content .articleBody__content .wp-block-table tr:first-child {
  background: #1f1f1f;
}
.article__content .articleBody__content .wp-block-table tr:first-child td {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .wp-block-table tr:first-child td {
    font-size: 16px;
  }
}
.article__content .articleBody__content .wp-block-table td {
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  vertical-align: middle;
}
.article__content .articleBody__content .wp-block-table td:last-child {
  border-right: 0;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .wp-block-table td {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .article__content .articleBody__content .wp-block-table td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .article__content .articleBody__content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.article__content .articleBody__content .articleCta {
  margin: 32px 0 16px;
}
.article__content .articleBody__content .articleCta__link {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.article__content .articleBody__content .articleCta__link:hover {
  opacity: 0.8;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .articleCta__link {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.article__content .articleBody__content .articleCta__thumb {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .articleCta__thumb {
    max-width: 240px;
  }
}
.article__content .articleBody__content .articleCta__img {
  width: 100%;
  height: auto;
  display: block;
}
.article__content .articleBody__content .articleCta__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article__content .articleBody__content .articleCta__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
}
@media (max-width: 480px) {
  .article__content .articleBody__content .articleCta__text {
    font-size: 16px;
  }
}
.article__content .articleBody__content .articleCta__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #c2a14f;
  width: -moz-fit-content;
  width: fit-content;
}
.article__content .articleBody__content .articleCta__arrow {
  width: 18px;
  height: 18px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .article__content .articleBody {
    padding: 24px;
    padding-bottom: 40px;
  }
}
.article__content .articleNote {
  margin: 24px 0;
  background: #f5f5f5;
  border-radius: 4px;
}
.article__content .articleNote p {
  margin: 0;
  padding: 14px 16px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media (max-width: 480px) {
  .article__content .articleNote p {
    font-size: 14px;
  }
}
.article__content .articleNote .is-label {
  color: #c8a14a;
  font-weight: 700;
}
.article__content .articleExpert {
  background: #f5f5f5;
  padding: 40px;
  margin-top: 40px;
}
.article__content .articleExpert__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
  align-items: center;
}
@media (max-width: 480px) {
  .article__content .articleExpert__inner {
    grid-template-columns: 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.article__content .articleExpert__thumb {
  margin: 24px auto auto;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
}
@media (max-width: 480px) {
  .article__content .articleExpert__thumb {
    margin: 24px 0 12px;
  }
}
.article__content .articleExpert__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article__content .articleExpert__content {
  min-width: 0;
}
.article__content .articleExpert__top {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: baseline;
  margin-bottom: 14px;
}
.article__content .articleExpert__label {
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  color: #23221e;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .article__content .articleExpert__label {
    font-size: 24px;
  }
}
.article__content .articleExpert__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.article__content .articleExpert__name {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  color: #23221e;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .article__content .articleExpert__name {
    margin-bottom: 12px;
  }
}
.article__content .articleExpert__title {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  color: #c2a14f;
  line-height: 1.2;
  min-width: 0;
}
.article__content .articleExpert__bio {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #8e8d88;
  display: block;
  overflow: visible;
  max-height: none;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: normal;
}
.article__content .articleExpert__profile {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #23221e;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.article__content .articleExpert__profile:hover {
  opacity: 0.8;
}
.article__content .articleExpert__profileIcon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.article__content .articleExpert__profileIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 480px) {
  .article__content .articleExpert {
    padding: 24px;
  }
}
@media (max-width: 960px) {
  .article__content {
    width: 100%;
  }
}
.article__side {
  width: 30%;
}
@media (max-width: 960px) {
  .article__side {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .article__side {
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .article {
    padding: 0;
  }
}

.related {
  background: #ececec;
  padding: 40px 0 80px;
  overflow: hidden;
}
.related__inner {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .related__inner {
    grid-template-columns: 1fr;
  }
}
.related__head {
  display: grid;
  gap: 56px;
  align-content: start;
}
@media (max-width: 768px) {
  .related__head {
    max-width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
}
.related__ttl {
  margin: 0;
  display: grid;
  gap: 12px;
  color: #23221e;
}
.related__ttlEn {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 480px) {
  .related__ttlEn {
    font-size: 24px;
  }
}
.related__ttlJa {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 480px) {
  .related__ttlJa {
    font-size: 18px;
  }
}
.related__nav {
  display: flex;
  gap: 10px;
  align-items: center;
}
.related__btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  position: relative;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.related__btn:hover {
  opacity: 0.8;
}
.related__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #23221e;
  border-right: 2px solid #23221e;
  transform: translate(-50%, -50%) rotate(45deg);
}
.related__btn--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.related__slider .slick-list {
  overflow: hidden;
  margin-right: -20px;
  padding-right: 20px;
}
.related__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.related__slider .slick-slide {
  height: auto;
}
.related__slider .slick-slide > div {
  height: 100%;
}
.relatedCard {
  width: 260px;
  height: 100%;
  margin-right: 12px;
}
.relatedCard__link {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 100%;
  transition: opacity 0.15s ease;
}
.relatedCard__link:hover {
  opacity: 0.8;
}
.relatedCard__thumb {
  margin: 0;
  background: #f3f3f3;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.relatedCard__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedCard__body {
  padding: 16px 16px 14px;
  display: grid;
  gap: 24px;
}
.relatedCard__title {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  color: #23221e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.relatedCard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.relatedCard__tag {
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 4px 16px;
  border-radius: 999px;
  background: #c2a14f;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.relatedCard__date {
  font-weight: 800;
  font-size: 14px;
  color: #c2a14f;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .related {
    padding-bottom: 0;
  }
}

.sideRank {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 18px 18px 8px;
}
.sideRank__head {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sideRank__ttl {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c29f4f;
}
@media (max-width: 1080px) {
  .sideRank__ttl {
    font-size: 22px;
  }
}
.sideRank__sub {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.sideRank__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideRank__item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sideRank__item:first-child {
  border-top: none;
}
.sideRank__link {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 0 12px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: 0.3s;
}
.sideRank__link:hover {
  opacity: 0.8;
}
.sideRank__img {
  width: 84px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #eee;
}
.sideRank__main {
  min-width: 0;
}
.sideRank__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sideRank__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sideRank__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 16px;
  border-radius: 9999px;
  background: #c29f4f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.sideRank__date {
  font-size: 11px;
  font-weight: 800;
  color: #c29f4f;
  line-height: 1;
  white-space: nowrap;
}
.sideRank__num {
  position: absolute;
  top: 8px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.sideRank__num--1 {
  background: #c29f4f;
}
.sideRank__num--2 {
  background: #9A9C9F;
}
.sideRank__num--3 {
  background: #593A0F;
}
.sideRank__num--4 {
  background: #4C4C4C;
}
@media (max-width: 480px) {
  .sideRank {
    border: none;
    box-shadow: none;
  }
}

.sideLatest {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 18px 18px 8px;
  margin-bottom: 32px;
}
.sideLatest__head {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sideLatest__ttl {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c29f4f;
}
.sideLatest__sub {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.sideLatest__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideLatest__item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sideLatest__item:first-child {
  border-top: none;
}
.sideLatest__link {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 0 12px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: 0.3s;
}
.sideLatest__link:hover {
  opacity: 0.8;
}
.sideLatest__img {
  width: 84px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #eee;
}
.sideLatest__main {
  min-width: 0;
}
.sideLatest__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sideLatest__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sideLatest__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 16px;
  border-radius: 9999px;
  background: #c29f4f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.sideLatest__date {
  font-size: 11px;
  font-weight: 800;
  color: #c29f4f;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .sideLatest {
    border: none;
    box-shadow: none;
  }
}

.sideExpert {
  display: none;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 18px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.sideExpert__inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
}
.sideExpert__head {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #23221E;
}
.sideExpert__thumb {
  margin: 0;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  overflow: hidden;
  background: #e9f0f3;
}
.sideExpert__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sideExpert__name {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #23221E;
}
.sideExpert__title {
  margin: -2px 0 0;
  font-size: 14px;
  font-weight: 800;
  color: #c2a14f;
}
.sideExpert__bio {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #8c8b86;
  text-align: left;
}
.sideExpert__link {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  color: #23221E;
  text-decoration: none;
  transition: 0.3s;
}
.sideExpert__link:hover {
  opacity: 0.8;
}
.sideExpert__arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .sideExpert {
    padding: 16px 14px;
    border: none;
    box-shadow: none;
  }
  .sideExpert__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 420px;
    margin: 0 auto;
    align-items: flex-start;
    text-align: left;
  }
  .sideExpert__head {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: 0.06em;
    text-align: left;
    transform: none;
  }
  .sideExpert__thumb {
    width: 88px;
    height: 88px;
    transform: none;
  }
  .sideExpert__name {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
  }
  .sideExpert__title {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
  }
  .sideExpert__bio {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.8;
    width: 100%;
  }
  .sideExpert__link {
    margin-top: 8px;
    justify-self: auto;
    width: auto;
  }
}

.sideMailmag {
  background: var(--main-blue);
  border: 2px solid #0d4a8b;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}
.sideMailmag__inner {
  padding: 24px 18px;
}
.sideMailmag__head {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}
.sideMailmag__text {
  margin: 0 0 16px;
  color: #dbe8f5;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
.sideMailmag__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 4px;
  background: #c29f4f;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s;
}
.sideMailmag__link:hover {
  opacity: 0.85;
}
@media (max-width: 480px) {
  .sideMailmag {
    width: 90%;
    margin: 0 auto 32px;
    border: none;
    box-shadow: none;
  }
  .sideMailmag__inner {
    padding: 18px 16px;
  }
  .sideMailmag__head {
    font-size: 24px;
  }
  .sideMailmag__link {
    min-height: 42px;
    font-size: 14px;
  }
}

.sideGuide {
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
}
.sideGuide__head {
  background: #000;
  padding: 56px 32px;
  position: relative;
}
@media (max-width: 1080px) {
  .sideGuide__head {
    padding: 32px 24px;
  }
}
.sideGuide__headTitle {
  margin: 0 0 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media (max-width: 1080px) {
  .sideGuide__headTitle {
    font-size: 28px;
  }
}
.sideGuide__hero {
  margin: 0 0 14px;
}
.sideGuide__hero img {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
}
.sideGuide__cta {
  display: flex;
  justify-content: center;
  padding-bottom: 4px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.sideGuide__ctaLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 5px;
  background: #f39a2b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: 2px solid #f39a2b;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.sideGuide__ctaLink:hover {
  color: #f39a2b;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .sideGuide__ctaLink {
    font-size: 14px;
  }
}
.sideGuide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding-top: 40px;
}
.sideGuide__itemLink {
  display: grid;
  grid-template-columns: 56px 1fr 44px;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 32px;
  text-decoration: none;
  transition: 0.3s;
}
.sideGuide__itemLink:hover {
  opacity: 0.8;
}
@media (max-width: 1080px) {
  .sideGuide__itemLink {
    padding: 16px;
    grid-template-columns: auto 1fr auto;
  }
}
.sideGuide__thumb {
  width: 48px;
  height: auto;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
}
.sideGuide__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1080px) {
  .sideGuide__thumb {
    width: 36px;
  }
}
.sideGuide__text {
  min-width: 0;
}
.sideGuide__itemTitle {
  display: block;
  color: #182e54;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .sideGuide__itemTitle {
    font-size: 16px;
  }
}
.sideGuide__itemDesc {
  display: block;
  margin-top: 12px;
  color: #182e54;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .sideGuide__itemDesc {
    font-size: 12px;
  }
}
.sideGuide__arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0f5ba8;
  display: grid;
  place-items: center;
  justify-self: end;
}
@media (max-width: 1080px) {
  .sideGuide__arrow {
    width: 24px;
    height: 24px;
  }
}
.sideGuide__arrowIcon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -3px;
}
@media (max-width: 480px) {
  .sideGuide {
    width: 90%;
    margin: auto;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-pager .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 5px;
  clear: both;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.c-pager .wp-pagenavi a.page,
.c-pager .wp-pagenavi span.current {
  width: 34px;
  height: 34px;
  border: 1px solid #c2a14f;
  background: #fff;
  color: #c2a14f;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .c-pager .wp-pagenavi a.page,
  .c-pager .wp-pagenavi span.current {
    width: 44px;
    height: 44px;
  }
}
.c-pager .wp-pagenavi a.page:hover {
  color: #9a9a9a;
}
.c-pager .wp-pagenavi span.current {
  color: #6f6f6f;
}
.c-pager .wp-pagenavi span.extend {
  border: none;
  width: auto;
  height: auto;
  color: #9a9a9a;
  padding: 0 2px;
}
.c-pager .wp-pagenavi a.previouspostslink,
.c-pager .wp-pagenavi a.nextpostslink {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #c2a14f;
  position: relative;
  border: none;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0 12px;
}
.c-pager .wp-pagenavi a.previouspostslink::before,
.c-pager .wp-pagenavi a.nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-30%, -50%) rotate(-135deg);
}
.c-pager .wp-pagenavi a.nextpostslink::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

#expert .p-section__head {
  padding: 50px 0 24px 0;
  margin-left: 0;
}

.c-breadcrumb {
  padding: 16px 5%;
  margin: auto;
}
.c-breadcrumb span {
  font-size: 12px;
  font-weight: bold;
  color: #8a8984;
  display: inline-block;
  margin: 0 4px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .c-breadcrumb span {
    margin: 0 2px;
  }
}
.c-breadcrumb .current-item {
  color: #000;
}
@media (max-width: 480px) {
  .c-breadcrumb {
    width: 100%;
    padding: 16px 8px;
  }
}

.single-post .c-breadcrumb {
  width: 100%;
  background-color: #ECECEC;
}/*# sourceMappingURL=style.css.map */
