html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

em {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  appearance: none;
  -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;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip-path: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 4rem));
  }
}
@keyframes scrollAgent {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes reveal {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
* {
  box-sizing: border-box;
}

html, body {
  font-size: 0.625em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  max-width: 100vw;
  overflow-x: hidden;
}

ul, ol {
  list-style: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  height: auto;
}

#wpadminbar.nojq {
  position: fixed;
}

a {
  transition: color 0.35s ease;
}
a:link, a:visited {
  color: #020304;
}
a:hover {
  color: #0B1A3C;
}

.grecaptcha-badge {
  display: none;
}

.l-footer {
  background-color: #0B1A3C;
  padding: 4.7rem 2rem 4.7rem;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-top: 7.4rem;
    padding-bottom: 7.4rem;
  }
}
.l-footer__in {
  max-width: 130rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.l-footer__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.l-footer__link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.35s ease;
}
@media screen and (max-width: 750px) {
  .l-footer__link {
    font-size: 1.2rem;
  }
}
.l-footer__link:link, .l-footer__link:visited {
  color: #fff;
}
.l-footer__link:hover {
  opacity: 0.8;
}
.l-footer__separator {
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #CFCFD1;
  flex-shrink: 0;
}
.l-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 1rem;
    font-weight: 300;
  }
}

.l-header {
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .l-header {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.l-header__in {
  max-width: 130rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  flex: 0 0 16.5rem;
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    flex: 0 0 11rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__button {
  flex: 0 0 22rem;
}
@media screen and (max-width: 750px) {
  .l-header__button {
    flex: 0 0 14rem;
  }
}

.c-button {
  display: flex;
  width: 100%;
  height: 7rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 16rem;
  background: #B82430;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.07rem;
}
.c-button::after {
  content: "";
  display: block;
  border-top: 0.4rem solid transparent;
  border-left: 0.7rem solid #fff;
  border-bottom: 0.4rem solid transparent;
}
.c-button:link, .c-button:visited {
  color: #fff;
}
.c-button:hover {
  color: #fff;
}
.c-button--header {
  height: 4rem;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 214.286%;
}
@media screen and (max-width: 750px) {
  .c-button--header {
    height: 3.2rem;
    font-size: 1rem;
  }
}

.c-terms {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 2.4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .c-terms {
    padding-left: 1.6em;
    padding-right: 1.6rem;
  }
}
.c-terms__title {
  color: #0B1A3C;
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  .c-terms__title {
    font-size: 3.2rem;
  }
}
.c-terms__head {
  margin-top: 3.2rem;
  color: #0B1A3C;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.032rem;
}
.c-terms__body {
  margin-top: 1.2rem;
  color: #0B1A3C;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.032rem;
}
.c-terms__body span {
  margin-top: 0.8rem;
  display: block;
}
.c-terms__body .ind-1 {
  padding-left: 2rem;
  text-indent: -2rem;
}
.c-terms__body .ind-2 {
  padding-left: 2.3rem;
  text-indent: -2.3rem;
}
.c-terms__body .ind-3 {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.c-terms__body .block {
  padding-left: 3rem;
}
.c-terms__body .block-2 {
  padding-left: 2rem;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */