@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body, button, input, optgroup, select, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin: 0;
}

cite, dfn, em, i {
  font-style: italic;
}

address, blockquote {
  margin: 0;
}

pre {
  background: #eee;
  font-family: Courier\ 10 Pitch, courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: monaco, consolas, Andale Mono, DejaVu Sans Mono, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins, mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol, ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ol, li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

embed, iframe, img, object {
  max-width: 100%;
}

img {
  height: auto;
}

figure, table {
  margin: 0;
}

table {
  width: 100%;
}

a, a:active, a:focus, a:hover, a:visited {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 1;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation li {
  list-style: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation.toggled ul, .menu-toggle {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
  margin: 0;
}

.comment-navigation .nav-links, .post-navigation .nav-links, .posts-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.sticky {
  display: block;
}

.page, .post {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-content, .entry-summary, .page-content {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 2;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.68;
}

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-red-color {
  color: #C13400;
}

.has-blue-color {
  color: #1A93AF;
}

.has-black-background-color {
  color: #000000;
}

.has-white-background-color {
  color: #ffffff;
}

.has-red-background-color {
  color: #C13400;
}

.has-blue-background-color {
  color: #1A93AF;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#nav-input, #nav-close, #nav-open {
  display: none;
}

#masthead {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 256px;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#masthead::-webkit-scrollbar{
  display: none;
}
#masthead .site-branding {
  margin: auto;
  padding-bottom: 1vh;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#masthead .site-branding img {
  width: auto;
  height: 36vh;
  max-width: 170px;
}

#primary-menu {
  padding: 1vh 0 2vh;
  border-top: 4px double #000000;
  border-bottom: 4px double #000000;
  flex-direction: column;
}
#primary-menu > li a {
  margin-left: -40px;
  padding: 0.8vh 0 0.8vh 40px;
  display: block;
  width: 256px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
#primary-menu > li a:hover {
  background-color: #333333;
  color: #ffffff;
  opacity: 1;
}
#primary-menu > li a:hover .sub-menu {
  display: block;
}
#primary-menu > li .sub-menu {
  display: none;
  position: fixed;
  width: 256px;
  height: 100vh;
  top: 0;
  left: 256px;
  background: #333333;
}
#primary-menu > li .sub-menu li a {
  margin-left: 0;
  color: #ffffff;
}
#primary-menu > li .sub-menu li a:hover {
  color: #cccccc;
}
#primary-menu > li.focus > ul, #primary-menu > li:hover > ul {
  display: block;
}
#primary-menu #menu-item-23122 {
  display: none;
}

.header_bnr {
  padding: 3vh 0px 2vh;
}
.header_bnr li {
  margin-bottom: 1.6vh;
}

main {
  overflow: hidden;
}

.sec {
  padding-left: 256px;
}
.sec > .wp-block-group__inner-container {
  margin: auto;
  width: 906px;
}

.wp-block-buttons {
  display: flex;
}

.wp-block-button a {
  padding-right: 15px;
  font-size: 15px;
  background-color: #000;
  border: 1px solid #000000;
}
.wp-block-button a:visited, .wp-block-button a:focus, .wp-block-button a:active {
  color: #fff;
}
.wp-block-button a::after {
  margin: 0 0 -4px 10px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
  filter: invert(1);
}
.wp-block-button a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.wp-block-button a:hover::after {
  filter: none;
}

.wp-block-group__inner-container {
  width: 100%;
}

.wp-block-separator {
  margin: 0;
  border-bottom: none;
}

.wp-block-separator.hr_bold {
  border-width: 2px;
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns.no-gap {
  gap: 0;
}

.dotted {
  border-top: 1px dotted #333333;
  border-bottom: none;
}

#btn_to_top {
  position: fixed;
  bottom: 20px;
  right: 40px;
}

footer {
  background: #333232;
}
footer .footer-navigation {
  margin: auto;
  padding: 60px 0 20px;
  width: 904px;
}
footer .footer-navigation #secondary-menu {
  display: flex;
  justify-content: space-between;
}
footer .footer-navigation #secondary-menu li a, footer .footer-navigation #secondary-menu li a:active, footer .footer-navigation #secondary-menu li a:focus, footer .footer-navigation #secondary-menu li a:hover, footer .footer-navigation #secondary-menu li a:visited {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
footer .footer-navigation #secondary-menu li a:hover {
  opacity: 0.7;
}
footer .footer-navigation #secondary-menu li .sub-menu {
  margin-left: 1.5em;
  padding-top: 1em;
}
footer .footer-navigation #secondary-menu li .sub-menu li {
  margin-bottom: 1em;
  list-style: disc;
  font-size: 14px;
  color: #ffffff;
}
footer .footer-navigation #secondary-menu li .sub-menu li a {
  font-weight: normal;
}
footer .footer-navigation #secondary-menu li:nth-of-type(3) .sub-menu, footer .footer-navigation #secondary-menu li:nth-of-type(4) .sub-menu {
  margin-left: 0;
}
footer .footer-navigation #secondary-menu li:nth-of-type(3) .sub-menu li, footer .footer-navigation #secondary-menu li:nth-of-type(4) .sub-menu li {
  list-style: none;
}
footer .footer-navigation #secondary-menu li:nth-of-type(3) .sub-menu li a, footer .footer-navigation #secondary-menu li:nth-of-type(4) .sub-menu li a {
  font-weight: bold;
}
footer .footer-navigation #secondary-menu li:nth-of-type(4) a {
  font-weight: normal;
}
footer .footer-navigation #secondary-menu li:nth-of-type(4) .sub-menu li a {
  font-weight: normal;
}
footer #tertiary-menu {
  display: none;
}
footer .copy {
  padding: 20px 0;
  color: #888;
  font-size: 12px;
  text-align: center;
  background: #000000;
}

