@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  firedepartment  ----------*/
#firedepartment .fv-img {
  background: url(/assets/img/environment/firedepartment/fv_firedepartment.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#firedepartment .tab-block {
  container-type: inline-size;
}
#firedepartment .tab-block .tab-content {
  padding: 0 60px 40px 60px;
}
@container (max-width: 800px) {
  #firedepartment .tab-block .tab-content {
    padding: 0 5vw 40px;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .tab-block .tab-content {
    padding: 0 12px 25px;
  }
}
#firedepartment .wrap .inner {
  padding: 0 10px;
}
@container (max-width: 800px) {
  #firedepartment .wrap .inner {
    padding: 0 2vw;
  }
}
#firedepartment .item-title .head + .text {
  margin-top: 10px;
  letter-spacing: 0.01em;
}
#firedepartment .work-content {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content {
    padding-bottom: 40px;
  }
}
#firedepartment .work-content .block:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#firedepartment .work-content .heading-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .heading-group {
    margin-bottom: 20px;
  }
}
#firedepartment .work-content .heading-group.-split {
  display: flex;
  flex-direction: column;
}
#firedepartment .work-content .heading-group.-split .head, #firedepartment .work-content .heading-group.-split .text {
  text-align: center;
  margin-right: 0;
}
#firedepartment .work-content .heading-group .head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .heading-group .head {
    margin-right: 0;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
#firedepartment .work-content .heading-group .head .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .heading-group .head .small {
    font-size: 1.2rem;
  }
}
#firedepartment .work-content .time-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#firedepartment .work-content .time-table .weeks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .weeks {
    margin-bottom: 4px;
  }
}
#firedepartment .work-content .time-table .weeks-item {
  width: calc((100% - 30px) / 7);
  min-height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--gold);
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .weeks-item {
    width: calc((100% - 30px) / 7);
    min-height: 35px;
  }
}
#firedepartment .work-content .time-table .weeks-item .week {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .weeks-item .week {
    font-size: 1.4rem;
  }
}
#firedepartment .work-content .time-table .weeks-item .cap {
  font-size: 1rem;
}
#firedepartment .work-content .time-table .days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
#firedepartment .work-content .time-table .days-item {
  width: calc((100% - 30px) / 7);
  min-height: 45px;
  border: 1px solid var(--black);
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .days-item {
    flex-direction: column;
    min-height: 35px;
  }
}
#firedepartment .work-content .time-table .days-item .day, #firedepartment .work-content .time-table .days-item .shift {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}
#firedepartment .work-content .time-table .days-item .day {
  width: 39.13%;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .days-item .day {
    width: 100%;
    font-size: 2.25vw;
  }
}
#firedepartment .work-content .time-table .days-item .shift {
  width: 60.87%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .time-table .days-item .shift {
    width: 100%;
    font-size: 2vw;
  }
}
#firedepartment .work-content .time-table .days-item .shift.-column {
  flex-direction: column;
}
#firedepartment .work-content .time-table .days-item .shift.-column span {
  color: var(--crimson);
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 4px;
}
#firedepartment .work-content .time-table .days-item.-navy .day {
  background: var(--navy);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-gray .day {
  background: var(--gray);
  color: var(--black);
}
#firedepartment .work-content .time-table .days-item.-crimson .day {
  background: var(--crimson);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-crimson .shift {
  color: var(--crimson);
}
#firedepartment .work-content .time-table .days-item.-gold .day {
  background: var(--gold);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-on .day {
  background: var(--navy);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-on .shift.-column {
  color: var(--crimson);
}
#firedepartment .work-content .time-table .days-item.-off .day {
  background: var(--navy);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-off .shift {
  color: var(--crimson);
}
#firedepartment .work-content .time-table .days-item.-rest .day {
  background: var(--crimson);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-rest .shift {
  color: var(--crimson);
}
#firedepartment .work-content .time-table .days-item.-day .day {
  background: var(--gold);
  color: #fff;
}
#firedepartment .work-content .time-table .days-item.-filter {
  position: relative;
}
#firedepartment .work-content .time-table .days-item.-filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
#firedepartment .work-content .notes {
  display: flex;
  flex-direction: column;
}
#firedepartment .work-content .notes .note {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
#firedepartment .work-content .notes .note:not(:last-of-type) {
  margin-bottom: 10px;
}
#firedepartment .work-content .schedule {
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule {
    padding: 24px 12px;
  }
  #firedepartment .work-content .schedule::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 36px;
    left: 0;
    bottom: -12px;
    background: #fff;
  }
}
#firedepartment .work-content .schedule-table {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-table {
    flex-direction: column;
  }
  #firedepartment .work-content .schedule-table::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 27px;
    width: 1px;
    background: var(--black);
    height: 100%;
    border-radius: 10px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-table.-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .schedule-table.-sp {
    display: none;
  }
}
#firedepartment .work-content .schedule-item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  min-width: 85px;
  letter-spacing: 0.1em;
  margin-right: 15px;
  margin-bottom: 20px;
  transition: 300ms ease all;
  position: relative;
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .schedule-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-item {
    flex-direction: row;
    align-items: center;
  }
  #firedepartment .work-content .schedule-item:last-of-type {
    margin-bottom: 0;
  }
}
#firedepartment .work-content .schedule-item::after {
  content: "";
  position: absolute;
  top: 19px;
  /* transform: translateY(-50%); */
  right: -10px;
  width: calc(100% - 55px);
  background: var(--black);
  height: 1px;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
