@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 16px;
}

body {
  color: #555555;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  background-color: #f4f4f4;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

.wp-caption-text{
  text-align: center;
  font-size: 0.875rem;
  color: #888888;
}

em {
  color: #e72f17;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.5em;
}
p a {
  color: #0c4aa7;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

h1,
.brand {
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
}

h1.page-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  padding: 3rem 1rem 2rem;
  color: #e72f17;
}

h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.5em;
  color: #555555;
}

h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #d0d0d0;
  color: #555555;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  min-width: 5rem;
  height: 2px;
  background-color: #0c4aa7;
}

h4 {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

h5 {
  font-weight: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}

section {
  padding: 4rem 0;
}

.eyecatch {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 4rem 10rem 0;
}
.eyecatch::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(62, 52, 47, 0.35), rgba(45, 44, 34, 0.35));
  position: absolute;
  top: 0;
  left: 0;
}
.eyecatch h1.page-title {
  width: 100%;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .eyecatch {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch {
    padding: 4rem 0 2.5rem;
  }
  .eyecatch h1.page-title {
    padding-top: 4rem;
    font-size: 1.9rem;
  }
}
.eyecatch.eye-common {
  background-image: url("../img/eye_common.jpg");
  padding: 6rem 4rem 6rem 0;
  min-height: 250px;
  background-position: bottom center;
}
.eyecatch.eye-common::before {
  background: linear-gradient(45deg, rgba(62, 52, 47, 0.5), rgba(45, 44, 34, 0.5));
}
@media screen and (max-width: 768px) {
  .eyecatch.eye-common {
    min-height: 180px;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 576px) {
  .eyecatch.eye-common {
    padding: 4rem 0 2.5rem;
  }
}

.link-button {
  display: block;
  border-radius: 50px;
  background-color: #e72f17;
  color: #fff;
  margin: 0 auto;
  padding: 1rem 0;
  width: 350px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

.cat {
  color: #c1a8a5;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
}

time {
  color: #c1a8a5;
  font-family: "Avenir Next", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#breadcrumbs.inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #888888;
}
#breadcrumbs.inner a {
  color: #e72f17;
}
#breadcrumbs.inner a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 1rem;
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e72f17;
  color: #e72f17;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #e72f17;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e72f17;
  color: #e72f17;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #e72f17;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #e72f17;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #e72f17;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}

.js-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-accordion-trigger .icon-arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.js-accordion-trigger.is-open .icon-arrow {
  transform: rotate(180deg);
}
.js-accordion-trigger .icon-plus {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.js-accordion-trigger .icon-plus::before, .js-accordion-trigger .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #e72f17;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.js-accordion-trigger .icon-plus::before {
  width: 100%;
  height: 2px;
}
.js-accordion-trigger .icon-plus::after {
  width: 2px;
  height: 100%;
}
.js-accordion-trigger.is-open .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.js-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.js-accordion-content.is-open {
  grid-template-rows: 1fr;
}
.js-accordion-content .accordion-inner {
  overflow: hidden;
}

:root {
  --chart-color-first: rgba(231, 47, 23, 0.5);
  --chart-color-second: rgba(12, 74, 167, 0.8);
  --chart-color-third: #9a6862;
  --chart-bg-gray: #888888;
  --chart-bg-blue: #415B82;
}

@media screen and (max-width: 992px) {
  .chart-flex.flex2 > * {
    width: 100%;
  }
}

.chart-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 380px;
}
.chart-container.chart-circle {
  min-height: auto;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1300px) {
  .inner {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #888888;
}

.first {
  color: #e72f17;
}

.second {
  color: #0c4aa7;
}

.third {
  color: #9a6862;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.font-en {
  font-family: "Avenir Next", "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #d0d0d0;
}

.bg-light-gray {
  background-color: #f4f4f4;
}

.bg-first {
  background-color: #efe6e6;
}

.bg-second {
  background-color: #dde5f1;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 0.5rem !important;
}

.mt-m {
  margin-top: 1.5rem !important;
}

.mt-l {
  margin-top: 3rem !important;
}

.mt-xl {
  margin-top: 5rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

.box {
  padding: 1.5rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #666;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  align-items: center;
}

.border-box {
  border: 1px solid #666;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #C42814 !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.aspect-video {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -moz-columns: 1;
         columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  top: 0.5em;
  left: 0;
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  transform: rotate(0);
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.after-blank::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
  font-size: 0.7em;
  margin-left: 0.35em;
  margin-right: 0;
  margin-top: -1.2em;
  vertical-align: middle;
}

.link-download::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".rtf"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f15c";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.app-header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 6.5rem;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .app-header {
    height: 5.5rem;
  }
}
.app-header__main {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
}
@media screen and (max-width: 1400px) {
  .app-header__main {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .app-header__main {
    padding-left: 1rem;
  }
}
.app-header__logo {
  display: flex;
  align-items: center;
}
.app-header__brand {
  margin: 0;
  font-size: 0;
}
.app-header__logo-link {
  display: block;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  color: #fff;
  text-align: left;
  transition: color 0.3s ease;
}
.app-header__logo-link img {
  height: 44px;
  width: auto;
}
.app-header__logo-link span {
  display: block;
  text-transform: uppercase;
  font-size: 0.465em;
}
@media screen and (max-width: 1200px) {
  .app-header__logo-link {
    font-size: clamp(1.125rem, 1.7vw, 1.25rem);
  }
}
@media screen and (max-width: 992px) {
  .app-header__logo-link {
    font-size: clamp(0.875rem, 3.5vw, 1.5rem);
  }
  .app-header__logo-link img {
    height: 30px;
  }
}
.app-header__right {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.3vw, 2rem);
  margin-left: auto;
  padding-right: clamp(1rem, 1.3vw, 2rem);
}
@media screen and (max-width: 1400px) {
  .app-header__right {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .app-header__right {
    gap: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .app-header__right {
    display: none;
  }
}
.app-header__nav {
  display: block;
}
.app-header__menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.app-header__menu li {
  margin-bottom: 0 !important;
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
}
.app-header__menu li a {
  color: white;
  transition: opacity 0.3s;
  text-shadow: 0 2px 8px rgba(12, 4, 8, 0.2);
  letter-spacing: 0;
}
.app-header__menu li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  .app-header__menu {
    gap: clamp(0.65rem, 1.3vw, 1rem);
  }
  .app-header__menu li {
    font-size: clamp(0.9rem, 1.4vw, 1rem);
  }
}
@media screen and (max-width: 1200px) {
  .app-header__menu {
    gap: 0.6rem;
  }
  .app-header__menu li {
    font-size: clamp(0.85rem, 1.35vw, 0.95rem);
  }
}
.app-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .app-header__actions {
    gap: 0.5rem;
  }
}
.app-header__btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e72f17;
  color: #fff;
  transition: background-color 0.2s;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  padding: 0.25rem;
  vertical-align: bottom;
  font-size: 1.3rem;
}
.app-header__btn-contact i {
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  .app-header__btn-contact {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}
.app-header__btn-en {
  background: none;
  border: none;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: white;
  color: #e72f17;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 0.25rem;
}
.app-header__btn-en img {
  width: 1.8rem;
}
.app-header__btn-en:hover {
  background-color: #e5e5e5;
}
@media screen and (max-width: 1200px) {
  .app-header__btn-en {
    width: 2rem;
    height: 2rem;
  }
  .app-header__btn-en img {
    width: 1.5rem;
  }
}
.app-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.app-header.is-scrolled .app-header__logo-link,
.app-header.is-scrolled .app-header__menu li a {
  color: #555555;
  text-shadow: none;
}
.app-header__sp-en {
  display: none;
}
.app-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.app-header.is-scrolled .app-header__logo-link,
.app-header.is-scrolled .app-header__menu li a {
  color: #555555;
}
.app-header.is-scrolled .app-header__btn-search {
  background-color: #e72f17;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .app-header.is-scrolled .app-header__sp-search {
    background-color: #e72f17;
    color: #fff;
  }
}
.app-header__toggle-wrap {
  width: 4rem;
  height: 100%;
  background-color: #e72f17;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1100;
}
@media screen and (max-width: 1200px) {
  .app-header__toggle-wrap {
    width: clamp(3.5rem, 5vw, 4rem);
  }
}
@media screen and (max-width: 768px) {
  .app-header__toggle-wrap {
    width: 3.5rem;
  }
}
.app-header__toggle-wrap:hover {
  opacity: 0.8;
}
.app-header__hamburger {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-header__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: white;
  position: relative;
  transition: background-color 0.3s;
}
.app-header__hamburger-line::before, .app-header__hamburger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  left: 0;
  transition: transform 0.3s, top 0.3s;
}
.app-header__hamburger-line::before {
  top: -8px;
}
.app-header__hamburger-line::after {
  top: 8px;
}
.app-header__hamburger.is-open .app-header__hamburger-line {
  background-color: transparent;
}
.app-header__hamburger.is-open .app-header__hamburger-line::before {
  top: 0;
  transform: rotate(45deg);
}
.app-header__hamburger.is-open .app-header__hamburger-line::after {
  top: 0;
  transform: rotate(-45deg);
}
.app-header__side-nav {
  position: fixed;
  right: 0;
  top: calc(6.5rem + 2px);
  width: 4rem;
  display: flex;
  flex-direction: column;
  z-index: 99;
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.05);
  max-height: calc(100vh - 6.5rem);
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 用にスクロールバーを隠す */
  scrollbar-width: none; /* Firefox 用にスクロールバーを隠す */
  gap: 2px;
}
.app-header__side-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari 用にスクロールバーを完全に非表示化 */
}
@media screen and (max-width: 1200px) {
  .app-header__side-nav {
    width: clamp(3.5rem, 5vw, 4rem);
  }
}
.app-header__side-item {
  writing-mode: vertical-rl;
  height: 10rem;
  font-size: 0.85rem;
  color: #555555;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-header__side-item:hover {
  background-color: #f4f4f4;
  color: #e72f17;
  opacity: 1;
}
.app-header__side-item .side-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .app-header__side-nav {
    top: auto;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1.5;
    height: auto;
    border-top: 1px solid #e72f17;
    gap: 0;
  }
  .app-header__side-item {
    width: 25%;
    height: auto;
    writing-mode: horizontal-tb;
    padding: 1rem;
    margin-bottom: 0px;
    font-size: clamp(0.7rem, 2.5vw, 0.9rem);
    border-right: 1px solid #efe6e6;
  }
  .app-header__side-item:nth-of-type(4) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .app-header__side-item {
    padding: 0.85rem 0.35rem;
  }
  .app-header__side-item .side-br {
    display: inline;
  }
}
.app-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 208, 208, 0.97);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .app-header__drawer {
    height: 100vh;
    height: 100dvh;
  }
}
.app-header__drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow-y: scroll;
}
.app-header .drawer-logo {
  display: block;
  padding: 2rem 2.5rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.app-header .drawer-logo span {
  display: block;
  font-size: 0.535em;
  letter-spacing: 0.0475em;
}
@media screen and (max-width: 576px) {
  .app-header .drawer-logo {
    padding: 2rem 1.5rem 0;
    font-size: clamp(0.85rem, 3.75vw, 1.125rem);
    text-align: left;
  }
}
.app-header__drawer-menu {
  list-style: none;
  padding: 2.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.app-header__drawer-menu li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
}
.app-header__drawer-menu li a {
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .app-header__drawer-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .app-header__drawer-menu {
    padding: 2.5rem 1.5rem 4rem;
  }
}
.app-header__drawer-item--en {
  border-bottom: none !important;
  margin: 1rem auto 0;
  width: 250px;
}
.app-header__drawer-item--en a {
  text-align: center !important;
  text-transform: uppercase;
  color: #e72f17 !important;
  font-family: "Avenir Next", "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #e72f17;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .app-header__drawer-item--en {
    width: 220px;
  }
}

.app-footer {
  box-sizing: border-box;
}
.app-footer__inner {
  box-sizing: border-box;
  max-width: calc(2000px + 16.6666666667%);
  padding: 0 8.3333333333%;
}
@media screen and (max-width: 2000px) {
  .app-footer__inner {
    padding: 0 5%;
  }
}
.app-footer__top {
  background-color: #e72f17;
  color: white;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .app-footer__top {
    padding: 2.5rem 0;
  }
}
.app-footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .app-footer__grid {
    flex-direction: column;
    gap: 0;
  }
}
.app-footer__col {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .app-footer__col {
    width: 100%;
  }
}
.app-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-footer__nav-list li {
  margin-bottom: 0.65rem;
  font-size: 1rem;
  position: relative;
  padding-left: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .app-footer__nav-list li {
    margin-bottom: 0.5rem;
  }
}
.app-footer__nav-list li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f101";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  font-size: 0.85rem;
  color: white;
}
.app-footer__nav-list li a {
  color: white;
  display: inline-block;
  transition: opacity 0.3s;
}
.app-footer__nav-list li a:hover {
  opacity: 0.7;
}
.app-footer__nav-list.nav-list02 li:last-of-type {
  margin-bottom: 0;
}
.app-footer__sub-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.25rem;
  text-align: left;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .app-footer__sub-title {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
  }
}
.app-footer__ext-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-footer__ext-list li {
  margin-bottom: 0.65rem;
  font-size: 1rem;
  position: relative;
  padding-left: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .app-footer__ext-list li {
    margin-bottom: 0.5rem;
  }
}
.app-footer__ext-list li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f061";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  font-size: 0.75rem;
  color: white;
}
.app-footer__ext-list li a {
  color: white;
  display: inline-block;
  transition: opacity 0.3s;
}
.app-footer__ext-list li a:hover {
  opacity: 0.7;
}
.app-footer__ext-list li:last-of-type {
  margin-bottom: 0;
}
.app-footer__bottom {
  background-color: white;
  color: #555555;
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .app-footer__bottom {
    padding: 2rem 0 6rem;
  }
}
.app-footer__info-content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .app-footer__info-content {
    text-align: left;
  }
}
.app-footer__logo {
  margin-bottom: 1.5rem;
  text-align: inherit;
}
.app-footer__logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .app-footer__logo img {
    max-width: 180px;
  }
}
.app-footer__info-title {
  font-size: 1.525rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .app-footer__info-title {
    font-size: 1.25rem;
  }
}
.app-footer__info-en {
  font-size: 0.875rem;
  color: #555555;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .app-footer__info-en {
    margin-bottom: 1rem;
    font-size: 0.715rem;
  }
}
.app-footer__address {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}
.app-footer__address a {
  text-decoration: underline;
  color: #0c4aa7;
}
.app-footer__address a::before {
  margin-right: 0.25rem;
}
.app-footer__tel {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .app-footer__tel {
    margin-bottom: 1rem;
  }
}
.app-footer__committee {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .app-footer__committee {
    margin-bottom: 1rem;
  }
}
.app-footer__copyright {
  font-size: 0.875rem;
  color: #555555;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.app-footer__copyright small {
  font-size: 100%;
}