.entry-header span,
.entry-header h1,
h2 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.home #top_kv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(/wp-content/uploads/2023/04/im_main_01bk@2x.png) no-repeat center top/auto 100%;
  overflow: hidden;
}
.home #top_kv::after {
  content: "";
  display: block;
  height: 100vh;
  width: 240vh;
  background: url(/wp-content/uploads/2023/04/im_main_02@2x.png) no-repeat -10vw center/auto 100%;
}
.home #top_kv img {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
  height: 100vh;
  width: 108.5vh;
  max-width: initial;
}
.home h2 {
  font-size: 30px;
  letter-spacing: 1px;
}
.home h2.sec_title {
  margin: 0 auto 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home h2.sec_title::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/wp-content/uploads/2023/03/ic_news.svg) no-repeat left center/contain;
}
.home .wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 20px;
  padding: 0 20px 20px 0;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px dotted #bbbbbb;
}
.home .wp-block-latest-posts.wp-block-latest-posts__list li::after {
  margin: 0 0 -4px 10px;
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
  filter: invert(0.6);
}
.home .wp-block-latest-posts__post-title {
  width: calc(100% - 138px);
  text-decoration: none;
}
.home .wp-block-latest-posts__post-author, .home .wp-block-latest-posts__post-date {
  width: 138px;
  font-size: 1em;
  color: #666666;
}
.home .edge_wave figure, .home .edge_wave img {
  display: block;
  aspect-ratio: 2560/40;
  width: 100%;
}
.home .sec {
  position: relative;
  padding-top: 40px;
}
.home .sec01 {
  background: url(/wp-content/uploads/2023/03/bk_02@2x.jpg) no-repeat center/100%;
}
.home .sec01 .inner {
  margin: auto;
  width: 748px;
}
.home .sec02 {
  background: url(/wp-content/uploads/2023/03/bk_03@2x.jpg) no-repeat center/cover;
}
.home .sec02 .sec_title::before {
  background-image: url(/wp-content/uploads/2023/03/ic_event.svg);
}
.home .sec03 {
  padding-top: 180px;
  background: url(/wp-content/uploads/2023/03/bk_04@2x.jpg) no-repeat center/cover;
}
.home .sec04 {
  background: url(/wp-content/uploads/2023/03/bk_05@2x.jpg) no-repeat center/cover;
}
.home .sec04 .sec_title::before {
  background-image: url(/wp-content/uploads/2023/03/ic_kankoubutsu.svg);
}
.home .sec04 .top_posts_slider .slick-slide a {
  display: block;
}
.home .sec04 .top_posts_slider li {
  margin-right: 28px;
  padding: 20px 0;
  width: 280px;
}
.home .sec04 .top_posts_slider li img {
  margin: 0 auto 20px;
  width: 170px;
  height: 240px;
  border-width: 20px 54px 20px 54px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
}
.home .sec05 {
  background: url(/wp-content/uploads/2023/03/bk_01@2x.jpg) no-repeat center/cover;
}
.home .sec05 h2 {
  margin: 22px 0 18px;
  display: inline-block;
  font-size: 24px;
}
.home .sec05 h2::after {
  content: "";
  margin: 0 0 -4px 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
}
.home .sec05 .dl_nav {
  margin-bottom: 16px;
}
.home .sec05 .dl_nav p {
  margin-bottom: 16px;
}
.home .sec05 .dl_nav p::before {
  content: "";
  margin: 0 8px -4px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
}
.home .sec05 .top_posts li {
  padding: 16px 0 16px;
  min-height: 114px;
  clear: both;
}
.home .sec05 .top_posts li:not(:last-child) {
  border-bottom: 1px dotted #000000;
}
.home .sec05 .top_posts li a {
  display: block;
}
.home .sec05 .top_posts li img {
  margin-right: 16px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.home .sec05 .top_posts li p {
  margin-bottom: 5px;
  font-size: 14px;
}
.home .sec05 .top_posts li h3 {
  margin: 0;
  font-size: 16px;
  clear: none;
}
.home .sec05 .top_posts li .post_text {
  display: none;
}
.home .sec06 {
  background: url(/wp-content/uploads/2023/03/bk_06@2x.jpg) no-repeat center/cover;
}
.home .sec06 h2.sec_title {
  margin-bottom: 0;
  justify-content: left;
}
.home .sec06 h2.sec_title::before {
  background-image: url(/wp-content/uploads/2023/03/ic_hitozukuri.svg);
}
.home .sec06 .bg_white {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.home .sec06 .bg_white h3 {
  margin-top: 0;
  font-size: 20px;
}
.home .sec07 {
  background: url(/wp-content/uploads/2023/03/bk_02@2x.jpg) no-repeat center/cover;
}
.home .sec07 h3 {
  margin: 10px 0;
  font-size: 14px;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
}
.home .sec07 h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1;
}
.home .deco08 {
  margin-right: 46px;
}
.home .card_style li .event_term span {
  display: inline-block;
}
.home .card_style li .progress,
.home .card_style li .new_label {
  position: relative;
  display: block;
}
.home .card_style li .progress::after,
.home .card_style li .new_label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 12px 0 0;
  background: url(/wp-content/uploads/2023/04/ic_new.svg) no-repeat center/100%;
}
.home .gara {
  position: absolute;
}
.home #gara_01 {
  top: -67px;
  left: 75vw;
}
.home #gara_02 {
  top: 8px;
  left: 34vw;
}
.home #gara_03 {
  bottom: 63px;
  left: 33vw;
}
.home #gara_04 {
  top: 8px;
  left: 70vw;
}
.home #gara_05 {
  bottom: 57px;
  left: 35vw;
}
.home #gara_06 {
  top: 0;
  left: 34vw;
}
.home #gara_07 {
  top: 41px;
  left: 77vw;
}
.home #gara_08 {
  top: -77px;
  left: 77vw;
}
.home .footer-navigation {
  margin: 0 0 0 256px;
  width: calc(100vw - 274px);
}
.home .footer-navigation #secondary-menu {
  margin: auto;
  width: 904px;
}

