:root {
  --bg: #f4f7fb;
  --card: rgba(255, 255, 255, .82);
  --text: #223046;
  --muted: #6f7c91;
  --line: #d7e0ec;
  --brand: #21c8c8;
  --brand2: #59e0ff;
  --danger: #ff7b7b;
  --radius: 18px;
  --shadow: 0 10px 28px rgba(24, 40, 56, .12);
}

* { box-sizing: border-box; }
input::placeholder , text::placeholder {
    color: #c9cfdf !important;
    opacity: 0.3 !important;
    font-weight: normal;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--text) !important;
  caret-color: var(--text) !important;
  background-color: transparent !important;
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  background:
    radial-gradient(1400px 720px at 12% -10%, rgba(187, 222, 230, 0.22), transparent 32%),
    radial-gradient(1200px 640px at 88% 6%, rgba(33, 200, 200, 0.18), transparent 60%),
    linear-gradient(135deg, #f8f9fb, #eef2f7 46%, #e6ebf2) !important;
  color: var(--text);
}

[x-cloak] { display: none !important; }

a { color: var(--brand); }


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper { align-items: stretch; }

section {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100vw !important;
  min-height: 100vh !important;
  padding: 96px 16px 140px;
  text-align: left;
  background: transparent;
  overflow-y: auto;
}

.swiper-slide h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 24px;
  letter-spacing: .02em;
  color: var(--text);
  text-align: center;
}

.swiper-slide > div {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 24px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(180px 140px at 18% 22%, rgba(255, 255, 255, .52), transparent 70%),
    radial-gradient(320px 280px at 82% 18%, rgba(255, 255, 255, .3), transparent 72%),
    radial-gradient(240px 200px at 28% 72%, rgba(255, 255, 255, .3), transparent 70%),
    radial-gradient(260px 210px at 82% 78%, rgba(255, 255, 255, .26), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .68));
  box-shadow: var(--shadow);
}

@media (min-width: 720px) {
  section { padding: 110px 24px 150px; }
  .swiper-slide > div { padding: 32px 28px; }
}

p { line-height: 1.6; color: var(--text); }
small { color: var(--muted); }

.startBtn,
.prevBtn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font-weight: 800;
  letter-spacing: .01em;
  background: linear-gradient(115deg, rgba(33, 200, 200, .9), rgba(89, 224, 255, .75));
  color: #0f1f31;
  /* box-shadow: 0 0px 26px rgba(33, 200, 200, .24); */
  border-color: rgba(15, 31, 49, .05);
  transition: transform .08s ease, box-shadow .08s ease, border-color .12s ease;
}

.startBtn:hover,
.prevBtn:hover { transform: translateY(-1px); box-shadow: 0 16px 40px rgba(0, 0, 0, .38); }
.startBtn:active,
.prevBtn:active { transform: translateY(1px); }

.prevBtn {
  background: rgba(255, 255, 255, .76);
  color: #1f3a52;
  box-shadow: 0 10px 26px rgba(24, 40, 56, .12);
}

.confirmTbl {
  width: 100%;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
}

.confirmTbl tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.confirmTbl tr:last-child { border-bottom: none; }
.confirmTbl th {
  padding: 0;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .01em;
}

.confirmTbl td {
  padding: 0;
  color: var(--text);
  line-height: 1.6;
}

.confirmTbl .reeditBtn {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--brand);
  font-style: normal;
  font-size: 12px;
}

