@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP";
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-container {
  margin: 0 auto;
}

.l-header__container {
  height: 784px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__container {
    height: auto;
    padding-bottom: 80px;
  }
}
.l-header__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: var(--Background-PrimaryBrand, linear-gradient(270deg, var(--Primary-500, #0298D4) 0%, var(--Primary-900, #014970) 100%));
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .l-header__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.l-header__content__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 784px;
}
@media screen and (max-width: 768px) {
  .l-header__content__inner {
    height: auto;
    padding: 72px 37px 0 27px;
  }
}
.l-header__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header__content {
    display: block;
  }
}
.l-header__content__body {
  padding-left: 86px;
}
@media screen and (max-width: 768px) {
  .l-header__content__body {
    padding-left: 0;
  }
}
.l-header__content__body__title {
  margin-top: 24px;
}
.l-header__content__body__title--first {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 768px) {
  .l-header__content__body__title--first {
    font-size: 24px;
    line-height: 133%;
  }
}
.l-header__content__body__title--strong {
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 133%;
}
@media screen and (max-width: 768px) {
  .l-header__content__body__title--strong {
    font-size: 32px;
  }
}
.l-header__content__body__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-header__content__body__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
.l-header__content__img {
  margin-left: -166px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-header__content__img {
    margin-left: 0;
    padding-top: 24px;
  }
}
.l-header__content__img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  height: 300px;
}
@media screen and (max-width: 768px) {
  .l-header__content__img__overlay {
    display: none;
  }
}

.l-footer__container {
  max-width: 805px;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    padding: 48px 24px;
  }
}
.l-footer__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__heading__text {
    margin-top: 12px;
  }
}
.l-footer__list {
  padding: 78px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.l-footer__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    padding-top: 28px;
  }
}
.l-footer__item:first-child {
  padding-top: 0;
}
.l-footer__item__numberArea {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__item__numberArea__text {
  font-family: Helvetica;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.l-footer__item__numberArea__number {
  font-family: Helvetica;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
}
.l-footer__item__body {
  flex: 1;
}
.l-footer__item__body__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer__item__body__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
  }
}
.l-footer__item__body__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__item__body__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
.l-footer__contactBtn {
  margin: 0 auto;
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .l-footer__contactBtn {
    margin-top: 48px;
  }
}
.l-footer__terms {
  height: 80px;
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.l-footer__terms__link {
  color: #666;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
.l-footer__terms__link:hover {
  color: #000;
}
.l-footer__terms__link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #333;
}

.c-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 117%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
}

.c-subHeading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 768px) {
  .c-subHeading {
    font-size: 24px;
    line-height: 133%;
  }
}

