@charset "UTF-8";
.appear.up .item {
  transform: translateY(40px);
}

.appear.down .item {
  transform: translateY(-40px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear.zoom .item {
  transform: translateZ(40px);
}

.appear .item {
  transition: all 0.6s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.appear.inview .item {
  transform: none;
  opacity: 1;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 3s;
}

.scaleDown {
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.4s;
}
.scaleDown.inview {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 0.4s 0.4s;
}
.fadein.inview {
  opacity: 1;
}

.fadedown {
  opacity: 0;
  transition: all 0.4s 0.4s;
  transform: translateY(-20px);
}
.fadedown.inview {
  opacity: 1;
  transform: translateY(0);
}

.rotate3D {
  opacity: 0;
  transform: scale(0) rotateY(0deg);
  transform-style: preserve-3d;
  transition: 0.8s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.rotate3D.inview {
  opacity: 1;
  transform: scale(1) rotateY(360deg);
}

.animate-txt .char {
  opacity: 0;
  transform: translateY(-10px);
}

.animate-txt.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-txt.inview .char:nth-child(1) {
  animation-delay: 0.54s;
}
.animate-txt.inview .char:nth-child(2) {
  animation-delay: 0.58s;
}
.animate-txt.inview .char:nth-child(3) {
  animation-delay: 0.62s;
}
.animate-txt.inview .char:nth-child(4) {
  animation-delay: 0.66s;
}
.animate-txt.inview .char:nth-child(5) {
  animation-delay: 0.7s;
}
.animate-txt.inview .char:nth-child(6) {
  animation-delay: 0.74s;
}
.animate-txt.inview .char:nth-child(7) {
  animation-delay: 0.78s;
}
.animate-txt.inview .char:nth-child(8) {
  animation-delay: 0.82s;
}
.animate-txt.inview .char:nth-child(9) {
  animation-delay: 0.86s;
}
.animate-txt.inview .char:nth-child(10) {
  animation-delay: 0.9s;
}
.animate-txt.inview .char:nth-child(11) {
  animation-delay: 0.94s;
}
.animate-txt.inview .char:nth-child(12) {
  animation-delay: 0.98s;
}
.animate-txt.inview .char:nth-child(13) {
  animation-delay: 1.02s;
}
.animate-txt.inview .char:nth-child(14) {
  animation-delay: 1.06s;
}
.animate-txt.inview .char:nth-child(15) {
  animation-delay: 1.1s;
}
.animate-txt.inview .char:nth-child(16) {
  animation-delay: 1.14s;
}
.animate-txt.inview .char:nth-child(17) {
  animation-delay: 1.18s;
}
.animate-txt.inview .char:nth-child(18) {
  animation-delay: 1.22s;
}
.animate-txt.inview .char:nth-child(19) {
  animation-delay: 1.26s;
}
.animate-txt.inview .char:nth-child(20) {
  animation-delay: 1.3s;
}
.animate-txt.inview .char:nth-child(21) {
  animation-delay: 1.34s;
}
.animate-txt.inview .char:nth-child(22) {
  animation-delay: 1.38s;
}
.animate-txt.inview .char:nth-child(23) {
  animation-delay: 1.42s;
}
.animate-txt.inview .char:nth-child(24) {
  animation-delay: 1.46s;
}
.animate-txt.inview .char:nth-child(25) {
  animation-delay: 1.5s;
}
.animate-txt.inview .char:nth-child(26) {
  animation-delay: 1.54s;
}
.animate-txt.inview .char:nth-child(27) {
  animation-delay: 1.58s;
}
.animate-txt.inview .char:nth-child(28) {
  animation-delay: 1.62s;
}
.animate-txt.inview .char:nth-child(29) {
  animation-delay: 1.66s;
}
.animate-txt.inview .char:nth-child(30) {
  animation-delay: 1.7s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#contents {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.bousai_wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

.bousai_wrapper * {
  transition-property: all;
  transition-duration: 0.3s;
}

.bousai_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.bousai_wrapper a {
  text-decoration: none;
  transition: 0.3s all;
}

.bousai_wrapper a img {
  transition: 0.3s;
}

.bousai_wrapper a img:hover {
  opacity: 0.6;
}

.bousai_wrapper {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  color: #1F1F1F;
  background: #FFFAEC;
}

.bousai_wrapper, .bousai_wrapper p {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

.bousai_header {
  width: 100%;
  height: 880px;
  background: url(../images/bousai_ttl_bg.png) no-repeat center center/cover;
  background-color: #FFBE00;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bousai_header {
    height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .bousai_header {
    background: url(../images/bousai_ttl_sp.png) no-repeat center center/cover;
    height: 100svh;
  }
}

.bousai_header img {
  margin: 0 auto;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .bousai_header img {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .bousai_header img {
    display: none;
  }
}

.bousai_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .bousai_inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .bousai_inner {
    padding: 40px 0;
  }
}

.bousai_copy_area {
  text-align: center;
}

.bousai_copy_area h2 {
  font-size: clamp(2rem, 1.388rem + 2.61vw, 4rem);
  font-weight: 700;
  line-height: 1.8;
  margin: 60px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .bousai_copy_area h2 {
    letter-spacing: 0em;
    margin: 40px 0;
  }
}

.bousai_copy_area h2.h2ttl2 {
  margin: 60px 0 40px;
}
@media screen and (max-width: 480px) {
  .bousai_copy_area h2.h2ttl2 {
    margin: 20px 0 20px;
  }
}

.bousai_copy_area h2.h2ttl3 {
  margin: 160px 0 40px;
}
@media screen and (max-width: 480px) {
  .bousai_copy_area h2.h2ttl3 {
    margin: 80px 0 30px;
  }
}

.bousai_copy_area p.copy {
  font-size: clamp(1.5rem, 1.286rem + 0.91vw, 2.2rem);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .bousai_copy_area p.copy {
    letter-spacing: 0em;
  }
}

.bousai_copy_area p.copy2 {
  line-height: 1.8;
}

/* LOOP */
.loopWrap {
  width: 100%;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .loopWrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.loopWrap .inner {
  max-width: none !important;
  padding: 0;
}

/* Swiper本体 */
.loopSwiper {
  width: 100%;
}

/* スライドを横並びにする */
.loopSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

/* 各スライド */
.loopSwiper .swiper-slide {
  width: 454px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .loopSwiper .swiper-slide {
    width: 320px;
  }
}

/* 画像サイズ調整 */
.loopSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 災害 */
.disaster_list {
  display: flex;
  gap: 60px; /* li間隔 */
  padding: 0;
  margin: 60px auto 0;
  width: 1118px;
}
@media screen and (max-width: 1024px) {
  .disaster_list {
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .disaster_list {
    gap: 20px;
    margin: 20px auto 0;
  }
}

.disaster_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .disaster_list .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .disaster_list .item {
    width: calc(50% - 10px);
  }
}

.disaster_list .item img {
  display: block;
}

.disaster_ttl {
  font-weight: 700;
  line-height: 1;
  margin: 36px 0 22px;
  font-size: clamp(1.8rem, 1.371rem + 1.83vw, 3.2rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .disaster_ttl {
    margin: 24px 0 16px;
  }
}

.dtcolor1 {
  color: #FFBE00;
}

.dtcolor2 {
  color: #6C83CE;
}

.dtcolor3 {
  color: #EA6C3F;
}

.dtcolor4 {
  color: #6AA0DF;
}

.disaster_list p {
  text-align: justify;
}

.disaster_list .item p {
  font-size: clamp(1.4rem, 1.216rem + 0.78vw, 2rem);
}

/* パネル */
.panel_wraper {
  position: relative;
  background: #fff;
  padding: 140px 140px 40px;
  border-radius: 80px;
  border: solid 3px #1F1F1F;
  width: 100%;
  margin: 120px auto 220px;
}
@media screen and (max-width: 1440px) {
  .panel_wraper {
    width: 90%;
    padding: 80px 80px 30px;
    margin: 80px auto 150px;
  }
}
@media screen and (max-width: 1024px) {
  .panel_wraper {
    width: 100%;
    padding: 60px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .panel_wraper {
    padding: 40px 40px 20px;
    margin: 60px auto 100px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 480px) {
  .panel_wraper {
    padding: 30px 20px 20px;
    margin: 40px auto 80px;
    border-radius: 30px;
  }
}

.panelw_last {
  margin: 120px auto 0px;
}

.pp-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.pp-head {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.pp-pill {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 108px;
  background-image: url(../images/panel_ttlbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: clamp(2rem, 1.388rem + 2.61vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .pp-pill {
    width: 420px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .pp-pill {
    width: 320px;
    height: 72px;
    top: -36px;
  }
}
@media screen and (max-width: 480px) {
  .pp-pill {
    width: 240px;
  }
}

.pp-title {
  margin: 0;
  font-size: clamp(2rem, 1.082rem + 3.92vw, 5rem);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pp-title {
    margin-bottom: 40px;
    letter-spacing: 0em;
  }
}

/* Tabs */
.pp-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pp-tabs {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pp-tabs {
    gap: 10px;
  }
}

.pp-tab {
  border: 2px solid #1F1F1F;
  border-bottom: 0;
  background: #fff;
  padding: 10px 90px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  font-size: clamp(1.8rem, 1.127rem + 2.87vw, 4rem);
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
  transform-origin: center;
}
@media screen and (max-width: 1024px) {
  .pp-tab {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 480px) {
  .pp-tab {
    padding: 6px 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

.pp-tab:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.pp-tab:active {
  transform: scale(1.02);
  opacity: 0.7;
}

.pp-tab.is-active {
  background: #6A94DF; /* 日常時 */
}

.pp-tab:not(.is-active) {
  background: #FFBE00; /* 非常時 */
}

/* Panel */
.pp-panels .pp-panel {
  display: block;
}

.pp-panels .pp-panel[hidden] {
  display: none;
}

.pp-panel {
  border: 2px solid #1F1F1F;
  border-radius: 36px;
  padding: 80px 60px 80px 40px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
  .pp-panel {
    padding: 30px 40px 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pp-panel {
    padding: 30px 20px 60px 20px;
  }
}
@media screen and (max-width: 480px) {
  .pp-panel {
    padding: 20px 10px 40px 10px;
    border-radius: 22px;
  }
}

.pp-bg_emergency {
  background: #FDF5D7;
}

.pp-bg_daily {
  background: #E7F4FF;
}

.pp-panel__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .pp-panel__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .pp-panel__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.pp-panel__media {
  border-radius: 14px;
  padding: 14px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-panel__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pp-panel__lead {
  margin: 0 0 40px;
  font-size: clamp(1.8rem, 1.24rem + 1.87vw, 3.2rem);
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .pp-panel__lead {
    margin: 0 auto 30px;
    text-align: center;
  }
}

.pp-panel__sub {
  margin: 8px 0 20px;
  font-size: clamp(1.5rem, 1.3rem + 0.67vw, 2rem);
  font-weight: 500;
  text-align: center;
}

.pp-badges {
  display: grid;
  gap: 18px;
}
@media screen and (max-width: 480px) {
  .pp-badges {
    gap: 10px;
  }
}

.pp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  background: #FFBE00;
  border-radius: 999px;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.894rem + 1.31vw, 2.2rem);
}
@media screen and (max-width: 480px) {
  .pp-badge {
    padding: 6px;
  }
}

.pp-bdg_daily {
  background: #6A94DF;
  color: #fff;
}

/* Grid */
.pp-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1024px) {
  .pp-grid {
    gap: 40px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pp-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px auto 0;
  }
}

.pp-card {
  background: #F2F2F2;
  border-radius: 20px;
  padding: 30px 25px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pp-card {
    padding: 20px 15px 15px;
  }
}

.pp-card__name {
  margin: 0;
  font-size: clamp(3rem, 2.585rem + 2.07vw, 4.4rem);
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.pp-card__name span {
  font-size: clamp(1.6rem, 1.233rem + 1.57vw, 2.8rem);
}

.pp-cardsp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pp-cardsp {
    display: inline;
  }
}

.pp-card__cat {
  margin: 4px 0 12px;
  text-align: center;
  font-size: clamp(1.6rem, 1.36rem + 0.8vw, 2.2rem);
  font-weight: 500;
}

.pp-card__img {
  padding: 0px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pp-card__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pp-card__img {
    width: 100%;
    height: auto;
  }
}

.pp-card__img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.pp-card__list li {
  display: list-item;
  list-style: disc outside !important;
}

.pp-card__list {
  margin: 10px 0 0;
  padding-left: 1.2em;
  line-height: 1.66;
  text-align: justify;
  font-size: clamp(1.5rem, 1.408rem + 0.39vw, 1.8rem);
}

.pp-card__list li + li {
  margin-top: 6px;
}

.pp-card__list_et {
  margin: 12px 0 10px;
  text-align: justify;
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
}

/* Banner */
.pp-banner {
  display: block;
  margin: 120px auto 66px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pp-banner {
    margin: 60px auto 20px;
  }
}

.pp-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.pp-banner:hover {
  transform: translateY(-2px) scale(1.01);
}

.pp-att-wrap {
  margin: 30px auto 66px;
  display: inline-block;
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pp-att-wrap {
    margin: 20px auto 20px;
  }
}

.bousai_wrapper .pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bousai_wrapper .pc {
    display: none;
  }
}

.bousai_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bousai_wrapper .sp {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */