@charset "UTF-8";
/* mv
----------------------------------------------- */
.mv {
  position: relative;
}

.mv::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 683 / 35;
  background: url("/_themes/site/images/figure-back-top.svg") no-repeat center/cover;
}

.mainSliderWrap {
  position: relative;
}

.mv .splide__slide {
  width: 100%;
  height: 680px;
}

.mv .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .splide__otherbox {
  position: relative;
  z-index: 1;
  width: var(--content-large-width);
  margin-block-start: 1rem;
}

@media only screen and (max-width: 1919px) {

  .mv .splide__slide {
    height: 600px;
  }

}

@media only screen and (max-width: 959px) {
  .mv .splide__slide {
    height: 400px;
  }

  .mv .splide__otherbox {
    justify-content: center;
  }
}

@media only screen and (max-width: 390px) {
  .mv .splide__slide {
    height: 240px;
  }
}


/* disasterGuide
----------------------------------------------- */
.disasterGuide {
  width: var(--content-large-width);
  padding-inline: 20px;
}

.mvDisasterGuide {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}

.disasterGuideInner {
  width: fit-content;
  padding-inline: 2rem;
  padding-block: 2rem;
  background-color: rgba(255,255,255,0.9);
  border-radius: 20px;
}

.disasterGuideInner h2 {
  color: var(--color-main);
  margin-block-end: 0;
  text-align: center;
  font-size: clamp(1.5rem, 1.139rem + 1.48vw, 2.25rem);
  /* 24-36px */
}

.disasterGuideInner p {
  text-align: center;
}

.disasterGuideInner .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-family-w6);
  font-size: clamp(1.5rem, 1.199rem + 1.23vw, 2.125rem);
  /* 24-34px */
}

.disasterGuideInner .telIcon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}

.disasterGuideInner .telIcon img {
  display: block;
}

.disasterGuideInner .text {
  margin-block-end: 1em;
}

.disasterGuideInner .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1em;
  color: var(--color-black);
  font-family: var(--font-family-w6);
}

.disasterGuideInner .link a::before {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 3 / 5;
  -webkit-mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.disasterGuideSP {
  display: none;
  margin-inline: auto;
  margin-block: 1.5rem;
}

@media only screen and (max-width: 959px) {

  .mvDisasterGuide {
    display: none;
  }

  .disasterGuideSP {
    display: block;
  }

  .disasterGuideInner {
    width: 100%;
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
    background-color: var(--color-lt-gray-1);
    border-radius: 15px;
  }

  .disasterGuideInner .telIcon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (any-hover: hover) {
  .disasterGuideInner .link a:hover::before {
    transform: translateX(3px);
  }
}


/* fire119TopImportantInfo
----------------------------------------------- */
#fire119TopImportantInfo .pieceContainer {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: calc(var(--content-width) - 40px);
  padding-inline: 0.5rem 1.5rem;
  padding-block: 1.5rem;
  background-color: var(--color-accent-sub);
  border-radius: 20px;
}

#fire119TopImportantInfo .pieceHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 1.5rem;
  border-inline-end: 1px solid var(--color-accent);
}

#fire119TopImportantInfo .pieceHeader h2 {
  margin-block-end: 0;
  color: var(--color-accent);
  font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem) !important;
}

#fire119TopImportantInfo .docs li:last-of-type {
  border-bottom: none;
}

@media only screen and (max-width: 959px) {

  #fire119TopImportantInfo .pieceContainer {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-inline: 1rem;
    padding-block: 1.25rem;
    border-radius: 15px;
  }

  #fire119TopImportantInfo .pieceHeader {
    padding-inline: 1.5rem;
    padding-block-end: 1rem;
    border-inline-end: none;
    border-block-end: 1px solid var(--color-accent);
  }

}


/* topDisaster
----------------------------------------------- */
.topDisaster .contentsTitle {
  margin-block-end: 0.5rem;
}

.topDisaster .pieceContainer > p {
  width: fit-content;
  padding-inline: 2rem;
  padding-block: 0.25rem;
  margin-inline: auto;
  color: var(--color-white);
  font-family: var(--font-family-w6);
  background-color: var(--color-main);
  border-radius: 10px;
}

.disasterCountList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 2.5rem;
}

.disasterCountItem {
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding-inline: 1rem;
  border-inline-end: 1px solid var(--color-m-gray);
}

.disasterCountItem:first-of-type {
  border-inline-start: 1px solid var(--color-m-gray);
}

.disasterCountItem h3 {
  margin-block-end: 0;
}

.disasterCountIcon img {
  width: 100%;
}

