@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1059px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

html,
body {
  background: #fff;
  color: #2c2c2c;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  margin: 0 auto;
  max-width: 2560px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 1060px) {
  a:hover {
    opacity: 0.6;
  }
}

.inner {
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 1060px) {
  .inner {
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (min-width: 1060px) {
  .is-pc {
    display: block !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: none !important;
  }
}
@media (max-width: 1059px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-tb {
    display: none !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.main__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #196b24;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1060px) {
  .main__title {
    font-size: 2.6rem;
    height: 100px;
  }
}
.main__content {
  padding: 20px 0;
}
@media (min-width: 1060px) {
  .main__content {
    padding: 40px 0;
  }
}
.main__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1060px) {
  .main__utility {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
.main__back-link {
  background: #196b24;
  color: #fff !important;
  line-height: 1.4;
  padding: 20px 20px 20px 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.main__back-link:hover {
  background: #196b24;
  color: #fff !important;
}
.main__back-link::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 10px;
}
.main__pagetop-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #196b24 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: right;
}
.main__pagetop-link::after {
  border-right: 1px solid #196b24;
  border-top: 1px solid #196b24;
  content: "";
  display: block;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
}

.footer {
  border-top: 1px solid #C2C2C2;
  padding: 14px 0;
}
@media (min-width: 1060px) {
  .footer {
    padding: 20px;
  }
}
.footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media (min-width: 1060px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.footer__inner small {
  font-size: 1rem;
}
@media (min-width: 1060px) {
  .footer__inner small {
    font-size: 1.4rem;
  }
}

.list-filters {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1060px) {
  .list-filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.list-filters__label {
  font-size: 1.4rem;
  font-weight: 600;
}
.list-filters__select-wrap {
  display: inline-block;
  position: relative;
}
.list-filters__select-wrap::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  width: 8px;
}
.list-filters__select {
  all: revert;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: #fff;
  border: 1px solid #CCC;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 5px 25px 5px 5px;
}
.list-filters__reset {
  background: #EEE;
  border: 1px solid #CCC;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 5px 20px;
}

.table-scroll {
  position: relative;
}
.table-scroll__controls button {
  background: #EEE;
  border: 1px solid #CCC;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 20px 5px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.table-scroll__controls button[disabled] {
  opacity: 0;
}
.table-scroll__left {
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table-scroll__right {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table-scroll__contents .scroll-container {
  margin: 0 -20px;
  overflow: auto;
  padding: 0 20px;
}
@media (min-width: 1060px) {
  .table-scroll__contents .scroll-container {
    margin: 0;
    padding: 0;
  }
}

.list-table {
  border-bottom: 1px solid #CCC !important;
  font-size: 1.2rem;
  width: 2000px;
}
@media (min-width: 1060px) {
  .list-table {
    font-size: 1.2rem;
    width: 100%;
  }
}
.list-table th {
  background: #196b24;
  border: 1px solid #CCC !important;
  color: #fff;
  line-height: 1.2;
  max-width: 200px;
  padding: 10px 5px;
  vertical-align: middle;
}
.list-table th.th-id {
  white-space: nowrap;
  width: 60px;
}
.list-table th.th-status {
  white-space: nowrap;
}
.list-table th.th-address {
  background: #143c64;
  color: #fff;
}
.list-table th.th-area, .list-table th.th-industry {
  background: #660033;
  color: #fff;
  min-width: 100px;
}
.list-table th.th-theme, .list-table th.th-period, .list-table th.th-support, .list-table th.th-other {
  background: #dff0e7;
  color: #2c2c2c;
  padding: 5px 0;
  width: 60px;
}
@media (min-width: 1060px) {
  .list-table th.th-theme, .list-table th.th-period, .list-table th.th-support, .list-table th.th-other {
    width: 40px;
  }
}
.list-table td {
  border: 1px solid #CCC !important;
  line-height: 1.2;
  max-width: 200px;
  padding: 10px 5px;
  vertical-align: middle;
}
.list-table td.td-center {
  text-align: center;
}
.list-table td.td-id {
  white-space: nowrap;
}
.list-table td.td-name {
  white-space: nowrap;
}
.list-table td.td-theme {
  white-space: nowrap;
}
.list-table td.td-period {
  white-space: nowrap;
}
.list-table td.td-support {
  white-space: nowrap;
}
.list-table__row {
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.list-table__row:hover {
  background: #f5f5f5;
  color: #2c2c2c;
}
.list-table__row td {
  background: transparent;
  color: #2c2c2c;
}
.list-table__link {
  background: transparent;
  color: #1C619F !important;
  color: #2c2c2c;
  text-decoration: underline;
}

.list-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.list-pager__status {
  text-align: center;
}

.list-pager__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-pager__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.list-pager__pages button {
  border: 1px solid #333;
  cursor: pointer;
  min-width: 25px;
}

.list-pager__controls button:focus-visible {
  outline: 1px solid #333;
  outline-offset: 1px;
}

.list-pager__pages button.is-current {
  background: #333;
  color: #FFF;
  pointer-events: none;
}

.list-pager__ellipsis {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 6px;
}

#pageTitle {
  scroll-margin-top: 0px;
}

@media (min-width: 1060px) {
  .list-pager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageTitle {
    scroll-margin-top: 0px;
  }
}
.detail-section {
  margin: 0 auto 4rem;
  max-width: 1280px;
}
@media (min-width: 1060px) {
  .detail-section {
    margin-bottom: 6rem;
  }
}
.detail-section__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}
@media (min-width: 1060px) {
  .detail-section__content--basic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 0 0px;
    grid-template-areas: "table1 photo" "table2 table2";
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto auto;
  }
  .detail-section__content--basic .basic-table1 {
    grid-area: table1;
  }
  .detail-section__content--basic .basic-table2 {
    grid-area: table2;
  }
}

.detail-meta__list {
  display: grid;
  font-size: 1.4rem;
  gap: 0 20px;
  grid-template-columns: 1fr 120px;
}
.detail-meta__term {
  text-align: right;
}
.detail-meta__desc {
  text-align: right;
}

.basic-photo {
  aspect-ratio: 1/1;
  margin: 0 auto 2rem;
  max-width: 320px;
}
.basic-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1060px) {
  .basic-photo {
    aspect-ratio: auto;
    grid-area: photo;
    height: 100%;
    margin: 0rem;
    padding: 0 0 20px 20px;
  }
  .basic-photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.detail-table {
  border-left: 1px solid #CCC !important;
  border-top: 1px solid #CCC !important;
  font-size: 1.2rem;
  width: 100%;
}
@media (min-width: 1060px) {
  .detail-table {
    border: none !important;
    font-size: 1.6rem;
  }
}
.detail-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1060px) {
  .detail-table tr {
    display: table-row;
  }
}
.detail-table th, .detail-table td {
  border-bottom: 1px solid #CCC !important;
  border-right: 1px solid #CCC !important;
  line-height: 1.2;
  padding: 10px 5px;
  vertical-align: middle;
}
@media (min-width: 1060px) {
  .detail-table th, .detail-table td {
    border: 1px solid #CCC !important;
    padding: 20px 20px;
  }
}
.detail-table th.th-period, .detail-table th.th-support, .detail-table th.th-discount, .detail-table th.th-theme, .detail-table td.th-period, .detail-table td.th-support, .detail-table td.th-discount, .detail-table td.th-theme {
  background: #dff0e7;
  color: #2c2c2c;
  width: calc(100% - 40px);
}
@media (min-width: 1060px) {
  .detail-table th.th-period, .detail-table th.th-support, .detail-table th.th-discount, .detail-table th.th-theme, .detail-table td.th-period, .detail-table td.th-support, .detail-table td.th-discount, .detail-table td.th-theme {
    width: calc(100% - 210px);
  }
}
.detail-table th {
  background: #196b24;
  color: #fff;
  text-align: left;
  width: 140px;
}
@media (min-width: 1060px) {
  .detail-table th {
    width: 300px;
  }
}
.detail-table th.th-address {
  background: #143c64;
  color: #fff;
}
.detail-table th.th-area, .detail-table th.th-industry {
  background: #660033;
  color: #fff;
}
.detail-table th.th-other {
  background: #dff0e7;
  color: #2c2c2c;
  width: calc(100% - 40px);
}
@media (min-width: 1060px) {
  .detail-table th.th-other {
    width: auto;
  }
}
.detail-table th.th-period-group, .detail-table th.th-support-group, .detail-table th.th-theme-group, .detail-table th.th-fee {
  width: 100%;
}
.detail-table th.th-period-group br, .detail-table th.th-support-group br, .detail-table th.th-theme-group br, .detail-table th.th-fee br {
  display: none;
}
@media (min-width: 1060px) {
  .detail-table th.th-period-group, .detail-table th.th-support-group, .detail-table th.th-theme-group, .detail-table th.th-fee {
    width: auto;
  }
}
.detail-table td {
  width: calc(100% - 140px);
}
@media (min-width: 1060px) {
  .detail-table td {
    width: auto;
  }
}
.detail-table td.td-fee {
  width: 100%;
}
@media (min-width: 1060px) {
  .detail-table td.td-fee {
    width: auto;
  }
}
.detail-table td.td-flag {
  text-align: center;
  width: 40px;
}
@media (min-width: 1060px) {
  .detail-table td.td-flag {
    padding: 20px 10px;
    width: 60px;
  }
}
.detail-table td.td-note {
  width: 100%;
}
@media (min-width: 1060px) {
  .detail-table td.td-note {
    width: auto;
  }
}
.detail-table td.th-blank, .detail-table td.td-blank {
  background: transparent;
  display: none;
}
@media (min-width: 1060px) {
  .detail-table td.th-blank, .detail-table td.td-blank {
    display: table-cell;
  }
}
.detail-table--noborder tr:last-child th:last-of-type {
  border-bottom: none !important;
}
.detail-table--noborder tr:last-child td:last-of-type {
  border-bottom: none !important;
}
@media (min-width: 1060px) {
  .detail-table--noborder tr:last-child th {
    border-bottom: none !important;
  }
  .detail-table--noborder tr:last-child td {
    border-bottom: none !important;
  }
}

@media (min-width: 1060px) {
  .detail-table1 th {
    width: 300px;
  }
}

.detail-table2 {
  border-bottom: 1px solid #CCC !important;
  width: 100%;
}
.detail-table2 th {
  text-align: left;
}
@media (min-width: 1060px) {
  .detail-table2 th {
    white-space: nowrap;
    width: 1%;
  }
}
.detail-table2 td {
  text-align: center;
}

.detail-description {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 1060px) {
  .detail-description {
    font-size: 1.4rem;
  }
}

.person-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.person-nav___back {
  background: #fff;
  border: 1px solid #196b24;
  color: #196b24 !important;
  display: block;
  line-height: 1.4;
  padding: 20px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1060px) {
  .person-nav___back {
    width: 300px;
  }
}
.person-nav___back::before {
  border-right: 2px solid #196b24;
  border-top: 2px solid #196b24;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 10px;
}