.card_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_style li {
  margin-right: 28px;
  padding-bottom: 30px;
  width: 280px;
}
.card_style li span {
  display: block;
}
.card_style li span.date {
  text-align: right;
}
.card_style .post_image,
.card_style .post_image_wrapp img {
  margin-bottom: 12px;
  width: 280px;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.card_style .post_cate {
  display: inline-block;
}
.card_style .post_cate.new {
  padding-right: 40px;
  background: url(/wp-content/uploads/sites/3/2023/03/ic_new.svg) no-repeat right center/30px;
}
.card_style .post_title {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.card_style .post_region {
  margin-bottom: 12px;
  padding-left: 14px;
  background: url(/wp-content/uploads/sites/3/2023/03/ic_pin.svg) no-repeat left center/12px;
}
.card_style .post_date {
  margin-bottom: 12px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.card_style .post_text {
  margin-bottom: 20px;
}
.card_style .read_more {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
}
.card_style .read_more img {
  width: 16px;
}

span.prev-arrow.slick-arrow,
span.next-arrow.slick-arrow {
  position: absolute;
  bottom: -80px;
  left: 43%;
  filter: invert(1);
}

span.next-arrow.slick-arrow {
  left: 50%;
}

.top_posts_slider .post_text {
  display: none;
}
.top_posts_slider span.prev-arrow.slick-arrow,
.top_posts_slider span.next-arrow.slick-arrow {
  bottom: -53px;
}

.shinbun_title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(6%);
  z-index: 222;
}

#breadcrumbs {
  margin: 0 auto 40px;
  width: 904px;
}
#breadcrumbs span span {
  margin: 0 5px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
#breadcrumbs span span:first-of-type {
  margin: 0 10px 0 0;
}
#breadcrumbs a {
  color: #888888;
}
#breadcrumbs .breadcrumb_last {
  color: #000000;
}

.archive-description {
  margin-bottom: 40px;
}

.sub_menu {
  padding: 0 20px;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
  justify-content: center;
  gap: 0;
  text-align: center;
}
.sub_menu.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: content;
}
.sub_menu a {
  padding: 20px 0;
  display: inline-block;
  color: #888888;
  font-size: 18px;
  line-height: 1;
}
.sub_menu a::after {
  content: "";
  margin: 0 0 -3px 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
  filter: invert(0.5);
}
.sub_menu a:hover {
  color: #000;
}
.sub_menu a:hover::after {
  filter: none;
}
.sub_menu a:has(> strong)::after {
  filter: none;
}
.sub_menu strong, .sub_menu strong a {
  color: #000;
}

body:not(.home) {
  padding-left: 256px;
}
body:not(.home) article {
  background: url(/wp-content/uploads/2023/03/bk_01@2x.jpg) repeat center/cover;
  background-attachment: fixed;
}
body:not(.home) article.page {
  position: relative;
}
body:not(.home) .entry-header {
  padding-left: 60px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 360px;
  background: url(/wp-content/uploads/2023/03/tl_com_bk01@2x.png) repeat-x right top/auto 100%;
}
body:not(.home) .entry-header span {
  font-size: 20px;
  font-weight: bold;
}
body:not(.home) .entry-header h1 {
  padding-bottom: 48px;
  width: 416px;
}
body:not(.home) .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 360px;
}
body:not(.home) .entry-content .inner {
  padding: 0 0 80px 0;
  margin: auto;
  width: 906px;
}
body:not(.home) .entry-content p {
  line-height: 1.8;
  color: #333333;
}
body:not(.home) .entry-content h2 {
  margin: 0 0 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #000000;
}
body:not(.home) .entry-content h3 {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid #000000;
}
body:not(.home) .entry-content h3 strong {
  font-weight: 600;
}
body:not(.home) .entry-content h4 {
  margin-bottom: 12px;
  font-size: 16px;
}
body:not(.home) .entry-content h4::before {
  margin-right: 10px;
  content: "●";
}
body:not(.home) .entry-content h5 {
  position: relative;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1;
  border: 2px solid #000000;
  border-radius: 25px;
  display: inline-block;
}
body:not(.home) .entry-content h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 42px;
  bottom: -14px;
  background: url(/wp-content/uploads/2023/05/im_hukidashi.svg) no-repeat center/100%;
}
body:not(.home) .entry-content h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 40px;
  bottom: -10px;
  border-top: 14px solid #ffffff;
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
}
body:not(.home) .entry-content .wp-block-table th {
  color: #ffffff;
  background: #000000;
  font-weight: 600;
}
body:not(.home) .entry-content ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  counter-increment: number;
  list-style: none;
}
body:not(.home) .entry-content ol li::after {
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  background: #000000;
  padding: 0 8px;
  color: #fff;
  text-align: center;
}
body:not(.home) .entry-content .bg_glay {
  padding: 20px;
  background: #EFEFEF;
  margin-bottom: 4px;
}
body:not(.home) .entry-content .bg_glay p {
  margin-bottom: 0;
}

body:not(.home).what-we-do .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_wha_bk01@2x.png);
}

.association_page_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.association_page_list li {
  margin-bottom: 20px;
  width: 31%;
}
.association_page_list li a {
  position: relative;
  padding: 18px 20px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 8px;
}
.association_page_list li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 20px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
}
.association_page_list li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.association_page_list li a:hover::after {
  filter: invert(1);
}

.bun_list, .doki_list {
  margin: 10px 0 36px;
}
.bun_list li, .doki_list li {
  margin-bottom: 5px;
}

body:not(.home) .post-22172 .entry-header h1 {
  padding-bottom: 0;
}
body:not(.home) .post-22172 .entry-header h1 + span {
  padding-bottom: 40px;
}

