@charset "UTF-8";
body {
  min-width: 375px;
  background: #DFDFDF;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  position: relative;
  background: var(--color-bg);
}
@media screen and (min-width: 990px) {
  .wrapper {
    background: var(--color-white);
  }
}

@media screen and (min-width: 990px) {
  main > .inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    border: 1px solid var(--color-white);
    border-bottom: none;
    filter: drop-shadow(0 5px 15px rgba(24, 67, 79, 0.1));
    transform: translateZ(0);
    border-radius: 20px 20px 0 0;
    background: var(--color-bg);
  }
}

.phishing-caution {
  padding: 6px;
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  background: #DFDFDF;
}
@media screen and (min-width: 768px) {
  .phishing-caution {
    padding: 10px;
  }
}

header {
  width: 100%;
  max-width: 990px;
  position: absolute;
  top: 24px;
  left: 50%;
  translate: -50% 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header {
    top: 32px;
  }
}
header .corporate-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 15px 16px;
  z-index: 99;
}
@media screen and (min-width: 990px) {
  header .corporate-logo {
    gap: 32px;
    padding: 18px 16px;
  }
}
header .corporate-logo picture {
  display: block;
  position: relative;
}
header .corporate-logo picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .corporate-logo .yj-logo picture {
  width: 33px;
  padding-top: 54.5454545455%;
}
@media screen and (min-width: 990px) {
  header .corporate-logo .yj-logo picture {
    width: 111px;
    padding-top: 25.2252252252%;
  }
}
header .corporate-logo .line-logo picture {
  width: 50px;
  padding-top: 36%;
}
@media screen and (min-width: 990px) {
  header .corporate-logo .line-logo picture {
    width: 66px;
  }
}

.mainvisual {
  position: relative;
  background: linear-gradient(0deg, var(--color-bg) 40%, var(--color-white) 40%);
}
@media screen and (min-width: 990px) {
  .mainvisual {
    background: transparent;
  }
}
.mainvisual__title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 0 8px;
  position: inherit;
  z-index: 1;
}
@media screen and (min-width: 990px) {
  .mainvisual__title {
    padding: 54px 0 26px;
  }
}
.mainvisual__title picture {
  display: block;
  width: 260px;
  height: 88px;
  position: relative;
}
@media screen and (min-width: 990px) {
  .mainvisual__title picture {
    width: 284px;
    height: 96px;
  }
}
.mainvisual__title picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainvisual__bg span {
  content: "";
  width: 100%;
  height: 193px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  animation: 8000ms linear infinite;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top 0;
}
@media screen and (min-width: 768px) {
  .mainvisual__bg span {
    top: 10px;
    height: 218px;
  }
}
.mainvisual__bg span:nth-of-type(1) {
  animation-name: bg_1_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_1_small.png);
}
@media screen and (min-width: 768px) {
  .mainvisual__bg span:nth-of-type(1) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_1_large.png);
  }
}
.mainvisual__bg span:nth-of-type(2) {
  animation-name: bg_2_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_2_small.png);
}
@media screen and (min-width: 768px) {
  .mainvisual__bg span:nth-of-type(2) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_2_large.png);
  }
}
.mainvisual__bg span:nth-of-type(3) {
  animation-name: bg_3_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_3_small.png);
}
@media screen and (min-width: 768px) {
  .mainvisual__bg span:nth-of-type(3) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_bg_3_large.png);
  }
}
.mainvisual .swiper {
  height: 240px;
  overflow: visible;
  filter: drop-shadow(0px 0px 8px rgba(35, 100, 145, 0.2));
  transform: translateZ(0);
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.mainvisual .swiper-wrapper {
  align-items: center;
  translate: -11.5px 0;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-wrapper {
    justify-content: center;
    gap: 16px;
    translate: 0;
  }
}
.mainvisual .swiper-slide {
  width: 152px;
  height: 208px;
  border-radius: 16px;
  overflow: hidden;
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-slide:nth-of-type(1) {
    order: 3;
  }
  .mainvisual .swiper-slide:nth-of-type(2) {
    order: 4;
  }
  .mainvisual .swiper-slide:nth-of-type(3) {
    order: 5;
  }
  .mainvisual .swiper-slide:nth-of-type(4) {
    order: 0;
  }
  .mainvisual .swiper-slide:nth-of-type(5) {
    order: 1;
  }
  .mainvisual .swiper-slide:nth-of-type(6) {
    order: 2;
  }
}
.mainvisual .swiper-slide-active {
  width: 175px;
  height: 240px;
}
.mainvisual .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
.mainvisual .swiper-slide a picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mainvisual .swiper-slide a picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (hover: hover) {
  .mainvisual .swiper-slide a:hover {
    opacity: 0.7;
  }
}
.mainvisual .swiper-slide.swiper-slide:focus-visible, .mainvisual .swiper-slide.swiper-slide a:focus-visible {
  outline-offset: -3px;
  outline-style: auto;
}
.mainvisual .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 11px;
  padding: 20px 0 16px;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-pagination {
    display: none;
  }
}
.mainvisual .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: #D9D9D9;
  opacity: 1;
  transition: background 0.4s ease;
}
.mainvisual .swiper-pagination-bullet-active {
  background: var(--color-LYnavy100);
}
.mainvisual .swiper-button-prev, .mainvisual .swiper-button-next {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  background: var(--color-311blue);
  filter: drop-shadow(0px 0px 8px rgba(35, 100, 145, 0.2));
  transform: translateZ(0);
  border-radius: 0 100px 100px 0;
  transition: translate 0.4s ease;
}
.mainvisual .swiper-button-prev:focus-visible, .mainvisual .swiper-button-next:focus-visible {
  outline: auto;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-prev, .mainvisual .swiper-button-next {
    display: none;
  }
}
.mainvisual .swiper-button-prev::before, .mainvisual .swiper-button-prev::after, .mainvisual .swiper-button-next::before, .mainvisual .swiper-button-next::after {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
.mainvisual .swiper-button-prev::before, .mainvisual .swiper-button-next::before {
  content: "";
  width: 14px;
  height: 3px;
  background: var(--color-white);
  left: 71%;
}
@media screen and (min-width: 565px) {
  .mainvisual .swiper-button-prev::before, .mainvisual .swiper-button-next::before {
    width: 22px;
    height: 4px;
  }
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-prev::before, .mainvisual .swiper-button-next::before {
    width: 15px;
    height: 2px;
    left: 51%;
  }
}
.mainvisual .swiper-button-prev::after, .mainvisual .swiper-button-next::after {
  content: "";
  width: 11px;
  height: 11px;
  left: 70%;
  rotate: -135deg;
  border: 3px solid var(--color-white);
  border-left: none;
  border-bottom: none;
}
@media screen and (min-width: 565px) {
  .mainvisual .swiper-button-prev::after, .mainvisual .swiper-button-next::after {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-prev::after, .mainvisual .swiper-button-next::after {
    width: 12px;
    height: 12px;
    left: 50%;
    border-width: 2px;
  }
}
.mainvisual .swiper-button-prev {
  left: -35px;
}
@media screen and (hover: hover) {
  .mainvisual .swiper-button-prev:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-prev {
    left: 50%;
    translate: -469px 0;
  }
}
.mainvisual .swiper-button-next {
  right: -35px;
  rotate: 180deg;
}
@media screen and (hover: hover) {
  .mainvisual .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-next {
    right: 50%;
    translate: 469px 0;
  }
}
.mainvisual .swiper-button-auto-play {
  position: absolute;
  bottom: 1px;
  right: 50%;
  translate: 80px -50%;
  width: 18px;
  height: 18px;
  background: rgba(var(--color-white-rgb), 0.7);
  border: 2px solid var(--color-white);
  border-radius: 100px;
  z-index: 1;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-auto-play {
    display: none;
  }
}
.mainvisual .swiper-button-auto-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #7a7a7a;
  translate: -38% -50%;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-auto-play::before {
    width: 8px;
    height: 9px;
  }
}
.mainvisual .swiper-button-auto-play.paused::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 6px;
  clip-path: initial;
  background: transparent;
  box-sizing: content-box;
  border: 2.5px solid #7a7a7a;
  border-top: none;
  border-bottom: none;
  translate: -50% -50%;
}
@media screen and (min-width: 990px) {
  .mainvisual .swiper-button-auto-play.paused::before {
    width: 2px;
    height: 8px;
  }
}

