@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 900;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

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

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.l-page {
  min-height: calc(100vh - 83px);
}

.l-page__header {
  height: 30px;
  background-color: #0ab663;
}

.l-page__body {
  padding: 200px 0;
}

.l-page--dark {
  background-color: #1e1f1e;
}

@media screen and (max-width: 768px) {
  .l-page {
    min-height: calc(100vh - 74px);
  }
  .l-page__header {
    height: 20px;
  }
  .l-page__body {
    padding: 120px 0 100px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background-color: #fff;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  z-index: 5;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
  max-width: 100%;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 210px;
  height: auto;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__nav-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}

.header__nav-link:hover {
  opacity: 0.7;
}

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

.header__hamburger,
.header__overlay,
.header__mobile-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    height: 74px;
  }
  .header__inner {
    padding: 0 15px;
  }
  .header__logo img {
    width: 156px;
  }
  .header__right {
    display: none;
  }
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 3px;
  }
  .header__hamburger-line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0ab663;
  }
  .header__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
  }
  .header__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    overflow-y: auto;
    z-index: 1050;
  }
  .header__mobile-nav.is-active {
    transform: translateY(0);
    opacity: 1;
  }
  .header__mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
  }
  .header__mobile-close .material-icons {
    font-size: 24px;
    color: #000;
  }
  .header__mobile-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 193px;
    gap: 20px;
  }
  .header__mobile-item {
    width: 100%;
  }
  .header__mobile-link {
    display: block;
    width: 100%;
    padding: 1px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #000;
    color: #000;
  }
  .header__mobile-buttons {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 24px;
  }
}
.footer {
  background-color: #000;
  padding: 52px 60px 32px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  max-width: 100%;
}

.footer__main {
  max-width: 460px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 15px;
}

.footer__logo img {
  width: 220px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer__social {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
}

.footer__social-link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.footer__text {
  font-size: 12px;
  color: #fff;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__nav-item {
  line-height: 1.4;
}

.footer__nav-link {
  display: block;
  font-size: 13px;
  color: #fff;
  transition: opacity 0.3s ease;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 47px 24px;
  }
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 47px;
  }
  .footer__main {
    max-width: 100%;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 262px;
  }
  .footer__social {
    margin-bottom: 20px;
  }
  .footer__text {
    font-size: 10px;
    line-height: 1.7;
  }
  .footer__copyright {
    text-align: left;
    margin-top: 40px;
  }
}
.cta {
  position: relative;
}

.cta__top {
  height: 80px;
  background-color: #1e1f1e;
}

.cta__main {
  position: relative;
  background-color: #0ab663;
  padding: 120px 0 116px;
  overflow: visible;
}

.cta__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.cta__content {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 50%;
}

.cta__title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
}

.cta__desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 50px;
  font-weight: 900;
}

.cta__buttons {
  display: flex;
  gap: 20px;
}

