html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  overflow-x: clip;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background-image: url("../images/common/fixed_bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}

.heading {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.1em;
}

.heading-en {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0;
}

.gold-ashirai {
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.gold-ashirai img {
  width: 100%;
  height: auto;
}

.gold-line {
  border: 0;
  height: 1px;
  background-color: #e9d8a5;
}

.manuscript-box {
  background-image: url("../images/common/red_text_box.png");
  background-repeat: repeat;
  background-size: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 100px;
}
@media screen and (max-width: 991px) {
  .manuscript-box {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  .manuscript-box {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 575px) {
  .manuscript-box {
    padding: 30px 15px;
  }
}

.btn-navy {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  height: 60px;
  padding: 0 24px;
  background-color: #0f1e3d;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1vw, 2rem);
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-navy::after {
  content: "";
  display: block;
  width: 26px;
  height: 21px;
  flex-shrink: 0;
  background: url("../images/common/arrow.svg") no-repeat center/contain;
}
.btn-navy:hover {
  background-color: rgb(27.0789473684, 54.1578947368, 110.1210526316);
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-navy {
    width: 315px;
  }
}
.btn-navy--doc {
  width: 100%;
}
.btn-navy--doc::after {
  background-image: url("../images/common/docs.svg");
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 575px) {
  .btn-navy--doc {
    height: auto;
    min-height: 60px;
    padding: 12px 24px;
  }
}

.br_sm {
  display: none;
}
@media screen and (max-width: 575px) {
  .br_sm {
    display: block;
  }
}

.btn-external {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  min-height: 74px;
  padding: 12px 20px;
  background-color: #13264d;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.btn-external::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 12px;
  background: url("../images/common/open_new.svg") no-repeat center/contain;
}
.btn-external:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.btn-external--accent {
  transition: background-color 0.3s ease;
}
.btn-external--accent:hover {
  opacity: 1;
  background-color: rgb(31.1125, 62.225, 126.0875);
}
@media screen and (max-width: 767px) {
  .btn-external {
    width: 340px;
  }
}

.icon-map {
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url("../images/common/map.svg") no-repeat center/contain;
  vertical-align: middle;
}

.js-fade {
  opacity: 0;
  will-change: opacity, filter, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.js-char {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.js-char span {
  display: inline-block;
  opacity: 0;
  will-change: opacity, filter, transform;
}

.js-reveal {
  visibility: hidden;
  filter: blur(8px);
  will-change: filter, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.section-header__title {
  font-size: clamp(3.2rem, 3.6vw, 5.4rem);
  text-align: center;
  margin-top: 15px;
}
.section-header__subtitle {
  font-family: "Hina Mincho", serif;
  font-size: clamp(1.8rem, 1.2vw, 2.4rem);
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
}
.section-header .gold-line {
  max-width: 850px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .section-header .gold-line {
    margin: 30px auto 30px;
  }
}
.section-header .diamond-line {
  display: flex;
  align-items: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 15px;
}
.section-header .diamond-line::before, .section-header .diamond-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e9d8a5;
}
.section-header .diamond-line span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e9d8a5;
  transform: rotate(45deg);
  margin: 0;
  flex-shrink: 0;
}

button:focus {
  outline: none;
}

.mv {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .mv {
    padding: 0 15px;
  }
}

.catch {
  text-align: center;
}
.catch p {
  font-family: "Hina Mincho", serif;
  margin: 0;
}
.catch .jp {
  font-family: "Hina Mincho", serif;
  font-size: clamp(7.2rem, 5.4vw, 10.8rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .catch .jp {
    font-size: clamp(3.8rem, 11vw, 7.2rem);
  }
}
.catch .en {
  font-family: "Hina Mincho", serif;
  font-size: clamp(2.4rem, 1.6vw, 3.2rem);
  letter-spacing: 0;
  margin-top: 0.5em;
}
.catch span {
  display: inline-block;
  opacity: 0;
  will-change: opacity, filter, transform;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.scroll-down__line {
  display: block;
  position: relative;
  width: 1px;
  height: 120px;
  background: rgba(51, 51, 51, 0.2);
}
.scroll-down__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f1e3d;
  transform-origin: top;
  animation: scrollLine 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top;
  }
  40.1% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.prize {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .prize {
    padding: 60px 0;
  }
}
.prize__title {
  font-size: clamp(3.2rem, 3.6vw, 5.4rem);
  text-align: center;
  margin-top: 15px;
}
.prize__subtitle {
  font-family: "Hina Mincho", serif;
  font-size: clamp(1.6rem, 1.2vw, 2.4rem);
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
}
.prize__body {
  margin: 0 auto;
  line-height: 2;
}
.prize__body p {
  font-size: 1.8rem;
}
.prize__body p + p {
  margin-top: 1.8em;
}
.prize__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .prize__btn {
    margin-top: 30px;
  }
}
.prize .prize_ad {
  display: none;
}
@media screen and (max-width: 445px) {
  .prize .prize_ad {
    display: block;
  }
}

.cards {
  padding: 120px 0 240px;
}
@media screen and (max-width: 767px) {
  .cards {
    padding: 60px 0 120px;
  }
}
.cards__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .cards__grid {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cards__grid {
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px;
  }
  .cards__grid > .js-fade {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .cards__grid {
    flex-direction: column;
    align-items: center;
  }
  .cards__grid > .js-fade {
    max-width: 410px;
  }
}

.card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 410px;
  width: 100%;
  background-image: url("../images/common/red_text_box.png");
  background-repeat: repeat;
  background-size: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #1a1a1a;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
}
.card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #1a1a1a;
  text-decoration: none;
}
.card-item__img {
  position: relative;
  overflow: hidden;
}
.card-item__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .card-item__img img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .card-item__img img {
    aspect-ratio: 2/1;
  }
}
.card-item__credit {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.card-item__body {
  padding: 30px;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .card-item__body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 575px) {
  .card-item__body {
    padding: 15px;
  }
}
.card-item__title {
  font-size: clamp(2.8rem, 2vw, 3.2rem);
  text-align: center;
}
.card-item .gold-line {
  margin: 10px 0;
}
.card-item__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
}

.footer {
  background-color: #0f1e3d;
  padding: 200px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 100px 0;
  }
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
.footer__title {
  margin-bottom: 60px;
}
.footer__title a {
  font-family: "Hina Mincho", serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 368px) {
  .footer__title a {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.footer__title-sub {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  letter-spacing: 0.1em;
}
.footer__title-main {
  font-family: "Hina Mincho", serif;
  font-size: clamp(2.7rem, 2.8vw, 4rem);
  letter-spacing: 0.1em;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (max-width: 1199px) {
  .footer__middle {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__middle {
    gap: 40px;
  }
}
.footer__address {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer__address .br_ad {
  display: none;
}
@media print, screen and (max-width: 450px) {
  .footer__address .br_ad {
    display: inline;
  }
}
.footer__map-link {
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom;
  color: #fff;
}
.footer__map-link .icon-map {
  background: url("../images/common/map.svg") no-repeat center/contain;
  width: 12px;
  height: 16px;
  display: inline-block;
}
.footer__nav ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .footer__nav ul {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__nav li {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.footer__line {
  border: 0;
  height: 1px;
  background-color: #b7b7b7;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .footer__line {
    margin: 40px 0;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 1199px) {
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 60px;
    align-items: flex-start;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.footer__external {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .footer__external {
    flex-direction: column;
  }
}

.page-header {
  height: 700px;
  padding: 100px 50px 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 400px;
    padding: 15px;
  }
}
.page-header__bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-header--hero .page-header__bg {
  background-image: url("../images/common/hero_1.jpg");
}
.page-header--sakuhin .page-header__bg {
  background-image: url("../images/sakuhin/hero.jpg");
}
.page-header--nenpyo .page-header__bg {
  background-image: url("../images/nenpyo/hero.jpg");
}
.page-header--bungakusho .page-header__bg {
  background-image: url("../images/bungakusho/hero.jpg");
}
.page-header--soshiki .page-header__bg {
  background-image: url("../images/soshiki/hero.jpg");
}
.page-header .gold-ashirai {
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .page-header .gold-ashirai {
    max-width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .gold-ashirai {
    max-width: 320px;
  }
}
.page-header .gold-line {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 991px) {
  .page-header .gold-line {
    max-width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .gold-line {
    max-width: 320px;
  }
}
.page-header .jp {
  font-family: "Hina Mincho", serif;
  font-size: clamp(4rem, 4.5vw, 7.2rem);
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  margin-top: 15px;
}
.page-header .en {
  font-family: "Hina Mincho", serif;
  font-size: clamp(1.8rem, 1.4vw, 2.8rem);
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.works {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 100px 0;
  }
}
.works__group + .works__group {
  margin-top: 20px;
}
.works__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background-color: #0f1e3d;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.works__toggle:hover {
  background-color: rgb(23.0526315789, 46.1052631579, 93.7473684211);
}
.works__toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.is-open > .works__toggle::after {
  transform: rotate(-135deg);
}
.works__content {
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.8s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.is-open > .works__content {
  display: block;
}
@media screen and (max-width: 991px) {
  .works__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.works__scroll .scroll-hint-icon {
  top: 80px;
}
.works__table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.works__table thead th {
  z-index: 10;
  background-color: rgb(25.0657894737, 50.1315789474, 101.9342105263);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  padding: 1em;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
}
.works__table tbody td {
  padding: 1em;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 1.8;
}
.works__table thead th:nth-child(1),
.works__table tbody td:nth-child(1) {
  width: 20%;
}
.works__table thead th:nth-child(2),
.works__table tbody td:nth-child(2) {
  width: 12%;
  white-space: nowrap;
}
.works__table thead th:nth-child(3),
.works__table tbody td:nth-child(3) {
  width: 12%;
  white-space: nowrap;
}
.works__table thead th:nth-child(4),
.works__table tbody td:nth-child(4) {
  width: 56%;
}
.works__table--award thead th:nth-child(1),
.works__table--award tbody td:nth-child(1) {
  width: 14%;
  white-space: nowrap;
}
.works__table--award thead th:nth-child(2),
.works__table--award tbody td:nth-child(2) {
  width: 14%;
}
.works__table--award thead th:nth-child(3),
.works__table--award tbody td:nth-child(3) {
  width: 12%;
}
.works__table--award thead th:nth-child(4),
.works__table--award tbody td:nth-child(4) {
  width: 30%;
}
.works__table--award thead th:nth-child(5),
.works__table--award tbody td:nth-child(5) {
  width: 30%;
}
.works__table--award-6col {
  min-width: 1000px;
}
.works__table--award-6col thead th:nth-child(1),
.works__table--award-6col tbody td:nth-child(1) {
  width: 10%;
  white-space: nowrap;
}
.works__table--award-6col thead th:nth-child(2),
.works__table--award-6col tbody td:nth-child(2) {
  width: 14%;
}
.works__table--award-6col thead th:nth-child(3),
.works__table--award-6col tbody td:nth-child(3) {
  width: 12%;
}
.works__table--award-6col thead th:nth-child(4),
.works__table--award-6col tbody td:nth-child(4) {
  width: 22%;
}
.works__table--award-6col thead th:nth-child(5),
.works__table--award-6col tbody td:nth-child(5) {
  width: 20%;
}
.works__table--award-6col thead th:nth-child(6),
.works__table--award-6col tbody td:nth-child(6) {
  width: 22%;
}
.works__editor {
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.nenpyo {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .nenpyo {
    padding: 80px 0;
  }
}
.nenpyo__timeline {
  position: relative;
  margin: 0 auto;
}
.nenpyo__line {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e9d8a5;
  transform-origin: top;
  transform: scaleY(0);
}
@media screen and (max-width: 767px) {
  .nenpyo__line {
    left: 28px;
  }
}
.nenpyo__item {
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nenpyo__item {
    gap: 24px;
    padding-bottom: 40px;
  }
}
.nenpyo__item--last {
  padding-bottom: 0;
}
.nenpyo__marker {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nenpyo__marker {
    width: 56px;
  }
}
.nenpyo__age {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0f1e3d;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nenpyo__age {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
  }
}
.nenpyo__content {
  flex: 1;
  min-width: 0;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .nenpyo__content {
    padding-top: 8px;
  }
}
.nenpyo__year {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 1.4;
}
.nenpyo__year-sub {
  font-family: "Hina Mincho", serif;
  font-size: clamp(1.6rem, 1.2vw, 2rem);
  letter-spacing: 0;
  margin-left: 0.3em;
}
.nenpyo__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 12px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .nenpyo__text {
    font-size: 1.6rem;
  }
}

.bungakusho {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .bungakusho {
    padding: 60px 0;
  }
}
.bungakusho__body {
  line-height: 2;
}
.bungakusho__body p,
.bungakusho__body dl {
  font-size: 1.8rem;
}
.bungakusho__body > * + * {
  margin-top: 1.8em;
}
.bungakusho__rules .bungakusho__rule-item {
  display: flex;
}
.bungakusho__rules .bungakusho__rule-item + .bungakusho__rule-item {
  margin-top: 0.5em;
}
.bungakusho__rules .bungakusho__rule-item dt {
  flex-shrink: 0;
  white-space: nowrap;
}
.bungakusho__rules .bungakusho__rule-item dd {
  flex: 1;
}
.bungakusho__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bungakusho__btn {
    margin-top: 30px;
  }
}

.jusho {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .jusho {
    padding: 60px 0;
  }
}
.jusho .section-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .jusho .section-header {
    margin-bottom: 40px;
  }
}
.jusho__period-info {
  padding: 20px 24px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.jusho__shinsa {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.jusho__note {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 4px;
  color: #666;
}

.soshiki {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .soshiki {
    padding: 80px 0;
  }
}
.soshiki__block + .soshiki__block {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .soshiki__block + .soshiki__block {
    padding-top: 80px;
  }
}
.soshiki .br-ad {
  display: none;
}
@media print, screen and (max-width: 450px) {
  .soshiki .br-ad {
    display: inline;
  }
}
.soshiki__subheading {
  font-family: "Hina Mincho", serif;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .soshiki__subheading {
    margin-bottom: 20px;
    padding: 15px;
    gap: 10px;
  }
}
.soshiki__subheading::before, .soshiki__subheading::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #e9d8a5;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .soshiki__subheading::before, .soshiki__subheading::after {
    width: 40px;
  }
}
.soshiki__enkaku {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku {
    padding-left: 24px;
  }
}
.soshiki__enkaku::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #e9d8a5;
}
.soshiki__enkaku-item {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku-item {
    padding-bottom: 20px;
  }
}
.soshiki__enkaku-item--last {
  padding-bottom: 0;
}
.soshiki__enkaku-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e9d8a5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku-item::before {
    left: -24px;
    width: 8px;
    height: 8px;
  }
}
.soshiki__enkaku-body {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku-body {
    flex-direction: column;
    gap: 0.3em;
  }
}
.soshiki__enkaku-year {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku-year {
    font-size: 1.6rem;
  }
}
.soshiki__enkaku-desc {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .soshiki__enkaku-desc {
    font-size: 1.6rem;
  }
}
.soshiki__simple-table {
  width: 100%;
  border-collapse: collapse;
}
.soshiki__simple-table th {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 1em;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e9d8a5;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .soshiki__simple-table th {
    font-size: 1.6rem;
    width: 80px;
  }
}
.soshiki__simple-table td {
  font-size: 1.8rem;
  padding: 1em;
  border-bottom: 1px solid #e9d8a5;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .soshiki__simple-table td {
    font-size: 1.6rem;
  }
}
.soshiki__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .soshiki__text {
    font-size: 1.6rem;
  }
}
.soshiki__officers {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.soshiki__officer-group {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .soshiki__officer-group {
    flex-direction: column;
  }
}
.soshiki__officer-role {
  width: 120px;
  flex-shrink: 0;
  background-color: rgb(25.0657894737, 50.1315789474, 101.9342105263);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .soshiki__officer-role {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}
.soshiki__officer-names {
  flex: 1;
  background-color: #fff;
}
.soshiki__officer-names p {
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.soshiki__officer-names p + p {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .soshiki__officer-names p {
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}
.soshiki__doc-grid {
  display: flex;
  justify-content: center;
}
.soshiki__doc-grid .btn-navy--doc {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .soshiki__doc-grid .btn-navy--doc {
    width: 100%;
  }
}

.joho {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .joho {
    padding: 80px 0;
  }
}
.joho .works__group + .works__group {
  margin-top: 20px;
}
.joho .btn-navy--doc {
  background-color: #f7f3ea;
  color: #0f1e3d;
  border: 1px solid #e9d8a5;
}
.joho .btn-navy--doc::after {
  filter: brightness(0);
}
.joho .btn-navy--doc:hover {
  background-color: #efe8d6;
  color: #0f1e3d;
}
.joho__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .joho__grid {
    padding: 20px 15px;
    grid-template-columns: 1fr;
  }
}

.gnav-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  width: 56px;
  height: 56px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  mix-blend-mode: difference;
}
.gnav-btn__line {
  display: block;
  width: 44px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease;
  transform-origin: center;
}
.gnav-btn.is-active .gnav-btn__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.gnav-btn.is-active .gnav-btn__line:nth-child(2) {
  opacity: 0;
}
.gnav-btn.is-active .gnav-btn__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 575px) {
  .gnav-btn {
    top: 10px;
    right: 15px;
  }
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
}
.gnav.is-open {
  pointer-events: auto;
}
.gnav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
.gnav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  padding: 100px 30px 30px;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .gnav__panel {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .gnav__panel {
    width: 80%;
    padding: 80px 30px 30px;
  }
}
.gnav__list {
  list-style: none;
  padding: 0;
  margin: auto 0;
  width: 100%;
}
.gnav__item {
  border-bottom: 1px solid #ccc;
}
.gnav__item.is-active {
  border-bottom: 1px solid #e9d8a5;
}
.gnav__link {
  display: block;
  padding: 20px 4px;
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 575px) {
  .gnav__link {
    font-size: 1.8rem;
  }
}
.gnav__link:hover {
  color: #0f1e3d;
  transform: translateX(6px);
}
.gnav__footer {
  padding-top: 32px;
}
.gnav__logo {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  transition: opacity 0.3s ease;
}
.gnav__logo:hover {
  opacity: 0.5;
  color: #1a1a1a;
  text-decoration: none;
}
.gnav__logo-jp {
  display: block;
  font-family: "Hina Mincho", serif;
  font-size: 3.9rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1199px) {
  .gnav__logo-jp {
    font-size: clamp(3.2rem, 3.25vw, 3.9rem);
  }
}
@media screen and (max-width: 991px) {
  .gnav__logo-jp {
    font-size: clamp(2.5rem, 3.22vw, 3.2rem);
  }
}
.gnav__logo-en {
  display: block;
  font-family: "Hina Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 4px;
  color: #666;
}/*# sourceMappingURL=style.css.map */