.mainvisual.on311 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 34px 0 0;
  background: linear-gradient(180deg, var(--color-white) 170px, var(--color-311blue-sub) 340px, var(--color-311blue-sub) 100%);
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 990px) {
  .mainvisual.on311 {
    padding: 60px 0 160px;
    margin-bottom: -160px;
    background: linear-gradient(180deg, var(--color-white) 160px, var(--color-311blue-sub) 310px, var(--color-311blue-sub) 70%, transparent 100%);
  }
}
.mainvisual.on311 .mainvisual__title-wrapper {
  width: 100%;
  height: 193.5px;
  overflow: hidden;
}
.mainvisual.on311 .mainvisual__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: 160px;
  margin: 0 auto;
  padding: 0;
  position: inherit;
  translate: 0 28%;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/logo_311pj_heart.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top;
}
.mainvisual.on311 .mainvisual__title::after {
  content: none;
}
.mainvisual.on311 .mainvisual__title picture {
  display: block;
  width: 165px;
  height: 106px;
  position: relative;
}
.mainvisual.on311 .mainvisual__title picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual.on311 .mainvisual__lead {
  margin: 27px 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7em;
  color: var(--color-LYnavy100);
  text-align: center;
  filter: drop-shadow(0px 0px 4px var(--color-white));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__lead {
    margin: 80px 0 28px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__lead br.show__on-sp-layout {
    display: none;
  }
}
.mainvisual.on311 .mainvisual__donation-box {
  position: relative;
  width: 235px;
  height: 340px;
  filter: drop-shadow(0px 0px 7px rgba(23, 149, 166, 0.5));
  transform: translateZ(0);
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_donation_box.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__donation-box {
    scale: 1.23;
  }
}
.mainvisual.on311 .mainvisual__donation-box .mainvisual__title {
  animation: heart_fadeIn 800ms cubic-bezier(0.47, 0, 0.6, 1);
}
.mainvisual.on311 .mainvisual__donation-box .mainvisual__title picture {
  animation: logo_311pj_fadeIn 1800ms ease-out;
}
@keyframes heart_fadeIn {
  0% {
    opacity: 0;
    translate: 0 0%;
  }
  100% {
    opacity: 1;
    translate: 0 28%;
  }
}
@keyframes logo_311pj_fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisual.on311 .mainvisual__character {
  width: 100%;
  padding-top: 35px;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__character {
    scale: 1.23;
    padding-top: 35px;
  }
}
.mainvisual.on311 .mainvisual__character .mainvisual__title-wrapper {
  position: relative;
  width: 100%;
  height: 165px;
  margin-bottom: 95px;
  overflow: visible;
  opacity: 0;
  animation: fadeIn 1300ms 200ms cubic-bezier(0.47, 0, 0.6, 1) forwards;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__character .mainvisual__title-wrapper {
    margin-bottom: 15px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisual.on311 .mainvisual__character .mainvisual__title-wrapper::before {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 100%;
  height: 89px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_character_small.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__character .mainvisual__title-wrapper::before {
    bottom: -89px;
    height: 104px;
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_character_large.png);
  }
}
.mainvisual.on311 .mainvisual__character .mainvisual__title {
  height: 100%;
  translate: 0;
}
.mainvisual.on311 .mainvisual__character .s311counter__wrapper {
  position: inherit;
  translate: 0;
}
.mainvisual.on311 .mainvisual__character .s311counter__wrapper .text {
  font-size: 1.8rem;
}
.mainvisual.on311 .mainvisual__character .s311counter__wrapper .s311counter {
  scale: 0.8;
  border: none;
}
.mainvisual.on311 .mainvisual__character .s311counter__wrapper .s311counter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0.85;
  filter: blur(8px);
  transform: translateZ(0);
  z-index: -1;
}
.mainvisual.on311 .mainvisual__bg span {
  top: 0;
  height: 410px;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__bg span {
    height: 520px;
  }
}
.mainvisual.on311 .mainvisual__bg span:nth-of-type(1) {
  animation-name: bg_1_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311_bg_1_small.png);
}
.mainvisual.on311 .mainvisual__bg span:nth-of-type(2) {
  animation-name: bg_2_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311_bg_2_small.png);
}
.mainvisual.on311 .mainvisual__bg span:nth-of-type(3) {
  animation-name: bg_3_blinking;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311_bg_3_small.png);
}
.mainvisual.on311 .mainvisual__period {
  margin-top: 18px;
  font-size: 1.2rem;
  color: var(--color-LYnavy100);
  text-align: center;
  opacity: 0.65;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311 .mainvisual__period {
    margin-top: 22px;
  }
}
.mainvisual.on311 .system-search311 {
  background: transparent;
  padding: 20px 15px;
}
.mainvisual.on311 .system-search311__org-list {
  margin-bottom: 15px;
}
.mainvisual.on311 .search311-button {
  animation: search311Button_zoom 2800ms cubic-bezier(0.47, 0, 0.6, 1);
  z-index: 1;
}
@keyframes search311Button_zoom {
  0% {
    scale: 0.95;
  }
  84% {
    scale: 0.95;
  }
  95% {
    scale: 1.03;
  }
  100% {
    scale: 1;
  }
}
.mainvisual.on311 .search311-button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  filter: blur(1px);
  transform: translateZ(0);
  z-index: 1;
  animation-name: shinyEffect;
  animation-duration: 1000ms;
  animation-delay: 2000ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes shinyEffect {
  0% {
    transform: scale(0) rotate(35deg);
    opacity: 0;
  }
  50% {
    transform: scale(2) rotate(35deg);
    opacity: 0.3;
  }
  100% {
    transform: scale(50) rotate(35deg);
    opacity: 0;
  }
}
.mainvisual.on311 .s311counter__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 241px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.mainvisual.on311 .s311counter__wrapper .text {
  color: #008994;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.mainvisual.on311 .s311counter__wrapper .s311counter {
  scale: 0.7;
  width: 310px;
  height: auto;
  padding: 5px 0;
  margin-top: -5px;
  background: rgba(211, 240, 242, 0.7);
  border: 1px solid var(--color-white);
}

