@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  word-wrap: break-word;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

* {
  min-height: 0vw;
}

em {
  font-weight: bold;
}

li {
  list-style-type: none;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 414px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.br-tb {
  display: block;
}
@media screen and (min-width: 1000px) {
  .br-tb {
    display: none;
  }
}

.dp-none {
  display: none;
}

.dp-inlineblock {
  display: inline-block;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.txt {
  margin-top: 20px;
  font-size: clamp(0.625rem, 0.5413190824rem + 0.417101147vw, 0.875rem);
  line-height: 2;
}

.note {
  font-size: clamp(0.625rem, 0.5413190824rem + 0.417101147vw, 0.875rem);
  line-height: 1.4;
  margin-top: 20px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
  margin-right: auto;
}

.right {
  text-align: right;
  margin-left: auto;
}

.btn {
  border-radius: 9999px;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.25em;
}

.c-white {
  color: #fff;
}

.shadow {
  filter: drop-shadow(0px 1px 2px #333);
}

.em {
  font-weight: 900;
  font-size: 1.4em;
}

.strong {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.big {
  font-size: 1.2em;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.green {
  color: #1f850f;
}

.yellow {
  color: #FFE900;
}

.lightyellow {
  color: #f9f7da;
}

.pink {
  color: #EA6875;
}

.red {
  color: #CB4531;
}

.white {
  color: #fff;
}

.link {
  text-decoration: underline;
}

.tab-head {
  font-size: 18px;
  text-align: center;
  padding: 20px 24px;
  font-weight: bold;
}
.tab-head--left {
  background-color: #dadf00;
  width: 50%;
  border-radius: 20px 20px 0 0;
}
.tab-head--right {
  background-color: #1f850f;
  color: #fff;
  width: 50%;
  border-radius: 20px 20px 0 0;
  margin-left: auto;
}

.tab-cont {
  padding: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem) clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem) clamp(3.75rem, 3.3315954119rem + 2.0855057351vw, 5rem);
  text-align: center;
  position: relative;
}
.tab-cont--left {
  background-color: #dadf00;
}
.tab-cont--right {
  background-color: #1f850f;
  color: #fff;
}

.feature-head {
  font-size: clamp(1.5rem, 1.3744786236rem + 0.6256517205vw, 1.875rem);
  text-align: center;
  font-weight: bold;
}

.tab-slide-item {
  background-color: #fff;
  margin: 30px auto 0;
  width: 90%;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 54px;
  color: #000;
}

.tab-slide-ttl {
  font-size: clamp(1.125rem, 0.9576381648rem + 0.8342022941vw, 1.625rem);
  font-weight: bold;
  text-align: left;
  position: relative;
  line-height: 1.4;
  margin-left: 50px;
}
.tab-slide-ttl::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 40px;
  height: 40px;
}
.tab-slide-ttl-left-01::before {
  background-image: url(../images/feature-emergency-num01.svg);
}
.tab-slide-ttl-left-02::before {
  background-image: url(../images/feature-emergency-num02.svg);
}
.tab-slide-ttl-left-03::before {
  background-image: url(../images/feature-emergency-num03.svg);
}
.tab-slide-ttl-right-01::before {
  background-image: url(../images/feature-normal-num01.svg);
}
.tab-slide-ttl-right-02::before {
  background-image: url(../images/feature-normal-num02.svg);
}
.tab-slide-ttl-right-03::before {
  background-image: url(../images/feature-normal-num03.svg);
}
.tab-slide-ttl-right-04::before {
  background-image: url(../images/feature-normal-num04.svg);
}

.feature-emergency-image {
  width: 60%;
  margin: 60px auto 0;
  position: relative;
  overflow: visible;
}
.feature-emergency-image::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.feature-emergency-image-01::before {
  background-image: url(../images/feature-emergency-image01-sub.png);
  width: 140px;
  height: 120px;
  top: 20px;
  right: -70px;
}
@media screen and (min-width: 768px) {
  .feature-emergency-image-02 {
    margin-top: 100px;
  }
}
.feature-emergency-image-02::before {
  background-image: url(../images/feature-emergency-image02-sub.png);
  width: 300px;
  height: 120px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-normal-image {
  width: 70%;
  margin: 30px auto 0;
}

.tab-slide-note {
  font-size: clamp(1rem, 0.8744786236rem + 0.6256517205vw, 1.375rem);
  font-weight: bold;
  margin: 32px auto 0;
  line-height: 1.6;
}
.tab-slide-note-01 {
  margin-top: 50px;
}
.tab-slide-note-02 {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .tab-slide-note-02 {
    margin-top: 140px;
  }
}
.tab-slide-note-right {
  margin: 0 auto;
}

/* =========================
  タブ
========================= */
.tab-wrap {
  position: relative;
}

.tab-cont-wrap {
  display: none;
}

.tab-cont-wrap.is-active {
  display: block;
}

/* =========================
  スライダー共通
========================= */
.tab-slide-wrap {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.tab-slide-item {
  flex: 0 0 100%;
  width: 100%;
  margin-right: 20px;
  box-sizing: border-box;
  backface-visibility: hidden;
}

/* タブナビゲーションのスタイル */
.tab-nav {
  display: flex;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .tab-nav {
    gap: 20px;
  }
}

.tab-nav-item {
  width: 50%;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  background-color: #eee;
  color: #666;
  border-radius: 20px 20px 0 0;
  transition: opacity 0.3s;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

/* 左（災害時）のアクティブスタイル */
.tab-nav-item[data-target=left].is-active {
  background-color: #dadf00; /* デザインに合わせた黄色 */
  color: #000;
}

/* 右（平常時）のアクティブスタイル */
.tab-nav-item[data-target=right].is-active {
  background-color: #1f850f; /* デザインに合わせた緑 */
  color: #fff;
}

/* ================================
   スライド全体の基準
================================ */
.tab-cont-wrap {
  position: relative;
}

/* ================================
   矢印ナビ（左右・中央）
================================ */
.tab-slide-nav {
  position: absolute;
  inset: 0; /* 上下左右いっぱい */
  pointer-events: none; /* レイヤーは無効 */
}

/* 矢印ボタン */
.slide-prev,
.slide-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.3s ease;
}

.slide-prev:hover,
.slide-next:hover {
  background: rgb(0, 0, 0);
  transform: translateY(-50%) scale(1.1);
}

/* 矢印位置 */
.slide-prev {
  left: 15px;
}

.slide-next {
  right: 15px;
}

/* 矢印アイコン */
.slide-prev::before,
.slide-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.slide-prev::before {
  transform: rotate(-135deg);
}

.slide-next::before {
  transform: rotate(45deg);
}

/* 無効状態 */
.slide-prev.is-disabled,
.slide-next.is-disabled {
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
  box-shadow: none;
  pointer-events: none;
}

.slide-prev.is-disabled::before,
.slide-next.is-disabled::before {
  border-color: #333;
}

.slide-prev.is-disabled:hover,
.slide-next.is-disabled:hover {
  transform: translateY(-50%);
}

/* ================================
   ドットナビ（下・中央）
================================ */
.slide-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .slide-dots {
    bottom: 40px;
  }
}

/* ドット */
.slide-dot {
  all: unset; /* buttonの既存スタイル完全リセット */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: none;
  border: solid #fff 1px;
  cursor: pointer;
}

.slide-dot.is-active {
  background: #fff;
}

.body {
  background-color: #F6B300;
}

.wrap {
  height: 100vh;
  background: none;
}

.side {
  display: none;
}
@media screen and (min-width: 768px) {
  .side {
    display: block;
    position: fixed;
    top: 0;
    width: calc((100% - 500px) / 2);
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .side {
    width: calc((100% - 500px) / 2);
    background-color: transparent;
  }
}
.side--left {
  left: 0;
}
.side--right {
  right: 0;
}

.side-cont {
  display: none;
}
@media screen and (min-width: 1200px) {
  .side-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    text-align: center;
  }
}
.side-cont--left, .side-cont--right {
  width: 90%;
  max-width: 354px;
  text-align: center;
  margin: 0 auto;
}
.side-cont--left img, .side-cont--right img {
  width: 100%;
}

.main {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.cont {
  width: 100%;
}

.inner {
  width: 90%;
  max-width: 392px;
  margin: 0 auto;
}

.sec {
  padding: 30px 0;
  text-align: center;
}

.head {
  font-size: clamp(1.625rem, 1.4994786236rem + 0.6256517205vw, 2rem);
  color: #fff;
  border-bottom: solid 3px #fff;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 6px;
}

.subttl {
  font-size: clamp(1.5rem, 1.4163190824rem + 0.417101147vw, 1.75rem);
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.subttl::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 2px;
  height: 1em;
  transform: rotate(-10deg);
  left: -0.4em;
  top: 4px;
}
.subttl::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 2px;
  height: 1em;
  transform: rotate(12deg);
  right: -0.4em;
  top: 4px;
}
.subttl-detail {
  color: #FFE900;
}
.subttl-detail::before, .subttl-detail::after {
  background-color: #FFE900;
}
.subttl-entry {
  color: #CB4531;
  margin-top: 60px;
}
.subttl-entry::before, .subttl-entry::after {
  background-color: #CB4531;
}
.subttl-step, .subttl-dl {
  color: #000;
}
.subttl-step::before, .subttl-step::after, .subttl-dl::before, .subttl-dl::after {
  background-color: #000;
}
.subttl-merit {
  color: #f9f7da;
}
.subttl-merit::before, .subttl-merit::after {
  background-color: #f9f7da;
}

.txt {
  font-size: 16px;
  font-weight: 500;
}

.txt-note {
  font-size: 14px;
  margin-top: 10px;
}

.mindset {
  background-color: #333;
}

.head-mindset {
  color: #FFE900;
  border-color: #FFE900;
}

.list-mindset {
  text-align: left;
}

.list-mindset-item {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.1663190824rem + 0.417101147vw, 1.5rem);
  color: #fff;
  text-indent: -1.3em;
  padding-left: 1em;
}

.detail {
  background-color: #CB4531;
  text-align: center;
}

.detail-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .detail-txt {
    font-size: 20px;
  }
}

.detail-cont-item {
  background-color: #fff;
  border: solid 2px #000;
  margin-top: 30px;
  border-radius: 14px;
  padding: 24px 0;
}

.detail-cont-item-star {
  position: relative;
}
.detail-cont-item-star::before {
  position: absolute;
  content: "";
  background-image: url(../images/star_30.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: -20px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .detail-cont-item-star::before {
    width: 72px;
    height: 72px;
  }
}

.detail-cont-item-ttl {
  font-size: clamp(1.25rem, 1.1244786236rem + 0.6256517205vw, 1.625rem);
}

.detail-cont-item-prize {
  display: grid;
  grid-template-columns: 100px auto;
  margin: 20px auto 0;
  gap: 10px;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .detail-cont-item-prize {
    grid-template-columns: 122px auto;
    gap: 20px;
  }
}

.detail-cont-item-prize-txt {
  text-align: left;
  font-size: clamp(0.875rem, 0.7913190824rem + 0.417101147vw, 1.125rem);
  line-height: 1.4;
}

.detail-cont-item-deta {
  font-size: clamp(1.25rem, 1.1663190824rem + 0.417101147vw, 1.5rem);
  line-height: 1.2;
  margin-top: 20px;
}
.detail-cont-item-deta-note {
  font-size: 12px;
  text-align: left;
  margin-top: 0;
}
.detail-cont-item-deta-note-wrap {
  padding: 0 24px;
  margin-top: 0;
  line-height: 0.9;
}

.head-item {
  color: #000;
  border-bottom: #000 solid 2px;
  margin-top: 40px;
  font-size: clamp(1.25rem, 1.0826381648rem + 0.8342022941vw, 1.75rem);
}

.item-lineup {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.1663190824rem + 0.417101147vw, 1.5rem);
  line-height: 1.6;
}

.cp-period {
  background-color: #FFE900;
  border: solid 4px;
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  margin: 30px auto 0;
  position: relative;
}
.cp-period-white {
  border: none;
  background-color: #fff;
}

.cp-period-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153, 153, 153, 0.9);
  border-radius: inherit;
  color: #fff;
  font-size: clamp(1.375rem, 1.2913190824rem + 0.417101147vw, 1.625rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 20px;
}

.recommend {
  background-color: #1f850f;
}

.tsunagaru-free {
  margin: 20px auto 0;
}

.apply-bnr-list {
  width: 60%;
  max-width: 272px;
  margin: 20px auto 0;
}

.app-icon-google {
  margin: 40px auto 0;
}

.recommend-list-item {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
  text-align: left;
  align-items: center;
  padding: 40px 0;
  border-bottom: dotted 5px #f9f7da;
}
.recommend-list-item-last {
  border: none;
}
@media screen and (min-width: 768px) {
  .recommend-list-item {
    gap: 20px;
  }
}

.recommend-list-item-txt-ttl {
  color: #f9f7da;
  font-size: clamp(1.0625rem, 0.957898853rem + 0.5213764338vw, 1.375rem);
}

.recommend-list-item-txt-note {
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
}

.step {
  background-color: #FFE900;
  text-align: center;
  padding-bottom: 80px;
}

.head-sub {
  font-size: clamp(1.125rem, 1.0831595412rem + 0.2085505735vw, 1.25rem);
}

.step-item {
  width: 90%;
  max-width: 320px;
  background-color: #fff;
  border: 4px solid;
  border-radius: 20px;
  margin: 56px auto 0;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.step-item::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .step-item::before {
    width: 74px;
    height: 74px;
  }
}
.step-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-under-red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 33.6px;
  height: 21px;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .step-item::after {
    width: 48px;
    height: 30px;
  }
}
.step-item-01::before {
  background-image: url(../images/step01.svg);
}
.step-item-02::before {
  background-image: url(../images/step02.svg);
}
.step-item-03::before {
  background-image: url(../images/step03.svg);
}
.step-item-03::after {
  display: none;
}