#pagetop {
  position: fixed;
  z-index: 90;
  width: 3rem;
  height: 3rem;
  bottom: 2rem;
  right: calc(4rem + 1.5rem);
  background-color: #9a6862;
  color: white;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
#pagetop:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  cursor: pointer;
}
#pagetop a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 4px solid transparent;
  color: #fff;
}
#pagetop a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  border-top: 3px solid;
  border-right: 3px solid;
  left: 50%;
  top: 60%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 8.5rem;
    right: 5%;
    width: 2.8rem;
    height: 2.8rem;
  }
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    flex-direction: column-reverse;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #666;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック";
  border: 1px solid #666;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.submit input {
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #666 !important;
  color: #555555 !important;
  background-color: #666;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1.5em 2rem;
  border: 1px solid #c1a8a5;
  text-align: left;
  background-color: #efe6e6;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1.5em 2rem;
  border: 1px solid #c1a8a5;
  text-align: left;
  background: white;
  word-break: break-all;
}
table a {
  color: #0c4aa7;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  table-layout: fixed;
}

.scroll-note {
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll-note {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: none;
  }
  .flex-table tr:last-of-type td {
    border-bottom: 1px solid #c1a8a5;
  }
}
body.home .inner {
  max-width: calc(2000px + 16.6666666667%);
  padding: 0 8.3333333333%;
}
@media screen and (max-width: 2000px) {
  body.home .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  body.home .inner {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .inner {
    padding-right: 5%;
  }
}
body.home h3 {
  border-bottom: none;
  padding-bottom: 0;
}
body.home h3::after {
  display: none;
}
body.home section {
  padding: 6rem 0;
}
@media screen and (max-width: 1800px) {
  body.home section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 992px) {
  body.home section {
    padding: 4rem 0;
  }
}
body.home .top-mv {
  position: relative;
  width: 100%;
  min-height: 520px;
  aspect-ratio: 2/1;
  padding-top: 6.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body.home .top-mv {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 992px) {
  body.home .top-mv {
    min-height: 380px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-mv {
    padding-top: 5.5rem;
  }
}
body.home .top-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/top/eye_mask.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
body.home .top-mv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.home .top-mv__slider .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  body.home .top-mv__slider .swiper-slide.eye-slide02 {
    background-position: top left 30%;
  }
  body.home .top-mv__slider .swiper-slide.eye-slide03 {
    background-position: center right;
  }
}
body.home .top-mv__slider .swiper-pagination {
  bottom: 2.5rem;
  z-index: 10;
}
body.home .top-mv__slider .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}
body.home .top-mv__slider .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
body.home .top-mv__inner {
  position: relative;
  z-index: 3;
  width: 100%;
}
body.home .top-mv__content {
  position: relative;
  left: 3rem;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  body.home .top-mv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
  }
}
body.home .top-mv__title {
  text-align: left;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 2px 10px rgba(12, 4, 8, 0.4));
}
body.home .top-mv__title img {
  width: 100%;
  max-width: clamp(500px, 30vw, 600px);
  height: auto;
}
@media screen and (max-width: 1200px) {
  body.home .top-mv__title {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  body.home .top-mv__title {
    margin-bottom: 0.25rem;
    width: 70%;
  }
}
body.home .top-mv__lead {
  text-align: left;
  margin-bottom: 0;
  filter: drop-shadow(0 2px 8px rgba(12, 4, 8, 0.4));
}
body.home .top-mv__lead img {
  width: 100%;
  max-width: clamp(340px, 20.5vw, 410px);
  height: auto;
}
@media screen and (max-width: 1200px) {
  body.home .top-mv__lead {
    width: 30%;
  }
}
@media screen and (max-width: 992px) {
  body.home .top-mv__lead {
    width: 70%;
  }
  body.home .top-mv__lead img {
    width: 80%;
  }
}
body.home .top-important {
  position: relative;
  z-index: 10;
}
body.home .top-important__box {
  display: flex;
}
body.home .top-important__header {
  color: white;
  font-weight: bold;
  font-size: 1.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  body.home .top-important__header {
    margin-right: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-important__header {
    font-size: 1.5rem;
    border-right: none;
    padding-right: 0;
  }
}
body.home .top-important__list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home .top-important__item {
  display: flex;
  align-items: center;
  padding: 1.5rem 5rem 1.5rem 2rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
  line-height: 1.5;
  background-color: rgba(231, 47, 23, 0.8);
}
body.home .top-important__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body.home .top-important__item {
    padding: 1.25rem 1.5rem;
  }
}
body.home .top-important__date {
  font-family: "Avenir Next", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
  margin-right: 1rem;
  flex-shrink: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 576px) {
  body.home .top-important__date {
    margin-right: 0;
    font-size: 0.9rem;
  }
}
body.home .top-important__title {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body.home .top-important__title {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-important__title {
    font-size: 1rem;
  }
}
body.home .top-banners {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
body.home .top-banners__grid {
  display: flex;
  gap: 5%;
}
body.home .top-banners__item {
  box-sizing: border-box;
  flex: 1;
  display: block;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 2/1;
}
body.home .top-banners__item::before {
  display: none;
}
body.home .top-banners__item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
body.home .top-banners__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  writing-mode: vertical-rl;
  color: white;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(12, 4, 8, 0.2);
}
@media screen and (max-width: 992px) {
  body.home .top-banners {
    padding-top: 0;
  }
  body.home .top-banners .inner {
    padding: 0;
  }
  body.home .top-banners__grid {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-banners__item {
    background-size: cover;
    background-position: right 25% center;
    aspect-ratio: auto;
    min-height: 150px;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-banners__grid {
    flex-direction: column;
    gap: 2px;
  }
  body.home .top-banners__item {
    background-position: right center;
  }
}
body.home .top-topics h2, body.home .top-news h2 {
  font-family: "Avenir Next", "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 4vw, 3.5rem);
  color: #e72f17;
  margin-bottom: 1.35em;
  padding-bottom: 0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  body.home .top-topics h2, body.home .top-news h2 {
    text-align: left;
    font-size: 2.75rem;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-topics h2, body.home .top-news h2 {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
body.home .top-topics time, body.home .top-news time {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
body.home .top-topics time::before, body.home .top-news time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85em;
  margin-right: 0;
  line-height: 1;
}
body.home .top-news__header {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .top-news__header {
    margin-bottom: 1.5rem;
  }
}
body.home .top-news__header .top-news__more {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: #e72f17;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  body.home .top-news__header .top-news__more {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-news__header .top-news__more {
    font-size: 0.875rem;
    padding: 0.35rem 1rem;
  }
}
body.home .top-topics {
  padding-bottom: 0;
}
body.home .top-topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  body.home .top-topics__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-topics__list {
    flex-direction: column;
    gap: 2rem;
  }
}
body.home .top-topics__item {
  box-sizing: border-box;
  width: 21.25%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 992px) {
  body.home .top-topics__item {
    width: 47.5%;
    margin-bottom: 5%;
  }
  body.home .top-topics__item:nth-of-type(3), body.home .top-topics__item:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-topics__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-topics__item {
    width: 100%;
  }
}
body.home .top-topics__item:hover .top-topics__img-wrap img {
  transform: scale(1.08);
}
body.home .top-topics__item:hover .top-topics__item-title {
  color: #e72f17;
}
body.home .top-topics__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
body.home .top-topics__link:hover {
  opacity: 1;
}
body.home .top-topics__img-wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
body.home .top-topics__img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
@media screen and (max-width: 576px) {
  body.home .top-topics__img-wrap {
    margin-bottom: 0.5rem;
  }
}
body.home .top-topics__item-title {
  font-size: 1.05rem;
  border-bottom: none;
  line-height: 1.5;
  text-align: left;
  color: #555555;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  body.home .top-topics__item-title {
    margin-bottom: 0.25rem;
  }
}
body.home .top-topics__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: #c1a8a5;
  width: 100%;
  margin-top: auto;
}
body.home .top-topics__cat {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.85rem;
  position: relative;
  padding-left: 1.25rem;
  color: #c1a8a5;
  display: inline-block;
}
body.home .top-topics__cat::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f02b";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  margin-right: 0;
}
body.home .top-news__container {
  box-sizing: border-box;
  background-color: #ffffff;
}
body.home .top-news__item {
  border-bottom: 1px solid #c1a8a5;
  padding: 1.125rem 2rem;
}
body.home .top-news__item:first-child {
  border-top: 1px solid #c1a8a5;
}
body.home .top-news__item:last-child {
  border-bottom: 1px solid #c1a8a5;
}
@media screen and (max-width: 768px) {
  body.home .top-news__item {
    padding: 1rem 1.5rem;
  }
}
body.home .top-news__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
}
body.home .top-news__item-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #9a6862;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.home .top-news__item-title {
    font-size: 1.05rem;
  }
}
body.home .top-news__item-title:hover {
  color: #e72f17;
}
body.home .top-news__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #c1a8a5;
  width: 100%;
  margin: 0;
}
body.home .top-news__meta time::before {
  top: 51%;
}
body.home .top-news__cat {
  position: relative;
  padding-left: 1.25rem;
  color: #c1a8a5;
  display: inline-block;
}
body.home .top-news__cat::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f02b";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  margin-right: 0;
}
body.home .top-video {
  background-color: #d0d0d0;
  overflow: hidden;
  position: relative;
}
body.home .top-video::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #d0d0d0 60%, #d0d0d0 100%);
  z-index: 15;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  body.home .top-video::after {
    display: none;
  }
}
body.home .top-video__grid {
  display: flex;
  align-items: stretch;
  gap: 2vw;
}
@media screen and (max-width: 992px) {
  body.home .top-video__grid {
    flex-direction: column;
    gap: 1.25rem;
  }
}
body.home .top-video__main {
  flex-shrink: 1;
  width: 60%;
}
@media screen and (max-width: 992px) {
  body.home .top-video__main {
    width: 100%;
  }
}
body.home .top-video__player {
  aspect-ratio: 16/9;
  background-color: #f4f4f4;
  width: 100%;
}
body.home .top-video__player iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  body.home .top-video__player {
    aspect-ratio: 4/3;
  }
}
body.home .top-video__sub {
  box-sizing: border-box;
  width: 38%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.home .top-video__sub {
    width: 100%;
  }
}
body.home .top-video__swiper {
  overflow: hidden;
  width: 45vw;
  flex-shrink: 0;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body.home .top-video__swiper {
    width: 100%;
    height: auto;
  }
}
body.home .top-video__swiper .swiper-wrapper {
  height: 100%;
}
body.home .top-video__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  height: 100%;
}
@media screen and (max-width: 992px) {
  body.home .top-video__swiper .swiper-slide.movie-lastslide {
    display: none;
  }
}
body.home .top-video__sub-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: inherit;
  flex: 1;
  min-height: 0;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  body.home .top-video__sub-item {
    flex: none;
  }
}
body.home .top-video__sub-item:hover {
  transform: translateY(-3px);
}
body.home .top-video__sub-img {
  width: 100%;
  height: 0;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 0;
}
body.home .top-video__sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 992px) {
  body.home .top-video__sub-img {
    height: auto;
  }
}
body.home .top-video__sub-title {
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 0;
  color: #555555;
  flex-shrink: 0;
}
body.home .top-video__prev, body.home .top-video__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e72f17;
  font-size: 3rem;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s, opacity 0.2s;
}
body.home .top-video__prev:hover, body.home .top-video__next:hover {
  transform: translateY(-50%) scale(1.05);
}
body.home .top-video__prev.swiper-button-disabled, body.home .top-video__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body.home .top-video__prev, body.home .top-video__next {
    display: none;
  }
}
body.home .top-video__prev {
  left: 0;
}
body.home .top-video__prev::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f359";
  font-size: inherit;
  margin-right: 0;
}
body.home .top-video__next {
  right: calc(5rem - (100vw - 2000px) / 2);
}
body.home .top-video__next::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35a";
  font-size: inherit;
  margin-right: 0;
}
@media screen and (max-width: 2400px) {
  body.home .top-video__next {
    right: calc(5rem - 8.3333333333vw);
  }
}
@media screen and (max-width: 2000px) {
  body.home .top-video__next {
    right: 0;
  }
}
body.home .top-message {
  padding: 3% 0;
}
@media screen and (max-width: 992px) {
  body.home .top-message {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }
}
body.home .top-message__grid {
  display: flex;
  gap: 3.75vw;
}
@media screen and (max-width: 1200px) {
  body.home .top-message__grid {
    flex-direction: column;
    gap: 1.25rem;
  }
}
body.home .top-message__main {
  box-sizing: border-box;
  width: 66.666%;
  background-color: white;
  background-color: rgba(12, 74, 167, 0.1);
  background: linear-gradient(45deg, rgba(12, 74, 167, 0.1), rgba(12, 74, 167, 0.2));
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.home .top-message__main {
    width: 100%;
    padding: 1.5rem 1rem 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-message__main {
    flex-direction: column;
    padding: 2rem 2rem 0 2rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-message__main {
    padding: 1.5rem 1.5rem 0 1.5rem;
    gap: 2rem;
  }
}
body.home .top-message__content {
  flex: 1;
  padding: 1rem 0.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.home .top-message__content {
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-message__content {
    padding-bottom: 0;
  }
}
body.home .top-message__director {
  font-size: clamp(2.25rem, 4vw, 3rem);
  color: #555555;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}
body.home .top-message__director span {
  display: block;
  font-size: 0.4em;
}
@media screen and (max-width: 768px) {
  body.home .top-message__director {
    font-size: 2.5rem;
  }
}
body.home .top-message__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  body.home .top-message__text {
    margin-bottom: 1.5rem;
  }
}
body.home .top-message__btn {
  display: block;
  width: 210px;
  padding: 0.75rem 2rem;
  background-color: #e72f17;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  border-radius: 2rem;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  body.home .top-message__btn {
    margin: 0 auto;
  }
}
body.home .top-message__img-wrap {
  width: clamp(340px, 25vw, 380px);
  flex-shrink: 0;
  overflow: hidden;
  padding-right: 1rem;
  align-self: flex-end;
}
body.home .top-message__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 992px) {
  body.home .top-message__img-wrap {
    width: clamp(320px, 25vw, 340px);
  }
}
@media screen and (max-width: 768px) {
  body.home .top-message__img-wrap {
    align-self: center;
    padding: 0;
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-message__img-wrap {
    width: 80%;
  }
}
body.home .top-message__sub {
  box-sizing: border-box;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 3.75vw;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  body.home .top-message__sub {
    width: 100%;
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-message__sub {
    flex-direction: column;
    gap: 1rem;
  }
}
body.home .top-message__banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: left;
  height: calc((100% - 2vw) / 2);
  min-height: 120px;
  padding: 2vw;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 1200px) {
  body.home .top-message__banner {
    flex: 1;
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-message__banner {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-message__banner {
    flex: auto;
    aspect-ratio: 4/1;
  }
}
body.home .top-message__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s;
}
body.home .top-message__banner:hover::before {
  background: rgba(0, 0, 0, 0.25);
}
body.home .top-message__banner--walker {
  background-image: url("../img/top/bn_walker.jpg");
}
body.home .top-message__banner--pamphlet {
  background-image: url("../img/top/bn_pamphlet.jpg");
}
body.home .top-message__banner-title {
  position: relative;
  z-index: 2;
  font-size: clamp(2.125rem, 2.75vw, 2.8rem);
  letter-spacing: 0;
  color: white;
  font-weight: 500;
  text-align: left;
  text-shadow: 0 2px 8px rgba(12, 4, 8, 0.3);
}
body.home .top-message__banner-title span {
  display: block;
  font-size: 0.345em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.home .top-message__banner-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
}
body.home .top-quad {
  padding-top: 0;
  padding-bottom: 3%;
}
body.home .top-quad__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  body.home .top-quad__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 3vw;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-quad__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
body.home .top-quad__btn {
  color: #fff;
  background-color: #a65444;
  font-weight: 700;
  box-sizing: border-box;
  flex: 1;
  height: 95px;
  display: flex;
  padding: 1rem 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 1.125rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, opacity 0.3s;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 992px) {
  body.home .top-quad__btn {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-quad__btn {
    font-size: 1rem;
    white-space: inherit;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-quad__btn {
    padding: 0.75rem;
    height: 3.5rem;
  }
}
body.home .top-quad__btn:hover {
  transform: scale(1.02);
  opacity: 0.9;
  color: white;
}
body.home .top-quad__btn.btn_link-out {
  background-color: #2b5159;
}
body.home .top-quad__btn.text-small {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
body.home .top-quad__btn .btn-link-br {
  display: none;
}
@media screen and (max-width: 1400px) {
  body.home .top-quad__btn .btn-link-br {
    display: inline;
  }
}
@media screen and (max-width: 992px) {
  body.home .top-quad__btn .btn-link-br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-quad__btn .btn-link-br {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  body.home .top-quad__btn .btn-link-br {
    display: none;
  }
}
body.home .top-gallery {
  width: 100%;
}
body.home .top-gallery__grid {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home .top-gallery__grid {
    flex-wrap: wrap;
  }
}
body.home .top-gallery__item {
  box-sizing: border-box;
  flex: 1;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.home .top-gallery__item {
    flex: none;
    width: 50%;
  }
}
body.home .top-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

body.page main h2 {
  font-size: 2.25rem;
  margin-bottom: 1em;
  color: #555555;
}
@media screen and (max-width: 576px) {
  body.page main h2 {
    font-size: 1.8rem;
  }
}
body.page main h3,
body.page main h2.h2-bgred {
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 2em 0 1em;
  padding: 0.6em 0.8em;
  color: #555555;
  background-color: #efe6e6;
  border-left: 4px solid #e72f17;
  border-bottom: none;
  border-radius: 0 4px 4px 0;
}
body.page main h3::after,
body.page main h2.h2-bgred::after {
  display: none;
}
@media screen and (max-width: 576px) {
  body.page main h3,
  body.page main h2.h2-bgred {
    font-size: 1.3rem;
  }
}
body.page main h4 {
  font-size: 1.25rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #e72f17;
  position: relative;
  border-bottom: 2px solid #d0d0d0;
}
body.page main h4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  min-width: 5rem;
  height: 2px;
  background-color: #0c4aa7;
}
body.page main h5 {
  font-size: 1.125rem;
  font-weight: bold;
}
body.page main ul {
  padding-left: 1em;
}
body.page main ol {
  padding-left: 1em;
}
body.page main .page-contents {
  padding: 4rem 0;
}
body.page main .page-contents section {
  padding: 0 0 4rem;
}
body.page main .page-contents section:last-of-type {
  padding-bottom: 0;
}
body.page main .timeline {
  max-width: 600px;
  margin: 0 auto;
}
body.page main .timeline-list-item {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body.page main .timeline-list-item:last-child .content {
  border-left: 1px solid white;
}
@media screen and (max-width: 768px) {
  body.page main .timeline-list-item:last-child .content {
    width: calc(100% - 100px);
  }
}
body.page main .timeline-list-item .date {
  width: 80px;
}
body.page main .timeline-list-item .content {
  position: relative;
  padding: 0 0 3rem 2rem;
  border-left: 1px solid #e72f17;
  width: calc(100% - 120px);
}
body.page main .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 16px;
  height: 16px;
  background-color: #e72f17;
  border-radius: 10px;
}
body.page .sibling-nav-area {
  background-color: #fff;
  padding: 1.5rem;
}
body.page .sibling-nav-area h2 {
  font-size: 1.5rem;
}
body.page .sibling-nav-area ul {
  list-style-type: none;
  padding-left: 0 !important;
}
body.page .sibling-nav-area .parent-list {
  margin-bottom: 1.25rem;
}
body.page .sibling-nav-area .parent-list li a {
  display: block;
  padding: 0.75rem 1rem 0.75rem 2.25rem;
  border-radius: 0.5rem;
  background-color: rgba(231, 47, 23, 0.12);
  position: relative;
}
body.page .sibling-nav-area .parent-list li a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35a";
  margin-right: 0;
  font-size: 0.9em;
  position: absolute;
  top: 1.1rem;
  left: 1rem;
}
body.page .sibling-nav-area .child-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0;
}
body.page .sibling-nav-area .child-list li {
  margin-bottom: 0;
}
body.page .sibling-nav-area .child-list li a {
  display: block;
  height: 100%;
  padding: 0.75rem 1rem 0.75rem 2.25rem;
  border-radius: 0.5rem;
  background-color: rgba(12, 74, 167, 0.12);
  position: relative;
}
body.page .sibling-nav-area .child-list li a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f101";
  margin-right: 0;
  font-size: 0.9em;
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
}
@media screen and (max-width: 576px) {
  body.page .sibling-nav-area .child-list {
    grid-template-columns: 1fr;
  }
}

main h3.border-red::after {
  background-color: #e72f17;
}

.link-card a {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #dde5f1;
  font-size: 1.125em;
}
.link-card a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f101";
  margin-right: 0.75rem;
  position: relative;
  color: #0c4aa7;
  font-size: 1.25em;
}
@media (hover: hover) {
  .link-card a:hover {
    color: #0c4aa7;
  }
}

.bg-first-dark {
  background-color: #e72f17;
}

.bg-second-dark {
  background-color: #0c4aa7;
}

img.photo-s {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  img.photo-s {
    width: 68%;
  }
}

.history-table th,
.history-table td {
  padding: 0.75rem 1rem;
  line-height: 1.75em;
}

.g-calendar iframe {
  border: solid 2px #fff;
  height: 660px;
}
@media screen and (max-width: 576px) {
  .g-calendar iframe {
    height: 580px;
  }
}

.text-bg-red,
.text-bg-blue,
.text-bg-yellow,
.text-bg-purple {
  display: inline-block;
  font-size: 0.875em;
  padding: 0 0.25em;
  line-height: 1.6em;
  border-radius: 0.25em;
}

.text-bg-red {
  background: #ff0000;
  color: #fff;
}

.text-bg-blue {
  background: #00afef;
  color: #222;
}

.text-bg-yellow {
  background: #ffff00;
}

.text-bg-purple {
  background: #6e2f9d;
  color: #fff;
}

.smart-table th,
.smart-table td {
  padding: 0.75rem 1rem;
}

.scroll-table-auto-wrap {
  overflow-x: auto;
  margin-bottom: 1rem;
}

.scroll-table-auto {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  margin-bottom: 0;
}
.scroll-table-auto th, .scroll-table-auto td {
  width: auto;
  min-width: 120px;
}

colgroup col.col10p {
  width: 10%;
}
colgroup col.col20p {
  width: 20%;
}
colgroup col.col30p {
  width: 30%;
}
colgroup col.col40p {
  width: 40%;
}
colgroup col.col50p {
  width: 50%;
}
colgroup col.col60p {
  width: 60%;
}
colgroup col.col70p {
  width: 70%;
}
colgroup col.col80p {
  width: 80%;
}
colgroup col.col90p {
  width: 90%;
}
colgroup col.col100p {
  width: 100%;
}

.cell-top {
  vertical-align: top;
}

.g-map {
  border: solid 2px #fff;
}
.g-map iframe {
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .g-map iframe {
    height: 320x;
  }
}

ul.list-iconlink {
  list-style: none;
  padding-left: 0 !important;
}
ul.list-iconlink li {
  margin-bottom: 0.5rem;
}
ul.list-iconlink li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: solid 1px #b5b5b5;
  color: #0c4aa7;
}
@media (hover: hover) {
  ul.list-iconlink li a:hover {
    background: #dde5f1;
  }
}

.med-walker-title {
  padding-right: 0.75rem;
  margin-right: 0.5rem;
  border-right: 1px solid #555555;
  font-weight: 700;
}

.youtube-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 0.5rem;
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

.flow-box-area .flow-title {
  border-radius: 0.4rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #dde5f1;
}
.flow-box-area .flow-box {
  align-self: stretch;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 0.4rem;
  border: solid 1px #888888;
  position: relative;
}
.flow-box-area .flow-box::after {
  display: block;
  margin: 0 auto 0.5rem;
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 0.5em);
  color: #415B82;
  font-size: 2rem;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f0dd";
}
.flow-box-area .flow-box.bg-red {
  background-color: #C42814;
  color: #fff;
}
.flow-box-area .flow-box.bg-blue {
  background-color: #415B82;
  color: #fff;
}
.flow-box-area .flow-box *:last-child {
  margin-bottom: 0;
}