@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-A .mainvisual__bg span:nth-of-type(1) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311A_bg_1_large.png);
  }
}
@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-A .mainvisual__bg span:nth-of-type(2) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311A_bg_2_large.png);
  }
}
@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-A .mainvisual__bg span:nth-of-type(3) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311A_bg_3_large.png);
  }
}

@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-B .mainvisual__bg span:nth-of-type(1) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311B_bg_1_large.png);
  }
}
@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-B .mainvisual__bg span:nth-of-type(2) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311B_bg_2_large.png);
  }
}
@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-B .mainvisual__bg span:nth-of-type(3) {
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/mainvisual_311B_bg_3_large.png);
  }
}
.mainvisual.on311.pattern-B.is-counter-hidden .mainvisual__title-wrapper::before {
  bottom: -80px;
}
@media screen and (min-width: 768px) {
  .mainvisual.on311.pattern-B.is-counter-hidden .mainvisual__title-wrapper::before {
    bottom: -20px;
  }
}

@keyframes bg_1_blinking {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg_2_blinking {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes bg_3_blinking {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.link-to-last-year {
  color: var(--color-LYnavy100);
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .link-to-last-year {
    margin-bottom: 46px;
  }
}

.anchor-link {
  display: block;
  margin: 0 auto;
  padding: 0 110px;
  border-radius: 20px 20px 0 0;
  background: var(--color-311blue-sub);
  font-size: 2rem;
  font-weight: 600;
  z-index: 99;
}
.anchor-link ul {
  display: flex;
  align-items: center;
}
.anchor-link ul li {
  width: 100%;
  text-align: center;
}
.anchor-link ul li:last-of-type {
  margin-bottom: 0;
}
.anchor-link ul li:last-of-type a {
  border: none;
}
.anchor-link ul li a {
  display: flex;
  justify-content: center;
  gap: 9px;
  position: relative;
  margin: 27px 0;
  color: var(--color-LYnavy100);
  opacity: 1;
  transition: color 0.4s ease;
  border-right: 2px solid var(--color-white);
}
.anchor-link ul li a svg {
  display: block;
  width: 32px;
  height: 32px;
  translate: 0 -1px;
  fill: var(--color-LYnavy100);
  transition: fill 0.4s ease;
}
@media screen and (hover: hover) {
  .anchor-link ul li a:hover {
    color: var(--color-dark-blue);
  }
  .anchor-link ul li a:hover svg {
    fill: var(--color-dark-blue);
  }
}
.anchor-link.on311 {
  background: var(--color-white);
}

.announce {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 16px 15px;
  text-align: center;
  background: var(--color-311blue-sub);
}
@media screen and (min-width: 768px) {
  .announce {
    padding: 0;
  }
}
.announce > p {
  display: inline-block;
  padding: 16px;
  background: rgba(var(--color-white-rgb), 0.3);
  border-radius: 16px;
  font-size: 1.4rem;
  color: var(--color-LYnavy100);
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .announce > p {
    width: 360px;
  }
}
.announce > p span {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  color: var(--color-dark-blue);
  font-weight: normal;
  line-height: normal;
}
.statement {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 15px 0;
}
@media screen and (min-width: 990px) {
  .statement {
    padding: 48px 0 16px;
  }
}
.statement > picture {
  display: block;
  width: 100%;
  height: 125px;
  position: relative;
}
@media screen and (min-width: 990px) {
  .statement > picture {
    height: 147px;
  }
}
.statement > picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.statement .period,
.statement .note {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
  color: var(--color-LYnavy100);
  opacity: 0.65;
}
.statement .period {
  margin-top: 16px;
}
.statement .note {
  margin-top: 12px;
}
.statement.on311 {
  padding: 56px 15px 32px;
}
@media screen and (min-width: 990px) {
  .statement.on311 {
    padding: 64px 15px 32px;
  }
}
.statement.on311 > picture {
  height: 132px;
}
@media screen and (min-width: 990px) {
  .statement.on311 > picture {
    height: 147px;
  }
}
.statement.totalling-in-progress, .statement.totalling-complete {
  padding-top: 40px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, transparent 0%, var(--color-311blue-sub) 500px, var(--color-311blue-sub) 100%);
}
@media screen and (min-width: 990px) {
  .statement.totalling-in-progress, .statement.totalling-complete {
    margin-bottom: 16px;
    background: linear-gradient(180deg, rgba(205, 240, 242, 0.4) 250px, transparent 500px, transparent 100%);
  }
}
.statement.totalling-in-progress::before, .statement.totalling-complete::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/statement_icon.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
}
.statement.totalling-in-progress .calligraphy img, .statement.totalling-complete .calligraphy img {
  width: 150px;
  height: 72px;
  margin-bottom: 32px;
}
.statement.totalling-in-progress > picture {
  height: 132px;
}
@media screen and (min-width: 990px) {
  .statement.totalling-in-progress > picture {
    height: 148px;
  }
}
.statement.totalling-complete > picture {
  height: 231px;
}
@media screen and (min-width: 990px) {
  .statement.totalling-complete > picture {
    height: 271px;
  }
}
.statement .system-search311 {
  padding: 30px 0 20px;
  background: transparent;
}

.message-video {
  width: 100%;
  max-width: 498px;
  padding: 0 24px 32px;
  margin: 0 auto;
}
.message-video__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.message-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contents-wrapper {
  width: 100%;
  margin: 0 auto;
}

.category {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.category::before {
  width: 100%;
  height: 207px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, var(--color-white-blue) 0%, rgba(var(--color-white-blue-rgb), 0) 47.92%);
}
@media screen and (min-width: 768px) {
  .category::before {
    background: linear-gradient(180deg, #fff 0%, rgba(var(--color-white-rgb), 0) 57.29%);
  }
}
.category__title {
  position: relative;
  padding: 40px 15px 15px;
  color: var(--color-LYnavy100);
  font-size: 2.6rem;
  line-height: 34px;
  font-weight: 800;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .category__title {
    font-size: 3rem;
  }
}
.category__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.category__title::after {
  content: "";
  width: 348px;
  height: 156px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0%;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_bg_small.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .category__title::after {
    width: 535px;
    height: 74px;
    bottom: 55px;
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_bg_large.png);
  }
}
.category__title .highlight {
  position: relative;
  font-size: 3.2rem;
  padding-right: 3px;
}
@media screen and (min-width: 768px) {
  .category__title .highlight {
    font-size: 3.6rem;
  }
}
.category__title .highlight::before {
  content: "";
  width: 75px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_highlight.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .category__title .highlight::before {
    width: 78px;
    height: 60px;
  }
}
.category__title .kerning {
  letter-spacing: -1rem;
}
.category__lead {
  position: inherit;
  z-index: 1;
  padding: 0 15px 32px;
  color: var(--color-LYnavy100);
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .category__lead {
    font-size: 1.6rem;
    padding: 0 15px 40px;
  }
}
.category__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 350px;
  margin: 0 auto;
  padding: 0px 15px 32px;
  color: var(--color-LYnavy100);
  font-size: 2.2rem;
  line-height: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .category__sub-title {
    gap: 20px;
    max-width: 694px;
  }
}
.category__sub-title::before, .category__sub-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-311blue);
  flex: 1;
  max-width: 400px;
}