.cta__image {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.cta__container {
  display: flex;
  justify-content: flex-end;
}

.cta__image-img {
  width: 48%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cta {
    background-color: #0ab663;
  }
  .cta__top {
    display: none;
  }
  .cta__main {
    padding: 40px 0 0;
  }
  .cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
  .cta__content {
    max-width: 100%;
  }
  .cta__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .cta__desc {
    margin-bottom: 32px;
  }
  .cta__buttons {
    gap: 15px;
  }
  .cta__image {
    position: static;
    width: 335px;
    margin: 0 auto;
  }
  .cta__image-img {
    width: 100%;
  }
}
.container {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin-inline: auto;
}

.container--narrow {
  max-width: 856px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0;
    max-width: 86.667%;
  }
  .container--narrow {
    max-width: 86.667%;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  height: auto;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  border-radius: 128px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.c-button:hover {
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.05, 1.05);
}

.c-button__text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.c-button__icon {
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: inherit;
}

.c-button--outline {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.c-button--primary {
  background-color: #0ab663;
  border: 3px solid #0ab663;
  color: #fff;
  letter-spacing: 0.15em;
}

.c-button--white {
  background-color: #fff;
  border: 3px solid #fff;
  color: #000;
}

.c-button--outline-white {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

.c-button--dark {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
}

.c-button--ghost {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  padding: 12px 24px;
  font-size: 14px;
}

.c-button--more {
  width: 282px;
  height: 59px;
  padding: 0;
  background-color: #0ab663;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: none;
}

.c-button--lg {
  padding: 21px 30px;
  font-size: 20px;
  width: 347px;
  max-width: 100%;
}

.c-button--md {
  padding: 15px 30px;
  font-size: 20px;
  width: 249px;
  max-width: 100%;
}

.c-button--sm {
  padding: 8px 20px;
  font-size: 14px;
}

.c-button--sm .c-button__icon {
  font-size: 20px;
}

.c-button--rounded {
  border-radius: 128px;
}

.c-button--square {
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .c-button {
    padding: 10px 24px;
    font-size: 14px;
  }
  .c-button__icon {
    font-size: 20px;
  }
  .c-button--lg {
    padding: 12px 24px;
    font-size: 14px;
    width: 244px;
    height: 43px;
  }
  .c-button--md {
    padding: 12px 24px;
    font-size: 14px;
    width: calc(50% - 7.5px);
    height: 43px;
  }
}
.c-section-title {
  position: relative;
  text-align: center;
}

.c-section-title__en {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

.c-section-title__ja {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.c-section-title--dark .c-section-title__en {
  color: rgba(255, 255, 255, 0.22);
}

.c-section-title--dark .c-section-title__ja {
  color: #fff;
}

.c-section-title--light .c-section-title__en {
  color: rgba(0, 0, 0, 0.1);
}

.c-section-title--light .c-section-title__ja {
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-section-title__en {
    font-size: 64px;
  }
  .c-section-title__ja {
    font-size: 20px;
  }
}
.c-page-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 452px;
  background-color: #eee;
}

.c-page-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--page-head-bg);
  background-position: center;
  background-size: cover;
  z-index: 1;
  filter: brightness(0.7);
}

.c-page-head .c-section-title {
  position: relative;
  z-index: 2;
}

.c-page-head .c-section-title__en {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .c-page-head {
    height: 278px;
    margin-top: 0;
  }
  .c-page-head .c-section-title {
    margin-top: 50px;
  }
  .c-page-head .c-section-title__en {
    color: rgba(255, 255, 255, 0.5);
  }
}
.hero {
  margin-top: 83px;
  position: relative;
  overflow: hidden;
}

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

.hero__slide {
  width: 100%;
  height: auto;
}

.hero__link {
  display: block;
  overflow: hidden;
}

.hero__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.hero__link:hover .hero__img {
  transform: scale(1.05);
}

.hero__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.hero__prev,
.hero__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.hero__prev:hover,
.hero__next:hover {
  opacity: 0.7;
}

.hero__prev .material-icons,
.hero__next .material-icons {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .hero {
    margin-top: 74px;
    height: auto;
  }
  .hero__slide {
    height: 100%;
  }
  .hero__link {
    height: 100%;
  }
  .hero__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__nav {
    display: none;
  }
}
.reasons {
  padding: 120px 0 150px;
  background-color: #f2f2f2;
}

.reasons__title {
  font-size: 48px;
  font-weight: 900;
  color: #0ab663;
  margin-bottom: 50px;
}

.reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.reasons__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  gap: 30px;
  padding: 20px 20px 34px 20px;
}

.reasons__card--large {
  grid-column: 1/-1;
  flex-direction: row;
  padding: 20px;
}

.reasons__card-img {
  border-radius: 16px;
  overflow: hidden;
}

.reasons__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reasons__card--large .reasons__card-img {
  aspect-ratio: 460/323;
  width: 48%;
}

.reasons__card:not(.reasons__card--large) .reasons__card-img {
  aspect-ratio: 457/275;
}

.reasons__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reasons__card-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.reasons__cta {
  text-align: center;
  margin-bottom: 50px;
}

.reasons__info {
  border-top: 1px solid #bbb;
}

.reasons__info-item {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  padding: 28px 0;
  border-bottom: 1px solid #bbb;
}

.reasons__info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.reasons__info-label {
  flex-shrink: 0;
  width: 30%;
  font-size: 24px;
  font-weight: 900;
}

.reasons__info-body {
  flex: 1;
}

.reasons__info-main {
  margin-bottom: 10px;
}

.reasons__info-main:last-child {
  margin-bottom: 0;
}

.reasons__info-note {
  color: #666666;
}

@media screen and (max-width: 768px) {
  .reasons {
    padding: 50px 0 64px;
  }
  .reasons__title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .reasons__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reasons__card {
    gap: 13px;
    padding: 20px 13px;
    border-radius: 16px;
  }
  .reasons__card--large {
    grid-template-columns: 1fr;
    padding: 20px 13px;
    flex-direction: column;
  }
  .reasons__card--large .reasons__card-img {
    aspect-ratio: 299/165;
    width: 100%;
    border-radius: 8px;
  }
  .reasons__card:not(.reasons__card--large) .reasons__card-img {
    aspect-ratio: 299/165;
  }
  .reasons__card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .reasons__btn {
    width: 100%;
    max-width: 280px;
  }
  .reasons__info-item {
    flex-direction: column;
    gap: 12px;
  }
  .reasons__info-label {
    width: auto;
    font-size: 20px;
  }
  .reasons__info-note {
    font-size: 12px;
  }
}
.campaign {
  padding: 57px 0px 60px 0px;
  background-color: #0ab663;
  overflow: hidden;
}

.campaign__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 22px;
  gap: 23px;
}