.step-ttl {
  font-size: clamp(1.125rem, 0.9994786236rem + 0.6256517205vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.step-item-note {
  font-size: clamp(1rem, 0.9581595412rem + 0.2085505735vw, 1.125rem);
  line-height: 1.4;
  margin-top: 6px;
}
.step-item-note-small {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}

.step-item-note-num {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.step-item-note-num::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}
.step-item-note-num-01::before {
  background-image: url(../images/num1.svg);
}
.step-item-note-num-02 {
  margin-top: 4px;
}
.step-item-note-num-02::before {
  background-image: url(../images/num2.svg);
}

.step-item-img {
  margin: 20px auto 0;
}

.step-item-img-01 {
  width: 100px;
}

.step-item-img-02 {
  width: 100px;
}

.step-item-img-03 {
  width: 164px;
}

.merit-txt {
  color: #fff;
  text-align: left;
  line-height: 1.8;
  margin-top: 30px;
}

.merit-item {
  width: 90%;
  max-width: 366px;
  text-align: left;
  margin-top: clamp(1.875rem, 1.3310740355rem + 2.7111574557vw, 3.5rem);
}
.merit-item::before {
  background-image: url(../images/check.svg);
  width: 50px;
  height: 50px;
  left: -20px;
  top: -22px;
}
@media screen and (min-width: 768px) {
  .merit-item::before {
    width: 66px;
    height: 66px;
    left: -44px;
  }
}
.merit-item::after {
  display: none;
}

.merit-item-ttl {
  color: #1f850f;
  font-size: clamp(1.25rem, 1.1244786236rem + 0.6256517205vw, 1.625rem);
  text-align: center;
}

.merit-item-cont {
  display: grid;
  grid-template-columns: 100px auto;
  margin: 10px auto 0;
  width: 90%;
  gap: 20px;
  align-items: center;
}

.merit-item-txt {
  font-weight: 400;
  line-height: 1.6;
}

.apply {
  background-color: #1f850f;
  color: #333;
}

.about-ttl {
  margin-top: 40px;
  font-size: clamp(1.25rem, 1.1663190824rem + 0.417101147vw, 1.5rem);
}

.feature-head--normal {
  color: #dadf00;
}

.introduction {
  background-color: #fff;
}

.period-ttl {
  color: #000;
}
.period-ttl::before, .period-ttl::after {
  background-color: #000;
}

.period-txt {
  color: #CB4531;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.3744786236rem + 0.6256517205vw, 1.875rem);
}
.period-txt-em {
  font-size: clamp(1.875rem, 1.6657977059rem + 1.0427528676vw, 2.5rem);
}

.intro-cp {
  display: block;
  margin: 0 auto;
}

.cp-about-button {
  width: 300px;
  display: inline-block;
  background-color: #CB4531;
  color: #fff;
  font-size: 26px;
  padding: 14px;
  padding-right: 44px;
  border-radius: 1000px;
  margin: 30px auto 0;
  letter-spacing: 0.1em;
  position: relative;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}
.cp-about-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-under.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.cp-about-button:hover {
  transform: translateY(2px);
}

.what {
  background-color: #f9f7da;
}

.dl-ttl {
  margin: 40px auto 0;
  color: #1f850f;
}

.howto-movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 40px auto 0;
}
.howto-movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-list-item {
  border-color: #1f850f;
}
.about-list-item-last {
  border: none;
}

.about-list-item-image {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-list-item-image-push {
  width: 40%;
}
.about-list-item-image-map {
  width: 54%;
}
.about-list-item-image-share {
  width: 54%;
  transform: translate(4px, 4px);
}
.about-list-item-image-support {
  width: 62%;
}

.about-list-item-txt-ttl {
  color: #1f850f;
  font-size: clamp(1.0625rem, 0.957898853rem + 0.5213764338vw, 1.375rem);
  line-height: 1.6;
}

.about-list-item-txt-note {
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  font-size: clamp(1rem, 0.9163190824rem + 0.417101147vw, 1.25rem);
}

.merit {
  background-color: #1f850f;
  padding-bottom: 60px;
}

.head-merit {
  color: #fff;
  border-color: #fff;
}

.ttl-merit-sub {
  color: #fff;
  font-size: clamp(1.125rem, 1.0831595412rem + 0.2085505735vw, 1.25rem);
  margin-top: 20px;
}

.subttl-merit {
  font-size: clamp(1.25rem, 1.1663190824rem + 0.417101147vw, 1.5rem);
  margin-top: 10px;
  color: #f9f7da;
}

.apply-banner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, clamp(8.75rem, 8.1642335766rem + 2.9197080292vw, 10.5rem));
  justify-content: center;
  gap: clamp(1.25rem, 0.7897549531rem + 2.2940563087vw, 2.625rem);
  margin: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem) auto 0;
}
.apply-banner img {
  width: 100%;
}
.apply-banner a:hover {
  transform: translateY(2px);
}