.c-textColor {
  background: var(--Border-PrimaryBrand, linear-gradient(270deg, var(--Primary-500, #0298D4) 0%, var(--Primary-900, #014970) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-contactBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  background: #026EAE;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  color: #E6F4FA;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.anxiety__container {
  background: var(--Background-PrimaryBrand, linear-gradient(270deg, var(--Primary-500, #0298D4) 0%, var(--Primary-900, #014970) 100%));
  position: relative;
  padding: 120px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .anxiety__container {
    padding: 120px 24px;
    padding-bottom: 160px;
  }
}
.anxiety__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .anxiety__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.anxiety__heading {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anxiety__heading {
    font-size: 32px;
  }
}
.anxiety__heading--fontBold {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .anxiety__heading--fontBold {
    font-size: 48px;
  }
}
.anxiety__contents {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .anxiety__contents {
    padding: 0;
  }
}
.anxiety__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 78px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .anxiety__content {
    display: block;
    margin: 0;
  }
}
.anxiety__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .anxiety__content__body {
    width: 100%;
  }
}
.anxiety__content__body__heading {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anxiety__content__body__heading {
    font-size: 24px;
  }
}
.anxiety__content__body__heading--textSmall {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .anxiety__content__body__heading--textSmall {
    font-size: 16px;
    font-weight: 500;
  }
}
.anxiety__content__img {
  display: block;
}
@media screen and (max-width: 768px) {
  .anxiety__content__img {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .anxiety__content__img img {
    height: 303px;
    text-align: center;
  }
}
.anxiety__subHeadingInner {
  padding-top: 48px;
  text-align: center;
}
.anxiety__subHeading {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}
@media screen and (max-width: 768px) {
  .anxiety__subHeading {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
}
.anxiety__subHeading--textYellow {
  color: #EF0;
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 768px) {
  .anxiety__subHeading--textYellow {
    font-size: 48px;
  }
}
.anxiety__subHeading__text {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-top: 24px;
}
.anxiety__subHeading__text--textYellow {
  color: #EF0;
}

.guide__container {
  max-width: 1040px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .guide__container {
    padding: 0 24px;
    padding-top: 0;
  }
}
.guide__heading {
  text-align: center;
}
.guide__icon {
  padding-top: 48px;
  text-align: center;
}
.guide__content {
  display: flex;
  justify-content: center;
  gap: 58px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .guide__content {
    display: block;
  }
}
.guide__content__body__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .guide__content__body__heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.guide__content__body__heading:first-child {
  margin-top: 0;
}
.guide__content__body__heading__number {
  text-align: center;
  font-family: Helvetica;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -4.657px;
}
@media screen and (max-width: 768px) {
  .guide__content__body__heading__number {
    font-size: 64px;
  }
}
.guide__content__body__heading__text {
  margin-left: 16px;
}
.guide__content__body__desc {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin-top: 24px;
}
.guide__content__img {
  padding-top: 24px;
  text-align: center;
}

.intro__container {
  background-color: #EDEDED;
  position: relative;
  padding: 120px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .intro__container {
    padding: 48px 24px;
    padding-bottom: 160px;
  }
}
.intro__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .intro__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.intro__content {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .intro__content {
    display: block;
  }
}
.intro__content__img {
  min-width: 435px;
}
@media screen and (max-width: 768px) {
  .intro__content__img {
    min-width: auto;
    text-align: center;
  }
}
.intro__content__body__text {
  font-size: 24px;
  line-height: 133%;
}
@media screen and (max-width: 768px) {
  .intro__content__body__text {
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.32px;
    margin-top: 48px;
  }
}

.trustReason__container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .trustReason__container {
    padding: 120px 24px;
    padding-bottom: 160px;
  }
}
.trustReason__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #EDEDED;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .trustReason__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.trustReason__contents {
  max-width: 1040px;
  margin: 0 auto;
}
.trustReason__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .trustReason__content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .trustReason__content:first-child {
    padding-top: 78px;
  }
}
.trustReason__content__body__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .trustReason__content__body__heading {
    display: block;
    text-align: center;
  }
}
.trustReason__content__body__heading:first-child {
  margin-top: 0;
}
.trustReason__content__body__heading__number {
  text-align: center;
  font-family: Helvetica;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -4.657px;
}
.trustReason__content__body__heading__text {
  margin-left: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .trustReason__content__body__heading__text {
    margin-left: 0;
    white-space: inherit;
  }
}
.trustReason__content__body__desc {
  color: #1F1F1F;
  font-size: 24px;
  line-height: 133%;
  margin-top: 24px;
}
.trustReason__content__img {
  min-width: 443px;
}
@media screen and (max-width: 768px) {
  .trustReason__content__img {
    min-width: auto;
    padding-top: 54px;
    text-align: center;
  }
}
.trustReason__subHeadingInner {
  padding-top: 48px;
}
.trustReason__subHeading__text {
  margin-top: 24px;
  text-align: center;
}

.supportDevice__container {
  background-color: #EDEDED;
  position: relative;
  padding: 120px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .supportDevice__container {
    padding: 48px 24px;
    padding-top: 0;
  }
}
.supportDevice__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .supportDevice__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
    display: none;
  }
}
.supportDevice__heading__text {
  margin-top: 8px;
  text-align: center;
}
.supportDevice__img {
  padding-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .serviceSummary {
    display: none;
  }
}
.serviceSummary__container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 200px;
}
.serviceSummary__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #EDEDED;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .serviceSummary__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.serviceSummary__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 1040px;
}
.serviceSummary__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  padding-top: 50px;
}
.serviceSummary__content__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}
.serviceSummary__content__item:first-child {
  padding-top: 0;
}
.serviceSummary__content__item__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}

