#ambassador {
  overflow: hidden;
  padding-top: 1.5rem;
}
#ambassador > .wp-block-heading.is-style-heading-ribbon {
  translate: -100%;
  left: 80%;
  margin-bottom: -3.5em;
}
#ambassador .ambassador_profile .wp-block-media-text__media {
  z-index: 10;
}
#ambassador .ambassador_profile .wp-block-media-text__content {
  padding: 0;
}
#ambassador .ambassador_profile .wp-block-heading.is-style-heading-ribbon {
  white-space: nowrap;
  word-break: keep-all;
  left: -25%;
  padding-left: 25%;
  width: 120%;
}

#about {
  overflow: hidden;
}
#about .wp-block-heading.is-style-heading-ribbon {
  translate: -100%;
  left: 60%;
}
#about .wp-block-heading.is-style-heading-ribbon mark {
  left: 48%;
  width: 13em;
  text-align: left;
}

#guide .step_list .step_block:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0;
  font-size: 1.85em;
  border-color: var(--wp--preset--color--theme-green) transparent;
}
#guide .step_list .step_block .step_head {
  padding-left: 4em;
}
#guide .step_list .step_block .step_head mark:has(img[alt^=step]) {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  line-height: 1;
}
#guide .step_list .step_block .flow_num {
  margin-top: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

#station .station_line {
  border-bottom: solid 1px;
  vertical-align: middle;
}
#station .station_line::before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 2.125em;
  vertical-align: middle;
}
#station .station_line[data-line=soya]::before {
  background-image: url(../../assets/images/train_soya.svg);
}
#station .station_line[data-line=sekihoku]::before {
  background-image: url(../../assets/images/train_sekihoku.svg);
}
#station .station_line[data-line=furano]::before {
  background-image: url(../../assets/images/train_furano.svg);
}
#station .station_line[data-line=senmo]::before {
  background-image: url(../../assets/images/train_senmo.svg);
}
#station .station_line[data-line=hanasaki]::before {
  background-image: url(../../assets/images/train_hanasaki.svg);
}
#station .station_line[data-line=nemuro]::before {
  background-image: url(../../assets/images/train_nemuro.svg);
}
#station .station_line[data-line=hidaka]::before {
  background-image: url(../../assets/images/train_hidaka.svg);
}
#station .station_line[data-line=muroran]::before {
  background-image: url(../../assets/images/train_muroran.svg);
}
#station .wp-block-terms-query.station_list .wp-block-term-template {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 2%;
  padding: 0;
}
#station .wp-block-terms-query.station_list .wp-block-term-template .wp-block-term {
  margin: 0;
  width: 32%;
  text-align: center;
}
#station .wp-block-terms-query.station_list .wp-block-term-template .wp-block-term .wp-block-term-name {
  margin: 0;
}
#station .wp-block-terms-query.station_list .wp-block-term-template .wp-block-term .wp-block-term-name a {
  display: block;
  padding: 0.25em 1em;
  border-radius: 999em;
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
  box-shadow: var(--wp--preset--shadow--theme-shadow-drop-01);
}
#station .wp-block-terms-query.station_list .wp-block-term-template .wp-block-term .wp-block-term-name a:hover {
  scale: 1.05 1.05;
}
#station .wp-block-terms-query.station_list .wp-block-term-template .wp-block-term .wp-block-term-name a:active {
  scale: 0.95 0.95;
  opacity: 0.8;
}

#topics .taxonomy-line_tax {
  display: table;
  height: 7em;
  aspect-ratio: 1/1;
}
#topics .taxonomy-line_tax [rel=tag] {
  display: table-cell;
  padding: 0.25em;
  vertical-align: middle;
  border-radius: 0;
}
#topics .taxonomy-line_tax [rel=tag] span {
  font-size: 0.8em;
}
/*# sourceMappingURL=home.css.map */