.campaign {
  background-color: #fff;
  padding-top: 30px;
}

.campaign-head {
  width: 100%;
}

.campaign-txt {
  font-size: 22px;
  color: #fff;
  margin: 30px auto 0;
  line-height: 1.5;
}

.entry-menu {
  position: relative;
  margin-top: 30px;
  padding: 16px 0;
  background-color: #000;
  color: #fff;
  font-size: clamp(1.125rem, 1.0413190824rem + 0.417101147vw, 1.375rem);
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s;
  border-radius: 10px;
}
.entry-menu:hover {
  opacity: 0.9;
}
.entry-menu::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .entry-menu::after {
    font-size: 24px;
  }
}
.entry-menu.is-open::after {
  content: "−";
}

.entry-menu-cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.entry-menu-cont-inner {
  padding-top: 20px;
}

.entry-ttl {
  text-align: center;
  border-bottom: solid 2px #000;
  font-size: clamp(1.375rem, 1.3331595412rem + 0.2085505735vw, 1.5rem);
  padding-bottom: 20px;
  margin: 30px auto 0;
}

.entry-txt {
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.entry-button {
  display: inline-block;
  background-color: #CB4531;
  border: solid 3px #FFE900;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 1000px;
  color: #FFE900;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .entry-button {
    font-size: 36px;
  }
}
.entry-button:hover {
  opacity: 0.9;
}