.contents__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  padding: 0 15px 80px;
}
@media screen and (min-width: 768px) {
  .contents__list {
    flex-direction: row;
  }
}
.contents__list.sp-bosai {
  flex-direction: row;
  gap: 16px;
  max-width: 400px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contents__list.sp-bosai {
    max-width: none;
  }
}
.contents__card {
  display: flex;
  flex-direction: column;
  width: 320px;
  background: var(--color-white);
  border-radius: 20px;
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
  transition: opacity 0.4s ease;
}
.contents__card > a {
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .contents__card > a:hover {
    opacity: 0.7;
  }
}
.contents__card picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 140px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 1;
}
.contents__card picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents__card .textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 14px 16px;
}
.contents__card .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__card .text {
  font-size: 1.4rem;
  line-height: 150%;
}
.contents__card .text .bold {
  font-weight: 600;
}
.contents__card .note {
  font-size: 1rem;
  line-height: 140%;
}
.contents__card .app-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 28px;
  border-top: 1px solid var(--color-gray);
}
.contents__card .app-list li {
  display: flex;
  gap: 16px;
}
.contents__card .app-list li img {
  display: block;
  width: 64px;
  height: 64px;
}
.contents__card .app-list li .textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 4px;
  width: 100%;
  padding: 0;
  text-align: start;
}
.contents__card .app-list li .textbox p {
  font-size: 1.3rem;
  font-weight: 600;
}
.contents__card .app-list li .textbox .button {
  padding: 6px;
  font-size: 1.4rem;
}
.contents__card .app-list li .textbox .button::after {
  content: none;
}
.contents__card.picture-large picture {
  padding-top: 200px;
}
.contents__card.picture-small picture {
  padding-top: 96px !important;
}
@media screen and (min-width: 768px) {
  .contents__card.picture-small.horizontal-on-pc-layout {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.picture-small.horizontal-on-pc-layout > a {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.picture-small.horizontal-on-pc-layout picture {
    width: 300px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.picture-small.horizontal-on-pc-layout .textbox {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.horizontal-on-pc-layout {
    width: 664px;
  }
}
.contents__card.horizontal-on-pc-layout picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 202px;
}
@media screen and (min-width: 768px) {
  .contents__card.horizontal-on-pc-layout picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    border-radius: 20px 0 0 20px;
  }
}
.contents__card.horizontal-on-pc-layout picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents__card.horizontal-on-pc-layout .title {
  font-weight: 600;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__card.bosai-karte a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 20px 22px;
  border-radius: 20px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/contents_bosai-karte_bg_small.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte a {
    height: 300px;
    padding: 24px 24px;
    padding-left: 380px;
    background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/contents_bosai-karte_bg_large.png);
    text-align: center;
  }
}
.contents__card.bosai-karte .title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte .title {
    margin-bottom: 20px;
  }
}
.contents__card.bosai-karte .title img {
  width: 195px;
  height: 99px;
}
.contents__card.bosai-karte .text {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte .text {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
}
.contents__card.bosai-karte picture {
  margin-bottom: 20px;
  padding-top: 203px;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte picture {
    width: 373px;
    padding-top: 300px;
  }
}
.contents__card.bosai-karte .button {
  width: 270px;
  height: auto;
  padding: 7px;
  margin: 0 auto;
  background: var(--color-yahoo);
  color: var(--color-white);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte .button {
    padding: 5px;
    width: 240px;
  }
}
.contents__card.bosai-karte .button::after {
  content: none;
}
@media screen and (hover: hover) {
  .contents__card.bosai-karte .button:hover {
    opacity: 1;
  }
}
.contents__card.bosai-karte br.show__on-pc-layout {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-karte br.show__on-pc-layout {
    display: block !important;
  }
}
.contents__card.disaster-notification .title {
  padding: 24px 15px 16px;
  font-size: 2rem;
}
.contents__card.disaster-notification picture {
  padding-top: 202px;
}
.contents__card.disaster-notification .app-list li.line .textbox a {
  border: none;
  background: var(--color-line);
  color: var(--color-white);
}
.contents__card.disaster-notification .app-list li.yj .textbox a {
  border: none;
  background: var(--color-yahoo);
  color: var(--color-white);
}
.contents__card.disaster-notification small {
  font-size: 1rem;
  margin-top: -10px;
  padding: 0 28px 20px;
}
@media screen and (min-width: 768px) {
  .contents__card.disaster-notification.horizontal-on-pc-layout {
    justify-content: center;
    height: 256px;
    padding-left: 348px;
    padding-right: 30px;
  }
  .contents__card.disaster-notification.horizontal-on-pc-layout .title {
    justify-content: start;
    padding: 0;
    margin-bottom: 15px;
  }
  .contents__card.disaster-notification.horizontal-on-pc-layout picture {
    width: 332px;
    padding-top: 256px;
  }
  .contents__card.disaster-notification.horizontal-on-pc-layout .app-list {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .contents__card.disaster-notification.horizontal-on-pc-layout small {
    padding: 0;
    margin-top: 12px;
  }
}
.contents__card.safety-check > a {
  display: flex;
  flex-direction: column;
}
.contents__card.safety-check .title {
  flex-direction: column;
  gap: 16px;
  padding: 24px 15px 8px;
  font-size: 2.1rem;
}
.contents__card.safety-check .text {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 140%;
  margin: 0 auto;
}
.contents__card.safety-check picture {
  padding-top: 170px;
}
.contents__card.safety-check .button {
  width: 264px;
  height: 36px;
  margin: 16px auto 12px;
  padding: 6px;
  border: none;
  background: var(--color-line);
  color: var(--color-white);
  font-size: 1.5rem;
}
.contents__card.safety-check .button::after {
  content: none;
}
.contents__card.safety-check .qr-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 16px auto 12px;
}
.contents__card.safety-check .qr-wrapper img.line-logo {
  width: 56px;
  height: 56px;
}
.contents__card.safety-check .qr-wrapper img.qr {
  width: 52px;
  height: 52px;
}
.contents__card.safety-check .qr-wrapper p {
  display: block;
  width: 140px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
.contents__card.safety-check .note {
  margin-bottom: 16px;
}
.contents__card.safety-check.pc .title span {
  display: block;
  width: 100%;
  padding: 3px 0;
  background: var(--color-311blue-sub);
  font-size: 1.6rem;
  line-height: 100%;
}
.contents__card.safety-check.pc .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents__card.safety-check.sp {
    height: 483px;
    padding-top: 10px;
  }
}
.contents__card.safety-check.sp .title > span {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contents__card.safety-check.sp .title > span img {
  width: 46px;
  height: 46px;
}
.contents__card.safety-check.sp .title > span span {
  position: relative;
  padding: 11px 16px 9px;
  background: var(--color-311blue-sub);
  border-radius: 100px;
  font-size: 1.6rem;
}
.contents__card.safety-check.sp .title > span span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  translate: 0 -50%;
  rotate: 180deg;
  width: 15px;
  height: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--color-311blue-sub);
}
.contents__card.safety-check.sp .text {
  margin-bottom: 16px;
}
.contents__card.evacuation-site {
  text-align: start;
  padding: 24px 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents__card.evacuation-site {
    justify-content: center;
    height: 239px;
    padding: 24px 24px;
    padding-left: 312px;
  }
}
.contents__card.evacuation-site .title {
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1.7rem;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .contents__card.evacuation-site .title {
    justify-content: start;
    height: auto;
    padding: 0;
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.contents__card.evacuation-site .title::before {
  content: "";
  display: block;
  width: 45px;
  height: 60px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/contents_evacuation_site_evacuationmark.png);
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.contents__card.evacuation-site picture {
  width: 280px;
  padding-top: 134px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .contents__card.evacuation-site picture {
    width: 350px;
    padding-top: 176px;
    margin: 38px 0 0 -30px;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-moshi {
    padding-left: 332px;
    height: 188px;
  }
}
.contents__card.bosai-moshi picture {
  padding-top: 140px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-moshi picture {
    width: 332px;
    padding-top: 188px;
    border-radius: 20px 0 0 20px;
  }
}
.contents__card.bosai-moshi .textbox {
  padding: 12px 16px 20px;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-moshi .textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 24px;
  }
}
.contents__card.bosai-moshi .text {
  margin-bottom: 8px;
}
.contents__card.bosai-moshi .quiz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 24px;
  font-size: 1.4rem;
  font-weight: 600;
}
.contents__card.bosai-moshi .quiz li {
  display: flex;
  width: 100px;
  gap: 5px;
}
.contents__card.bosai-moshi .button {
  padding: 7px;
  background: #08569E;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contents__card.bosai-moshi .button {
    padding: 5px;
    width: 250px;
  }
}
.contents__card.bosai-moshi .button::after {
  content: none;
}
@media screen and (hover: hover) {
  .contents__card.bosai-moshi .button:hover {
    opacity: 1;
  }
}
.contents__card.sp-bosai {
  width: 152px;
  border-radius: 16px;
}
.contents__card.sp-bosai picture {
  width: 144px;
  padding-top: 144px;
  margin: 4px 4px 0;
  border-radius: 12px;
  overflow: hidden;
}
.contents__card.sp-bosai .textbox {
  padding: 12px 5px;
}
.contents__card.sp-bosai .text {
  font-weight: 600;
}
.contents__card.news {
  width: 100%;
  max-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
}
.contents__card.news a {
  display: flex;
  align-items: center;
  width: 320px;
  gap: 20px;
}
.contents__card.news .img {
  width: 120px;
  height: 120px;
  position: relative;
  border-right: 1px solid var(--color-light-gray);
  border-radius: 20px 0 0 20px;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 1;
  background: var(--color-bg);
}
.contents__card.news .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.contents__card.news .img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contents__card.news .img figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-grow: 0;
}
.contents__card.news .textbox {
  width: 160px;
  height: 100px;
  padding: 0;
  line-height: 18px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contents__card.news .textbox > * {
  display: block;
  width: 100%;
}
.contents__card.news .textbox .title {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
.contents__card.news .textbox .source,
.contents__card.news .textbox .date {
  font-size: 1.1rem;
  line-height: 14px;
  color: var(--color-dark-blue);
  letter-spacing: 0;
}
.contents__card.yjdonation {
  width: 152px;
  height: 200px;
  overflow: visible;
  filter: none !important;
}
.contents__card.yjdonation a {
  display: block;
}
.contents__card.yjdonation a:focus-visible {
  outline-offset: 1px solid red;
}
.contents__card.yjdonation picture {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 63.1578947368%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.contents__card.yjdonation picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents__card.yjdonation .label {
  width: 100%;
  padding: 1px 0;
  font-size: 1.2rem;
}
.contents__card.yjdonation .label.tohoku {
  background-color: #90D9DE;
}
.contents__card.yjdonation .label.noto {
  background-color: #C0A4ED;
}
.contents__card.yjdonation .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  height: 84px;
  padding: 6px 5px 8px;
  box-sizing: border-box;
}
.contents__card.yjdonation .textbox .title {
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 600;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__card.yjdonation .textbox .org-name {
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--color-dark-blue);
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__card.more-search-withAI {
  width: 100%;
  max-width: 320px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI {
    max-width: 540px;
    padding: 16px;
    padding-top: 8px;
  }
}
.contents__card.more-search-withAI .title {
  position: relative;
  justify-content: start;
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI .title {
    padding-left: 110px;
    font-size: 2.2rem;
  }
}
.contents__card.more-search-withAI .title::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 4px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/icon_ai_assistant.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI .title::before {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
  }
}
.contents__card.more-search-withAI .title::after {
  content: "";
  width: 54px;
  height: 34px;
  margin-left: 17px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/icon_kensakuandenjin.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI .title::after {
    width: 78px;
    height: 52px;
    margin-left: 15px;
  }
}
.contents__card.more-search-withAI ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI ul {
    gap: 10px;
  }
}
.contents__card.more-search-withAI ul li {
  width: 100%;
  height: 44px;
  padding: 2px;
  border-radius: 100px;
  background: linear-gradient(140deg, rgba(197, 71, 205, 0.5) 0%, rgba(75, 115, 249, 0.5) 50%, rgba(82, 163, 253, 0.5) 100%);
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .contents__card.more-search-withAI ul li:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI ul li {
    height: 45px;
  }
}
.contents__card.more-search-withAI ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2px 16px 0;
  background: var(--color-white);
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .contents__card.more-search-withAI ul li a {
    gap: 4px;
    padding: 2px 20px 0;
    font-size: 1.6rem;
  }
}
.contents__card.more-search-withAI ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2.5px solid var(--color-white);
  border-right: none;
  border-bottom: none;
  -o-border-image: linear-gradient(-40deg, rgba(210, 75, 175, 0.5) 0%, rgba(99, 101, 245, 0.5) 90%, rgba(90, 171, 253, 0.5) 100%) 1;
     border-image: linear-gradient(-40deg, rgba(210, 75, 175, 0.5) 0%, rgba(99, 101, 245, 0.5) 90%, rgba(90, 171, 253, 0.5) 100%) 1;
  rotate: -225deg;
  flex-shrink: 0;
}
.contents__card.more-search-withAI small {
  margin: 16px 8px 0;
  font-size: 1.1rem;
  line-height: 140%;
  text-align: start;
}
.contents__card.more-search-withAI small a {
  text-decoration: underline;
}
.contents__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contents__banner > a {
  display: block;
  width: 100%;
  max-width: 320px;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .contents__banner > a {
    max-width: 540px !important;
  }
}
@media screen and (hover: hover) {
  .contents__banner > a:hover {
    opacity: 0.8;
  }
}
.contents__banner > a picture {
  display: block;
  position: relative;
  padding-top: 28.125%;
}
@media screen and (min-width: 768px) {
  .contents__banner > a picture {
    padding-top: 14.8148148148%;
  }
}
.contents__banner > a picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents__button {
  width: 100%;
}

