html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
@font-face {
  font-family: "NotoSansJP";
  src: url(/lp_assets/font/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";
  src: url(/lp_assets/font/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url(/lp_assets/font/NotoSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url(/lp_assets/font/NotoSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
html {
  --cl-orange: #ff981a;
  --cl-blue: #1847c7;
  --cl-blue-bright-lv1: #e6ebf5;
  --cl-blue-bright-lv2: #f6f8fc;
  --cl-orange-bright: #fff3e1;
  --cl-border: #dbdbdb;
  --cl-text: #333;
  --ff-noto: "NotoSansJP", sans-serif;
  --ff-en:
    "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "NotoSans", "NotoSansJP", sans-serif;
  font-family: "NotoSansJP", sans-serif;
  --fw-regular: 400;
  --fw-bold: 700;
  font-weight: var(--fw-regular);
  color: var(--cl-text);
  --transition-base: 0.3s;
  --opacity-base: 0.7;
  --index-modal: 400;
  --index-header: 300;
  --index-header-menu: 200;
  --index-foot-nav: 100;
  --width-xlg: 1336px;
  --width-lg: 1160px;
  --width-md: 1016px;
  --width-mn: 760px;
  --header-height: 56px;
  --header-posTop: 0px;
  --cpbn-visibleHeight: 0px;
  overflow-y: scroll;
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-height) + 16px);
}
html:has(.page-default) {
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "NotoSans", "NotoSansJP",
    sans-serif;
}
@media print, screen and (min-width: 1250px) {
  html {
    scroll-padding-top: calc(var(--header-height) + 24px);
  }
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}
button {
  color: inherit;
}
.tippy-box[data-theme~="info"] {
  max-width: 240px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.25);
  font-size: 0.75rem;
  line-height: 170%;
  color: var(--cl-text);
}
.tippy-box[data-theme~="info"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #fff;
} /*# sourceMappingURL=style.css.map */

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--cl-blue-bright-lv2);
}

.wrapper > *:last-child {
  margin-top: auto;
}

header {
  width: 100%;
  border-bottom: 1px solid var(--cl-border);
  background-color: #fff;
}

header .inner {
  display: flex;
  align-items: center;
  max-width: 1312px;
  height: 81px;
  margin: 0 auto;
  padding: 0 56px;
}

header .logo {
  flex: 0 0 207px;
}

header .logo img {
  width: 100%;
  height: auto;
}

.br-sp {
  display: none;
}

main {
  flex: 1 0 auto;
}

main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 52px 56px 80px;
  box-sizing: border-box;
}

.head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.head__icon {
  width: 70px;
  height: 54px;
}

.head__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

main h1 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: var(--fw-bold);
  color: var(--cl-blue);
}

.head__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--cl-text);
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 480px;
  padding: 32px;
  border-radius: 20px;
  box-sizing: border-box;
}

.card--wifi-off {
  background-color: var(--cl-blue-bright-lv1);
}

.card--wifi-on {
  background-color: var(--cl-orange-bright);
}

.card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.card__icon {
  width: 74px;
  height: 55px;
}

.card__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: var(--fw-bold);
  color: var(--cl-blue);
  text-align: center;
}

.card__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--cl-text);
}

.card__body strong {
  font-weight: var(--fw-bold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  min-height: 56px;
  padding: 20px 24px;
  border-radius: 29.5px;
  font-size: 1rem;
  line-height: 1;
  font-weight: var(--fw-bold);
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.btn:hover {
  opacity: var(--opacity-base);
}

.btn__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn--primary {
  width: 100%;
  background-color: var(--cl-blue);
  color: #fff;
}

.btn--outline {
  position: relative;
  width: 328px;
  max-width: 100%;
  border: 1px solid var(--cl-border);
  color: var(--cl-blue);
}

.btn--outline::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 24px;
  width: 11px;
  height: 17px;
  background-image: url(./icons/angle.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.btn--outline span {
  padding-right: 16px;
}

footer {
  background-color: #efefef;
  text-align: center;
}

.copyright {
  margin: 0;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 3.5454545455;
  letter-spacing: 0.02em;
}

/* SP: Figma Frame 2608642 (294px) */
@media screen and (max-width: 999px) {
  .br-sp {
    display: inline;
  }

  header .inner {
    height: 45px;
    padding: 12px;
  }

  header .logo {
    flex: 0 0 56px;
  }

  main .container {
    gap: 20px;
    padding: 32px 20px 64px;
    max-width: 500px;
    margin-inline: auto;
  }

  .head {
    gap: 8px;
  }

  .head__icon {
    width: 35px;
    height: 28px;
  }

  .head__text {
    gap: 4px;
    letter-spacing: -0.01em;
  }

  main h1 {
    font-size: 1rem;
    line-height: 1.7;
  }

  .head__lead {
    font-size: 0.75rem;
  }

  .cards {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .card {
    flex: none;
    width: 100%;
    max-width: none;
    gap: 16px;
    padding: 16px;
  }

  .card__header {
    gap: 8px;
  }

  .card__icon {
    width: 37px;
    height: 28px;
  }

  .card__title {
    font-size: 1rem;
    line-height: 1.5;
  }

  .card__body {
    font-size: 0.75rem;
  }

  .btn {
    min-height: 46px;
    padding: 16px;
    font-size: 0.875rem;
  }

  .btn__icon {
    width: 12px;
    height: 12px;
  }

  .btn--outline {
    width: 100%;
  }

  .btn--outline::after {
    right: 20px;
    width: 6px;
    height: 6px;
  }

  .btn--outline span {
    padding-right: 12px;
  }
}