.list-indent-s {
  padding-left: 1.3em !important;
}
.list-indent-s > li {
  list-style: none;
  text-indent: -1.3em;
}

.list-indent-m {
  padding-left: 2em !important;
}
.list-indent-m > li {
  list-style: none;
  text-indent: -2em;
}

.list-linkblank {
  list-style: none;
  padding-left: 0 !important;
}
.list-linkblank li {
  position: relative;
  padding-left: 1.5em;
}
.list-linkblank li a {
  color: #0c4aa7;
}
.list-linkblank li a::before {
  position: absolute;
  left: 0;
  top: 0.28em;
}

.faq-q {
  padding-left: 1.75em;
  position: relative;
}
.faq-q::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q.";
  font-weight: bold;
  color: #0c4aa7;
}

.faq-a {
  padding-left: 1.75em;
  position: relative;
}
.faq-a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "A.";
  font-weight: bold;
  color: #e72f17;
  font-size: 1.125em;
}

body.archive .archive-inner {
  max-width: 1080px;
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  background-color: #666;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
}
body.archive .cat-nav > a:not(.active):hover {
  background-color: #e72f17;
  opacity: 0.7;
}
body.archive .cat-nav > a.active {
  background-color: #e72f17;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  color: #9a6862;
}
.news-box img {
  transition: all 0.5s ease;
}
.news-box .fit-img {
  margin-bottom: 1rem;
  border: 1px solid #efe6e6;
  overflow: hidden;
}
.news-box .fit-img:hover img {
  transform: scale(1.1, 1.1);
}
.news-box > a {
  margin-bottom: 2rem;
}