.entry-button-close {
  background-color: #666;
  color: #fff;
  border: none;
  cursor: default;
}
.entry-button-close::after {
  display: none;
}
.entry-button-close:hover {
  opacity: 1;
}

.entry-button-txt {
  position: relative;
  padding-right: 20px;
}
.entry-button-txt::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 56%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .entry-button-txt::after {
    width: 34px;
    height: 34px;
    top: 54%;
    right: -28px;
  }
}

.entry-steps-img {
  margin: 30px auto 0;
}

.entry-note-list {
  text-align: left;
  margin: 20px auto 0;
}

.entry-note-item {
  line-height: 2;
  list-style-type: disc;
  margin-left: 2em;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

.entry-txt {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

.head-point {
  color: #000;
  border-color: #000;
}

.point {
  padding-bottom: 60px;
}

.txt-point {
  text-align: left;
  line-height: 1.2;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .txt-point {
    font-size: 20px;
  }
}

.txt-point-item {
  text-indent: -1.3em;
  padding-left: 1em;
}

.receipt-point {
  width: 80%;
  max-width: 294px;
  margin: 40px auto 0;
  background-color: #FFE900;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .receipt-point {
    margin-top: 60px;
  }
}

.receipt-check-list {
  margin-top: 30px;
  text-align: left;
}

.receipt-check-list-item {
  margin-top: 16px;
  padding-left: 28px;
  position: relative;
}
.receipt-check-list-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/check.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .receipt-check-list-item {
    font-size: 20px;
  }
  .receipt-check-list-item::before {
    top: 3px;
  }
}