.psttype_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dotted #333333;
}
.psttype_list li {
  width: 48%;
  border-bottom: 1px dotted #333333;
}
.psttype_list li a {
  padding: 25px 0;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
.psttype_list li a span:nth-of-type(1) {
  width: 158px;
  color: #2E4881;
  font-size: 16px;
  font-weight: bold;
}
.psttype_list li a span:nth-of-type(2) {
  width: 192px;
  text-align: left;
}
.psttype_list li a span:nth-of-type(3) {
  padding: 1px 6px;
  color: #ffffff;
  background-color: #666666;
}

body.single .entry-header {
  margin: 0 0 40px;
  padding: 20px 60px 0;
  height: auto;
  background-image: url(/wp-content/uploads/2023/03/tl_com_bk02.png);
  background-size: auto;
}
body.single .entry-header span {
  margin-bottom: 50px;
  font-weight: bold;
}
body.single h1 {
  margin: auto;
  padding-bottom: 20px;
  width: 904px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
body.single #breadcrumbs {
  margin: 0 auto 40px;
  width: 904px;
}
body.single .post-thumbnail {
  margin: 0 auto 40px;
  position: relative;
  width: 748px;
  height: 498px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
body.single .post-thumbnail img {
  width: 748px;
  height: 498px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
body.single .entry-content {
  margin: auto;
  width: 904px;
}
body.single .entry-content h3 {
  margin-bottom: 20px;
}
body.single .entry-content p {
  margin-bottom: 1em;
  line-height: 1.8;
}
body.single .entry-content a {
  color: #1eafcf;
  text-decoration: underline;
}
body.single .entry-content strong {
  margin-top: 2em;
  display: block;
}
body.single .entry-content .yarpp-related {
  margin: 40px 0;
}
body.single .entry-content .yarpp-related a {
  color: #333333;
  text-decoration: none;
}
body.single .post-navigation {
  padding: 20px 20px 60px;
  clear: both;
}
body.single .tx_event_label_wrapp {
  margin: 0 auto 10px;
  width: 904px;
}
body.single .tx_event_label_wrapp .tx_event_label {
  font-size: 12px;
}
body.single .post_date {
  margin: 0 auto 10px;
  width: 904px;
}
body.single .comment-navigation .nav-links,
body.single .post-navigation .nav-links,
body.single .posts-navigation .nav-links {
  justify-content: space-between;
}
body.single .comment-navigation .nav-previous, body.single .post-navigation .nav-previous, body.single .posts-navigation .nav-previous .comment-navigation .nav-next, body.single .post-navigation .nav-next, body.single .posts-navigation .nav-next {
  flex: 1 0 40%;
}
body.single .comment-navigation .nav-previous a, body.single .post-navigation .nav-previous a, body.single .posts-navigation .nav-previous .comment-navigation .nav-next a, body.single .post-navigation .nav-next a, body.single .posts-navigation .nav-next a {
  text-decoration: none;
}
body.single .comment-navigation .nav-previous .nav-title, body.single .post-navigation .nav-previous .nav-title, body.single .posts-navigation .nav-previous .comment-navigation .nav-next .nav-title, body.single .post-navigation .nav-next .nav-title, body.single .posts-navigation .nav-next .nav-title {
  color: #333333;
  font-size: 12px;
}
body.single .nav-subtitle {
  display: block;
  color: #333333;
}

.single-staff-list table {
  border: none;
  width: 100%;
}
.single-staff-list table tr {
  border-bottom: 2px solid #eeeeee;
}
.single-staff-list table tr td {
  padding: 20px;
  color: #ffffff;
  border: none;
  background-color: #666666;
}
.single-staff-list table tr td:nth-of-type(1) {
  width: 30%;
  text-align: right !important;
}
.single-staff-list table tr td:nth-of-type(2) {
  width: 70%;
  background: rgba(255, 255, 255, 0.78);
  color: #333333;
  text-align: left !important;
}
.single-staff-list table tr td ul {
  padding-left: 20px;
}
.single-staff-list table tr td li {
  margin-bottom: 5px;
  list-style: disc;
}

body.post-type-archive-event .first-current-cat a {
  color: #ffffff;
  background-color: #000000;
}
body.post-type-archive-event .read_more {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
body.post-type-archive-event .read_more::after {
  margin: 0 0 -4px 7px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
}

main.event .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_eve_bk01@2x.png);
}

.archive_term_list {
  margin: 0 auto 60px;
  width: 898px;
}
.archive_term_list h2 {
  margin: 0 0 -1px;
  padding: 14px 20px 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #000;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 6px 6px 0px 0px;
  background-color: #f0f0f0;
}
.archive_term_list .archive_term_list_wrapp {
  padding: 30px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.archive_term_list .archive_term_list_wrapp a {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 100px;
}
.archive_term_list .archive_term_list_wrapp a:hover {
  background-color: #000;
  color: #fff;
}
.archive_term_list .archive_term_list_wrapp .current-cat a {
  color: #ffffff;
  background-color: #000000;
}

body.archive,
body.blog,
body.search-results {
  padding-left: 256px;
}
body.archive main,
body.blog main,
body.search-results main {
  padding-bottom: 100px;
  background: url(/wp-content/uploads/2023/03/bk_01@2x.jpg) repeat center/cover;
  background-attachment: fixed;
}
body.archive .inner,
body.blog .inner,
body.search-results .inner {
  margin: auto;
  width: 904px;
}
body.archive .archive_article_wrap,
body.blog .archive_article_wrap,
body.search-results .archive_article_wrap {
  margin: 40px 0;
}
body.archive article,
body.blog article,
body.search-results article {
  padding: 30px 0;
  border-top: 1px dotted #333333;
  background-image: none;
}
body.archive article .post-thumbnail,
body.blog article .post-thumbnail,
body.search-results article .post-thumbnail {
  position: relative;
  width: 280px;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
body.archive article .post-thumbnail.progress::after, body.archive article .post-thumbnail.new_label::after,
body.blog article .post-thumbnail.progress::after,
body.blog article .post-thumbnail.new_label::after,
body.search-results article .post-thumbnail.progress::after,
body.search-results article .post-thumbnail.new_label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 10px;
  background: url(/wp-content/uploads/2023/04/ic_new.svg) no-repeat center/100%;
}
body.archive article .post-thumbnail img,
body.blog article .post-thumbnail img,
body.search-results article .post-thumbnail img {
  width: 100%;
}
body.archive article .right_cont,
body.blog article .right_cont,
body.search-results article .right_cont {
  width: 592px;
}
body.archive article .right_cont h2,
body.blog article .right_cont h2,
body.search-results article .right_cont h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
body.archive article .entry-summary p,
body.blog article .entry-summary p,
body.search-results article .entry-summary p {
  margin-bottom: 6px;
}
body.archive article .entry-summary span,
body.blog article .entry-summary span,
body.search-results article .entry-summary span {
  margin-right: 1em;
  font-weight: bold;
}

.archive_date {
  font-size: 14px;
  color: #666666;
}

.tx_event_label {
  margin-right: 4px;
  padding: 1px 6px 2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
  background-color: #404040;
}
.tx_event_label:visited, .tx_event_label:hover, .tx_event_label:focus, .tx_event_label:active, .tx_event_label:hover {
  color: #fff;
}

.label-event {
  background-color: #015AC1;
}

.label-exhibition {
  background-color: #E24141;
}

.label-lecture {
  background-color: #148477;
}

.label-briefing {
  background-color: #bcb600;
}

.label-in-progress {
  background-color: #b300bc;
}

.label-closing-event {
  display: none !important;
}

.label-in-progress {
  display: none !important;
}

.pagenavi_wrapp {
  text-align: center;
}

.wp-pagenavi {
  padding: 12px 20px;
  display: inline-block;
  background-color: #cccccc;
  border-radius: 24px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 11px 6px;
  font-size: 15px;
  border: none;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
}

body.archive article.category-news .post-thumbnail,
body.search-results .post-thumbnail {
  display: none;
}
body.archive article.category-news .right_cont,
body.search-results .right_cont {
  width: 100%;
}
body.archive article.category-news .right_cont h2,
body.search-results .right_cont h2 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

#searchform {
  padding: 30px;
}
#searchform input[type=text] {
  font-size: 16px;
}
#searchform button[type=submit] {
  font-size: 14px;
}