.news-supple {
  margin-bottom: 1rem;
}
.news-supple time {
  position: relative;
  margin-right: 1rem;
  padding-left: 1.25rem;
}
.news-supple time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 0.85em;
  margin-right: 0;
}
.news-supple .cat {
  position: relative;
  padding-left: 1.25rem;
  color: #c1a8a5;
}
.news-supple .cat::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f02b";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  margin-right: 0;
}

/* =================================================================
 研究助成金一覧（grants）用の個別調整スタイル【完全確定版】
 ================================================================= */
.grants-section-title {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .grants-section-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .grants-section-h3 {
    font-size: 1.5rem;
  }
}

.grants-file {
  display: inline-block;
  color: #0c4aa7;
  margin-top: 1rem;
}

.grants-table {
  min-width: 800px;
}
.grants-table th,
.grants-table td {
  vertical-align: top;
  padding: 1em;
}
.grants-table th {
  white-space: pre-wrap;
}
.grants-table th:first-of-type {
  width: 11%;
}
.grants-table th:nth-of-type(2) {
  width: 20%;
}
.grants-table th:nth-of-type(3) {
  width: 30%;
}
.grants-table th:nth-of-type(4) {
  width: 13%;
}
.grants-table th:nth-of-type(5) {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .grants-table th:first-of-type {
    width: 16%;
  }
  .grants-table th:nth-of-type(2) {
    width: 20%;
  }
  .grants-table th:nth-of-type(3) {
    width: 30%;
  }
  .grants-table th:nth-of-type(4) {
    width: 13%;
  }
  .grants-table th:nth-of-type(5) {
    width: 21%;
  }
}
.grants-table .grants-subject-box .grants-main-title {
  display: inline;
  line-height: 1.5;
  font-weight: bold;
}
.grants-table .grants-subject-box .grants-sub-title {
  display: block;
  font-size: 0.85em;
  padding-left: 4px;
  margin-top: 0.4rem;
  font-weight: normal;
}
.grants-table .grants-subject-box span.grants-main-title {
  color: #555555;
}
.grants-table .grants-subject-box div.grants-sub-title {
  color: #888888;
}
.grants-table .grants-subject-box a.grants-subject-link {
  display: block;
  text-decoration: none;
  color: #0c4aa7;
}
.grants-table .grants-subject-box a.grants-subject-link.link-blank .grants-main-title {
  color: inherit;
  text-decoration: underline;
}
.grants-table .grants-subject-box a.grants-subject-link.link-blank .grants-sub-title {
  color: inherit;
}
.grants-table .grants-subject-box a.grants-subject-link.link-blank:hover .grants-main-title {
  text-decoration: none;
}
.grants-table .grants-remarks-text {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.grants-table .grants-file-attach {
  margin-top: 0.5rem;
}
.grants-table .grants-badge {
  display: inline-block;
  padding: 3px 6px;
  font-size: 0.85em;
  border-radius: 4px;
  border: 1px solid #e72f17;
  color: #e72f17;
  text-align: center;
}
.grants-table .grants-badge--anytime {
  background-color: #efe6e6;
  border-color: #415B82;
  color: #0c4aa7;
}
.grants-table .grants-badge--stop {
  border-color: #e72f17;
  color: #e72f17;
  font-weight: bold;
}
.grants-table .grants-recommend-text {
  display: block;
}
.grants-table .grants-recommend-sub {
  display: inline-block;
  color: #9a6862 !important;
  border: 1px solid #9a6862;
  padding: 2px 6px;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.grants-table .grants-recommend-sub::before {
  display: none;
}
.grants-table .grants-file-btn {
  display: inline-block;
  font-size: 0.9em;
  color: #0c4aa7;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.grants-table .grants-file-btn::before {
  margin-right: 0;
}
.grants-table .grants-file-btn:hover {
  color: #e72f17;
}
.grants-table--past tbody tr,
.grants-table--past tr, .grants-table.grants-status-募集中止 tbody tr,
.grants-table.grants-status-募集中止 tr {
  background-color: #f4f4f4 !important;
  color: #888888 !important;
}
.grants-table--past tbody tr .grants-main-title:not(.link-blank) a,
.grants-table--past tbody tr .grants-sub-title a,
.grants-table--past tbody tr td a,
.grants-table--past tr .grants-main-title:not(.link-blank) a,
.grants-table--past tr .grants-sub-title a,
.grants-table--past tr td a, .grants-table.grants-status-募集中止 tbody tr .grants-main-title:not(.link-blank) a,
.grants-table.grants-status-募集中止 tbody tr .grants-sub-title a,
.grants-table.grants-status-募集中止 tbody tr td a,
.grants-table.grants-status-募集中止 tr .grants-main-title:not(.link-blank) a,
.grants-table.grants-status-募集中止 tr .grants-sub-title a,
.grants-table.grants-status-募集中止 tr td a {
  color: #888888 !important;
}

.grants-year-nav-label {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #555555;
  margin-bottom: 2rem;
}

.grants-year-nav {
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.grants-year-btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.grants-year-btn {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #999;
  padding: 0.45rem 1.4rem;
  font-size: 0.9rem;
  border-radius: 20px;
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
.grants-year-btn:hover {
  background-color: #0c4aa7;
  border-color: #0c4aa7;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.grants-year-btn.is-active {
  background-color: #e72f17;
  border-color: #e72f17;
  color: #ffffff !important;
  pointer-events: none;
}
.grants-year-btn--top {
  border-color: #0c4aa7;
  color: #0c4aa7 !important;
  background-color: transparent;
}
.grants-year-btn--top:hover {
  background-color: #d0d0d0;
  border-color: #0c4aa7;
  color: #0c4aa7 !important;
}
.grants-year-btn i {
  margin-right: 0.4rem;
}

.grants-flow-steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3.5rem;
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .grants-flow-steps {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.grants-flow-steps__item {
  flex: 0 1 5rem;
  max-width: 5rem;
  background-color: rgba(12, 74, 167, 0.2);
  color: #555555;
  border-radius: 8px;
  padding: 2.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .grants-flow-steps__item {
    flex: auto;
    max-width: none;
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 1.5rem 1rem;
  }
}
.grants-flow-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.75rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #d0d0d0;
  clip-path: polygon(0 30%, 55% 30%, 55% 0, 100% 50%, 55% 100%, 55% 70%, 0 70%);
}
@media screen and (max-width: 768px) {
  .grants-flow-steps__item:not(:last-child)::after {
    top: auto;
    bottom: -2.25rem;
    right: 50%;
    transform: translateX(50%);
    clip-path: polygon(30% 0, 70% 0, 70% 55%, 100% 55%, 50% 100%, 0 55%, 30% 55%);
  }
}

.grants-before {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  padding: 1rem;
  font-weight: 500;
}
.grants-before span {
  display: inline-block;
  color: #9a6862;
  border: 1px solid #9a6862;
  padding: 2px 6px;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-right: 0.5rem;
}

/* =================================================================
   教員公募一覧ページ (archive-faculty-recruitment) 用個別スタイル
   ================================================================= */
.faculty-recruitment-archive .faculty-archive-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-archive .faculty-archive-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.faculty-recruitment-archive .faculty-card {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #c1a8a5;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 8px rgba(154, 104, 98, 0.1);
}
.faculty-recruitment-archive .faculty-card .faculty-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  width: 100%;
  cursor: pointer;
  padding: 1.75rem;
}
.faculty-recruitment-archive .faculty-card .faculty-card-link:hover .faculty-card-title {
  color: #0c4aa7;
  text-decoration: underline;
}
.faculty-recruitment-archive .faculty-card .faculty-card-meta {
  margin-bottom: 0.6rem;
  width: 100%;
}
.faculty-recruitment-archive .faculty-card .faculty-card-meta time {
  position: relative;
  padding-left: 1.25rem;
  color: #c1a8a5;
  font-size: 0.875rem;
  display: inline-block;
}
.faculty-recruitment-archive .faculty-card .faculty-card-meta time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  margin-right: 0;
}
.faculty-recruitment-archive .faculty-card .faculty-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #9a6862;
  margin: 0 0 1.25rem;
  padding: 0;
  border-bottom: none;
  text-align: left;
  transition: color 0.3s ease;
}
.faculty-recruitment-archive .faculty-card .faculty-card-title::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-archive .faculty-card .faculty-card-title {
    font-size: 1.1rem;
  }
}
.faculty-recruitment-archive .faculty-card .faculty-card-info {
  width: 100%;
  border-top: 1px dashed #d0d0d0;
  padding-top: 0.85rem;
}
.faculty-recruitment-archive .faculty-card .faculty-card-info .info-row {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.faculty-recruitment-archive .faculty-card .faculty-card-info .info-row:last-child {
  margin-bottom: 0;
}
.faculty-recruitment-archive .faculty-card .faculty-card-info .info-row .label {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.95rem;
}
.faculty-recruitment-archive .faculty-card .faculty-card-info .info-row .value {
  color: #555555;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-archive .faculty-card .faculty-card-info .info-row {
    flex-direction: column;
  }
}

