@charset "UTF-8";
/* =========================
   Variables
========================= */
/* =========================
   Mixins
========================= */
/* =========================
   Reset
========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict; }

/* =========================
   Layout
========================= */
.main {
  min-height: calc(100vh - 120px);
  display: block;
  align-items: center;
  justify-content: center; }

/* ========================
   breadcrumbs
======================== */
#bread {
  font-size: 14px;
  color: #a3a5a8; }
  #bread ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0;
    display: flex;
    gap: .5em; }
    #bread ul li a {
      color: #a3a5a8; }
    #bread ul li + li::before {
      content: ">";
      margin-right: .5em; }

@media (max-width: 1000px) {
  #bread {
    padding-left: .5em;
    padding-right: .5em; } }
@media (max-width: 450px) {
  #bread ul {
    display: block; }
    #bread ul li {
      display: inline-block; } }
/* ========================
   section common
======================== */
section {
  padding: 60px 16px;
  background: #fff;
  width: 100%;
  margin: 0 auto; }
  section .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  section-sttitle {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: bold; }

/* =========================
   Common
========================= */
.flex {
  display: flex; }
  .flex img {
    width: 100%;
    height: auto; }
  .flex.v64 > *:first-child {
    flex: 0 0 60%; }
  .flex.v64 > *:last-child {
    flex: 0 0 40%; }
  .flex.v50 > * {
    flex: 0 0 50%; }
  .flex.v19 > *:first-child {
    flex: 0 0 140px; }
  .flex.v19 > *:last-child {
    flex: 1; }
  .flex.v73 > *:first-child {
    flex: 1; }
  .flex.v73 > *:last-child {
    flex: 0 0 220px; }
  .flex.col3 {
    gap: 15px;
    margin-top: 15px; }

sub {
  bottom: 0; }

h2 {
  font-size: 24px;
  color: #1bb5a5;
  font-weight: bold;
  border-bottom: 2px solid #1bb5a5;
  padding-bottom: 12px;
  margin-bottom: 35px; }

figure {
  margin: 0 auto; }

p + p {
  margin-top: 2em; }

p strong {
  font-weight: 700; }

.arrowd a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrowd.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle; }

.blink a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_blink.webp) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle; }

.mb35 {
  margin-bottom: 35px; }

@media (min-width: 521px) {
  .sp {
    display: none; }

  .flex > div {
    width: 50%; }

  h2 {
    font-size: 36px; } }
/* =========================
   HeroAnimation
========================= */
.scroll-image {
  display: inline-block;
  animation: scrollFloat 1.6s ease-in-out infinite; }

@keyframes scrollFloat {
  0% {
    transform: translateY(0);
    opacity: 0.6; }
  40% {
    opacity: 1; }
  70% {
    transform: translateY(12px);
    opacity: 1; }
  100% {
    transform: translateY(18px);
    opacity: 0; } }
/* =========================
   Hero
========================= */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #7DDE7D;
  background: linear-gradient(90deg, #7dde7d 0%, #6c95cd 100%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  height: calc(100svh - 106px);
  padding: 0; }
  .hero .inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 0; }
  .hero section {
    padding: 0; }

.hero {
  height: 540px; }

@media screen and (any-pointer: coarse) and (max-width: 480px) {
  .hero {
    height: calc(100svh - 106px); } }
@media screen and (min-aspect-ratio: 4 / 3) and (max-aspect-ratio: 16 / 9) and (max-height: 781px) {
  .hero {
    height: calc(100svh - 106px); } }
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0; }

.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.scroll-icon {
  position: absolute;
  bottom: 40px;
  right: 10px;
  z-index: 10;
  margin-left: -30px; }
  .scroll-icon img {
    width: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
    height: auto;
    display: block; }

.hero-target img {
  width: clamp(8.125rem, 7.443rem + 3.41vw, 10rem);
  height: auto;
  display: block;
  margin-left: auto; }

/*h1.hero-title {
  margin: 0;
  img {
    width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
  }
}*/
.chara_wrap {
  width: 30%;
  margin: 0 auto; }
  .chara_wrap img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto; }

.hero-layer {
  height: calc(100svh - 106px);
  display: flex;
  flex-direction: column; }
  .hero-layer > div, .hero-layer > h1 {
    min-height: 0; }
  .hero-layer .hero-target {
    flex: 1; }
  .hero-layer h1.hero-title {
    flex: 2;
    margin: 0; }
  .hero-layer .chara {
    flex: 3; }
  .hero-layer img:not(.scroll-icon img, .hero-target img) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }
  .hero-layer .chara_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 300px; }

/* ==================================================
   PC（901px〜）
================================================== */
@media (min-width: 481px) {
  .hero .inner {
    max-width: 1000px; }

  .hero-title {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    width: 60%;
    max-width: 600px;
    z-index: 3;
    transform-origin: 50% 50%;
    animation: titlePlop 4.2s ease-in-out infinite; }
    .hero-title img {
      width: 100%;
      height: auto;
      display: block; }

  @keyframes titlePlop {
    0%, 74% {
      transform: translate(-50%, -50%) scale(1); }
    78% {
      transform: translate(-50%, -50%) scale(1.06, 0.96); }
    82% {
      transform: translate(-50%, -50%) scale(0.98, 1.05); }
    86% {
      transform: translate(-50%, -50%) scale(1.03, 0.99); }
    100% {
      transform: translate(-50%, -50%) scale(1); } }
  .hero-target {
    animation: targetBounceIn 1s cubic-bezier(0.15, 0.95, 0.25, 1) 0.05s both; }
    .hero-target img {
      width: min(20vw, 230px);
      height: auto;
      display: block;
      /*filter: drop-shadow(0 12px 22px rgba(0,0,0,.22));*/
      position: absolute;
      right: 150px;
      top: 10px; }

  @keyframes targetBounceIn {
    0% {
      transform: translate(-9vw, -5vw) scale(2.2);
      opacity: 0; }
    55% {
      transform: scale(1.08);
      opacity: 1; }
    72% {
      transform: scale(0.96); }
    86% {
      transform: scale(1.03); }
    100% {
      transform: scale(1); } }
  .hero-bubble {
    width: min(26vw, 250px);
    z-index: 4;
    transform-origin: 30% 70%;
    animation: bubbleFloatPC 3.8s ease-in-out infinite;
    margin-bottom: -80px; }
    .hero-bubble img {
      width: 100%;
      height: auto;
      display: block; }

  @keyframes bubbleFloatPC {
    0% {
      transform: translate(0, 0) rotate(0deg); }
    25% {
      transform: translate(4px, -8px) rotate(-1.2deg); }
    50% {
      transform: translate(0, -14px) rotate(0.6deg); }
    75% {
      transform: translate(-3px, -7px) rotate(1.1deg); }
    100% {
      transform: translate(0, 0) rotate(0deg); } }
  .chara {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(22vw, 230px);
    max-width: 250px;
    z-index: 2;
    transform: unset; }
    .chara .chara_wrap {
      position: relative;
      width: unset;
      display: block; }

  .hero-character img {
    width: 100%;
    height: auto;
    display: block; }

  .scroll-icon {
    left: 50%;
    transform: translateX(-50%); } }
/* =========================
   Simulator
========================= */
.sim {
  background: #10b1ac url(../img/japan.webp) no-repeat;
  background-size: auto 80%;
  background-position: left 20px center;
  padding-bottom: 0; }
  .sim .inner {
    padding-top: 120px; }
    .sim .inner .flex {
      margin-top: 70px; }
  .sim .section-sttitle {
    position: relative;
    color: #fff;
    font-size: clamp(24px, 4vw, 36px);
    text-align: center;
    font-weight: bold;
    border-bottom: none; }
    .sim .section-sttitle img {
      position: absolute;
      width: clamp(60px, 10vw, 160px);
      height: auto;
      right: 0;
      top: -60px; }