body:not(.home).single.single-event .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_eve_bk02.png);
  background-size: auto 100%;
}

body.publications-top .entry-header,
body.tax-publication-taxonomy .entry-header,
body.post-type-archive-publication .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pub_bk01@2x.png);
}
body.publications-top .entry-header + .post-thumbnail,
body.tax-publication-taxonomy .entry-header + .post-thumbnail,
body.post-type-archive-publication .entry-header + .post-thumbnail {
  display: none;
}
body.publications-top .archive_article_wrap,
body.tax-publication-taxonomy .archive_article_wrap,
body.post-type-archive-publication .archive_article_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  border-top: 1px dotted #333333;
}
body.publications-top .archive_article_wrap article,
body.tax-publication-taxonomy .archive_article_wrap article,
body.post-type-archive-publication .archive_article_wrap article {
  border-top: none;
  border-bottom: 1px dotted #333333;
  width: 33.3%;
}
body.publications-top .archive_article_wrap article .flex,
body.tax-publication-taxonomy .archive_article_wrap article .flex,
body.post-type-archive-publication .archive_article_wrap article .flex {
  margin: auto;
  display: block;
  width: 280px;
}
body.publications-top .archive_article_wrap article:nth-of-type(3n-2) .flex,
body.tax-publication-taxonomy .archive_article_wrap article:nth-of-type(3n-2) .flex,
body.post-type-archive-publication .archive_article_wrap article:nth-of-type(3n-2) .flex {
  margin-left: 0;
  margin-right: auto;
}
body.publications-top .archive_article_wrap article:nth-of-type(3n) .flex,
body.tax-publication-taxonomy .archive_article_wrap article:nth-of-type(3n) .flex,
body.post-type-archive-publication .archive_article_wrap article:nth-of-type(3n) .flex {
  margin-left: auto;
  margin-right: 0;
}
body.publications-top .archive_article_wrap .right_cont,
body.tax-publication-taxonomy .archive_article_wrap .right_cont,
body.post-type-archive-publication .archive_article_wrap .right_cont {
  width: auto;
}
body.publications-top .archive_article_wrap .post-thumbnail,
body.tax-publication-taxonomy .archive_article_wrap .post-thumbnail,
body.post-type-archive-publication .archive_article_wrap .post-thumbnail {
  padding: 20px 55px;
  display: block;
  width: 280px;
  height: 280px;
  background-color: rgba(51, 51, 51, 0.1);
}
body.publications-top .archive_article_wrap .post-thumbnail img,
body.tax-publication-taxonomy .archive_article_wrap .post-thumbnail img,
body.post-type-archive-publication .archive_article_wrap .post-thumbnail img {
  width: 100%;
  height: auto;
}
body.publications-top .archive_article_wrap .entry-title,
body.tax-publication-taxonomy .archive_article_wrap .entry-title,
body.post-type-archive-publication .archive_article_wrap .entry-title {
  font-size: 16px;
}

.bg_white {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

body.single-publication #breadcrumbs {
  margin: 0 auto 40px;
  width: 904px;
}
body.single-publication article.publication {
  padding-bottom: 100px;
}
body.single-publication .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pub_bk02.png);
  background-size: auto 100%;
}
body.single-publication .entry-header #breadcrumbs {
  width: 100%;
}
body.single-publication .entry-header #breadcrumbs span:not(.breadcrumb_last) {
  font-weight: normal;
}
body.single-publication .entry-content {
  display: flex;
  width: 904px;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.single-publication .entry-content .publication_image {
  padding: 25px 70px;
  width: 358px;
  height: 358px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 10px;
}
body.single-publication .entry-content .publication_image .post-thumbnail {
  width: 100%;
  height: auto;
}
body.single-publication .entry-content .publication_image .post-thumbnail img {
  width: 100%;
  height: auto;
}
body.single-publication .entry-content .publication_content {
  width: 436px;
}
body.single-publication .entry-content .publication_content h1 {
  margin-bottom: 30px;
  width: auto;
  font-size: 24px;
}
body.single-publication .entry-content .publication_content p, body.single-publication .entry-content .publication_content li {
  margin-bottom: 12px;
  font-size: 15px;
}
body.single-publication .entry-content .publication_content a[href$=".pdf"] {
  color: #2E4881;
  text-decoration: underline;
}
body.single-publication .entry-content .publication_content a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ic_pdf.svg);
  width: 26px;
  height: 15px;
  margin-left: 10px;
}
body.single-publication .entry-content #box, body.single-publication .entry-content #cart {
  margin-bottom: 40px;
}
body.single-publication .entry-content #box p, body.single-publication .entry-content #cart p {
  font-size: 14px;
  color: #333333;
}
body.single-publication .entry-content .list tr {
  display: block;
  padding: 12px 0;
  border-bottom: 1px dotted #333333;
}
body.single-publication .entry-content .list th, body.single-publication .entry-content .list td {
  text-align: left;
  display: block;
}
body.single-publication .entry-content .list th a, body.single-publication .entry-content .list td a {
  font-size: 15px;
  color: #2E4881;
  text-decoration: underline;
}