#prepare .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_icon_prepare.png);
}

#tell .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_icon_tell.png);
}

#think .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_icon_think.png);
}

#donation .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/category_title_icon_donation.png);
}

#prepare .category__title {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #prepare .contents__banner {
    margin-top: 16px;
  }
}

#tell {
  background: linear-gradient(0deg, transparent 0%, #FEEEF2 5%, #FEEEF2 95%, transparent 100%);
}
@media screen and (min-width: 768px) {
  #tell {
    background: linear-gradient(0deg, transparent 0%, #FEEEF2 10%, #FEEEF2 90%, transparent 100%);
  }
}
#tell .category__title {
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  #tell .category__title {
    padding-top: 75px;
  }
}
#tell .category__title::after {
  background-image: url(../img/top/category_title_bg_small_pink.png);
}
@media screen and (min-width: 768px) {
  #tell .category__title::after {
    background-image: url(../img/top/category_title_bg_large_pink.png);
  }
}
#tell .category__title .highlight::before {
  background-image: url(../img/top/category_title_highlight_pink.png);
}
#tell .category__sub-title {
  padding-bottom: 0;
}
#tell .category__sub-title::before, #tell .category__sub-title::after {
  background: #e95b62;
}
#tell .contents__list {
  padding-bottom: 100px;
}