.labs-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.labs-list li {
  margin-bottom: 0;
  background: #fff;
  border: solid 1px #b5b5b5;
}
.labs-list li a {
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #0c4aa7;
}
@media (hover: hover) {
  .labs-list li a:hover {
    background: #dde5f1;
  }
}
@media screen and (max-width: 768px) {
  .labs-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .labs-list {
    grid-template-columns: 1fr;
  }
}

.labs-list + h2 {
  margin-top: 5rem;
}

@media screen and (max-width: 576px) {
  .post-type-archive-labs main h2 {
    font-size: 1.8rem;
  }
}
.post-type-archive-labs main h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .post-type-archive-labs main h3 {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   固定ページ・アーカイブ用 タグ別新着記事表示スタイル (.page-news)
   ========================================================================== */
.page-news__container {
  box-sizing: border-box;
  background-color: #ffffff;
  border-top: 1px solid #c1a8a5;
  border-bottom: 1px solid #c1a8a5;
  margin-bottom: 3rem;
}
.page-news__title {
  font-family: "Avenir Next", "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.page-news__title span {
  display: block;
  font-size: 0.8em;
}
.page-news__item {
  border-bottom: 1px solid #c1a8a5;
  padding: 1.5rem 2rem;
}
.page-news__item:first-child {
  border-top: none;
}
.page-news__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-news__item {
    padding: 1rem 1.5rem;
  }
}
.page-news__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
}
.page-news__link a {
  text-decoration: none;
  display: inline-block;
}
.page-news__item-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #9a6862;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-news__item-title {
    font-size: 1.05rem;
  }
}
.page-news__item-title:hover {
  color: #e72f17;
}
.page-news__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #c1a8a5;
  width: 100%;
  margin: 0;
}
.page-news__meta time {
  position: relative;
  padding-left: 1.25rem;
  display: inline-block;
  color: #c1a8a5;
  font-family: "Avenir Next", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.page-news__meta time::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 0.85em;
  margin-right: 0;
}
.page-news__cat {
  position: relative;
  padding-left: 1.25rem;
  color: #c1a8a5;
  display: inline-block;
  text-decoration: none;
}
.page-news__cat::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f02b";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  margin-right: 0;
}
.page-news__cat:hover {
  color: #e72f17;
}

