@charset "UTF-8";
:root {
  --font-size-base:15px;
  --font-size-large:calc(var(--font-size-base) * 1.25);
  --font-size-small:calc(var(--font-size-base) * 0.875);
  --border-radius-common:5px;
}

.inter- {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: number;
  src: local("DM Sans");
  unicode-range: U+0030-0039;
}
:root {
  --list-fade-duration: .3s;
}

.breadcrumb ul {
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  gap: min(2.9761904762vw, 45px);
  margin: 0 auto;
}
@media screen and (min-width: 1512px) {
  .breadcrumb ul {
    gap: 10px 45px;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumb ul {
    gap: 10px 45px;
    display: flex; /* Safari */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
  }
}
.breadcrumb ul li {
  color: #FFF;
  font-size: min(0.9259259259vw, 14px);
  line-height: 1.4em;
}
@media screen and (min-width: 1512px) {
  .breadcrumb ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  white-space: nowrap;
}
.breadcrumb ul li a:after {
  content: "";
  display: block;
  width: min(0.9920634921vw, 15px);
  height: 1px;
  background: #FFF;
  position: absolute;
  right: max(-1.9841269841vw, -30px);
  top: 50%;
  z-index: 3;
}
@media screen and (min-width: 1512px) {
  .breadcrumb ul li a:after {
    width: 15px;
    right: -30px;
  }
}
@media screen and (max-width: 820px) {
  .breadcrumb ul li a:after {
    width: 15px;
    right: -30px;
  }
}

main .page_header {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background: #EFEFEF;
  position: relative;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1512px) {
  main .page_header {
    min-height: 500px;
  }
}
@media screen and (max-width: 820px) {
  main .page_header {
    min-height: 250px;
  }
}
main .page_header h1 {
  position: relative;
  z-index: 1;
  width: min(82.0105820106vw, 1240px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  main .page_header h1 {
    width: 1240px;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  main .page_header h1 {
    width: calc(100% - 40px);
    gap: 10px;
  }
}
main .page_header h1 .page_title {
  font-size: min(2.6455026455vw, 40px);
  font-weight: 600;
  line-height: 1.4em;
  color: #FFF;
  order: 2;
}
@media screen and (min-width: 1512px) {
  main .page_header h1 .page_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  main .page_header h1 .page_title {
    font-size: 24px;
  }
}
main .page_header h1 .page_category {
  font-size: min(1.5873015873vw, 24px);
  color: #FFF;
  order: 1;
}
@media screen and (min-width: 1512px) {
  main .page_header h1 .page_category {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  main .page_header h1 .page_category {
    font-size: 14px;
    line-height: 1.4em;
  }
}
main .page_header_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 500px;
  z-index: 0;
  overflow: hidden;
}
main .page_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .page_header_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
main .page_wrap {
  width: min(82.0105820106vw, 1240px);
  margin: 0 auto;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  position: relative;
  top: max(-7.9365079365vw, -120px);
}
@media screen and (min-width: 1512px) {
  main .page_wrap {
    width: 1240px;
    top: -120px;
  }
}
@media screen and (max-width: 820px) {
  main .page_wrap {
    width: calc(100% - 40px);
    top: -60px;
  }
}
main .page_contents {
  order: 2;
  background: #FFF;
  width: min(65.4761904762vw, 990px);
  border-radius: min(1.3227513228vw, 20px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 4;
}
main .page_contents.full_width {
  width: 100%;
}
@media screen and (min-width: 1512px) {
  main .page_contents {
    width: 990px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents {
    width: 100%;
    border-radius: 10px;
    order: 2;
  }
}
main .page_contents_header {
  border-radius: min(1.3227513228vw, 20px) min(1.3227513228vw, 20px) 0 0;
  padding: min(1.3227513228vw, 20px) min(1.3227513228vw, 20px) min(1.3227513228vw, 20px) min(1.9841269841vw, 30px);
  min-height: min(4.6296296296vw, 70px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1512px) {
  main .page_contents_header {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 20px 30px;
    height: 70px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_header {
    border-radius: 10px 10px 0 0;
    padding: 15px;
    height: auto;
    gap: 10px;
  }
}
.rekihaku main .page_contents_header {
  background: #2D6BAB;
}
.kaikou main .page_contents_header {
  background: #038f9e;
}
.tohatsu main .page_contents_header {
  background: #A31600;
}
.eurasian main .page_contents_header {
  background: #9D8959;
}
.santono main .page_contents_header {
  background: #3D992A;
}
.maibun main .page_contents_header {
  background: #82641C;
}
.hasseiden main .page_contents_header {
  background: #499171;
}
main .page_contents_header .breadcrumb {
  width: calc(100% - min(21.8253968254vw, 330px));
}
@media screen and (max-width: 820px) {
  main .page_contents_header .breadcrumb {
    width: 100%;
  }
}
main .page_contents_header .pulldown {
  width: min(20.5026455026vw, 310px);
}
@media screen and (max-width: 820px) {
  main .page_contents_header .pulldown {
    width: 100%;
  }
}
main .page_contents_header .pulldown select {
  width: 100%;
  border-radius: 5px;
  padding: min(0.3306878307vw, 5px) min(0.6613756614vw, 10px);
  filter: brightness(1.2);
  color: #FFF;
  border: none;
}
.rekihaku main .page_contents_header .pulldown select {
  background: #2D6BAB;
}
.kaikou main .page_contents_header .pulldown select {
  background: #038f9e;
}
.tohatsu main .page_contents_header .pulldown select {
  background: #A31600;
}
.eurasian main .page_contents_header .pulldown select {
  background: #9D8959;
}
.santono main .page_contents_header .pulldown select {
  background: #3D992A;
}
.maibun main .page_contents_header .pulldown select {
  background: #82641C;
}
.hasseiden main .page_contents_header .pulldown select {
  background: #499171;
}
main .page_contents_main {
  padding: min(3.9682539683vw, 60px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(3.9682539683vw, 60px);
  overflow: hidden;
}
@media screen and (min-width: 1512px) {
  main .page_contents_main {
    padding: 60px;
    gap: 60px;
  }
}
main .page_contents_main h2 {
  font-size: min(2.1164021164vw, 32px);
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1512px) {
  main .page_contents_main h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_main h2 {
    font-size: 21px;
  }
}
main .page_contents_main h2:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  z-index: 1;
}
main .page_contents_main h2 span {
  display: inline-block;
  padding: min(0.6613756614vw, 10px) 0;
  position: relative;
}
@media screen and (min-width: 1512px) {
  main .page_contents_main h2 span {
    padding: 10px 0;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_main h2 span {
    padding: 10px 0;
  }
}
main .page_contents_main h2 span:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.rekihaku main .page_contents_main h2 span:after {
  background: #2D6BAB;
}
.kaikou main .page_contents_main h2 span:after {
  background: #038f9e;
}
.tohatsu main .page_contents_main h2 span:after {
  background: #A31600;
}
.eurasian main .page_contents_main h2 span:after {
  background: #9D8959;
}
.santono main .page_contents_main h2 span:after {
  background: #3D992A;
}
.maibun main .page_contents_main h2 span:after {
  background: #82641C;
}
.hasseiden main .page_contents_main h2 span:after {
  background: #499171;
}
main .page_contents_main h3 {
  font-size: min(1.5873015873vw, 24px);
  font-weight: 600;
  position: relative;
  line-height: 1.4em;
}
@media screen and (min-width: 1512px) {
  main .page_contents_main h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_main h3 {
    font-size: 18px;
  }
}
main .page_contents_main h4 {
  font-size: min(1.3888888889vw, 21px);
  font-weight: 600;
  position: relative;
}
main .page_contents_main p {
  line-height: 200%;
}
main .page_contents_main table {
  border: none;
}
main .page_contents_main table tr th {
  line-height: 200%;
  text-align: left;
  padding: 0.5em 0;
  font-weight: normal;
}
main .page_contents_main table tr td {
  line-height: 200%;
  padding: 0.5em 1em;
  border: none;
}
main .page_contents_main table tr td strong {
  white-space: nowrap;
}
main .page_contents_main ol li, main .page_contents_main ul li {
  line-height: 200%;
}
main .page_contents_main ul {
  padding: 0 0 0 25px;
}
main .page_contents_main ul li {
  line-height: 200%;
  list-style-type: disc;
}
.rekihaku main .page_contents_main ul li::marker {
  color: #2D6BAB;
}
.kaikou main .page_contents_main ul li::marker {
  color: #038f9e;
}
.tohatsu main .page_contents_main ul li::marker {
  color: #A31600;
}
.eurasian main .page_contents_main ul li::marker {
  color: #9D8959;
}
.santono main .page_contents_main ul li::marker {
  color: #3D992A;
}
.maibun main .page_contents_main ul li::marker {
  color: #82641C;
}
.hasseiden main .page_contents_main ul li::marker {
  color: #499171;
}
main .page_contents_main ul.border {
  padding: 0;
}
main .page_contents_main ul.border li {
  border-bottom: 1px solid #EFEFEF;
  padding: 0.5em 0;
  list-style-type: none;
}
main .page_contents_main ul.border li:first-child {
  border-top: 1px solid #EFEFEF;
}
main .page_contents_main ul.border li strong {
  white-space: nowrap;
}
main .page_contents_main ol {
  counter-reset: my-counter;
  list-style-type: none !important;
}
main .page_contents_main ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.25em 0.5em 0.25em 25px;
}
main .page_contents_main ol li:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0.4em;
  color: #FFF;
}
.rekihaku main .page_contents_main ol li:before {
  background: #2D6BAB;
}
.kaikou main .page_contents_main ol li:before {
  background: #038f9e;
}
.tohatsu main .page_contents_main ol li:before {
  background: #A31600;
}
.eurasian main .page_contents_main ol li:before {
  background: #9D8959;
}
.santono main .page_contents_main ol li:before {
  background: #3D992A;
}
.maibun main .page_contents_main ol li:before {
  background: #82641C;
}
.hasseiden main .page_contents_main ol li:before {
  background: #499171;
}
main .page_contents_main ol.roman {
  list-style-type: upper-roman !important;
}
main .page_contents_main a {
  color: #036eb8;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline;
  text-decoration: none;
}
main .page_contents_main a:hover {
  filter: brightness(1.1);
  text-decoration: underline;
}
main .page_contents_main a[href$=".pdf"], main .page_contents_main a[href$=".xls"], main .page_contents_main a[href$=".doc"], main .page_contents_main a[href$=".xlsx"], main .page_contents_main a[href$=".docx"] {
  position: relative;
  display: flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  main .page_contents_main a[href$=".pdf"], main .page_contents_main a[href$=".xls"], main .page_contents_main a[href$=".doc"], main .page_contents_main a[href$=".xlsx"], main .page_contents_main a[href$=".docx"] {
    display: inline-block;
  }
}
main .page_contents_main a[href$=".pdf"]:after, main .page_contents_main a[href$=".xls"]:after, main .page_contents_main a[href$=".doc"]:after, main .page_contents_main a[href$=".xlsx"]:after, main .page_contents_main a[href$=".docx"]:after {
  content: "";
  width: min(1.3227513228vw, 20px);
  height: min(1.6534391534vw, 25px);
  display: block;
  background: url("../images/ico_pdf.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  main .page_contents_main a[href$=".pdf"]:after, main .page_contents_main a[href$=".xls"]:after, main .page_contents_main a[href$=".doc"]:after, main .page_contents_main a[href$=".xlsx"]:after, main .page_contents_main a[href$=".docx"]:after {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -6px;
  }
}
main .page_contents_main a[href$=".pdf"]:after {
  background: url("../images/ico_pdf.svg") no-repeat center center;
}
main .page_contents_main a[href$=".xls"]:after, main .page_contents_main a[href$=".xlsx"]:after {
  background: url("../images/ico_xls.svg") no-repeat center center;
}
main .page_contents_main a[href$=".doc"]:after, main .page_contents_main a[href$=".docx"]:after {
  background: url("../images/ico_doc.svg") no-repeat center center;
}
main .page_contents_main .block_editor {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (min-width: 1512px) {
  main .page_contents_main .block_editor {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_main .block_editor {
    gap: 20px;
  }
}
main .page_contents_main .block_editor h2 {
  margin-top: min(1.3227513228vw, 20px);
}
main .page_contents_main .block_editor h2:first-child {
  margin-top: 0;
}
main .page_contents_main .block_editor figure img {
  border-radius: 5px;
  filter: brightness(1);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
main .page_contents_main .block_editor figure img:hover {
  filter: brightness(1.3);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
main .page_contents_main .block_editor figure figcaption {
  line-height: 1.5em;
  font-size: min(0.8597883598vw, 13px);
}
@media screen and (max-width: 820px) {
  main .page_contents_main .block_editor figure figcaption {
    font-size: 12px;
  }
}
main .page_contents_main .block_editor hr {
  border: none;
  width: 100%;
  height: 1px;
  display: block;
  background: #EFEFEF;
}
main .page_contents_main .block_editor .wp-block-column {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
}
main .page_contents_summary figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(3.9682539683vw, 60px);
}
@media screen and (min-width: 1512px) {
  main .page_contents_summary figure {
    gap: 60px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_summary figure {
    flex-direction: column;
  }
}
main .page_contents_summary figure .eye_catch {
  width: min(20.5026455026vw, 310px);
  display: block;
}
@media screen and (min-width: 1512px) {
  main .page_contents_summary figure .eye_catch {
    width: 310px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_summary figure .eye_catch {
    width: 100%;
  }
}
main .page_contents_summary figure .eye_catch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .page_contents_summary figure figcaption {
  width: calc(100% - min(24.4708994709vw, 370px));
}
@media screen and (min-width: 1512px) {
  main .page_contents_summary figure figcaption {
    width: calc(100% - 370px);
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_summary figure figcaption {
    width: 100%;
  }
}
main .page_contents_summary figure figcaption p {
  line-height: 200%;
  text-align: justify;
}
main .page_contents_overview {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(2.6455026455vw, 40px);
}
@media screen and (min-width: 1512px) {
  main .page_contents_overview {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_overview {
    gap: 20px;
  }
}
main .page_contents_overview dl {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(0.1322751323vw, 2px);
}
@media screen and (min-width: 1512px) {
  main .page_contents_overview dl {
    gap: 2px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_overview dl {
    gap: 1px;
    flex-direction: column;
  }
}
main .page_contents_overview dl dt {
  width: min(9.2592592593vw, 140px);
  background: #F3F3F3;
  padding: min(0.9920634921vw, 15px) min(1.3227513228vw, 20px);
  line-height: 200%;
}
@media screen and (min-width: 1512px) {
  main .page_contents_overview dl dt {
    width: 140px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_overview dl dt {
    width: 100%;
    padding: 10px 15px;
  }
}
main .page_contents_overview dl dd {
  width: calc(100% - min(9.3915343915vw, 142px));
  padding: min(0.9920634921vw, 15px) min(1.3227513228vw, 20px);
  line-height: 200%;
}
@media screen and (min-width: 1512px) {
  main .page_contents_overview dl dd {
    width: calc(100% - 142px);
    padding: 15px 20px;
  }
}
@media screen and (max-width: 820px) {
  main .page_contents_overview dl dd {
    width: 100%;
    padding: 10px 15px;
  }
}
main .page_contents_list_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
main .page_contents_list_wrap li {
  transition: opacity var(--list-fade-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  list-style-type: none;
}
main .page_contents_list_wrap.is-hidden li {
  opacity: 0;
}
main .page_contents_list_wrap.is-switching {
  visibility: hidden;
}
main .page_contents_list_wrap.style_column {
  flex-direction: column;
}
main .page_contents_list_wrap.style_column li {
  padding: min(1.9841269841vw, 30px) 0;
  border-top: 1px solid #EFEFEF;
  list-style-type: none;
}
main .page_contents_list_wrap.style_column li figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(1.9841269841vw, 30px);
}
main .page_contents_list_wrap.style_column li figure a.thumb {
  width: min(11.9047619048vw, 180px);
  min-height: min(11.9047619048vw, 180px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
main .page_contents_list_wrap.style_column li figure a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .page_contents_list_wrap.style_column li figure figcaption {
  width: calc(100% - min(13.8888888889vw, 210px));
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.9920634921vw, 15px);
}
main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  order: 2;
  font-size: min(1.5873015873vw, 24px);
  font-weight: 600;
}
.rekihaku main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden main .page_contents_list_wrap.style_column li figure figcaption a.tit {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden main .page_contents_list_wrap.style_column li figure figcaption a.tit:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main .page_contents_list_wrap.style_column li figure figcaption a.category {
  order: 1;
  font-size: min(0.7936507937vw, 12px);
  color: #FFF;
  display: inline-block;
  border-radius: 2em;
  padding: 0 1em;
}
.rekihaku main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #2D6BAB;
}
.kaikou main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #038f9e;
}
.tohatsu main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #A31600;
}
.eurasian main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #9D8959;
}
.santono main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #3D992A;
}
.maibun main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #82641C;
}
.hasseiden main .page_contents_list_wrap.style_column li figure figcaption a.category {
  background: #499171;
}
main .page_contents_list_wrap.style_column li figure figcaption .period {
  order: 3;
  font-size: min(1.0582010582vw, 16px);
}
main .page_contents_list_wrap.style_column li figure figcaption dl {
  order: 4;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  row-gap: 2px;
  font-size: min(0.9259259259vw, 14px);
}
main .page_contents_list_wrap.style_column li figure figcaption dl dt {
  background: #EFEFEF;
  width: min(4.6296296296vw, 70px);
  text-align: center;
  font-weight: 600;
}
main .page_contents_list_wrap.style_column li figure figcaption dl dd {
  background: #FFF;
  width: calc(100% - min(4.6296296296vw, 70px));
  padding: 0 1em;
}
main .page_contents_list_wrap.style_grid {
  gap: min(1.9841269841vw, 30px);
}
main .page_contents_list_wrap.style_grid li {
  width: calc((100% - min(3.9682539683vw, 60px)) / 3);
  list-style-type: none;
}
main .page_contents_list_wrap.style_grid li figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(0.9920634921vw, 15px);
  position: relative;
}
main .page_contents_list_wrap.style_grid li figure a.thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: min(0.6613756614vw, 10px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
main .page_contents_list_wrap.style_grid li figure a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .page_contents_list_wrap.style_grid li figure figcaption {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(0.6613756614vw, 10px);
}
main .page_contents_list_wrap.style_grid li figure figcaption a.tit {
  order: 2;
  font-size: min(1.3227513228vw, 20px);
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main .page_contents_list_wrap.style_grid li figure figcaption a.tit:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  order: 1;
  font-size: min(0.7936507937vw, 12px);
  color: #FFF;
  display: inline-block;
  border-radius: 2em;
  padding: 0 1em;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: min(0.6613756614vw, 10px) 0 min(0.6613756614vw, 10px) 0;
  text-decoration: none;
  z-index: 3;
}
.rekihaku main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #2D6BAB;
}
.kaikou main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #038f9e;
}
.tohatsu main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #A31600;
}
.eurasian main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #9D8959;
}
.santono main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #3D992A;
}
.maibun main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #82641C;
}
.hasseiden main .page_contents_list_wrap.style_grid li figure figcaption a.category {
  background: #499171;
}
main .page_contents_list_wrap.style_grid li figure figcaption .period {
  order: 3;
  font-size: min(0.9259259259vw, 14px);
}
main .page_contents_list_wrap.style_grid li figure figcaption dl {
  order: 4;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  row-gap: 2px;
  font-size: min(0.9259259259vw, 14px);
  display: none;
}
main .page_contents_list_wrap.style_grid li figure figcaption dl dt {
  background: #EFEFEF;
  width: min(4.6296296296vw, 70px);
  text-align: center;
  font-weight: 600;
}
main .page_contents_list_wrap.style_grid li figure figcaption dl dd {
  background: #FFF;
  width: calc(100% - min(4.6296296296vw, 70px));
  padding: 0 1em;
}
main .page_contents_list_wrap img.bg_pic {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: blur(10px);
  transform: scale(1.1);
  object-fit: cover !important;
}
main .page_contents_list_wrap img.bg_pic.dummy_front {
  display: none;
}
main aside {
  width: min(16.5343915344vw, 250px);
  order: 1;
  padding-top: min(4.6296296296vw, 70px);
  position: relative;
}
@media screen and (min-width: 1512px) {
  main aside {
    width: 250px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 820px) {
  main aside {
    width: 100%;
    order: 2;
    position: static;
  }
}
main aside .local_nav {
  background: #F3F3F3;
  border-radius: min(1.3227513228vw, 20px) 0 0 min(1.3227513228vw, 20px);
  padding: min(2.6455026455vw, 40px) min(1.9841269841vw, 30px);
  min-height: min(19.8412698413vw, 300px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: min(15.873015873vw, 240px);
  z-index: 3;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.9841269841vw, 30px);
}
@media screen and (min-width: 1512px) {
  main aside .local_nav {
    min-height: 300px;
    padding: 40px 30px;
    top: 240px;
  }
}
@media screen and (max-width: 820px) {
  main aside .local_nav {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    min-height: 200px;
    padding: 40px;
    top: 74.6666666667vw;
    left: 0;
    position: fixed;
    z-index: 5;
    border-radius: 0 0 10px 0;
    width: 280px;
    transform: translate(-280px, 0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  main aside .local_nav.active {
    transform: translate(-20px, 0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}
main aside .local_nav h2 {
  font-size: min(1.3227513228vw, 20px);
  line-height: 200%;
  position: relative;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 1512px) {
  main aside .local_nav h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  main aside .local_nav h2 {
    font-size: 16px;
  }
}
main aside .local_nav h2:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  z-index: 1;
}
main aside .local_nav h2 span {
  display: inline-block;
  padding: min(0.6613756614vw, 10px) 0;
  position: relative;
}
@media screen and (min-width: 1512px) {
  main aside .local_nav h2 span {
    padding: 10px 0;
  }
}
@media screen and (max-width: 820px) {
  main aside .local_nav h2 span {
    padding: 10px 0;
  }
}
main aside .local_nav h2 span:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.rekihaku main aside .local_nav h2 span:after {
  background: #2D6BAB;
}
.kaikou main aside .local_nav h2 span:after {
  background: #038f9e;
}
.tohatsu main aside .local_nav h2 span:after {
  background: #A31600;
}
.eurasian main aside .local_nav h2 span:after {
  background: #9D8959;
}
.santono main aside .local_nav h2 span:after {
  background: #3D992A;
}
.maibun main aside .local_nav h2 span:after {
  background: #82641C;
}
.hasseiden main aside .local_nav h2 span:after {
  background: #499171;
}
main aside .local_nav .t_o_cont {
  display: none;
}
@media screen and (max-width: 820px) {
  main aside .local_nav .t_o_cont {
    display: block;
    position: absolute;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    width: 35px;
    right: -35px;
    top: 0;
    color: #FFF;
    border: none;
  }
  .rekihaku main aside .local_nav .t_o_cont {
    background: #2D6BAB;
  }
  .kaikou main aside .local_nav .t_o_cont {
    background: #038f9e;
  }
  .tohatsu main aside .local_nav .t_o_cont {
    background: #A31600;
  }
  .eurasian main aside .local_nav .t_o_cont {
    background: #9D8959;
  }
  .santono main aside .local_nav .t_o_cont {
    background: #3D992A;
  }
  .maibun main aside .local_nav .t_o_cont {
    background: #82641C;
  }
  .hasseiden main aside .local_nav .t_o_cont {
    background: #499171;
  }
}
main aside .local_nav ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  main aside .local_nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  main aside .local_nav ul {
    gap: 15px;
  }
}
main aside .local_nav ul li {
  font-size: min(0.9259259259vw, 14px);
  position: relative;
}
@media screen and (min-width: 1512px) {
  main aside .local_nav ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  main aside .local_nav ul li {
    font-size: 14px;
  }
}
main aside .local_nav ul li a {
  text-decoration: none;
  color: #7B7B7B;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: block;
  line-height: 1.4em;
}
main aside .local_nav ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #A6A6A6;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  top: 0.75em;
  transform: translate(0, -50%) scale(0.1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}
main aside .local_nav ul li:hover a {
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main aside .local_nav ul li:hover::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #A6A6A6;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  top: 0.75em;
  transform: translate(0, -50%) scale(1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
}
main aside .local_nav ul li.active a {
  color: #000;
  font-weight: 600;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main aside .local_nav ul li.active::before {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.rekihaku main aside .local_nav ul li.active::before {
  background: #2D6BAB;
}
.kaikou main aside .local_nav ul li.active::before {
  background: #038f9e;
}
.tohatsu main aside .local_nav ul li.active::before {
  background: #A31600;
}
.eurasian main aside .local_nav ul li.active::before {
  background: #9D8959;
}
.santono main aside .local_nav ul li.active::before {
  background: #3D992A;
}
.maibun main aside .local_nav ul li.active::before {
  background: #82641C;
}
.hasseiden main aside .local_nav ul li.active::before {
  background: #499171;
}
main aside .archives {
  padding: min(2.3148148148vw, 35px) 0 0 min(2.3148148148vw, 35px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  main aside .archives {
    gap: 25px;
  }
}
@media screen and (max-width: 820px) {
  main aside .archives {
    gap: 2em;
  }
}
main aside .archives h2 {
  font-size: min(1.3227513228vw, 20px);
  line-height: 200%;
  position: relative;
}
@media screen and (min-width: 1512px) {
  main aside .archives h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  main aside .archives h2 {
    font-size: 16px;
  }
}
main aside .archives h2:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
  z-index: 1;
}
main aside .archives h2 span {
  display: inline-block;
  padding: min(0.6613756614vw, 10px) 0;
  position: relative;
}
@media screen and (min-width: 1512px) {
  main aside .archives h2 span {
    padding: 10px 0;
  }
}
@media screen and (max-width: 820px) {
  main aside .archives h2 span {
    padding: 10px 0;
  }
}
main aside .archives h2 span:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.rekihaku main aside .archives h2 span:after {
  background: #2D6BAB;
}
.kaikou main aside .archives h2 span:after {
  background: #038f9e;
}
.tohatsu main aside .archives h2 span:after {
  background: #A31600;
}
.eurasian main aside .archives h2 span:after {
  background: #9D8959;
}
.santono main aside .archives h2 span:after {
  background: #3D992A;
}
.maibun main aside .archives h2 span:after {
  background: #82641C;
}
.hasseiden main aside .archives h2 span:after {
  background: #499171;
}
main aside .archives ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.6534391534vw, 25px);
}
@media screen and (min-width: 1512px) {
  main aside .archives ul {
    gap: 25px;
  }
}
@media screen and (max-width: 820px) {
  main aside .archives ul {
    gap: 1.5em;
  }
}
main aside .archives ul li a {
  text-decoration: none;
  color: #7B7B7B;
}
span.thumb,
a.thumb {
  display: block;
  position: relative;
  z-index: 3;
}
span.thumb img.dummy_front,
a.thumb img.dummy_front {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  z-index: 2;
}
span.thumb img.dummy_thumb,
a.thumb img.dummy_thumb {
  filter: blur(30px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1.2);
}

.related_event {
  width: 100%;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(2.6455026455vw, 40px);
}
@media screen and (min-width: 1512px) {
  .related_event {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  .related_event {
    gap: 20px;
  }
}

.swiper.related_swiper {
  width: 100%;
  overflow: visible !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1.9841269841vw, 30px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  /* slidesPerView:auto 用の横並び */
  /* スクロールバーの色変更 */
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper {
    gap: 20px;
  }
}
.swiper.related_swiper .swiper-wrapper {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-wrap: nowrap !important; /* 横に並べる */
  width: 100%;
  gap: min(1.9841269841vw, 30px);
  touch-action: pan-y;
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-wrapper {
    gap: 30px;
    touch-action: pan-y;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-wrapper {
    gap: 20px;
    touch-action: pan-y;
  }
}
.swiper.related_swiper .swiper-slide {
  width: min(17.8571428571vw, 270px); /* 必要に応じて調整 */
  width: calc((100% - min(3.9682539683vw, 60px)) / 3);
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide {
    width: calc((100% - 40px) / 2);
  }
}
.swiper.related_swiper .swiper-slide a {
  display: block;
}
.rekihaku .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rekihaku .swiper.related_swiper .swiper-slide a:hover {
  color: #2D6BAB;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.kaikou .swiper.related_swiper .swiper-slide a:hover {
  color: #038f9e;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tohatsu .swiper.related_swiper .swiper-slide a:hover {
  color: #A31600;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.eurasian .swiper.related_swiper .swiper-slide a:hover {
  color: #9D8959;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.santono .swiper.related_swiper .swiper-slide a:hover {
  color: #3D992A;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.maibun .swiper.related_swiper .swiper-slide a:hover {
  color: #82641C;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .swiper.related_swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hasseiden .swiper.related_swiper .swiper-slide a:hover {
  color: #499171;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.related_swiper .swiper-slide a figure {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide a figure {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide a figure {
    gap: 10px;
  }
}
.swiper.related_swiper .swiper-slide a figure .thumb {
  display: block;
  aspect-ratio: 3/2;
  border-radius: min(0.6613756614vw, 10px);
  overflow: hidden;
  background: #EFEFEF;
  width: 100%;
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide a figure .thumb {
    border-radius: 10px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide a figure .thumb {
    border-radius: 5px;
  }
}
.swiper.related_swiper .swiper-slide a figure .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.related_swiper .swiper-slide a figure figcaption {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide a figure figcaption {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide a figure figcaption {
    gap: 10px;
  }
}
.swiper.related_swiper .swiper-slide a figure figcaption span {
  display: block;
}
.swiper.related_swiper .swiper-slide a figure figcaption .tit {
  font-size: min(1.3227513228vw, 20px);
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide a figure figcaption .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide a figure figcaption .tit {
    font-size: 16px;
  }
}
.swiper.related_swiper .swiper-slide a figure figcaption .period {
  font-size: min(0.7936507937vw, 12px);
  line-height: 1.4em;
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-slide a figure figcaption .period {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-slide a figure figcaption .period {
    font-size: 11px;
  }
}
.swiper.related_swiper .swiper-button-wrap {
  width: min(10.582010582vw, 160px);
  height: min(4.6296296296vw, 70px);
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  gap: min(1.3227513228vw, 20px);
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-button-wrap {
    width: 160px;
    height: 70px;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-button-wrap {
    width: 24vw;
    height: 10.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.swiper.related_swiper .swiper-button-prev, .swiper.related_swiper .swiper-button-next {
  transition: opacity 0.3s ease;
  position: relative;
  width: min(4.6296296296vw, 70px);
  height: min(4.6296296296vw, 70px);
  border-radius: min(2.3148148148vw, 35px);
  margin: 0;
  transform: translate(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.rekihaku .swiper.related_swiper .swiper-button-prev, .rekihaku .swiper.related_swiper .swiper-button-next {
  background: #2D6BAB;
}
.kaikou .swiper.related_swiper .swiper-button-prev, .kaikou .swiper.related_swiper .swiper-button-next {
  background: #038f9e;
}
.tohatsu .swiper.related_swiper .swiper-button-prev, .tohatsu .swiper.related_swiper .swiper-button-next {
  background: #A31600;
}
.eurasian .swiper.related_swiper .swiper-button-prev, .eurasian .swiper.related_swiper .swiper-button-next {
  background: #9D8959;
}
.santono .swiper.related_swiper .swiper-button-prev, .santono .swiper.related_swiper .swiper-button-next {
  background: #3D992A;
}
.maibun .swiper.related_swiper .swiper-button-prev, .maibun .swiper.related_swiper .swiper-button-next {
  background: #82641C;
}
.hasseiden .swiper.related_swiper .swiper-button-prev, .hasseiden .swiper.related_swiper .swiper-button-next {
  background: #499171;
}
.swiper.related_swiper .swiper-button-prev svg, .swiper.related_swiper .swiper-button-next svg {
  display: none;
}
.swiper.related_swiper .swiper-button-prev:after, .swiper.related_swiper .swiper-button-next:after {
  font-family: icomoon;
  width: min(1.3227513228vw, 20px);
  height: min(1.3227513228vw, 20px);
  line-height: min(1.3227513228vw, 20px);
  font-size: min(0.9920634921vw, 15px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-button-prev:after, .swiper.related_swiper .swiper-button-next:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-button-prev, .swiper.related_swiper .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-button-prev, .swiper.related_swiper .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.swiper.related_swiper .swiper-button-prev:after {
  content: "\e92e";
}
.swiper.related_swiper .swiper-button-prev:hover:after {
  transform: translate(-70%, -50%);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.related_swiper .swiper-button-next:after {
  content: "\e92f";
}
.swiper.related_swiper .swiper-button-next:hover:after {
  transform: translate(-30%, -50%);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper.related_swiper .swiper-scrollbar-wrap {
  width: calc(100% - min(12.5661375661vw, 190px));
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1512px) {
  .swiper.related_swiper .swiper-scrollbar-wrap {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 820px) {
  .swiper.related_swiper .swiper-scrollbar-wrap {
    width: calc(100% - 29.3333333333vw);
  }
}
.swiper.related_swiper .swiper-scrollbar {
  background: #ddd; /* 背景 */
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: #ddd;
}
.swiper.related_swiper .swiper-scrollbar-drag {
  border-radius: 5px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.rekihaku .swiper.related_swiper .swiper-scrollbar-drag {
  background: #2D6BAB;
}
.kaikou .swiper.related_swiper .swiper-scrollbar-drag {
  background: #038f9e;
}
.tohatsu .swiper.related_swiper .swiper-scrollbar-drag {
  background: #A31600;
}
.eurasian .swiper.related_swiper .swiper-scrollbar-drag {
  background: #9D8959;
}
.santono .swiper.related_swiper .swiper-scrollbar-drag {
  background: #3D992A;
}
.maibun .swiper.related_swiper .swiper-scrollbar-drag {
  background: #82641C;
}
.hasseiden .swiper.related_swiper .swiper-scrollbar-drag {
  background: #499171;
}

.no-select {
  user-select: none !important;
}

.pagenation ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: min(1.3227513228vw, 20px);
}
.pagenation ul li {
  width: min(1.9841269841vw, 30px);
  height: min(2.6455026455vw, 40px);
  text-align: center;
  background: #EFEFEF;
  border-radius: min(0.3306878307vw, 5px);
  list-style-type: none !important;
}
.pagenation ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: min(0.3306878307vw, 5px);
  color: #FFF;
  text-decoration: none;
}
.rekihaku .pagenation ul li a {
  background: #2D6BAB;
}
.calendar_area {
  padding: min(3.9682539683vw, 60px);
  /* カレンダーPC */
}
.calendar_area .p-calender__nav {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.calendar_area .p-calender__nav-link {
  width: min(13.2275132275vw, 200px);
  padding: min(1.9841269841vw, 30px);
  text-align: center;
}
.calendar_area .p-calender__nav-headline {
  width: calc(100% - min(26.455026455vw, 400px));
  text-align: center;
  padding: min(1.9841269841vw, 30px);
}
.calendar_area table {
  width: 100%;
}
.calendar_area table.original thead th {
  width: 14.2857142857%;
  aspect-ratio: 1/1;
  border: 1px solid #EFEFEF;
  padding: min(0.6613756614vw, 10px);
  display: table-cell;
  box-sizing: border-box;
  background: #2D6BAB;
  color: #FFF;
}
.calendar_area table.original tbody tr th {
  width: 14.2857142857%;
  aspect-ratio: 1/1;
  border: 1px solid #EFEFEF;
  padding: min(0.6613756614vw, 10px);
  display: table-cell;
  box-sizing: border-box;
}
.calendar_area table.original tbody tr td {
  width: 14.2857142857%;
  aspect-ratio: 1/1;
  border: 1px solid #EFEFEF;
  padding: min(0.6613756614vw, 10px);
  display: table-cell;
  box-sizing: border-box;
}
.calendar_area .p-calender__header-row {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: rgba(var(--tcd-accent-color, 0, 0, 0), 1);
}
.calendar_area .p-calender__header-item {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(var(--tcd-accent-color, 0, 0, 0), 1);
}
.calendar_area .p-calender__header-item:not(:last-of-type) {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.calendar_area .p-calender__body-item {
  position: relative;
  font-size: 14px;
  width: 14.2857142857%;
  height: min(7.9365079365vw, 120px);
  border: 1px solid #ddd;
}
.calendar_area .p-calender__body-item--pad {
  background: #f6f6f6;
}
.calendar_area .p-calender__body-item-week--0 .p-calender__body-item__day {
  color: #d90000;
}
.calendar_area .p-calender__body-item__modal {
  color: rgba(var(--tcd-sub-color, 0, 0, 0), 1);
  font-size: 30px;
  font-weight: 400;
  margin: -0.2em;
  transition: filter 0.3s ease;
}
.calendar_area .p-calender__body-item__day {
  display: block;
  font-size: 20px;
  margin: 15px 15px 0;
  position: relative;
  z-index: 2;
  font-weight: 600;
  justify-content: space-between;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar_area .p-calender__body-item__comment {
  padding: 20px 15px 15px;
}
.calendar_area .p-calender__body-item__comment-text {
  font-size: 14px;
  line-height: 1.6;
  height: 3.2em;
  margin: -0.3em 0;
}
.calendar_area .p-calender__body-item__link {
  display: block;
  width: 100%;
  height: 45px;
  color: #fff;
  background: rgba(var(--tcd-sub-color, 0, 0, 0), 1);
}
.calendar_area .p-calender__body-item.is-past .p-calender__body-item__link {
  background: #bbbbbb;
}
.calendar_area .p-calender__body-item__link-button {
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: background 0.3s ease;
  padding: 10px;
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .calendar_area .p-calender__body-item__link:hover .p-calender__body-item__link-button {
    background: rgba(0, 0, 0, 0.2);
  }
  .calendar_area .p-calender__body-item__modal:hover {
    filter: brightness(0.8);
  }
}
.calendar_area .p-calender__body-item__holiday {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  padding: 40px 15px;
  background: rgba(var(--tcd-sub-color, 0, 0, 0), 0.2);
}
.calendar_area .p-calender__body-item__modal {
  border: none;
  background: none;
  position: relative;
  overflow: hidden;
  color: #FFF;
}
.calendar_area .p-calender__body-item__modal:after {
  font-family: icomoon;
  display: block;
  width: min(1.6534391534vw, 25px);
  height: min(1.6534391534vw, 25px);
  font-size: min(1.6534391534vw, 25px);
  content: "\e917";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #2D6BAB;
}
.calendar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* 曜日 */
.calendar-week-header,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

/* 週 */
.calendar-week {
  border-bottom: 1px solid #ddd;
}

/* 日付 */
.day {
  padding: 6px;
}

.day.is-out {
  color: #bbb;
}

/* イベント */
.week-events {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  min-height: 66px;
}

a.event-bar {
  position: absolute;
  height: 18px;
  padding: 0 6px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #A31600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
a.event-bar:hover {
  filter: brightness(1.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* SP：縦リスト */
@media (max-width: 768px) {
  .calendar-week-header,
  .calendar-days {
    display: none;
  }
  .week-events {
    position: static;
  }
  .event-bar {
    position: relative;
    display: block;
    margin: 4px 0;
    top: auto !important;
    grid-column: auto !important;
  }
}
.calendar-nav {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.calendar-week-header,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-week-header {
  grid-gap: 1px;
}
.calendar-week-header > div {
  padding: 5px;
  color: #FFF;
  background: #A31600;
}

.calendar-week {
  position: relative;
}

.day {
  padding: 6px;
  text-align: right;
}

.day.is-out {
  color: #bbb;
}

.week-events {
  position: relative;
  height: 80px;
}

.event-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  padding: 2px 6px;
  font-size: 12px;
  background: #4f7cff;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.day {
  padding: 6px;
  font-size: 12px;
}

.day.is-out {
  opacity: 0.3;
}

.day.is-closed {
  background: #f5f5f5;
}

.closed-label {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

.day {
  position: relative;
}

.day.is-closed {
  background: #f2f2f2;
}

.closed-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #666;
}

.event-bar.is-closed {
  background: #ddd;
  color: #555;
  pointer-events: none;
  font-weight: bold;
}/*# sourceMappingURL=sub.css.map */