#think .contents__list {
  flex-direction: column;
  gap: 32px;
  padding-left: 0;
  padding-right: 0;
}
#think .contents__button {
  margin-bottom: 8px;
}

.search-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 16px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .search-wrapper {
    height: 48px;
  }
}
.search-wrapper form {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .search-wrapper form {
    font-size: 1.8rem;
  }
}

.search-container {
  display: flex;
  align-items: center;
  border: 2px solid #4070FF;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .search-container {
    font-size: 2.1rem;
  }
}

.search-input {
  border: none;
  outline: none;
  padding: 0 16px;
  padding-right: 0;
  font-family: inherit;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  flex-grow: 1;
  background-color: #fff;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.clear-icon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 10px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.search-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 100%;
  margin-left: auto;
  padding: 0 10px;
  flex-shrink: 0;
  color: white;
  white-space: nowrap;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  background-color: #4070FF;
  transition: background-color ease 0.3s !important;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-button {
    width: 86px;
  }
}
.search-button:hover, .search-button:focus-visible {
  background-color: #527eff;
  opacity: 1 !important;
}
.search-button::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/icon_search.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.results-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background-color: #fff;
  border-radius: 4px;
  will-change: filter;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  z-index: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .results-list {
    width: 328px;
  }
}
.results-list li {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
}
.results-list li:last-child {
  border-bottom: 0;
}
.results-list li:hover {
  background-color: #ddd;
}
.results-list li.selected {
  background-color: #bcd6ff;
}