.sim .flex {
  gap: 100px;
  width: 100%; }

.sim-character img {
  width: 100%; }

.step-title {
  font-size: 24px;
  padding-bottom: 12px; }

.sim-character {
  margin-top: 50px; }
  .sim-character img {
    width: 70%;
    display: block;
    margin: 0 auto; }

.steps {
  width: min(920px, 100%);
  margin: 0;
  display: grid;
  gap: 28px; }

.step-row {
  display: flex;
  align-items: center;
  gap: 10px; }

.step-badge {
  width: clamp(40px, 9vw, 60px);
  height: clamp(40px, 9vw, 60px);
  border-radius: 50%;
  background: #f3dc55;
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 auto; }

/* Step */
.step-label {
  position: absolute;
  top: 10%;
  left: 18%;
  font-weight: 700;
  font-size: clamp(12px, 2.2vw, 18px);
  color: #3aa8a3;
  letter-spacing: .02em; }

.step-num {
  font-weight: 800;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1;
  color: #3aa8a3;
  padding-top: 15px; }

.step-title {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.15;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  display: inline; }

@media (max-width: 850px) {
  .sim .inner {
    padding-top: 0; }
  .sim .section-sttitle img {
    position: static;
    right: auto;
    display: block;
    margin: 10px auto; }
  .sim .flex {
    display: block; }
    .sim .flex .select {
      margin-top: 30px;
      padding-bottom: 30px; }
    .sim .flex > div {
      width: 100%; } }
@media (max-width: 670px) {
  .sim .inner .flex {
    margin-top: 0; }
  .sim .inner h2 {
    margin: 0; } }
/* ========================
   QA
======================== */
.faq hr {
  border: 1px dashed #1bb5a5;
  background: #fff;
  margin-top: 25px; }

.qa__row {
  display: flex;
  align-items: flex-start;
  gap: 24px; }

hr + .qa__row {
  margin-top: 35px; }

.qa__row--q {
  align-items: center;
  margin-bottom: 35px; }

.qa__row--a {
  align-items: flex-start; }

.qa__badge {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  user-select: none; }

.qa__badge--q {
  background: #1bb5a5;
  color: #fff; }

.qa__badge--a {
  background: #1bb5a5;
  color: #fff;
  opacity: .6; }

.qa__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45; }

.qa__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted); }
  .qa__text li {
    display: flex;
    gap: 5px; }
    .qa__text li img {
      width: 24px;
      height: 24px; }

.faq .banner-st img {
  width: 100%;
  margin-top: 100px;
  height: auto; }

@media (max-width: 480px) {
  .qa__title {
    font-size: 16px; }

  .qa__text {
    font-size: 13px; }

  .faq .banner-st img {
    margin-top: 50px; } }
/* =========================
   supervision
========================= */
.svbox {
  background: #EEFAF9;
  border-radius: 8px;
  padding: 30px; }
  .svbox h3 {
    color: #1bb5a5;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: bold; }
    .svbox h3 img {
      margin-right: .5em; }

.svbox + .svbox {
  margin-top: 17px; }

.svbox + .bnbox {
  margin-top: 100px; }

.bnbox {
  border: 1px solid #1bb5a5;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 35px; }
  .bnbox .bannerarea {
    width: 240px;
    flex-shrink: 0; }
  .bnbox .bntext {
    flex-grow: 1;
    flex-basis: 0; }
  .bnbox h3 {
    color: #1bb5a5;
    font-size: 20px;
    text-align: center; }

.bnbox + .bnbox {
  margin-top: 20px; }

@media (max-width: 640px) {
  .bnbox {
    display: block; }
    .bnbox .bannerarea {
      width: 100%; }
      .bnbox .bannerarea h3 {
        text-align: center;
        margin-top: 0; } }
/* =========================
   Footer
========================= */
.footer {
  text-align: center;
  padding: 16px;
  font-size: 12px;
  color: #666; }

/* =========================
   Responsive
========================= */
/* =========================
   指導者向け
========================= */
/* =========================
   innerlink
========================= */
#innerlink {
  background: #fff;
  color: #333;
  height: auto;
  box-shadow: 0px 10px 10px -1px #eee;
  position: sticky;
  top: 64px;
  display: block;
  background: #fff;
  z-index: 10; }
  #innerlink .wrap {
    display: inline-block;
    line-height: 1; }
  #innerlink a {
    color: #1bb5a5;
    padding: 15px 20px;
    border: 1px solid #1bb5a5;
    background: #EEFAF9;
    margin-bottom: 3px;
    display: inline-block; }
    #innerlink a + a {
      border-left: unset; }
    #innerlink a:first-child {
      border-radius: 4px 0 0 4px; }
    #innerlink a:last-child {
      border-radius: 0 4px 4px 0; }
  #innerlink ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0; }
    #innerlink ul li {
      font-size: 14px;
      margin-left: 1em; }
      #innerlink ul li::before {
        content: none; }

@media (max-width: 900px) {
  #innerlink {
    height: auto; }
    #innerlink ul {
      display: block;
      height: auto;
      margin: 0 auto; }
    #innerlink .wrap {
      border-radius: unset;
      border: unset;
      background: unset; }
      #innerlink .wrap a {
        border: 1px solid #1bb5a5;
        border-radius: 4px;
        background: #EEFAF9;
        margin-right: .3em;
        padding: 5px 10px; } }
/* =========================
   introduction
========================= */
@media (max-width: 760px) {
  #introduction .flex {
    display: block; }
    #introduction .flex > * {
      width: 100%;
      margin-top: 30px; } }
/* =========================
   class
========================= */
#class {
  background: #EEFAF9; }
  #class .flex {
    gap: 30px;
    width: calc( 100% - 30px );
    margin-top: 60px; }
    #class .flex > * {
      background: #fff;
      border-radius: 24px;
      padding: 30px 25px;
      position: relative; }
      #class .flex > * h3 {
        background: #1bb5a5;
        color: #fff;
        text-align: center;
        font-size: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        width: 140px;
        height: 140px;
        border-radius: 70px;
        line-height: 1;
        top: -60px;
        left: 0; }
        #class .flex > * h3 span {
          font-size: 18px;
          display: block; }
      #class .flex > * h3 + p {
        padding-left: 150px;
        margin-bottom: 25px; }

@media (max-width: 760px) {
  #class .flex {
    width: 100%;
    display: block; }
    #class .flex > * {
      width: 100%; }
    #class .flex > * + * {
      margin-top: 60px; } }
/* =========================
   flow
========================= */
#flow {
  background: #EEFAF9; }
  #flow .flex.v19 {
    gap: 20px; }
    #flow .flex.v19 h3 {
      background: #1bb5a5;
      color: #fff;
      text-align: center;
      font-size: 28px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 140px;
      height: 140px;
      border-radius: 70px;
      line-height: 1; }
      #flow .flex.v19 h3 span {
        font-size: 18px;
        display: block; }
    #flow .flex.v19 img.fig {
      margin-top: -50px; }
  #flow .timeline {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 5px 25px;
    background: #fff; }
    #flow .timeline .time {
      flex: 0 0 85px;
      color: #1bb5a5;
      font-weight: bold;
      text-align: center;
      padding-right: 20px; }
    #flow .timeline > *:last-child {
      border-left: 1px solid #9FE1DF;
      padding: 15px 0 15px 25px; }
    #flow .timeline .flex.v73 {
      gap: 20px;
      align-items: center; }
    #flow .timeline + .timeline {
      margin-top: 10px; }
  #flow .break {
    color: #1bb5a5;
    font-weight: bold;
    text-align: center;
    padding: 20px; }

@media (max-width: 760px) {
  #flow .flex.v19 {
    display: block; }
    #flow .flex.v19 > *:first-child {
      width: 340px;
      display: flex;
      margin: 0 auto; }
      #flow .flex.v19 > *:first-child img {
        width: 150px;
        margin-top: 0; }
    #flow .flex.v19 > *:last-child {
      width: 100%; }
    #flow .flex.v19 + .v19 {
      margin-top: 30px; }
  #flow .flex.v73, #flow .flex.col3 {
    display: block; }
    #flow .flex.v73 img, #flow .flex.col3 img {
      margin-top: 20px; }
  #flow .timeline .time {
    flex: 0 0 60px; } }
#material {
  background: #EEFAF9; }
  #material .flex {
    gap: 30px;
    width: calc(100% - 30px);
    margin-bottom: 35px; }
    #material .flex > * {
      background: #fff;
      border-radius: 24px; }
    #material .flex h3 {
      background: #1bb5a5;
      margin: 0;
      color: #fff;
      font-size: 24px;
      text-align: center;
      padding: 25px;
      line-height: 1;
      border-radius: 24px 24px 0 0; }
    #material .flex .content_inner {
      padding: 25px;
      display: flex;
      flex-direction: column; }
      #material .flex .content_inner img {
        margin: 0 auto;
        display: block;
        aspect-ratio: 16 / 9;
        object-fit: contain; }
  #material .right {
    text-align: right; }

@media (max-width: 760px) {
  #material .flex {
    width: 100%;
    display: block; }
    #material .flex > div {
      width: 100%; }
      #material .flex > div + div {
        margin-top: 20px; } }
/* =========================
   Contact
========================= */
#contact {
  background: #2E8AE6;
  background: linear-gradient(90deg, #2e8ae6 0%, #11b1ac 100%); }
  #contact .inner {
    position: relative; }
  #contact h2 {
    color: #fff;
    text-align: center;
    border: none;
    font-size: 40px; }
  #contact strong {
    font-weight: normal;
    color: #FFD900; }
  #contact p {
    color: #fff;
    text-align: center; }
  #contact .formlink a {
    line-height: 1;
    display: block;
    background: #fff;
    width: min(80%, 320px);
    color: #2E8AE6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    padding: 25px;
    position: relative;
    text-align: center;
    margin: 30px auto 0; }
    #contact .formlink a::after {
      content: "";
      width: 16px;
      height: 16px;
      background: url(../img/icon_form.webp) no-repeat;
      background-size: cover;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  #contact .pic1 {
    position: absolute;
    right: clamp(-1rem, -2.227rem + 6.14vw, 2.375rem);
    width: clamp(7.5rem, 4.435rem + 12.9vw, 12.5rem);
    height: auto;
    top: -117px;
    transform: rotate(20deg); }
  #contact .pic2 {
    position: absolute;
    left: clamp(-1.25rem, -2.614rem + 6.82vw, 2.5rem);
    width: clamp(7.5rem, 4.435rem + 12.9vw, 12.5rem);
    height: auto;
    bottom: -97px;
    transform: rotate(-20deg); }

/* =========================
  シミュレーター
========================= */
.region-selector {
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #1d1d1f; }
  .region-selector *,
  .region-selector *::before,
  .region-selector *::after {
    box-sizing: border-box; }

/* ====== Grid ====== */
.region-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }
  .region-grid__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px; }
    @media (max-width: 520px) {
      .region-grid__row {
        grid-template-columns: 1fr; } }