.campaign__title {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
}

.campaign__link {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}

.campaign__link .material-icons {
  font-size: 24px;
  color: #fff;
}

.campaign__slider {
  padding-bottom: 60px;
  overflow: visible;
}

.campaign__slide {
  width: 509px;
  max-width: 100%;
}

.campaign__card {
  display: block;
}

.campaign__card-img {
  width: 100%;
  height: 282px;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.campaign__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign__card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 19px;
  color: #fff;
}

.campaign__card-date {
  font-size: 15px;
  margin-bottom: 10px;
}

.campaign__card-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.campaign__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 3;
}

.campaign__prev,
.campaign__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.campaign__prev {
  margin-right: 24px;
}

.campaign__prev:hover,
.campaign__next:hover {
  opacity: 0.8;
}

.campaign__prev .material-icons,
.campaign__next .material-icons {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 34px 0 40px;
  }
  .campaign__header {
    margin-bottom: 16px;
    gap: 11px;
    flex-direction: column;
    align-items: flex-start;
  }
  .campaign__title {
    font-size: 36px;
    line-height: 1;
  }
  .campaign__link {
    margin-bottom: 0;
    font-size: 12px;
  }
  .campaign__slider {
    padding-bottom: 0;
  }
  .campaign__slide {
    width: 280px;
  }
  .campaign__card-img {
    height: auto;
    aspect-ratio: 271/157;
  }
  .campaign__card-date {
    font-size: 12px;
  }
  .campaign__card-title {
    font-size: 16px;
  }
  .campaign__card-date {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .campaign__card-title {
    font-size: 20px;
  }
  .campaign__nav {
    display: none;
  }
}
.features {
  padding: 121px 0px 177px 0px;
  background-color: #1e1f1e;
}

.features__header {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.features__title-en {
  font-size: 100px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.22);
}

.features__title-ja {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 100px;
}

.features__item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.features__item-number {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
}

.features__item-icon {
  width: 64px;
  height: 64px;
}