.linkEvacuationSiteTop table,
.projectOverview .placeInformation .buttonToMap {
  animation: displayDelay 1s linear 0s 1 normal forwards;
}

.linkEvacuationSiteTop.isOpen table,
.projectOverview .placeInformation.isOpen .buttonToMap {
  animation: none;
}

/* 閉じられている要素にフォーカスが当たらないようにする */
@keyframes displayDelay {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.search-note {
  font-size: 1.2rem;
  line-height: 1.4em;
  font-feature-settings: "palt" on;
}
.search-note ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .search-note ul {
    gap: 8px;
  }
}
.search-note ul li {
  display: flex;
  gap: 6px;
  width: 100%;
}
.search-note ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/contents_evacuation_site_checkmark.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.search-note ul li span {
  display: inline;
  font-weight: 600;
}

.donation-in-paypay {
  position: relative;
  width: 320px;
  background: var(--color-white);
  border: 2px solid #FD3D5E;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay {
    width: 664px;
    margin-bottom: 8px;
  }
}
.donation-in-paypay__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 72px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__lead {
    justify-content: flex-start;
    gap: 16px;
    height: 60px;
    padding: 0 18px;
  }
}
.donation-in-paypay__lead img.icon {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__lead img.icon {
    width: 50px;
    height: 50px;
  }
}
.donation-in-paypay__lead picture {
  display: block;
  position: relative;
  width: 163px;
  height: 41px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__lead picture {
    width: 294px;
    height: 21px;
  }
}
.donation-in-paypay__lead picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donation-in-paypay__toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: none;
  padding: 8px 12px 5px;
  background: #FD3D5E;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__toggle-button {
    position: absolute;
    top: 12px;
    right: 20px;
    max-width: 127px;
    padding: 10px 12px;
    border-radius: 100px;
  }
}
.donation-in-paypay__toggle-button::after {
  display: block;
  width: 8px;
  height: 8px;
  position: initial;
  top: 0;
  right: 0;
  translate: 0 -30% !important;
  border-width: 2px;
}
.donation-in-paypay__toggle-button.open {
  background: #FD647E;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__toggle-button.open {
    background: #FD3D5E;
  }
}
.donation-in-paypay__toggle-button.open::after {
  translate: 0 5% !important;
}
.donation-in-paypay__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FD3D5E;
  font-size: 1.4rem;
  color: var(--color-white);
}
.donation-in-paypay__detail.open {
  padding: 8px 0 16px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail.open {
    padding: 16px 0;
  }
}
.donation-in-paypay__detail ul {
  width: 100%;
  max-width: 304px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail ul {
    max-width: 632px;
    flex-direction: row;
  }
}
.donation-in-paypay__detail ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #FFFAFB;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail ul li {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 196px;
    padding: 0 0 8px;
  }
}
.donation-in-paypay__detail ul li picture {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail ul li picture {
    width: 100px;
    height: 100px;
  }
}
.donation-in-paypay__detail ul li picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donation-in-paypay__detail ul li .textbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--color-text-black);
  text-align: start;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail ul li .textbox {
    gap: 8px;
    text-align: center;
  }
}
.donation-in-paypay__detail ul li .textbox p:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}
.donation-in-paypay__detail ul li .textbox p:nth-of-type(1) small {
  font-size: 0.8em;
  vertical-align: super;
}
.donation-in-paypay__detail ul li .textbox p:nth-of-type(2) {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail ul li .textbox p .show__on-sp-layout {
    display: none !important;
  }
}
.donation-in-paypay__detail > .button {
  max-width: 260px;
  padding: 10px;
  margin-bottom: 16px;
  border: 2px solid var(--color-white);
  font-size: 1.4rem;
  color: var(--color-white);
}
.donation-in-paypay__detail > .button::after {
  border-color: var(--color-white);
}
.donation-in-paypay__detail > small {
  display: block;
  max-width: 304px;
  font-size: 1rem;
  text-align: start;
  line-height: 1.5rem;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail > small {
    max-width: 632px;
  }
}
.donation-in-paypay__detail > small a {
  color: var(--color-white);
  text-decoration: underline;
}
.donation-in-paypay__detail br.show__on-pc-layout {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .donation-in-paypay__detail br.show__on-pc-layout {
    display: block !important;
  }
}

