@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  color: #222;
  background: #fff;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  width: 100%;
  display: block;
}
section {}
#hero {
  background-image: url("hero-bg2.png");
  background-position: center;
  background-size: cover;
}
#hero, #icons, #questionnaire {
  background-color: #fbc92c;
}
#map-img {
  margin-bottom: 40px;
}
.fimg {
  border-radius: 6px;
  margin-top: 40px;
}
.bg__animation {
  background-image: url("patobg.png");
  background-size: 150px 150px;
  animation: bgiLoop 5s linear infinite;
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 150px -150px;
  }
}
#f-text {
  font-size: 20px;
  text-align: center;
}
#icons {
  padding: 100px 0;
}
h1{
    margin: 0;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
}
.blk-sep{
     padding: 24px;
  background-color: #1D1D1D; 
}
h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  margin: 0;
}
.container {
  max-width: 1440px;
  margin: auto;
  padding: 10px 40px 40px;
}
.container2 {
  max-width: 1140px;
  margin: auto;
  padding: 100px 20px;
}
.container3 {
  max-width: 1140px;
  margin: auto;
}
.for-question {
  max-width: 1140px;
  margin: -50px auto 0;
}
.fukidasi-section {
  display: flex;
  gap: 20px;
  margin-bottom: 100px;
}
.fukidasi-section img {
  max-width: 160px;
}
.fukidasi {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding: 24px 16px;
  border: 2px solid #000000;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.fukidasi::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
}

.fukidasi::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.panel_on {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  margin-top: 100px;
}
.panel_on img {
  max-width: 120px;
}
.panel_on h3 {
  font-size: 38px;
}
/* カード全体 */
.panel {
  position: relative;
  border-radius: 14px;
  padding: 52px 56px 56px;
  overflow: hidden;
  background-color: #fbc92c;
}
/* 左上のキャラ（被せる） */
.mascot {
  position: absolute;
  left: -6px;
  top: -72px;
  width: 170px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
/* セクション */
.sec {
  margin-top: 10px;
}
.sec h3 {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.sec + .sec {
  margin-top: 44px;
}
/* 見出し（■ + 太字） */
.sec-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: .02em;
  margin: 0;
}
.sq {
  width: 14px;
  height: 14px;
  background: #111;
  border-radius: 2px;
  flex: 0 0 auto;
  transform: translateY(1px);
}
/* 仕切り線 */
.divider {
  height: 1px;
  background: var(--line);
  margin: 18px 0 24px;
}
/* 文章 */
.desc {
  margin: 0;
  font-size: 18px;
  color: var(--muted);
}
/* 番号リスト */
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 18px;
  color: var(--muted);
}
.num {
  width: 28px;
  height: 28px;
  border: 2px solid #111;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  flex: 0 0 auto;
  transform: translateY(2px);
  background: rgba(255, 255, 255, .10);
}
.flex-container, .map-container {
  display: grid;
  gap: 24px;
  align-items: start;
  grid-template-columns: repeat(2, minmax(340px, 1fr));
}
.map-container-box {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* 任意 */
}
.map-container-box a {
  margin-bottom: 40px;
}
.flex-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* 任意 */
}
.onpato{position: relative;}
.separate {
  background-color: #000;
}
#question-tex {
  text-align: center;
  font-size: 20px;
}
.kiyaku {
  height: 416px;
  padding: 26px;
  background-color: #fff;
  overflow-y: scroll;
  border: solid 1px #000;
}
.survey-wrapper {
  padding: 40px 20px;
  text-align: center;
}
.agree-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  cursor: pointer;
}
.agree-check input[type="checkbox"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#surveyBtn {
  width: 100%;
  max-width: 520px;
  padding: 22px 0;
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  border: 3px solid #000;
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.2s ease, cursor 0.2s ease;
  display: block;
  margin: auto;
}
#surveyBtn.enabled {
  background: #000;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
#onpato{flex-wrap: wrap;
    display: flex;
    align-items: end;
    margin-top: -60px;
    justify-content: center;
    gap: 15px;}
#onpato img{
    max-width: 100px;
}
#onpato h2{flex-shrink: 0;}
footer{
    background-color: #fbc92d;
}
.copy-right{font-size: 10px; text-align: center; margin: 0;padding: 10px;}
/* 600px未満になったら1列 */
@media (max-width: 639px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 24px;
  }
  .container {
    padding: 12px;
  }
  .fukidasi-section {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
  .fukidasi {
    margin-left: 0;
    padding: 24px 12px;
  }
  .fukidasi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
  }
  .fukidasi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.2px 0 0 15.2px;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% + 0.4px) 100%;
  }
  #map-img {
    margin-bottom: 40px;
  }
  .fimg {
    margin-top: 20px;
  }
  .map-container {
    gap: 40px;
  }
  .panel_on {
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    margin-top: 100px;
  }
  .panel_on img {
    max-width: 60px;
  }
  .panel_on h3 {
    font-size: 22px;
    margin: 0;
  }
  #f-text, #question-tex {
    font-size: 16px;
  }
  .panel {
    padding: 16px;
  }
  .flex-container, .map-container {
    grid-template-columns: 1fr;
  }
  .for-question {
    margin: -15px auto 0;
  }
  .agree-check {
    font-size: 15px;
  }
}