.receipt-point-memo {
  border: solid #000 2px;
  text-align: left;
  padding: 10px;
  margin: 20px auto 0;
  font-size: clamp(1.0625rem, 0.9997393118rem + 0.3128258603vw, 1.25rem);
}

.txt-receipt-point-note {
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}

.head-receipt-ng {
  text-align: left;
  margin-top: 30px;
  font-size: clamp(1.125rem, 1.0831595412rem + 0.2085505735vw, 1.25rem);
  font-weight: 700;
}

.receipt-ng-cont {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.receipt-ng-item {
  margin-top: 20px;
}

.receipt-ng-item-ttl {
  background-color: #CB4531;
  color: #FFE900;
  text-align: center;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
  font-weight: 500;
  padding: 10px 0;
}

.receipt-ng-item-img {
  width: 90%;
  margin: 20px auto 0;
}

.receipt-ng-other-list {
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.receipt-ng-other-list-item {
  border: solid #000 2px;
  padding: 10px 0;
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

.subttl-receipt-other {
  font-size: clamp(1rem, 0.9581595412rem + 0.2085505735vw, 1.125rem);
  font-weight: 500;
  margin-top: 30px;
}

.contact {
  background-color: #FFE900;
  padding: 60px 0;
}

.contact-ttl {
  text-align: center;
  border-bottom: solid 3px #000;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-ttl {
    font-size: 24px;
  }
}

.contact-mail {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .contact-mail {
    font-size: 18px;
  }
}

.campaign-bnr {
  display: inline-block;
  margin-top: 20px;
  border: solid #1f850f 1px;
}
.campaign-bnr:hover {
  opacity: 0.9;
}

.contact-tel {
  display: inline-block;
  font-size: clamp(1.375rem, 1.3331595412rem + 0.2085505735vw, 1.5rem);
  color: #000;
  margin: 20px auto 0;
  position: relative;
  margin-left: clamp(1.875rem, 1.5821167883rem + 1.4598540146vw, 2.75rem);
}
.contact-tel-note {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}
.contact-tel::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
}
@media screen and (min-width: 768px) {
  .contact-tel::before {
    top: 50%;
    transform: translateY(-50%);
    left: -38px;
  }
}

.contact-txt {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin: 20px auto 0;
}

.guide-head {
  line-height: 1.4;
}

.guide-head-sub {
  font-size: 24px;
}

.guide-cont {
  background-color: #f5f5f5;
  border-radius: 16px;
  margin: 30px auto 0;
  padding: 30px 60px;
}

.guide-ttl {
  font-size: 24px;
  font-weight: bold;
}

.guide-applyImg {
  display: block;
  width: 180px;
  margin: 20px auto 0;
}
.guide-applyImg:hover {
  transform: translateY(2px);
}

.comment {
  font-size: 14px;
  text-align: left;
  margin: 30px auto 0;
  line-height: 1.8;
}

.procedure {
  background-color: #1f850f;
}

.procedure-head {
  color: #fff;
  margin-top: 6px;
}
.procedure-head-sub {
  font-size: 24px;
  color: #fff;
}

.procedure-txt {
  color: #fff;
}

.fukuokacity-logo {
  width: clamp(10rem, 9.3723931178rem + 3.1282586027vw, 11.875rem);
}

.organizer-info {
  margin: 30px auto 0;
  text-align: left;
  width: 90%;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

.organizer-info-item {
  margin-top: 14px;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-banner.is-active {
  opacity: 1;
  visibility: visible;
}

.floating-banner img {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */