.article {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 108px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 40px 10px 52px;
  }
}
.article_header_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 30px;
  position: relative;
  padding: 20px 0 17px;
  border-top: 3px solid #818794;
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .article_header_meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 7px;
  }
}
.article_header_meta_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  height: 36px;
  padding: 0 35px;
  background: #F5F5F5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .article_header_meta_category {
    font-size: 1.2rem;
    height: 34px;
    padding: 0 20px;
  }
}
.article_header_meta_text {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .article_header_meta_text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.article_header_meta_date {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article_header_meta_date {
    font-size: 1.3rem;
  }
}
.article_header_meta.--hasCategory {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.article_header_title {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .article_header_title {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}
.article_header_thumbnail {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .article_header_thumbnail {
    margin-top: 32px;
  }
}
.article_header_thumbnail img {
  width: 100%;
  border-radius: 6px;
}
.article_contents {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .article_contents {
    margin-top: 30px;
  }
}
.article_googlemap_block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article_googlemap_block {
    margin-top: 60px;
  }
}
.article_googlemap_iframe {
  position: relative;
  padding-bottom: 46.66%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article_googlemap_iframe {
    padding-bottom: 55.55%;
  }
}
.article_googlemap_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article_googlemap_link {
  text-align: right;
  margin-top: 8px;
}
.article_googlemap_link a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .article_googlemap_link a {
    font-size: 1.1rem;
  }
}
.article_back_button {
  max-width: 280px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .article_back_button {
    max-width: 200px;
    margin-top: 80px;
  }
}
.article_lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .article_lead {
    font-size: 1.4rem;
  }
}
.article_index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 38px;
  margin-top: 73px;
  padding: 30px 40px;
  border: 1px solid #47C2D1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .article_index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-top: 51px;
    padding: 24px 30px;
  }
}
.article_index_title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .article_index_title {
    padding: 0;
  }
}
.article_index_item {
  text-indent: -1em;
  padding-left: 1em;
}
.article_index_item a {
  letter-spacing: 0.05em;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article_index_item a {
    font-size: 1.4rem;
  }
}
.article_block {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .article_block {
    margin-top: 52px;
  }
}
.article_block_text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .article_block_text {
    font-size: 1.4rem;
  }
}
.article_block_text:not(:first-child) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .article_block_text:not(:first-child) {
    margin-top: 32px;
  }
}
.article_block_secondary_heading {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 11px;
  padding-left: 20px;
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .article_block_secondary_heading {
    font-size: 1.8rem;
    padding-bottom: 14px;
  }
}
.article_block_secondary_heading:not(:first-child) {
  margin-top: 80px;
}
.article_block_secondary_heading::before {
  content: "";
  position: absolute;
  top: 23.1357892863%;
  left: 0;
  width: 4px;
  height: 35.593521979%;
  background: #47C2D1;
}
@media screen and (max-width: 768px) {
  .article_block_secondary_heading::before {
    top: 10.0275758335%;
    width: 2px;
    height: 62.6723489596%;
  }
}
.article_block_secondary_heading + .article_block_wysiwyg {
  margin-top: 20px;
}
.article_block_tertiary_heading {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article_block_tertiary_heading {
    font-size: 1.6rem;
  }
}
.article_block_tertiary_heading:not(:first-child) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .article_block_tertiary_heading:not(:first-child) {
    margin-top: 46px;
  }
}
.article_block_tertiary_heading + .article_block_wysiwyg {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article_block_tertiary_heading + .article_block_wysiwyg {
    margin-top: 14px;
  }
}
.article_block_quaternary_heading {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .article_block_quaternary_heading {
    font-size: 1.5rem;
  }
}
.article_block_quaternary_heading:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .article_block_quaternary_heading:not(:first-child) {
    margin-top: 48px;
  }
}
.article_block_quaternary_heading + .article_block_wysiwyg {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article_block_quaternary_heading + .article_block_wysiwyg {
    margin-top: 16px;
  }
}
.article_block_annotation {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .article_block_annotation {
    font-size: 1rem;
  }
}
.article_block_annotation:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .article_block_annotation:not(:first-child) {
    margin-top: 16px;
  }
}
.article_block_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .article_block_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    border-left: 1px solid #818794;
    border-bottom: 1px solid #818794;
  }
}
.article_block_table:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .article_block_table:not(:first-child) {
    margin-top: 54px;
  }
}
.article_block_table + .article_block_table {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .article_block_table + .article_block_table {
    margin-top: 40px;
  }
}
.article_block_table > dt, .article_block_table > dd {
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .article_block_table > dt, .article_block_table > dd {
    border: none;
  }
}
.article_block_table_head {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .article_block_table_head {
    font-size: 1.4rem;
    line-height: 1.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -5px;
    padding: 0 10px 0 20px;
  }
}
.article_block_table_head::before, .article_block_table_head::after {
  content: "";
  position: absolute;
}
.article_block_table_head::before {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 88.8888888889%;
  background: #818794;
}
@media screen and (max-width: 768px) {
  .article_block_table_head::before {
    content: none;
  }
}
.article_block_table_head::after {
  top: 10px;
  right: -1px;
  width: 1px;
  height: 62.5%;
  background: #47C2D1;
}
@media screen and (max-width: 768px) {
  .article_block_table_head::after {
    top: 4px;
    height: 16px;
  }
}
.article_block_table_body {
  letter-spacing: 0.05em;
  width: calc(100% - 180px);
  padding: 0 30px 25px 30px;
}
@media screen and (max-width: 768px) {
  .article_block_table_body {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 0 22px 24px;
  }
}
.article_block_image:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article_block_image:not(:first-child) {
    margin-top: 60px;
  }
}
.article_block_image img {
  border-radius: 6px;
}
.article_block_link {
  display: inline-block;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .article_block_link {
    font-size: 1.4rem;
  }
}
.article_block_link:not(:first-child) {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .article_block_link:not(:first-child) {
    margin-top: 52px;
  }
}
.article_block_wysiwyg:not(:first-child) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .article_block_wysiwyg:not(:first-child) {
    margin-top: 32px;
  }
}
.article_block_wysiwyg > p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .article_block_wysiwyg > p {
    font-size: 1.4rem;
  }
}
.article_block_wysiwyg > p:not(:first-child) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .article_block_wysiwyg > p:not(:first-child) {
    margin-top: 32px;
  }
}
.article_block_wysiwyg strong {
  font-weight: bold;
}
.article_block_wysiwyg a {
  text-decoration: underline;
}
.article_block_wysiwyg > ul {
  list-style-type: disc;
  list-style-position: inside;
}
.article_block_wysiwyg > ul:not(:first-child) {
  margin: 62px 0;
}
@media screen and (max-width: 768px) {
  .article_block_wysiwyg > ul:not(:first-child) {
    margin: 32px 0;
  }
}
.article_block_wysiwyg > ul li {
  letter-spacing: 0.05em;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  .article_block_wysiwyg > ul li {
    font-size: 1.4rem;
  }
}
.article_block_wysiwyg > ul li::marker {
  list-style-position: inside;
}