body.download-materials .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_dow_bk01@2x.png);
}

.genchi_area_list {
  display: flex;
  flex-wrap: wrap;
}
.genchi_area_list li {
  margin-bottom: 10px;
}
.genchi_area_list li::after {
  content: "　/　";
}
.genchi_area_list li a {
  text-decoration: underline;
  color: #2E4881;
}

.genchi_list {
  margin: 30px 0;
}
.genchi_list li {
  margin-bottom: 10px;
}
.genchi_list li a {
  text-decoration: underline;
  color: #2E4881;
}

.retro_list li {
  margin-bottom: 10px;
}

body.single-exhibition-brochure .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_dow_bk02.png);
}

.lcp_catlist li {
  margin-bottom: 10px;
}
.lcp_catlist li a {
  text-decoration: underline;
  color: #2E4881;
}

.taiken_leaf_list li {
  margin-bottom: 10px;
}
.taiken_leaf_list li a {
  text-decoration: underline;
  color: #2E4881;
}
.taiken_leaf_list li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ic_pdf.svg);
  width: 26px;
  height: 15px;
  margin-left: 10px;
}

body.qna .entry-header,
body.job .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_qna_bk01@2x.png);
}

.smb-accordion__item__title {
  position: relative;
  padding: 12px 0 12px 40px;
  background-color: #ffffff;
}

.smb-accordion__item__title__icon {
  margin: 0;
  position: absolute;
  left: 16px;
  top: 14px;
}

body.privacy-policy .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pri_01@2x.png);
}

body.contact-us .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_qna_bk01@2x.png);
}
body.contact-us .nf-form-fields-required {
  margin-bottom: 20px;
}
body.contact-us .ninja-forms-form-wrap {
  padding: 60px;
  background-color: #ffffff;
}
body.contact-us .ninja-forms-form-wrap input[type=submit] {
  margin: auto;
  display: block;
  border-radius: 40px;
  width: 150px;
  color: #ffffff;
  background: #000;
}

body.site-policy .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pri_01@2x.png);
}

body.sitemap .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pri_01@2x.png);
}
body.sitemap .large-arw-link {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
body.sitemap .large-arw-link + .large-arw-link {
  border-top: none;
}
body.sitemap .large-arw-link a::after {
  margin: 0;
  position: absolute;
  top: 14px;
  right: 0;
}
body.sitemap li {
  margin-bottom: 10px;
}
body.sitemap .sitemap_list_sub li {
  color: #666666;
}
body.sitemap .sitemap_list_sub li a {
  color: #666666;
}

body.home.blog .entry-header {
  position: relative;
  height: 236px;
  background: url(/wp-content/uploads/sites/4/2023/03/tl_blo_01_1.png) repeat-x left top/auto 50%;
}
body.home.blog .entry-header img.sp {
  display: none;
}
body.home.blog .entry-header img.pc {
  margin: auto;
  display: block;
  width: 904px;
}
body.home.blog #breadcrumbs {
  margin: 0 auto 36px;
  width: 904px;
}
body.home.blog .blog_wrap {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 904px;
}
body.home.blog .inner {
  margin: 0;
  width: 592px;
}
body.home.blog article {
  padding: 14px 0 40px;
  border-top: 2px solid #333333;
}
body.home.blog article .archive_date {
  padding-bottom: 14px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dotted #333333;
}
body.home.blog article h2 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
body.home.blog article .right_cont {
  width: 280px;
  line-height: 1.8;
}
body.home.blog article .right_cont a {
  position: relative;
  margin-top: 1em;
  padding-right: 1.5em;
  display: block;
  font-weight: bold;
  text-align: right;
}
body.home.blog article .right_cont a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url(/wp-content/uploads/2023/03/ar_r_20b.svg) no-repeat center/100%;
}
body.home.blog #secondary {
  width: 202px;
}
body.home.blog #secondary ul.cat_list li.cat-item {
  margin-bottom: 10px;
  list-style: none;
  color: #2E4881;
}
body.home.blog #secondary ul.cat_list li.cat-item a {
  color: #2E4881;
  font-size: 14px;
}
body.home.blog .footer-navigation {
  margin: 0;
}

body.single .blog_post table {
  margin-bottom: 20px;
}
body.single .blog_post .entry-header {
  background: url(/wp-content/uploads/sites/4/2023/03/tl_blo_01_1.png) repeat-x right top/auto 100%;
}
body.single .blog_post .entry-header > span::after {
  content: "";
  margin: 0 0 -40px 16px;
  display: inline-block;
  width: 82px;
  height: 64px;
  background: url(/shiga-bun-blog/wp-content/uploads/sites/4/2023/03/tl_blo_02_2@2x.png) no-repeat center/100%;
}