#firedepartment .work-content .schedule-item .time {
  max-width: 60px;
  background: var(--gold);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule-item .time {
    margin-right: 24px;
  }
  #firedepartment .work-content .schedule-item .time::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #fff;
  }
  #firedepartment .work-content .schedule-item .time::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #fff;
  }
}
#firedepartment .work-content .schedule-item .text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.286;
  text-align: left;
}
#firedepartment .work-content .schedule-item .text-list {
  display: flex;
  flex-direction: column;
}
#firedepartment .work-content .schedule-item .text-list .list-item {
  font-size: 1.4rem;
}
#firedepartment .work-content .schedule-item:nth-of-type(4) .time::after {
  width: 145%;
  right: -90px;
}
#firedepartment .work-content .schedule-item:last-of-type .time::after {
  display: none;
}
#firedepartment .work-content .schedule .note {
  max-width: 670px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.286;
  padding-left: 1em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .schedule .note {
    margin-top: 50px;
  }
}
#firedepartment .work-content .schedule .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#firedepartment .work-content .navi-start {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .navi-start {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#firedepartment .work-content .navi-start .img-container {
  position: relative;
  max-width: 403px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .navi-start .img-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
#firedepartment .work-content .navi-start .img-container .navigator {
  width: 100%;
}
#firedepartment .work-content .navi-start .text-conteiner {
  width: calc(50% - 30px);
  height: 100%;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .navi-start .text-conteiner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#firedepartment .work-content .navi-start .text-conteiner .lead-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