body.single main ul {
  margin-left: 1.5em;
}
body.single main ol {
  margin-left: 1.5em;
}
body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
}
body.single img {
  width: 100%;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
body.single .page-title {
  padding: 2rem 0 3rem;
  font-size: 1.75rem;
}
body.single .page-title.single-title {
  font-size: 2.25rem;
}
body.single .navigation {
  border-top: 1px solid #666;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a {
  padding: 0.5rem 1rem;
  display: flex;
  color: #555555;
  line-height: 1.65em;
}
body.single .navigation a span {
  display: block;
}
body.single .navigation a span.navitext {
  margin-right: 1em;
  padding-right: 1em;
  width: 3rem;
  border-right: 1px solid #666;
  white-space: nowrap;
}
@media (hover: hover) {
  body.single .navigation a:hover {
    background: #dde5f1;
    opacity: 1;
  }
}
body.single .navigation .nav-previous {
  background-color: #ffffff;
  border: 1px solid #999;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-next {
  background-color: #ffffff;
  border: 1px solid #999;
}

.single-grants-section {
  padding-top: 3rem !important;
}

.grants-preview-alert {
  margin-bottom: 2rem;
  padding: 1em 1.5rem;
  background-color: #efe6e6;
  border-radius: 0.5rem;
}
.grants-preview-alert p {
  color: #e72f17;
  margin: 0;
}

.grants-preview-close {
  padding: 0.75rem 2rem !important;
  background-color: #e72f17;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* =================================================================
   教員公募詳細ページ (single-faculty-recruitment) 用個別スタイル
   ================================================================= */
.faculty-recruitment-detail {
  padding-top: 2rem;
}
.faculty-recruitment-detail .single-header {
  margin-bottom: 1.5rem;
}
.faculty-recruitment-detail .single-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-detail .single-title {
    font-size: 1.75rem;
  }
}
.faculty-recruitment-detail .single-meta {
  color: #c1a8a5;
}
.faculty-recruitment-detail .single-meta .single-date {
  position: relative;
  padding-left: 1.15rem;
}
.faculty-recruitment-detail .single-meta .single-date::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f017";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85em;
  margin-right: 0.15rem;
  line-height: 1;
}
.faculty-recruitment-detail .faculty-content-value {
  font-weight: 500;
}
.faculty-recruitment-detail .faculty-detail-table {
  margin-top: 1.25rem;
  margin-bottom: 4rem;
}
.faculty-recruitment-detail .faculty-detail-table th, .faculty-recruitment-detail .faculty-detail-table td {
  padding: 1rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #415B82;
}
.faculty-recruitment-detail .faculty-detail-table th {
  width: 22%;
  background-color: #dde5f1;
  font-weight: bold;
  color: #555555;
}
.faculty-recruitment-detail .faculty-detail-table td {
  background-color: #ffffff;
  color: #555555;
}
.faculty-recruitment-detail .faculty-detail-table .faculty-deadline-value {
  font-weight: bold;
  color: #9a6862;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-detail .faculty-detail-table {
    margin-bottom: 3rem;
  }
  .faculty-recruitment-detail .faculty-detail-table th {
    width: 100%;
    border-bottom: none;
  }
  .faculty-recruitment-detail .faculty-detail-table td {
    border-bottom: none;
  }
  .faculty-recruitment-detail .faculty-detail-table tr:last-of-type td {
    border-bottom: 1px solid #415B82;
  }
}
.faculty-recruitment-detail .faculty-download {
  margin-bottom: 4rem;
}
.faculty-recruitment-detail .faculty-download-title {
  font-size: 1.5rem;
  border-bottom: none;
}
.faculty-recruitment-detail .faculty-download-title::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .faculty-recruitment-detail .faculty-download-title {
    font-size: 1.4rem;
  }
}
.faculty-recruitment-detail .faculty-files-box .grants-file-btn {
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  color: #0c4aa7;
  margin-bottom: 0.5rem;
}
.faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".pdf"]::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
  margin-right: 0;
  margin-left: 0.5rem;
}
.faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".doc"]::after, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".docx"]::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
  margin-right: 0;
  margin-left: 0.5rem;
}
.faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".xls"]::after, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".xlsx"]::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
  margin-right: 0;
  margin-left: 0.5rem;
}
.faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".pdf"]::before, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".doc"]::before, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".docx"]::before, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".xls"]::before, .faculty-recruitment-detail .faculty-files-box .grants-file-btn[href$=".xlsx"]::before {
  display: none;
}
.faculty-recruitment-detail .link-button {
  background-color: #dde5f1;
  color: #555555;
  font-weight: 500;
}