body:not(.home) .error-404 .entry-header {
  background-image: url(/wp-content/uploads/2023/03/tl_pri_01@2x.png);
}
body:not(.home) .error-404 .flex {
  justify-content: center;
  align-items: center;
}
body:not(.home) .error-404 .flex p {
  margin-left: 34px;
  font-weight: 500;
}

/* スマホ用アコーディオン */
body .accordion-title {
  display: none;
}

/* 下線ドットのタイトルと本文のリスト */
body .border-dot-list_2column {
  display: grid;
  -moz-column-gap: 4%;
       column-gap: 4%;
  grid-template-columns: 22% auto;
  border-bottom: 1px dotted #666;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* 白背景ブロックのリンクテキスト */
.link-text-block {
  background-color: #f6f6f5;
  margin-bottom: 10px;
  transition: 0.3s;
}

.link-text-block:hover {
  opacity: 0.5;
}

.link-text-block a {
  display: block;
  padding: 14px 20px;
  color: #2e4881;
  text-decoration: underline;
}

/* 白背景ブロックのリンクテキスト（PDF） */
.link-text-block a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ic_pdf.svg);
  width: 26px;
  height: 15px;
  margin-left: 10px;
}

/* 白背景ブロックのリンクテキスト（Word） */
.link-text-block a[href$=".doc"]::after,
.link-text-block a[href$=".docx"]::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ic_word.svg);
  width: 28px;
  height: 15px;
  margin-left: 10px;
}

/* 見出し灰、本文白背景のテーブルスタイル */
.gray-white-table.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0 1px;
}

.gray-white-table.wp-block-table th,
.gray-white-table.wp-block-table td {
  border: none;
  padding: 16px;
}
.gray-white-table.wp-block-table th img,
.gray-white-table.wp-block-table td img {
  vertical-align: bottom;
}

body:not(.home) .entry-content .gray-white-table.wp-block-table th {
  background-color: #666;
  width: 22%;
  text-align: left;
}

body:not(.home) .entry-content .gray-white-table.wp-block-table td {
  background-color: #f6f6f5;
  text-align: left;
}

/* 本文内、大きめ（24px）の右矢印付きリンク */
.large-arw-link a {
  transition: 0.3s;
}

.large-arw-link a:hover {
  opacity: 0.6;
}

.large-arw-link a::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ar_r.svg);
  width: 24px;
  height: 24px;
  margin-left: 10px;
  vertical-align: text-bottom;
}

/* 黒線ブロック */
.border-block {
  border: 1px solid;
}

/* 角丸10pxのブロック */
.round-10 {
  border-radius: 10px;
}

/* 背景透過白のブロック */
.white-block {
  background-color: rgba(255, 255, 255, 0.6);
}

/* 背景透過グレーのブロック */
.gray-block {
  background-color: rgba(0, 0, 0, 0.11);
}

/* 画面全幅のブロック */
.full-wide-block {
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  padding-inline: calc((100vw - 100%) / 2);
}

/* 角丸10pxの画像イメージ */
.round-photo-10 img {
  border-radius: 10px;
}

/* パディング */
.pl_0 {
  padding-left: 0;
}

.p_15 {
  padding: 20px;
}

.p_20 {
  padding: 20px;
}

.p_40 {
  padding: 40px;
}

/* タイトルの上部マージン削除 */
body:not(.home) .entry-content h3.mt_0 {
  margin-top: 0;
}

/* 背景色 */
.bgc_w {
  background-color: #fff;
}

/* 下線付きテキストリンク */
.link-text a {
  color: #1A93AF;
  text-decoration: underline;
  transition: 0.2s;
}

.link-text a:hover {
  color: #7791cb;
}

/* 外部リンク用ボタン */
.wp-block-button a[target=_blank]::after {
  margin: 0 0 -2px 10px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2023/03/ic_outlink-1.svg) no-repeat center/100%;
  filter: invert(0);
}

.wp-block-button a[target=_blank]:hover::after {
  filter: invert(1);
}

/* テキストリンクのリスト */
.linktext-list p {
  margin-bottom: 10px;
}

.linktext-list a {
  color: #2e4881;
  transition: 0.2s;
}

.linktext-list a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/03/ic_outlink_b.svg);
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.linktext-list a:hover {
  color: #7791cb;
}

/* ====== 
文化財の保存と活用 スタイル
  その他使用箇所
    - 発掘調査
====== */
.preservation-img {
  width: 70%;
  max-width: 592px;
}

.preservation-text-block {
  margin-left: 15%;
  border-left: 6px solid #C7954D;
  padding-left: 30px;
  padding-top: 40px;
}

body:not(.home) .entry-content .preservation-text-block h3 {
  font-size: 24px;
  border-left: none;
  padding-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7954D;
  margin-top: 0;
  margin-bottom: 20px;
}

.wp-block-separator.hr-dot {
  border-top: 1px dotted #666;
}/*# sourceMappingURL=style.css.map */