.countNumber {
  color: var(--color-main);
  font-size: clamp(1.25rem, 1.13rem + 0.49vw, 1.5rem);
  /* 20-24px */
  font-family: var(--font-family-w6);
}

.countNumber span {
  font-size: 140%;
}

.countOther {
  font-size: 0.75rem;
}


@media only screen and (max-width: 959px) {
  .disasterCountList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block: 1.5rem;
  }

  .disasterCountItem {
    padding-block: 1rem;
    border-inline-end: none;
  }

  .disasterCountItem:first-of-type {
    border-inline-start: none;
  }

  .disasterCountItem:nth-of-type(-n+2) {
    border-block-end: 1px solid var(--color-m-gray);
  }

}


@media only screen and (max-width: 559px) {
  .disasterCountList {
    grid-template-columns: minmax(0, 1fr);
  }

  .disasterCountItem:nth-of-type(n+2) {
    border-block-end: 1px solid var(--color-m-gray);
  }

}


/* topInfo
----------------------------------------------- */
.topInfoColumn {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
}

.topInfoPoster {
  border: 2px solid var(--color-lt-gray-2);
  background-color: var(--color-lt-gray-2);
  box-shadow: 0 3px 0 var(--color-lt-gray-2);
  border-radius: 20px;
}

.posterTitle {
  padding-inline: 1rem;
  padding-block: 1.5rem;
  margin-block-end: 0;
  text-align: center;
  font-size: clamp(1rem, 0.97rem + 0.12vw, 1.063rem);
  /* 16-17px */
  background-color: var(--color-white);
  border-radius: 18px 18px 0 0;
}

.posterInner {
  padding-inline: 1rem;
  padding-block: 1rem;
}

.posterImage {
  width: min(60%, 164px);
  margin-inline: auto;
  margin-block-end: 1rem;
}

.posterImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
}

.topInfoList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.topInfoLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
  padding-block: 1rem;
  color: var(--color-black);
  font-family: var(--font-family-w6);
  text-decoration: none;
  background-color: var(--color-white);
  border: 2px solid var(--color-lt-gray-2);
  box-shadow: 0 3px 0 var(--color-lt-gray-2);
  border-radius: 20px;
}

.topInfoLink::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.topInfoLinkInner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topInfoLinkInner span {
  display: block;
}

.topInfoIcon {
  width: 40px;
}

.topInfoText {
  font-size: clamp(1rem, 0.94rem + 0.25vw, 1.125rem);
  /* 16-18px */
  line-height: 1.8;
}

@media only screen and (max-width: 959px) {
  .topInfoColumn {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .topInfoPoster {
    order: 2;
    width: min(85%, 320px);
    margin-inline: auto;
    border-radius: 15px;
  }

  .posterTitle {
    padding-inline: 0.875rem;
    padding-block: 1rem;
    border-radius: 13px 13px 0 0;
  }

  .topInfoList {
    order: 1;
  }

  .topInfoIcon {
    width: 30px;
  }

}

@media only screen and (max-width: 559px) {

  .topInfoList {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

}


@media (any-hover: hover) {

  .topInfoLink:hover {
    background-color: var(--color-lt-gray-1);
  }

  .topInfoLink:hover::after {
    transform: translateX(3px);
  }

}


/* topPickup
----------------------------------------------- */
.topPickup {
  width: 100%;
  padding-inline: 0;
  padding-block: 6.25rem;
  margin-block-start: 0;
  background-color: var(--color-lt-gray-1);
  border-radius: 40px;
}

.topPickup a {
  display: block;
  color: var(--color-black);
}

.topPickup .pickupImage {
  margin-block-end: 1rem;
  border-radius: 20px;
  border: 1px solid var(--color-m-gray);
  overflow: hidden;
}

.topPickup .pickupImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.topPickup .pickupImage::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  background: url("/_themes/site/images/fire119/image-fire119-no-common.png") no-repeat center/cover;
  object-fit: cover;
}

.topPickup .pickupImage:has(.image)::before {
  display: none;
}

.topPickup .pickupText {
  display: block;
  font-family: var(--font-family-w4);
  font-size: clamp(0.875rem, 0.815rem + 0.25vw, 1rem);
  /* 14-16px */
}

.topPickup .pickupText::before {
  display: none;
}

.topPickup .pickupText .title {
  display: block;
}

.topPickup .pickupText .title::after {
  content: '';
  display: inline-block;
  width: 8px;
  aspect-ratio: 3 / 5;
  margin-inline-start: 0.5rem;
  vertical-align: middle;
  -webkit-mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.topPickup .splide__other {
  justify-content: center;
  margin-block-start: 1rem;
}

.topPickup .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  .topPickup {
    padding-block: 3.75rem;
    border-radius: 20px;
  }

  .topPickup .pickupImage {
    border-radius: 15px;
  }

  .topPickup .splide__toggle {
    width: 35px;
    height: 35px;
  }
}

@media (any-hover: hover) {

  .topPickup a:hover .pickupImage img,
  .topPickup a:hover .pickupImage::before {
    transform: scale(1.1);
  }

}


/* topLink
----------------------------------------------- */
.topLink a {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--color-black);
  text-decoration: none;
  border: 2px solid var(--color-lt-gray-2);
  border-radius: 20px;
  overflow: hidden;
}

.topLink a:not(:last-of-type) {
  margin-block-end: 2.5rem;
}

.topLinkImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}

.topLinkText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 2.5rem;
  padding-block: 2.5rem;
  background-color: var(--color-lt-gray-2);
}

.topLinkText::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.topLinkText h2 {
  margin-block-end: 0;
  font-size: clamp(1.5rem, 1.319rem + 0.74vw, 1.875rem);
  /* 24-30px */
}

@media only screen and (max-width: 959px) {

  .topLink a:not(:last-of-type) {
    margin-block-end: 2rem;
  }

  .topLinkText {
    padding-inline: 1rem;
    padding-block: 1.5rem;
  }

}



@media only screen and (max-width: 559px) {

  .topLink a {
    grid-template-columns: minmax(0, 1fr);
  }

  .topLinkImage img {
    border-radius: 15px 15px 0 0;
  }

  .topLinkText {
    border-radius: 0 0 15px 15px;
  }

}

@media (any-hover: hover) {
  
  .topLink a:hover .topLinkText::after {
    transform: translateX(3px);
  }

}


/* topNews
----------------------------------------------- */
.topNews {
  margin-inline: auto;
  margin-block: 6.25rem 7.5rem;
}

.topNews > .pieceContainer {
  width: 100%;
  padding-inline: 0;
  padding-block: 5rem;
  background-color: var(--color-lt-gray-1);
  border-radius: 40px;
}

#fire119TopNewList {
  width: 100%;
  padding-inline: 0;
  margin-block: 0;
}

#fire119TopNewList .docs li .category > span {
  display: none;
}

#fire119TopNewList .docs li .category > [class*="kubun-news"] {
  display: block;
}

#fire119TopNewList .more {
  margin-inline: auto;
}

@media only screen and (max-width: 959px) {

  .topNews {
    margin-block: 3.75rem 5rem;
  }

  .topNews > .pieceContainer {
    padding-block: 4rem;
    border-radius: 20px;
  }

  #fire119TopNewList ul li:first-of-type {
    padding-block-start: 0;
  }

  #fire119TopNewList .more {
    margin-block-start: 1rem;
  }

}


/* topFacility
----------------------------------------------- */
.topFacilityList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.topFacilityList a {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 2px solid var(--color-lt-gray-2);
  box-shadow: 0 3px 0 var(--color-lt-gray-2);
  border-radius: 20px;
}

.topFacilityImage {
  overflow: hidden;
  display: block;
  border-radius: 18px 18px 0 0;
}

.topFacilityImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 79 / 40;
  object-fit: cover;
}

.topFacilityText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1.25rem;
  padding-block: 1.5rem;
  font-family: var(--font-family-w6);
  font-size: clamp(0.875rem, 0.755rem + 0.49vw, 1.125rem);
  /* 14-18px */
  border-radius: 0 0 20px 20px;
}

.topFacilityText::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-circle-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

@media only screen and (max-width: 959px) {

  .topFacilityList a {
    border-radius: 15px;
  }

  .topFacilityImage {
    border-radius: 13px 13px 0 0;
  }

  .topFacilityText {
    gap: 0.75rem;
    padding-inline: 0.875rem;
    padding-block: 1rem;
  }

  .topFacilityText::after {
    width: 20px;
    height: 20px;
  }

}

@media only screen and (max-width: 559px) {

  .topFacilityList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }

  .topFacilityText {
    padding-inline: 0.625rem;
    padding-block: 0.75rem;
  }

}


@media (any-hover: hover) {

  .topFacilityList a:hover {
    background-color: var(--color-lt-gray-1);
  }

  .topFacilityList a:hover .topFacilityImage img {
    transform: scale(1.1);
  }

  .topFacilityList a:hover .topFacilityText::after {
    transform: translateX(3px);
  }

}