body.single-labs main h1.page-title {
  padding: 3rem 0 0;
}
@media screen and (max-width: 576px) {
  body.single-labs main h1.page-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  body.single-labs main h2 {
    font-size: 1.8rem;
  }
}

.course-theme {
  margin-bottom: 2rem;
  line-height: 1.75em;
}
.course-theme h3 {
  font-size: 1.25rem;
}
.course-theme h3 + h3 {
  margin-top: 2rem;
}
.course-theme > div {
  margin-bottom: 2rem;
}

.labs-detail-table {
  line-height: 1.75em;
}
.labs-detail-table a {
  color: #0c4aa7;
}

#search-result .search-result-count {
  border-bottom: 1px solid #666;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
#search-result .search-result-count strong {
  color: #e72f17;
  font-size: 1.25em;
}
#search-result .result-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
#search-result .result-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#search-result .result-item .result-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
#search-result .result-item .result-link:hover {
  opacity: 1;
}
#search-result .result-item .result-link:hover .result-title {
  color: #e72f17;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#search-result .result-item .result-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#search-result .result-item .result-meta .cat-label {
  border: 1px solid #e72f17;
  color: #e72f17;
  padding: 0.1rem 0.6rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: transparent;
}
#search-result .result-item .result-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.2s ease;
}
#search-result .result-item .result-excerpt {
  line-height: 1.7;
  color: #888888;
}

.hatching-text {
  background-color: #fff9c4;
  color: #d32f2f;
  padding: 0.125em 0.25em;
  border-radius: 3px;
  font-weight: bold;
  font-style: normal;
}

#sp-nav {
  display: none;
}

.remodal .remodal-close {
  color: #e72f17;
  right: 0.5rem;
  left: auto;
}
.remodal ul {
  list-style: none;
  text-align: left;
}
.remodal ul li {
  margin-bottom: 1rem;
}
.remodal ul li.child {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .head-right {
    display: none;
  }
  #sp-nav {
    display: block;
    position: fixed;
    z-index: 100;
    right: 1.375rem;
    top: 1.375rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  #sp-nav > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  #sp-nav > a span,
  #sp-nav > a span::before,
  #sp-nav > a span::after {
    display: block;
    position: absolute;
    background: white;
    width: 2.75rem;
    height: 2px;
    border-radius: 2px;
  }
  #sp-nav > a span {
    top: 1.375rem;
  }
  #sp-nav > a span::before {
    content: "";
    top: -0.9166666667rem;
  }
  #sp-nav > a span::after {
    content: "";
    top: 0.9166666667rem;
  }
}
.change-size,
.change-color {
  width: 2.4em;
  margin-left: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #4f4f4f;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #4f4f4f !important;
  background: #fff !important;
}
.change-size.black,
.change-color.black {
  color: white !important;
  background: #000 !important;
}
.change-size.blue,
.change-color.blue {
  color: #fff000 !important;
  background: #2531c9 !important;
}

html.fs-l {
  font-size: 150%;
}
html.fs-xl {
  font-size: 200%;
}

body.theme-black {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black * {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black .logo img {
  filter: invert(100%) brightness(200%) !important;
  background-color: transparent !important;
}
body.theme-blue .logo img {
  filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  background-color: transparent !important;
}
body.theme-blue {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}
body.theme-blue * {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}/*# sourceMappingURL=basic.css.map */