.midashi {
  font-size: 1.5rem;
  color: #000;
  padding: 10px 40px;
  background-color: #E0FF00;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px !important;
  line-height: 1.2307692308;
}
@media screen and (max-width: 767px) {
  .midashi {
    padding: 10px 20px;
  }
}
.midashi:not(:first-of-type) {
  margin-top: 40px !important;
}

.l-module {
  max-width: 1188px;
  width: calc(100% - 40px);
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  word-break: normal;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .l-module {
    max-width: 100%;
    width: calc(100% - 64px);
  }
}
.l-module.--large {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .l-module.--large {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-module .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .l-module .sp {
    display: none !important;
  }
}
.l-module .c-red {
  color: #D60000;
}
.l-module ul, .l-module ol {
  margin: 0;
  padding: 0;
}
.l-module ul {
  padding-left: 1.5625rem;
}
.l-module ul li {
  list-style-type: disc;
}
.l-module ul li:not(:first-of-type) {
  margin-top: 8px;
}
.l-module ol {
  list-style: none;
  counter-reset: custom-counter;
}
.l-module ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 1.5625rem;
}
.l-module ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
}
.l-module ol li:not(:first-of-type) {
  margin-top: 8px;
}
.l-module hr {
  background-color: #000;
  margin: 40px 0;
}
.l-module figure {
  margin: 0;
}
.l-module button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-module .spaced-block {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .l-module .spaced-block {
    height: 20px;
  }
}
.l-module .td-underline {
  text-decoration: underline;
}
.l-module .mb-l {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-module .mb-l {
    margin-bottom: 60px;
  }
}
.l-module .mb-m {
  margin-bottom: 20px;
}
.l-module .mb-s {
  margin-bottom: 10px;
}
.l-module .heading-l {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-module .heading-l {
    font-size: 1.5rem;
  }
}
.l-module .heading-m {
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-module .heading-m {
    font-size: 1.25rem;
  }
}
.l-module .heading-s {
  font-size: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-module .heading-s {
    font-size: 1.125rem;
  }
}
.l-module .ta-c {
  text-align: center;
}
.l-module .ta-r {
  text-align: right;
}
.l-module p {
  margin: 0;
}
.l-module .font-l {
  font-size: 1rem;
}
.l-module .font-s {
  font-size: 0.75rem;
}
.l-module .bg-line {
  background-color: #E0FF00;
}
.l-module figcaption {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-module figcaption {
    margin-top: 8px;
  }
}
.l-module a {
  color: currentColor;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-module a:hover {
    text-decoration: none;
  }
}
.l-module .c-companylist a {
  text-decoration: none;
}
.l-module .link-internal {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-right: 18px;
  line-height: 1.4;
}
.l-module .link-internal::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/common/img/component/icon-arrow.svg");
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-module .link-external {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-right: 18px;
  line-height: 1.4;
}
.l-module .link-external::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/common/img/component/icon-external.svg");
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-module .link-pdf {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-right: 18px;
  line-height: 1.4;
}
.l-module .link-pdf::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/assets/common/img/component/icon-pdf.svg");
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-module .link-btn {
  padding: 16px 65px;
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-module .link-btn {
    padding: 10px 35px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.l-module .link-btn::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("/assets/common/img/component/icon-arrow-circle.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-module .link-btn::after {
    width: 26px;
    height: 26px;
    right: 9px;
  }
}
.l-module .list-anchor {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-module .list-anchor {
    border: none;
    gap: 16px;
  }
}
.l-module .list-anchor li {
  list-style: none;
  width: 25%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-module .list-anchor li {
    width: 100%;
    border: 1px solid #000;
  }
}
.l-module .list-anchor li:not(:first-of-type) {
  margin: 0;
}
.l-module .list-anchor li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-height: 72px;
  background-color: #fff;
  padding: 16px 40px 16px 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.l-module .list-anchor li a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/common/img/component/icon-arrow.svg");
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.l-module .list-anchor li a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.l-module .list-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-module .list-banner {
    gap: 20px;
  }
}
.l-module .list-banner li {
  width: calc(50% - 16px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-module .list-banner li {
    width: 100%;
  }
}
.l-module .list-banner li:not(:first-of-type) {
  margin: 0;
}
.l-module .list-banner li a {
  display: block;
}
.l-module .list-banner li a img {
  border: 1px solid #000;
}
.l-module .btn-video button {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-module .btn-video button {
    aspect-ratio: inherit;
  }
}
.l-module .btn-video button span {
  position: relative;
  display: inline-block;
  height: 100%;
}
.l-module .btn-video button span::after {
  content: "";
  width: 110px;
  height: 110px;
  background-image: url("/assets/common/img/component/icon-play.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-module .btn-video button span::after {
    width: 40px;
    height: 40px;
  }
}
.l-module .btn-video button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-module .btn-video button img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
.l-module .wrapper-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  display: none;
}
.l-module .wrapper-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-module .wrapper-modal__body {
  max-width: 1000px;
  width: calc(100% - 160px);
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-modal__body {
    max-width: 100%;
    width: calc(100% - 36px);
    height: calc(100% - 100px);
    padding: 0;
  }
}
.l-module .wrapper-modal__body.--movie {
  height: auto;
  max-height: 95vh;
}
.l-module .wrapper-modal__body.--movie > div {
  padding-top: 56.2%;
  position: relative;
}
.l-module .wrapper-modal__body.--movie > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-module .wrapper-modal__close {
  width: 57px;
  position: absolute;
  top: 0;
  right: -79px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-modal__close {
    width: 32px;
    top: -39px;
    right: 13px;
  }
}
.l-module .wrapper-modal__body-gallery {
  background: url("/assets/common/img/bg_noise.png");
  background-size: contain;
  padding: 80px 20px;
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-modal__body-gallery {
    padding: 30px 12px;
  }
}
.l-module .wrapper-modal__body-gallery > div {
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-modal__body-gallery > div {
    max-width: 100%;
  }
}
.l-module .wrapper-modal figure {
  margin-bottom: 20px;
}
.l-module .wrapper-img-full {
  margin: 0;
}
.l-module .wrapper-img-full > div {
  width: 100%;
}
.l-module .wrapper-img-full > div img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
.l-module .wrapper-img-full figcaption {
  margin-top: 8px;
}
.l-module .wrapper-img-half {
  margin: 0;
}
.l-module .wrapper-img-half > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-img-half > div {
    width: 100%;
  }
}
.l-module .wrapper-img-half > div img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
.l-module .wrapper-img-half figcaption {
  margin-top: 8px;
}
.l-module .wrapper-text-img {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img {
    gap: 12px;
    flex-direction: column;
  }
}
.l-module .wrapper-text-img.--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img.--rev {
    flex-direction: column;
  }
}
.l-module .wrapper-text-img > div {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img > div {
    width: 100%;
  }
}
.l-module .wrapper-text-img figure {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img figure {
    width: 100%;
  }
}
.l-module .wrapper-text-img figure > div {
  aspect-ratio: inherit;
}
.l-module .wrapper-text-img figure > div img {
  border: 1px solid #000;
}
.l-module .wrapper-text-img-nallow {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img-nallow {
    gap: 12px;
    flex-direction: column;
  }
}
.l-module .wrapper-text-img-nallow.--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img-nallow.--rev {
    flex-direction: column;
  }
}
.l-module .wrapper-text-img-nallow > div {
  width: calc(65.8249158249% + 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img-nallow > div {
    width: 100%;
  }
}
.l-module .wrapper-text-img-nallow figure {
  width: calc(31.4814814815% + 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-img-nallow figure {
    width: 100%;
  }
}
.l-module .wrapper-text-img-nallow figure > div {
  aspect-ratio: inherit;
}
.l-module .wrapper-text-img-nallow figure > div img {
  border: 1px solid #000;
}
.l-module .wrapper-text-video {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video {
    gap: 16px;
    flex-direction: column;
  }
}
.l-module .wrapper-text-video.--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video.--rev {
    flex-direction: column;
  }
}
.l-module .wrapper-text-video > div {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video > div {
    width: 100%;
  }
}
.l-module .wrapper-text-video figure {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video figure {
    width: 100%;
  }
}
.l-module .wrapper-text-video figure > button {
  position: relative;
}
.l-module .wrapper-text-video figure > button::after {
  content: "";
  width: 78px;
  height: 78px;
  background-image: url("/assets/common/img/component/icon-play.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video figure > button::after {
    width: 40px;
    height: 40px;
  }
}
.l-module .wrapper-text-video figure > button img {
  border: 1px solid #000;
}
.l-module .wrapper-text-video-nallow {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video-nallow {
    gap: 16px;
    flex-direction: column;
  }
}
.l-module .wrapper-text-video-nallow.--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video-nallow.--rev {
    flex-direction: column;
  }
}
.l-module .wrapper-text-video-nallow > div {
  width: calc(65.8249158249% + 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video-nallow > div {
    width: 100%;
  }
}
.l-module .wrapper-text-video-nallow figure {
  width: calc(31.4814814815% + 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video-nallow figure {
    width: 100%;
  }
}
.l-module .wrapper-text-video-nallow figure > button {
  position: relative;
}
.l-module .wrapper-text-video-nallow figure > button::after {
  content: "";
  width: 78px;
  height: 78px;
  background-image: url("/assets/common/img/component/icon-play.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-text-video-nallow figure > button::after {
    width: 40px;
    height: 40px;
  }
}
.l-module .wrapper-text-video-nallow figure > button img {
  border: 1px solid #000;
}
.l-module .wrapper-gallery.--double .wrapper-gallery__item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery.--double .wrapper-gallery__item {
    width: 100%;
  }
}
.l-module .wrapper-gallery.--triple .wrapper-gallery__item {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery.--triple .wrapper-gallery__item {
    width: 100%;
  }
}
.l-module .wrapper-gallery.--slide .wrapper-gallery__list {
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery.--slide .wrapper-gallery__list {
    display: flex;
    flex-direction: row;
  }
}
.l-module .wrapper-gallery.--slide .wrapper-gallery__item {
  width: 480px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery.--slide .wrapper-gallery__item {
    width: 69.3333333333vw;
    margin-right: 20px;
  }
}
.l-module .wrapper-gallery.--slide .wrapper-gallery__item {
  transition-property: transform;
  transition-duration: 600ms;
}
.l-module .wrapper-gallery__list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery__list {
    flex-direction: column;
  }
}
.l-module .wrapper-gallery figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery figure {
    margin-bottom: 16px;
  }
}
.l-module .wrapper-gallery figure > div {
  aspect-ratio: 16/9;
  text-align: center;
}
.l-module .wrapper-gallery figure > div span {
  display: inline-block;
  height: 100%;
}
.l-module .wrapper-gallery figure > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #000;
}
.l-module .wrapper-gallery__heading {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery__heading {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.l-module .wrapper-gallery__btn {
  margin-top: 20px;
  width: 167px;
  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-gallery__btn {
    margin-top: 16px;
    min-height: 39px;
  }
}
.l-module .wrapper-gallery__btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/assets/common/img/component/icon-expand.svg");
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.l-module .wrapper-gallery__link {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.l-module .wrapper-gallery__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.l-module .wrapper-gallery__nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 0;
}
.l-module .wrapper-gallery__nav ul li {
  list-style: none;
  line-height: 1;
  margin-top: 0;
}
.l-module .wrapper-gallery__nav ul button {
  width: 10px;
  height: 10px;
  background-color: #808080;
  border: 1px solid #000;
  border-radius: 50%;
}
.l-module .wrapper-gallery__nav ul button.current {
  background-color: #E0FF00;
}
.l-module .wrapper-gallery__nav-btn {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 40px;
  gap: 16px;
}
.l-module .wrapper-gallery__prev {
  width: 40px;
}
.l-module .wrapper-gallery__next {
  width: 40px;
}
.l-module .wrapper-table.--column2 td, .l-module .wrapper-table.--column2 th {
  width: 50%;
}
.l-module .wrapper-table.--column3 td, .l-module .wrapper-table.--column3 th {
  width: 33.3333333333%;
}
.l-module .wrapper-table.--column3 tbody th {
  text-align: left;
}
.l-module .wrapper-table.--column3 tbody td {
  background-color: #F5F5F3;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-table.--slide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 32px;
  }
}
.l-module .wrapper-table.--slide .wrapper-table__inner {
  overflow: auto;
  position: relative;
}
.l-module .wrapper-table.--slide .wrapper-table__scrollable {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-property: opacity;
  transition-duration: 600ms;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-table.--slide .wrapper-table__scrollable {
    width: 78px;
  }
}
.l-module .wrapper-table.--slide table {
  width: -moz-fit-content;
  width: fit-content;
}
.l-module .wrapper-table.--slide td, .l-module .wrapper-table.--slide th {
  min-width: 366px;
  width: 366px;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-table.--slide td, .l-module .wrapper-table.--slide th {
    min-width: 158px;
    width: 158px;
  }
}
.l-module .wrapper-table.--slide tbody th {
  text-align: left;
}
.l-module .wrapper-table.--slide tbody td {
  background-color: #F5F5F3;
}
.l-module .wrapper-table table {
  width: 100%;
  border-collapse: collapse;
}
.l-module .wrapper-table table th, .l-module .wrapper-table table td {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-table table th, .l-module .wrapper-table table td {
    font-size: 0.75rem;
  }
}
.l-module .wrapper-table table thead th {
  background-color: #E0FF00;
  text-align: center;
  padding: 20px 16px;
}
.l-module .wrapper-table table tbody th, .l-module .wrapper-table table tbody td {
  padding: 20px 16px;
  background-color: #fff;
}
.l-module .wrapper-float p img {
  float: left;
  padding: 0 32px 18px 0;
  width: 49.0662139219%;
}
@media screen and (max-width: 767px) {
  .l-module .wrapper-float p img {
    display: block;
    padding: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.l-module .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  padding: 0 !important;
  list-style: none;
}
.l-module .tag-list li {
  list-style-type: none !important;
}
.l-module .tag-list li:not(:first-of-type) {
  margin: 0;
}
.l-module .tag-list__text {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 4px 12px;
  border: 1px solid #000;
  border-radius: 50px;
  line-height: 1;
  font-size: 0.875rem;
}
.l-module .news-tag {
  display: inline-block;
  background-color: #E0FF00;
  border: 1px solid #000;
  padding: 4px 16px;
  line-height: 1;
  margin-left: 20px;
  font-size: 0.875rem;
}

.page-cn .midashi, .page-cn .l-module .heading-l, .page-cn .l-module .heading-m, .page-cn .l-module .heading-s, .page-cn .l-module .wrapper-gallery__heading {
  font-family: "Noto Serif SC", serif !important;
}

.page-tw .midashi, .page-tw .l-module .heading-l, .page-tw .l-module .heading-m, .page-tw .l-module .heading-s, .page-tw .l-module .wrapper-gallery__heading {
  font-family: "Noto Serif TC", serif !important;
}/*# sourceMappingURL=component.css.map */