#firedepartment .work-content .navi-start .text-conteiner .lead-group .lead {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .navi-start .text-conteiner .lead-group .lead {
    font-size: 2rem;
  }
}
#firedepartment .work-content .navi-start .text-conteiner .lead-group .cap {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  margin-left: 10px;
}
#firedepartment .work-content .navi-start .text-conteiner .text {
  line-height: 2.286;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .navi-start .text-conteiner .text {
    line-height: 1.75;
  }
}
#firedepartment .work-content .timeline {
  display: grid;
  grid-template-columns: calc(50% - 90px) 100px calc(50% - 90px);
  grid-column-gap: 40px;
  margin-bottom: 40px;
  justify-content: space-between;
}
@container (max-width: 800px) {
  #firedepartment .work-content .timeline {
    grid-column-gap: 2.75vw;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline {
    grid-template-columns: 70px auto;
    grid-column-gap: 30px;
  }
}
#firedepartment .work-content .timeline .timeline-hour {
  position: relative;
  width: 100px;
  display: grid;
  grid-template-columns: subgrid;
  grid-row: 1;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-hour {
    width: 70px;
  }
}
#firedepartment .work-content .timeline .timeline-hour::before {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% - 200px);
  background-color: var(--gold);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-hour::before {
    height: calc(100% - 39vw);
  }
}
#firedepartment .work-content .timeline .timeline-hour-item {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--gold);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-hour-item {
    display: none;
  }
}
#firedepartment .work-content .timeline .timeline-content {
  grid-column: 1/4;
  grid-row: 1;
  display: grid;
  grid-template-columns: subgrid;
  grid-row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content {
    grid-column: 2/3;
    width: auto;
    grid-row-gap: 30px;
  }
}
#firedepartment .work-content .timeline .timeline-content-item {
  position: relative;
  background-color: var(--gray);
  padding: 20px;
  width: 100%;
  height: max-content;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item {
    padding: 20px;
    min-height: 70px;
  }
}
#firedepartment .work-content .timeline .timeline-content-item .cap {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item .cap {
    font-size: 1.4rem;
  }
}
#firedepartment .work-content .timeline .timeline-content-item .cap + .timeline-img {
  margin-top: 10px;
}
#firedepartment .work-content .timeline .timeline-content-item .cap + .cap {
  margin-top: 10px;
}
#firedepartment .work-content .timeline .timeline-content-item .cap + .text {
  margin-top: 6px;
}
#firedepartment .work-content .timeline .timeline-content-item .text {
  line-height: 1.571;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item .text {
    font-size: 1.4rem;
  }
}
#firedepartment .work-content .timeline .timeline-content-item .text + .cap {
  margin-top: 10px;
}
#firedepartment .work-content .timeline .timeline-content-item .text + .timeline-img {
  margin-top: 10px;
}
#firedepartment .work-content .timeline .timeline-content-item.right {
  grid-column: 3/4;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item.right {
    grid-column: 1/3;
  }
}
#firedepartment .work-content .timeline .timeline-content-item.right::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid var(--gray);
  border-left: 0;
  top: 30px;
  left: -28px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item.right::before {
    top: 22px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid var(--gray);
    left: -20px;
  }
}
#firedepartment .work-content .timeline .timeline-content-item.left {
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item.left {
    grid-column: 1/3;
  }
}
#firedepartment .work-content .timeline .timeline-content-item.left::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 0;
  border-left: 30px solid var(--gray);
  top: 30px;
  right: -28px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item.left::before {
    top: 22px;
    right: initial;
    border: initial;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid var(--gray);
    border-left: 0;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .timeline-content-item::after {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--gold);
    border-radius: 50%;
    top: 0;
    left: -100px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    z-index: 1;
  }
}
#firedepartment .work-content .timeline .note {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1em;
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline .note {
    grid-column: 1/3;
    margin-top: 20px;
  }
}
#firedepartment .work-content .timeline .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#firedepartment .work-content .timeline#timeline-system01 .timeline-hour {
  row-gap: 30px;
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system01 .timeline-hour {
    grid-template-rows: repeat(22, 100px);
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline#timeline-system01 .timeline-hour {
    grid-column: 1/2;
    grid-template-rows: repeat(22, 1fr);
  }
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system01 .timeline-content {
    grid-template-rows: repeat(26, 100px);
  }
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0830] {
  grid-row: 1/2;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1000] {
  grid-row: 3/4;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1100] {
  grid-row: 4/5;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1200] {
  grid-row: 6/7;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1300] {
  grid-row: 7/8;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1500] {
  grid-row: 8/9;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1715] {
  grid-row: 9/10;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1800] {
  grid-row: 10/11;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1830] {
  grid-row: 11/12;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour1930] {
  grid-row: 12/13;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour2130] {
  grid-row: 14/15;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour2200] {
  grid-row: 15/16;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour2220] {
  grid-row: 16/17;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0200] {
  grid-row: 17/18;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0300] {
  grid-row: 18/19;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0600] {
  grid-row: 20/21;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0715] {
  grid-row: 21/22;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0830-2] {
  grid-row: 22/23;
}
#firedepartment .work-content .timeline#timeline-system01 [data-name=hour0840-2] {
  grid-row: 23/24;
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0830] {
    grid-row: 1/4;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1000] {
    grid-row: 3/5;
    height: calc(100% + 40px);
    top: 20px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1100] {
    grid-row: 4/6;
    top: 40px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1200] {
    grid-row: 6/7;
    top: 50px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1300] {
    grid-row: 8/9;
    top: -55px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1500] {
    grid-row: 8/10;
    top: 70px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1715] {
    grid-row: 10/12;
    top: -35px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1800] {
    grid-row: 11/12;
    top: -30px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1830] {
    grid-row: 12/15;
    top: -10px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1930] {
    grid-row: 13/15;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2130] {
    grid-row: 15/16;
    top: 20px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2200] {
    grid-row: 16/18;
    top: 25px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2220] {
    grid-row: 17/18;
    height: calc(100% + 40px);
    top: 40px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0200] {
    grid-row: 18/21;
    top: 45px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0300] {
    grid-row: 19/20;
    top: 50px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0600] {
    grid-row: 21/23;
    top: 70px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0715] {
    grid-row: 23/24;
    top: -30px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0830-2] {
    grid-row: 24/26;
    height: calc(100% + 40px);
    top: -25px;
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0840-2] {
    grid-row: 25/27;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0830]::after {
    content: "08:30";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1000]::after {
    content: "10:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1100]::after {
    content: "11:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1200]::after {
    content: "12:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1300]::after {
    content: "13:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1500]::after {
    content: "15:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1715]::after {
    content: "17:15";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1800]::after {
    content: "18:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1830]::after {
    content: "18:30";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont1930]::after {
    content: "19:30";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2130]::after {
    content: "21:30";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2200]::after {
    content: "22:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont2220]::after {
    content: "22:20";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0200]::after {
    content: "02:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0300]::after {
    content: "03:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0600]::after {
    content: "06:00";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0715]::after {
    content: "07:15";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0830-2]::after {
    content: "08:30";
  }
  #firedepartment .work-content .timeline#timeline-system01 [data-name=cont0840-2]::after {
    content: "08:40";
  }
}
#firedepartment .work-content .timeline#timeline-system02 .timeline-hour {
  row-gap: 30px;
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system02 .timeline-hour {
    grid-template-rows: repeat(10, 100px);
  }
  #firedepartment .work-content .timeline#timeline-system02 .timeline-hour::before {
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline#timeline-system02 .timeline-hour {
    grid-column: 1/2;
    grid-template-rows: repeat(22, 1fr);
  }
  #firedepartment .work-content .timeline#timeline-system02 .timeline-hour::before {
    height: calc(100% - 5vw);
  }
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system02 .timeline-content {
    grid-template-rows: repeat(10, 100px);
  }
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour0830] {
  grid-row: 1/2;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour0900] {
  grid-row: 2/3;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour1000] {
  grid-row: 4/5;
  top: 20%;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour1200] {
  grid-row: 5/6;
  top: 20%;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour1500] {
  grid-row: 7/8;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour1600] {
  grid-row: 8/9;
}
#firedepartment .work-content .timeline#timeline-system02 [data-name=hour1715] {
  grid-row: 10/11;
}
@media screen and (min-width: 769px) {
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont0830] {
    grid-row: 1/4;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont0900] {
    grid-row: 2/4;
    top: 20px;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1000] {
    grid-row: 4/5;
    top: 50px;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1200] {
    grid-row: 5/6;
    top: 65px;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1500] {
    grid-row: 8/9;
    top: -55px;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1600] {
    grid-row: 8/9;
    top: 75px;
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1715] {
    grid-row: 11/12;
    top: -35px;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont0830]::after {
    content: "08:30";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont0900]::after {
    content: "09:00";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1000]::after {
    content: "10:00";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1200]::after {
    content: "12:00";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1500]::after {
    content: "15:00";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1600]::after {
    content: "16:00";
  }
  #firedepartment .work-content .timeline#timeline-system02 [data-name=cont1715]::after {
    content: "17:15";
  }
}
#firedepartment .work-content .movie-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#firedepartment .work-content .movie-block .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  transition: ease 300ms all;
  cursor: pointer;
}
#firedepartment .work-content .movie-block .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  transition: ease 300ms all;
  z-index: 1;
}
#firedepartment .work-content .movie-block .youtube .thumb {
  position: absolute;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  transition: ease 300ms all;
  z-index: 2;
}
#firedepartment .work-content .movie-block + .movie-block {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content {
    padding-top: 24px;
  }
}
#firedepartment .navi-content .navi-block {
  position: relative;
  z-index: 1;
}
#firedepartment .navi-content .navi-block::before {
  position: absolute;
  content: "";
  width: 10px;
  height: calc(100% - 30px);
  background: var(--gold);
  top: 10px;
  left: 25%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-block::before {
    display: none;
  }
}
#firedepartment .navi-content .navi-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item {
    flex-direction: column;
    position: relative;
  }
  #firedepartment .navi-content .navi-item:not(:last-of-type)::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #firedepartment .navi-content .navi-item:not(:last-of-type)::before {
    background: #EFE4C8;
  }
}
#firedepartment .navi-content .navi-item .navi-img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .navi-img {
    width: 100%;
    margin-bottom: 12px;
  }
}
#firedepartment .navi-content .navi-item .text-conteiner {
  width: calc(50% - 30px);
  height: 100%;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .text-conteiner {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  #firedepartment .navi-content .navi-item .text-conteiner:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .text-conteiner .lead-group {
    order: 2;
  }
}
#firedepartment .navi-content .navi-item .text-conteiner .lead-group .lead {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .text-conteiner .lead-group .lead {
    font-size: 1.8rem;
  }
}
#firedepartment .navi-content .navi-item .text-conteiner .text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .text-conteiner .text {
    order: 3;
  }
}
#firedepartment .navi-content .navi-item .text-conteiner .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24rem;
  letter-spacing: 0.1em;
  color: #EFE4C8;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-item .text-conteiner .num {
    position: relative;
    font-size: 6.4rem;
    height: fit-content;
    line-height: 1em;
    letter-spacing: 0.01em;
    top: 0;
    left: 0;
    color: var(--gold);
    transform: initial;
    order: 1;
  }
}
#firedepartment .navi-content .navi-point {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-point {
    width: 100%;
    align-items: center;
    position: relative;
  }
  #firedepartment .navi-content .navi-point::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #firedepartment .navi-content .navi-point::before {
    background: #EFE4C8;
  }
}
#firedepartment .navi-content .navi-point .img-container {
  position: relative;
  max-width: 403px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-point .img-container {
    margin-bottom: 24px;
  }
}
#firedepartment .navi-content .navi-point .img-container .navigator {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .navi-point .img-container .navigator {
    width: 85%;
    margin: 0 auto;
    display: block;
    top: -5px;
    position: relative;
  }
}
#firedepartment .navi-content .link-block {
  width: 100%;
  position: relative;
  background: var(--gold);
  min-height: 340px;
  padding: 30px 8.656% 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block {
    width: 100%;
    left: 0;
    padding: 30px 12px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#firedepartment .navi-content .link-block .img-container, #firedepartment .navi-content .link-block .lead-container {
  width: 50%;
}
#firedepartment .navi-content .link-block .img-container {
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block .img-container {
    width: 70%;
  }
}
#firedepartment .navi-content .link-block .img-container img {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block .img-container img {
    width: 100%;
  }
}
#firedepartment .navi-content .link-block .lead-container {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block .lead-container {
    width: 100%;
    padding-bottom: 0;
  }
}
#firedepartment .navi-content .link-block .lead-container .lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block .lead-container .lead {
    font-size: 2rem;
  }
}
#firedepartment .navi-content .link-block .lead-container .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #firedepartment .navi-content .link-block .lead-container .text {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
#firedepartment .navi-content .link-block .lead-container .note {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 25px;
}
#firedepartment .navi-content .link-block .lead-container .link-btn {
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  position: relative;
  transition: ease 300ms all;
}
#firedepartment .navi-content .link-block .lead-container .link-btn:hover {
  background: var(--black);
  color: #fff;
}
#firedepartment .navi-content .link-block .lead-container .link-btn:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#firedepartment .navi-content .link-block .lead-container .link-btn a {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#firedepartment .navi-content .link-block .lead-container .link-btn::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  top: 50%;
  right: 20px;
  transition: ease 300ms all;
  transform: translateY(-50%) rotate(-45deg);
}
#firedepartment .movie-block {
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=firedepartment.css.map */