.features__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.features__item-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.features__item-desc {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.features__item-note {
  font-size: 14px;
  color: #bbb;
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .features {
    padding: 60px 0 70px;
  }
  .features__header {
    margin-bottom: 32px;
  }
  .features__title-en {
    font-size: 64px;
  }
  .features__title-ja {
    font-size: 20px;
  }
  .features__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .features__item-head {
    margin-bottom: 0px;
    align-items: center;
  }
  .features__item-number {
    font-size: 32px;
  }
  .features__item-title {
    font-size: 16px;
  }
}
/* ==========================================================================
   よくある質問
   ========================================================================== */
.faq {
  width: 100%;
  padding: 80px 20px;
  background: var(--color-white);
}

.faq__inner {
  max-width: 900px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   セクションヘッダー
   -------------------------------------------------------------------------- */
.faq__header {
  text-align: center;
  margin-bottom: 50px;
}

.faq__title {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-black);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.faq__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   FAQ リスト
   -------------------------------------------------------------------------- */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* --------------------------------------------------------------------------
   FAQ アイテム
   -------------------------------------------------------------------------- */
.faq-item {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__question,
.faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-item__question {
  margin-bottom: 16px;
}

.faq-item__label {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.faq-item__label--q {
  color: var(--color-primary);
}

.faq-item__label--a {
  color: #888;
}

.faq-item__question .faq-item__text {
  font-size: 17px;
  font-weight: 900;
  color: var(--color-black);
  line-height: 1.6;
}

.faq-item__answer .faq-item__text {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   レスポンシブ（モバイル）
   -------------------------------------------------------------------------- */
@media screen and (max-width: 530px) {
  .faq {
    padding: 50px 15px;
  }
  .faq__title {
    font-size: 22px;
  }
  .faq__subtitle {
    font-size: 12px;
  }
  .faq__header {
    margin-bottom: 30px;
  }
  .faq-item {
    padding: 20px 0;
  }
  .faq-item__question,
  .faq-item__answer {
    gap: 12px;
  }
  .faq-item__question {
    margin-bottom: 12px;
  }
  .faq-item__label {
    font-size: 18px;
  }
  .faq-item__question .faq-item__text {
    font-size: 15px;
  }
  .faq-item__answer .faq-item__text {
    font-size: 13px;
    line-height: 1.7;
  }
  .partners {
    padding: 50px 15px;
  }
  .partners__title {
    font-size: 22px;
  }
  .partners__subtitle {
    font-size: 12px;
  }
  .partners__header {
    margin-bottom: 30px;
  }
  .partners__logos {
    gap: 24px 30px;
  }
  .partners__logo img {
    max-width: 120px;
    max-height: 40px;
  }
}
.partners {
  padding: 121px 0px 177px 0px;
}

.partners__header {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.partners__title-en {
  font-size: 100px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.1);
}

.partners__title-ja {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__logo {
  height: 83px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners__logo--fireblocks {
  height: 83px;
}

.partners__logo--metamask {
  height: 83px;
}

.partners__logo--izakaya {
  height: 63px;
}

.partners__logo--sumsub {
  height: 57px;
}

.partners__logo--bittimes {
  height: 55px;
}

@media screen and (max-width: 768px) {
  .partners {
    padding: 81px 0px 111px 0px;
  }
  .partners__header {
    margin-bottom: 20px;
  }
  .partners__title-en {
    font-size: 64px;
  }
  .partners__title-ja {
    font-size: 20px;
  }
  .partners__list {
    flex-direction: column;
    gap: 20px;
  }
  .partners__logo {
    height: 36px;
  }
  .partners__logo--fireblocks {
    height: 73px;
  }
  .partners__logo--metamask {
    height: 65px;
  }
  .partners__logo--izakaya {
    height: 50px;
  }
  .partners__logo--sumsub {
    height: 47px;
    margin: 10px 0;
  }
  .partners__logo--bittimes {
    height: 47px;
  }
}
.service {
  background-color: #1e1f1e;
}

.service__header {
  margin-bottom: 73px;
}

.service__content {
  display: grid;
}

.service__item {
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
}

.service__label {
  flex: none;
  width: 99px;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}

.service__value {
  color: #8a8b96;
  line-height: 2;
  flex: 1;
  font-weight: 600;
}

.service__partners {
  display: flex;
  list-style: none;
  gap: 16px;
  width: 100%;
}

.service__partner {
  display: block;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 4px;
  padding: 20px 30px;
  transition: transform 0.3s ease;
}

.service__partner:hover {
  transform: scale(1.03, 1.03);
}

.service__partner-name {
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

.service__partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
}

.service__partner-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .service__header {
    margin-bottom: 56px;
  }
  .service__item {
    margin-bottom: 10px;
  }
  .service__label {
    font-size: 14px;
    margin-top: 3px;
  }
  .service__value {
    font-size: 13px;
  }
  .service__partners {
    flex-direction: column;
  }
  .service__partner {
    width: 100%;
    height: 90px;
    padding: 10px 30px;
  }
}
.contact__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 796px;
  background-color: #fff;
}

.contact__title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

.contact__form {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
}

.contact__field {
  margin-bottom: 20px;
}

.contact__field label {
  display: block;
  width: 100%;
}

.contact__label-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact__label-text {
  font-size: 15px;
  font-weight: 700;
}

.contact__required {
  color: #f23a3c;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
}

.contact__field .wpcf7-form-control-wrap {
  display: block;
}

.contact__input,
.contact__textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 15px;
  font-family: inherit;
  background-color: #eee;
  border: none;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.contact__input:focus,
.contact__textarea:focus {
  background-color: #e5e5e5;
}

.contact__textarea {
  height: 160px;
  resize: vertical;
}

.contact__textarea::-moz-placeholder {
  color: #999;
}

.contact__textarea::placeholder {
  color: #999;
}

.contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.c-button--contact {
  width: 279px;
  height: 60px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #0ab663 0%, #076863 100%);
  border: none;
  border-radius: 128px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-button--contact:hover {
  background: linear-gradient(90deg, #09a359 0%, #065a56 100%);
  transform: scale(1.05, 1.05);
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.1);
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact__body {
    min-height: auto;
  }
  .contact__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .contact__form {
    width: 100%;
  }
  .contact__label-text {
    font-size: 14px;
  }
  .contact__required {
    font-size: 14px;
  }
  .contact__input,
  .contact__textarea {
    padding: 12px;
    font-size: 14px;
  }
  .contact__submit {
    justify-content: center;
  }
  .c-button--contact {
    width: auto;
    min-width: 200px;
    height: 50px;
    font-size: 16px;
  }
}
.archive {
  padding: 40px 0 80px;
  background-color: #f2f2f2;
}

.archive__list {
  max-width: 960px;
  margin: 0 auto;
}

.archive__card {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}

.archive__card:hover {
  opacity: 0.8;
}

.archive__card-image {
  flex: none;
  width: 434px;
  overflow: hidden;
}

.archive__card-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.archive__card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-right: 20px;
}

.archive__card-date {
  font-size: 16px;
  font-weight: 500;
  color: #414246;
}

.archive__card-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
}

.archive__card-line {
  width: 70px;
  height: 3px;
  background-color: #0ab663;
}

.archive__card-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #414246;
}

.archive__card-more {
  font-size: 13px;
  font-weight: 800;
  color: #0ab663;
  text-align: right;
}

.archive__more {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .archive {
    padding: 40px 0;
  }
  .archive__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .archive__card {
    flex-direction: column;
    width: 100%;
    gap: 9px;
    padding: 10px 10px 30px;
    margin-bottom: 0;
  }
  .archive__card-image {
    width: 100%;
  }
  .archive__card-body {
    width: 88%;
    margin-inline: auto;
    gap: 6px;
  }
  .archive__card-date {
    font-size: 12px;
  }
  .archive__card-title {
    font-size: 18px;
  }
  .archive__card-excerpt {
    line-height: 1.5;
  }
  .archive__more {
    margin-top: 30px;
  }
}
.p-single {
  padding: 77px 0 82px;
  background-color: #fff;
}

.p-single__article {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.p-single__header {
  margin-bottom: 0;
}

.p-single__date {
  font-size: 16px;
  font-weight: 500;
  color: #414246;
}

.p-single__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  color: #000;
  margin: 20px 0 48px;
}

.p-single__thumbnail {
  margin-bottom: 28px;
}

.p-single__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-single__content {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-single {
    padding: 48px 0 60px;
  }
  .p-single__article {
    padding: 0;
    border-radius: 0;
  }
  .p-single__date {
    font-size: 14px;
  }
  .p-single__title {
    font-size: 24px;
    margin: 16px 0 50px;
  }
  .p-single__thumbnail {
    margin-bottom: 20px;
  }
  .p-single__content {
    line-height: 2;
  }
}
.legal__header {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .legal__header {
    margin-bottom: 60px;
  }
}
.article-content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.article-content p {
  min-height: 1em;
  margin: 10px 0;
}

.article-content strong {
  font-weight: 900;
}

.article-content em {
  font-style: italic;
}

.article-content a {
  color: #007cff;
  text-decoration: underline;
}

.article-content a:hover {
  opacity: 0.8;
}

.article-content ul {
  margin: 0 0 0 20px;
}

.article-content ul li {
  list-style: disc;
  margin: 10px 0;
}

.article-content ol {
  margin: 0 0 0 20px;
}

.article-content ol li {
  list-style: decimal;
  margin: 10px 0;
}

.article-content h1 {
  font-weight: 700;
  margin: 10px 0;
}

.article-content h2 {
  background: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  padding: 6px 18px;
  text-align: left;
  text-shadow: none;
}

.article-content h3 {
  border-left: 3px solid #000000;
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0;
  padding: 0 0 0 8px;
}

.article-content blockquote {
  margin: 10px 0;
  padding: 1em 1.5em;
  border-left: 4px solid #0ab663;
  background-color: rgba(255, 255, 255, 0.05);
}

.article-content hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.article-content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.article-content table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.article-content th {
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.1);
}

.article-content--light {
  color: #333;
}

.article-content--light blockquote {
  background-color: rgba(0, 0, 0, 0.03);
}

.article-content--light hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.article-content--light th,
.article-content--light td {
  border-color: rgba(0, 0, 0, 0.1);
}

.article-content--light th {
  background-color: rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 768px) {
  .article-content h2 {
    font-size: 20px;
    line-height: 1.4;
    padding: 11px 12px;
  }
  .article-content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.guide__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.guide__image {
  width: 700px;
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}/*# sourceMappingURL=style.css.map */