.preventFeatures__container {
  background-color: #EDEDED;
  position: relative;
  padding: 120px 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .preventFeatures__container {
    padding: 48px 24px;
    padding-bottom: 160px;
  }
}
.preventFeatures__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .preventFeatures__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.preventFeatures__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin-top: 16px;
}
.preventFeatures__cards {
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 auto;
  padding-top: 48px;
}
@media screen and (max-width: 960px) {
  .preventFeatures__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .preventFeatures__cards {
    grid-template-columns: auto;
  }
}
.preventFeatures__card {
  background-color: #FFF;
  display: flex;
  width: 230px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  .preventFeatures__card {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .preventFeatures__card {
    width: auto;
  }
}
.preventFeatures__card__title {
  color: #1151A7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  white-space: nowrap;
}
.preventFeatures__card__text {
  font-weight: 300;
}

.functionDetail__container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .functionDetail__container {
    padding: 48px 24px;
    padding-top: 0;
  }
}
.functionDetail__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #EDEDED;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .functionDetail__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.functionDetail__container::after {
  display: none;
}
.functionDetail__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin-top: 16px;
}
.functionDetail__categorys {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .functionDetail__categorys {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scrollbar-width: none;
  }
  .functionDetail__categorys::-webkit-scrollbar {
    display: none;
  }
}
.functionDetail__category {
  border: 1px solid #BFBFBF;
  border-radius: 100px;
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  .functionDetail__category {
    flex: 0 0 auto;
  }
}
.functionDetail__category.is-active {
  border: 1px solid #0298D4;
  color: #0298D4;
}
.functionDetail__category__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
.functionDetail__categoryBody {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 24px;
}
.functionDetail__categoryBody__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-top: 16px;
}
.functionDetail__contactBtn {
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .functionDetail__contactBtn {
    text-align: center;
  }
}

.riskManagement__container {
  background-color: #EDEDED;
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .riskManagement__container {
    padding: 48px 24px;
    padding-bottom: 0;
  }
}
.riskManagement__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .riskManagement__heading__text {
    margin-top: 24px;
  }
}
.riskManagement__contents {
  max-width: 1040px;
  margin: 0 auto;
}
.riskManagement__content {
  padding-top: 48px;
}
.riskManagement__content__heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.riskManagement__content__heading::before, .riskManagement__content__heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.riskManagement__content__body {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .riskManagement__content__body {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .riskManagement__content__body__textBody {
    padding-top: 24px;
  }
}
.riskManagement__content__body__textBody__box {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.riskManagement__content__body__textBody__list {
  margin-top: 16px;
}
.riskManagement__content__body__textBody__item {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.riskManagement__content__body__textBody__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
@media screen and (max-width: 768px) {
  .riskManagement__content__body__textBody__heading {
    margin-top: 8px;
  }
}
.riskManagement__content__body__textBody__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.riskManagement__content__body__img {
  flex: 0 0 368px;
}
@media screen and (max-width: 768px) {
  .riskManagement__content__body__img {
    padding-top: 24px;
    text-align: center;
  }
}

.flow__container {
  background-color: #EDEDED;
  position: relative;
  padding-top: 48px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .flow__container {
    padding: 48px 0;
  }
}
.flow__container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .flow__container::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
    display: none;
  }
}
.flow__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin-top: 16px;
}
.flow__list {
  max-width: 496px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin: 0 auto;
    padding: 0px 24px;
  }
}
.flow__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .flow__item {
    gap: 8px;
  }
}
.flow__item__circle {
  border: 1px solid #000;
  border-radius: 1000px;
  width: 64px;
  height: 64px;
  padding: 16px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow__item__circle {
    flex-shrink: 0;
  }
}
.flow__item__circle__text {
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.flow__item__circle__number {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.24px;
  text-align: center;
  margin-top: -8px;
}
.flow__item__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
.flow__contactBtn {
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .flow__contactBtn {
    margin-top: 48px;
    font-size: 20px;
  }
}

.p-terms__container {
  max-width: 800px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-terms__container {
    padding: 48px 24px;
  }
}
.p-terms__header {
  padding-top: 60px;
}
.p-terms__heading {
  margin-top: 30px;
}
.p-terms__article {
  padding-top: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.p-terms__section {
  padding-top: 48px;
  line-height: 136%;
}
.p-terms__sectionTitle {
  font-size: 20px;
  font-weight: 700;
}
.p-terms__sectionTitle--attachment2 {
  display: inline-block;
  font-size: 20px;
  margin-top: 18px;
}
.p-terms__subTitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 16px;
}
.p-terms__text {
  margin-top: 16px;
}
.p-terms__table {
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.p-terms__th {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
}
.p-terms__th--first {
  width: 20%;
}
.p-terms__td {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: middle;
}
.p-terms__td--textLeft {
  text-align: left;
}
.p-terms__olist {
  margin-top: 16px;
  list-style: decimal;
}
.p-terms__olistItem {
  margin-top: 8px;
}
.p-terms__ulistItem--disc {
  list-style: disc;
  margin-top: 6px;
}
.p-terms__footer__prevLink {
  padding-top: 24px;
}

/* 親: 1., 2., 3... */
.p-terms__olist--decimal {
  list-style: none;
  counter-reset: term-main;
  padding-left: 0;
  margin-left: 0;
}

.p-terms__olist--decimal > .p-terms__olistItem {
  counter-increment: term-main;
  counter-reset: term-sub;
  position: relative;
}

.p-terms__olist--decimal > .p-terms__olistItem::before {
  content: counter(term-main) ".";
  font-size: 20px;
}

/* 子: 1.1, 1.2, 1.3... */
.p-terms__olist--subdecimal {
  list-style: none;
  counter-reset: term-sub;
  padding-left: 0;
  margin-left: 0.2em; /* 好みで */
  margin-top: 0.6em;
}

.p-terms__olist--subdecimal > .p-terms__olistItem {
  counter-increment: term-sub;
  position: relative;
}

.p-terms__olist--subdecimal > .p-terms__olistItem::before {
  content: counter(term-main) "." counter(term-sub);
  padding-right: 10px;
}

.specified {
  --bg: #ffffff;
  --panel: #f3f3f3;
  --text: #111;
  --muted: rgba(0, 0, 0, 0.65);
  --border: rgba(0, 0, 0, 0.10);
  --radius: 14px;
  --max: 980px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
.specified a {
  color: inherit;
}
.specified__hero {
  background: var(--panel);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(18px, 3vw, 34px) 0;
}
.specified__hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.specified__hero__kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px;
}
.specified__hero__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.specified__main {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 20px;
}
.specified__main__lead {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 14px;
}
.specified__main__note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.specified__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.specified__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .specified__row {
    grid-template-columns: 1fr;
  }
}
.specified__row:first-child {
  border-top: none;
}
.specified__row__head {
  padding: 18px;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.specified__row__body {
  padding: 18px;
}
.specified__row__body p {
  margin: 0;
}
.specified__row__body small {
  color: var(--muted);
}

.privacy {
  --bg: #ffffff;
  --panel: #f3f3f3;
  --text: #111;
  --muted: rgba(0, 0, 0, 0.65);
  --border: rgba(0, 0, 0, 0.10);
  --radius: 14px;
  --max: 980px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
.privacy a {
  color: inherit;
}
.privacy__hero {
  background: var(--panel);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(18px, 3vw, 34px) 0;
}
.privacy__hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.privacy__hero__kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px;
}
.privacy__hero__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.privacy__main {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 20px;
}
.privacy__main__lead {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 14px;
}
.privacy__main__note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.privacy__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.privacy__card--mt {
  margin-top: 18px;
}
.privacy__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--border);
}
.privacy__row:first-child {
  border-top: none;
}
.privacy__row__head {
  padding: 18px;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.privacy__row__body {
  padding: 18px;
}
.privacy__row__body p {
  margin: 0;
}
.privacy__policy {
  padding: 18px;
}
.privacy__policy__title {
  margin: 0 0 12px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.privacy__list {
  margin: 0;
  padding-left: 1.2em;
}
.privacy__list__item {
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.privacy__list__item:first-child {
  border-top: none;
}
.privacy__list__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.privacy__list__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 15px;
}
@media (max-width: 768px) {
  .privacy__row {
    grid-template-columns: 1fr;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}