input::placeholder,
textarea::placeholder { color: var(--muted) !important; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
select,
textarea {
  /* width: 100%;
  padding: 12px 12px; */
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  color: var(--text);
  transition: border-color .12s ease, box-shadow .12s ease, background .12s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(33, 200, 200, .7);
  box-shadow: 0 0 0 3px rgba(89, 224, 255, .18);
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  color: var(--text);
  cursor: pointer;
  transition: transform .08s ease, border-color .08s ease, background .08s ease;
  opacity: .95;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  border-color: rgba(33, 200, 200, .8);
  background: linear-gradient(120deg, rgba(33, 200, 200, .14), rgba(89, 224, 255, .14));
  opacity: 1;
  box-shadow: 0 12px 30px rgba(24, 40, 56, .12);
}

.swiper-scrollbar {
  background: rgba(34, 48, 70, .08);
  height: 6px;
  border-radius: 999px;
  margin: 12px 0;
}

.swiper-scrollbar-drag {
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  border-radius: 999px;
}

.wrap {
  margin: 0;
  background: rgba(244, 247, 251, .65);
}

.loading {
  width: 65px;
  height: 65px;
  margin: auto;
}

.loading-path {
  animation: fadeColor infinite .8s reverse;
  width: 3px;
  height: 9px;
  fill: #d4e0e8;
}

.loading-path._no1 { animation-delay: .1s; }
.loading-path._no2 { animation-delay: .2s; }
.loading-path._no3 { animation-delay: .3s; }
.loading-path._no4 { animation-delay: .4s; }
.loading-path._no5 { animation-delay: .5s; }
.loading-path._no6 { animation-delay: .6s; }
.loading-path._no7 { animation-delay: .7s; }
.loading-path._no8 { animation-delay: .8s; }
.loading-path._no9 { animation-delay: .9s; }

@keyframes fadeColor { to { fill: var(--brand2); } }

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
  color: var(--muted);
  text-align: center;
  padding-bottom: 12px;
}

@media screen and (max-width: 576px) {
  /* body { background: var(--bg) !important; } */
  section { padding: 88px 9px 120px; }
  .swiper-slide > div { padding: 22px 14px; }
}
::placeholder {
  color: #4d4c4c !important;
}
body {
  color: var(--text);
}
.swiper-container {
  /* width: 100vw; */
}
section{
  display: flex !important;
  justify-content: center;
  align-items: start;
  text-align: center;
  font-weight: bold;
  width: 100vw !important;
  height: 100vh !important;
  overflow-y: scroll;
  padding-bottom: 6em;
}
section:nth-of-type(odd) {
  /* background-color: aliceblue; */
}
.swiper-slide h1 {
  padding: 1em 0.6em;
  font-size: 1.4em;
}
.swiper-slide > div {
  padding: 10px 12px 30px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.swiperNavi {
  position: fixed;
  bottom:0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 1.5em 1em;
}
.custom-prev{

} 
.custom-next {
  
}
.swiper-button-disabled { visibility: hidden;}
/*  */
input[type=checkbox] + label {
  opacity: 0.65;
}
input[type=checkbox]:checked + label {
  border: 2px solid var(--brand);
  opacity: 1;
}
input[type=radio]:checked + label {
  border: 2px solid var(--brand);
  opacity: 1;
}

/*  */
.confirmTbl {}
.confirmTbl tr {
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(255, 255, 255, .18);
  position: relative;
}
.confirmTbl th {padding: 0.5em 1em;}
.confirmTbl td {
  padding: 1em;
}
.confirmTbl .reeditBtn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--brand);
  font-style: normal;
}



/*  */
.wrap {
  /* margin-top: 50px;   */
}

.loading {
  width: 65px;
  height: 65px;
  margin: auto;
}
.loading-path {
  animation: fadeColor infinite .8s reverse;
  width: 3px;
  height: 9px;
  fill: #d4e0e8;
}
.loading-path._no1 {animation-delay: .1s;}
.loading-path._no2 {animation-delay: .2s;}
.loading-path._no3 {animation-delay: .3s;}
.loading-path._no4 {animation-delay: .4s;}
.loading-path._no5 {animation-delay: .5s;}
.loading-path._no6 {animation-delay: .6s;}
.loading-path._no7 {animation-delay: .7s;}
.loading-path._no8 {animation-delay: .8s;}
.loading-path._no9 {animation-delay: .9s;}

@keyframes fadeColor {
  to {
    fill: var(--brand2);
  }
}


/*  */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  color: var(--muted);
}
@media screen and (max-width: 576px){
    
}