/* ====== Cards ====== */
.region-card {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  transition: transform 0.08s ease, box-shadow 0.08s ease; }
  .region-card:active {
    transform: translateY(1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); }
  .region-card.is-wide {
    grid-column: 1 / -1; }
  .region-card.is-disabled {
    background: #f2f3f5;
    cursor: not-allowed;
    opacity: 0.85; }
  .region-card__left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0; }
  .region-card__pin {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto; }
    .region-card__pin img {
      width: 22px;
      height: 22px;
      display: block;
      object-fit: contain; }
  .region-card__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .region-card__right {
    font-size: 13px;
    font-weight: 700;
    color: #0aa6a6;
    flex: 0 0 auto; }
    .region-card__right.is-muted {
      color: #5c5f66;
      font-weight: 600; }

/* ====== Region Modal ====== */
.region-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s; }
  .region-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.18s ease, visibility 0s linear 0s; }
  .region-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.18s ease; }
  .region-modal.is-open .region-modal__backdrop {
    opacity: 1; }
  .region-modal__wrap {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px; }
  .region-modal__panel {
    position: relative;
    width: min(484px, calc(100% - 24px));
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    max-height: min(86vh, 920px);
    display: flex;
    flex-direction: column;
    transform: translateY(10px) scale(0.98);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease; }
  .region-modal.is-open .region-modal__panel {
    transform: translateY(0) scale(1);
    opacity: 1; }
  .region-modal__header {
    background: #eaf7f6;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto; }
  .region-modal__title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 800;
    line-height: 1.2; }
  .region-modal__pin {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    flex: 0 0 auto;
    display: block;
    object-fit: contain; }
  .region-modal__title-label {
    font-size: 12px;
    color: #4a4f55;
    font-weight: 800;
    flex: 0 0 auto;
    white-space: nowrap; }
  .region-modal__title-name {
    font-size: 18px;
    color: #1d1d1f;
    font-weight: 900;
    min-width: 0;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .region-modal__close {
    width: 40px;
    height: 40px;
    border: none;
    background: #0aa6a6;
    color: #fff;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
    padding-bottom: 3px;
    padding-left: 1px; }
    .region-modal__close:active {
      transform: translateY(1px); }
  .region-modal__body {
    padding: 18px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.16s ease, transform 0.16s ease; }
    .region-modal__body.is-changing {
      opacity: 0;
      transform: translateY(6px); }
    .region-modal__body .section-title {
      font-weight: bold;
      text-align: center;
      margin: 10px 0; }
  .region-modal__bar {
    flex: 0 0 auto;
    padding: 0 18px 10px;
    min-height: 24px; }
  .region-modal__footnote {
    margin: 0;
    text-align: center;
    padding: 14px 18px 18px;
    color: #5c5f66;
    font-size: 12px;
    flex: 0 0 auto; }

/* ====== Modal inner UI ====== */
.center-note {
  text-align: center;
  color: #2a6ea6;
  font-weight: 700;
  margin: 8px 0 14px; }

.btn-primary {
  width: 100%;
  border: none;
  background: #0aa6a6;
  color: #fff;
  border-radius: 8px;
  padding: 16px 14px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-primary:active {
    transform: translateY(1px); }
  .btn-primary__chev {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    opacity: 0.95; }

.dl-card {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff; }
  .dl-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px; }
  .dl-card__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0aa6a6; }
  .dl-card__title {
    font-weight: 900;
    color: #0aa6a6; }

.dl-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px; }
  .dl-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 2px; }

.dl-ico {
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1f;
  opacity: 0.9; }
  .dl-ico img {
    width: 12px; }

.dl-link {
  color: #1d1d1f;
  text-decoration: none; }
  .dl-link:hover {
    text-decoration: underline; }

.list-title {
  text-align: center;
  font-weight: 900;
  margin: 8px 0 14px; }

.muni-list {
  display: grid;
  gap: 12px; }

.muni-item {
  width: 100%;
  background: #fff;
  border: 1px solid #0aa6a6;
  border-radius: 10px;
  padding: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }
  .muni-item:active {
    transform: translateY(1px); }
  .muni-item__left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0; }
    .muni-item__left img {
      width: 20px;
      height: 20px;
      display: block;
      object-fit: contain; }
  .muni-item__name {
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .muni-item__chev {
    color: #0aa6a6;
    font-weight: 900; }

/* 戻るボタン */
.backlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d1d1f;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 700;
  padding: 6px 0; }
  .backlink:hover {
    text-decoration: underline; }

/* ====== Accessibility ====== */
@media (prefers-reduced-motion: reduce) {
  .region-card {
    transition: none; }

  .region-modal,
  .region-modal__backdrop,
  .region-modal__panel,
  .region-modal__body {
    transition: none !important; } }
/* =========================
   汎用アニメーション
========================= */
/* ==========
   Reveal base
========== */
.reveal {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity var(--reveal-dur, 1200ms) var(--reveal-ease, cubic-bezier(0.16, 1, 0.3, 1)) var(--reveal-delay, 0ms), transform var(--reveal-dur, 1200ms) var(--reveal-ease, cubic-bezier(0.16, 1, 0.3, 1)) var(--reveal-delay, 0ms);
  will-change: opacity, transform; }

/* ==========
   Initial positions
========== */
.reveal--left {
  transform: translate3d(-40px, 0, 0); }

.reveal--right {
  transform: translate3d(40px, 0, 0); }

.reveal--up {
  transform: translate3d(0, -40px, 0); }

.reveal--bottom {
  transform: translate3d(0, 40px, 0); }

.reveal--fade {
  transform: none; }

.reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* ==========
   Delay helpers
========== */
.reveal[data-delay="100"] {
  --reveal-delay: 100ms; }

.reveal[data-delay="200"] {
  --reveal-delay: 200ms; }

.reveal[data-delay="300"] {
  --reveal-delay: 300ms; }

.reveal[data-delay="400"] {
  --reveal-delay: 400ms; }

.reveal[data-delay="500"] {
  --reveal-delay: 500ms; }

.reveal[data-delay="600"] {
  --reveal-delay: 600ms; }

.reveal[data-delay="700"] {
  --reveal-delay: 700ms; }

.reveal[data-delay="800"] {
  --reveal-delay: 800ms; }

.reveal[data-delay="900"] {
  --reveal-delay: 900ms; }

.reveal[data-delay="1000"] {
  --reveal-delay: 1000ms; }

/* ==========
   Hover zoom
========== */
.hover-zoom {
  display: inline-block;
  transform: translateZ(0);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform; }

.hover-zoom:hover {
  transform: scale(1.05); }

.hover-zoom:active {
  transform: scale(1.03); }

/* ==========
   Reduced motion
========== */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hover-zoom {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important; } }
@media screen and (max-width: 768px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto; }

  .reveal.is-inview {
    opacity: 1 !important;
    transform: none !important; }

  .hover-zoom {
    transform: none !important;
    transition: none !important;
    will-change: auto; }

  .hover-zoom:hover,
  .hover-zoom:active {
    transform: none !important; } }
/* ==========
   Wiggle animation
========== */
/* 基本クラス */
.wiggle {
  --wiggle-angle: 20deg;
  --wiggle-dur: 2s;
  --wiggle-delay: 0s;
  display: inline-block;
  transform-origin: center center;
  animation: wiggle-rotate var(--wiggle-dur) ease-in-out infinite;
  animation-delay: var(--wiggle-delay);
  will-change: transform; }

/* 回転アニメーション */
@keyframes wiggle-rotate {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(var(--wiggle-angle)); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(calc(var(--wiggle-angle) * -1)); }
  100% {
    transform: rotate(0deg); } }
/* ==========
   Reduced motion
========== */
@media (prefers-reduced-motion: reduce) {
  .wiggle {
    animation: none !important;
    transform: none !important; } }

/*# sourceMappingURL=style.css.map */