.paypay-caution {
  padding: 12px;
  border: 3px solid var(--color-yahoo);
  text-align: start;
}
@media screen and (min-width: 768px) {
  .paypay-caution {
    padding: 10px 20px;
  }
}
.paypay-caution p {
  font-size: 1.5rem;
  font-weight: 600;
}
.paypay-caution a {
  font-size: 1.3rem;
  color: #005fcc;
  text-decoration: underline;
}

.yjdonation__wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 57px;
}
@media screen and (min-width: 768px) {
  .yjdonation__wrapper {
    width: 664px;
  }
}
.yjdonation__wrapper .swiper {
  width: 100%;
  margin: 0 calc((100vw - 100%) / -2);
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .yjdonation__wrapper .swiper {
    margin: 0;
  }
}
.yjdonation__wrapper .swiper-slide {
  width: 320px;
}
@media screen and (min-width: 688px) {
  .yjdonation__wrapper .swiper-slide {
    width: 656px;
  }
}
.yjdonation__wrapper .swiper-slide ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.yjdonation__wrapper .swiper-button-prev, .yjdonation__wrapper .swiper-button-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .yjdonation__wrapper .swiper-button-prev, .yjdonation__wrapper .swiper-button-next {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 115px;
    border: 1px solid var(--color-LYnavy100);
    border-radius: 100px;
    transition: opacity 0.4s ease;
  }
}
@media screen and (hover: hover) {
  .yjdonation__wrapper .swiper-button-prev:hover, .yjdonation__wrapper .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.yjdonation__wrapper .swiper-button-prev:focus-visible, .yjdonation__wrapper .swiper-button-next:focus-visible {
  outline: auto;
}
.yjdonation__wrapper .swiper-button-prev::after, .yjdonation__wrapper .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -30% -50%;
  rotate: -135deg;
  border: 2px solid var(--color-LYnavy100);
  border-left: none;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .yjdonation__wrapper .swiper-button-prev::after, .yjdonation__wrapper .swiper-button-next::after {
    left: 50%;
  }
}
.yjdonation__wrapper .swiper-button-prev {
  left: 50%;
  translate: -375px 0;
}
.yjdonation__wrapper .swiper-button-next {
  right: 50%;
  rotate: 180deg;
  translate: 375px 0;
}
.yjdonation__wrapper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.yjdonation__wrapper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #C1BDBD;
  opacity: 1;
  transition: background 0.4s ease;
}
.yjdonation__wrapper .swiper-pagination-bullet-active {
  background: var(--color-LYnavy100);
}
.yjdonation__title {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 32px;
}
.yjdonation__lead {
  margin: 0 0 20px;
  font-size: 1.3rem;
}

.news__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background: var(--color-bg);
}
.news__wrapper .tab__list {
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .news__wrapper .tab__list {
    max-width: 670px;
  }
}
.news__title {
  margin-bottom: 6px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 32px;
}
.news__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  padding: 17px 0;
  font-size: 1.3rem;
  line-height: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .news__lead {
    height: 24px;
    padding: 24px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .news__lead br.show__on-sp-layout {
    display: none !important;
  }
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__list {
    flex-direction: initial;
    gap: 24px;
  }
}
.news .button {
  margin-bottom: 15px;
}

.news-iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  margin-bottom: -20px;
}

.tab__wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.tab__list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  border-bottom: 4px solid rgba(var(--color-black-rgb), 0.1);
}
.tab__button {
  position: relative;
  display: block;
  width: 50%;
  padding: 10px 0;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: rgba(var(--color-black-rgb), 0.3);
  transition: color 0.4s ease, border 0.4s ease;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .tab__button:hover {
    color: var(--color-black);
  }
}
.tab__button.selected {
  color: var(--color-text-black);
}
.tab__button:first-of-type::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: var(--color-311blue);
  transition: left 0.4s ease;
}
.tab__button:first-of-type.selected::after {
  left: 0;
}
.tab__panel {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  clear: both;
}

.footer {
  padding-bottom: calc(170px + env(safe-area-inset-bottom));
}
@media screen and (min-width: 990px) and ((min-height: 700px)) {
  .footer {
    padding-bottom: 48px;
  }
}

.emg {
  text-align: center;
}
.emg .is-showEmg {
  margin-top: 20px;
}
@media screen and (max-width: 989px) {
  .emg.is-emg {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .emg.is-mem {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */