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: #ff6600;
  --cl-blue: #1847c7;
  --cl-blue-bright-lv1: #e6ebf5;
  --cl-blue-bright-lv2: #f8fafb;
  --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";
  --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;

  --cl-blue: #1847c7;
  --transition-base: 0.3s;
  --opacity-base: 0.7;
}

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

header {
  width: 100%;
  border-bottom: 1px solid #cecccc;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  header .inner {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 999px) {
  header .inner {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 15px;
  }

  header .logo {
    width: 100px;
    /* height: 18px; */
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1000px) {
  header .inner {
    display: flex;
    align-items: center;
    column-gap: 24px;
    max-width: 1366px;
    height: 85px;
    margin: 0 auto;
    padding: 0 16px;
  }

  header .logo {
    /* flex: 0 0 180px; */
    flex: 0 0 228px;
  }

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

.container {
  width: 92vw;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container {
    width: calc(100% - 15px * 2);
  }
}

main .container {
  padding-top: 36px;
  padding-bottom: 80px;
  max-width: 730px;
}

@media screen and (min-width: 769px) {
  main .container {
    padding-top: 56px;
  }
}

main h1 {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--cl-blue);
}

@media screen and (min-width: 769px) {
  main h1 {
    font-size: 1.9375rem;
  }
}

main .image {
  margin: 18px auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  main .image img {
    width: 184px;
  }
}

main p {
  margin-top: 24px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  main p {
    font-size: 1rem;
  }
}

main a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 36px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #e6ebf5;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--cl-blue);
  text-decoration: none;
  margin-top: 24px;
}

main a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--cl-blue);
  border-bottom: 2px solid var(--cl-blue);
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 769px) {
  main a {
    width: 365px;
    height: 66px;
    border-radius: 33px;
    font-size: 1.0625rem;
    transition: opacity var(--transition-base);
    margin-top: 32px;
  }

  main a:hover {
    opacity: var(--opacity-base);
  }

  main a::after {
    left: 30px;
    width: 12px;
    height: 12px;
  }
}

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

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