@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
  font-size: 0.8333333333vw; /* 1200px の時に 10px になる */
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw; /* 375px × 2.666...% = 10px */
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

p {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1920px;
  max-width: 120rem;
  padding: 112px 160px;
  padding: 7rem 10rem;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .l-inner {
    padding: 0rem 1rem 0;
  }
}

.l-header {
  width: 100%;
  height: 128px;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #DEECFB;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 4rem;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.2px 160px 0 128px;
  padding: 0.7rem 10rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0.4rem 1rem 0 2rem;
  }
}
.l-header__logo {
  max-width: 384px;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 12rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60.8px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__contents > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 6.1rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(28, 80, 161, .95);
    padding-top: 2rem;
    z-index: 99;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    width: 100%;
    text-align: center;
  }
}
.l-header__nav li {
  padding: 0 22.4px;
  padding: 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav li {
    border-top: 1px solid #fff;
    width: 100%;
  }
  .l-header__nav li:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.l-header__nav li:not(:last-of-type) {
  position: relative;
}
.l-header__nav li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 38.4px;
  height: 2.4rem;
  width: 1px;
  background-color: #1C50A1;
}
@media screen and (max-width: 768px) {
  .l-header__nav li:not(:last-of-type)::after {
    position: unset;
    content: none;
  }
}
.l-header__nav a {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #1C50A1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-header__nav a {
    color: #fff;
    padding: 3.2rem 0 3.1rem;
    display: block;
  }
}
.l-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 320px;
  width: 20rem;
  height: 64px;
  height: 4rem;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #1C50A1;
  position: relative;
}
.l-header__contact a.tel svg path {
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .l-header__contact a {
    background-color: #fff;
    color: #1C50A1;
    font-size: 1.4rem;
  }
}
.l-header__contact svg {
  position: absolute;
  right: 38.4px;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6px;
  width: 1.6rem;
  height: 19.2px;
  height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-header__contact svg {
    right: 2.4rem;
    width: 1.5rem;
    height: 1rem;
  }
  .l-header__contact svg path {
    stroke: #1C50A1;
  }
}

.l-footer {
  background: #1C50A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 256px;
  height: 16rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
    height: auto;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20.8px;
  padding-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: unset;
    gap: 2rem;
  }
}
.l-footer__logo {
  width: 384px;
  width: 24rem;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__link {
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 24px;
  padding: 0 1.5rem;
  margin-left: 64px;
  margin-left: 4rem;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    margin-left: unset;
  }
}
.l-footer__small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #ddd;
  display: block;
  margin-left: 32px;
  margin-left: 2rem;
  height: 1.7em;
}
@media screen and (max-width: 768px) {
  .l-footer__small {
    margin-left: unset;
  }
}

.c-bg-gray {
  background: #F3F2F2;
}

.c-title {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
  }
}
.c-title--01 {
  width: 702.4px;
  width: 43.9rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--01 {
    width: 22rem;
  }
}
.c-title--02 {
  width: 1300.8px;
  width: 81.3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--02 {
    width: 32rem;
  }
}
.c-title--03 {
  width: 1152px;
  width: 72rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--03 {
    width: 32rem;
  }
}
.c-title--04 {
  width: 888px;
  width: 55.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--04 {
    width: 28rem;
  }
}
.c-title--05 {
  width: 1179.2px;
  width: 73.7rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--05 {
    width: 32rem;
  }
}
.c-title--06 {
  width: 1161.6px;
  width: 72.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-title--06 {
    width: 32rem;
  }
}
.c-title img {
  width: 100%;
  height: auto;
}

.c-title__catch {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-title__outline-text {
  position: relative;
  display: inline-block;
}
.c-title__outline-text::before {
  content: "";
  position: absolute;
  bottom: -1.6px;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #FCEE21;
  z-index: 0;
}

.c-title__text-outline {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  -webkit-text-stroke: 8px #1c50a1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  letter-spacing: 0.03em;
  z-index: 1;
  /* 左端をぴったり揃えた影（2px大きく） */
  text-shadow: 0px 6px 0px #1c50a1, 1px 7px 0px #1c50a1, 2px 8px 0px #1c50a1;
}
@media screen and (max-width: 768px) {
  .c-title__text-outline {
    -webkit-text-stroke: 4px #1c50a1;
    font-size: 2.4rem;
    text-shadow: 0px 3px 0px #1c50a1, 1px 4px 0px #1c50a1;
  }
}

.c-title__text-fill {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.03em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-title__text-fill {
    font-size: 2.4rem;
  }
}

.c-title02 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 38.4px;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-title02 {
    font-size: 2.4rem;
  }
}
.c-title02::after {
  position: absolute;
  content: "";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 128px;
  width: 8rem;
  height: 8px;
  height: 0.5rem;
  background-color: #1C50A1;
}

.c-text {
  font-weight: 700;
  text-align: center;
}

.c-lead {
  text-align: center;
}
.c-lead p {
  font-size: 51.2px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-lead p {
    font-size: 2rem;
  }
}
.c-lead p .c-lead__blue {
  display: inline-block;
  margin-right: 28.8px;
  margin-right: 1.8rem;
  padding-left: 25.6px;
  padding-left: 1.6rem;
  padding-right: 25.6px;
  padding-right: 1.6rem;
  color: #fff;
  background: #1c50a1;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .c-lead p .c-lead__blue {
    margin-right: 0;
    display: inline-block;
  }
}

.c-burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 2rem;
    top: 1.1rem;
    width: 3.2rem;
    height: 2rem;
    z-index: 999;
  }
  .c-burger--top, .c-burger--mid, .c-burger--bottom {
    width: 2.2rem;
    height: 0.3rem;
    display: block;
    background-color: #1C50A1;
    position: absolute;
  }
  .c-burger--top {
    top: 0;
  }
  .c-burger--mid {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-burger--bottom {
    bottom: 0;
  }
  .c-burger.active .c-burger--top {
    rotate: 45deg;
    top: 14px;
    background-color: #fff;
    right: 5px;
  }
  .c-burger.active .c-burger--mid {
    opacity: 0;
  }
  .c-burger.active .c-burger--bottom {
    rotate: -45deg;
    bottom: 3px;
    background-color: #fff;
    right: 5px;
  }
}

.c-cta {
  background: #1C50A1;
  margin: 0 calc(50% - 50vw);
  padding: 4.4rem calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
.c-cta .contact a {
  position: relative;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1024px;
  max-width: 64rem;
  height: 115.2px;
  height: 7.2rem;
  border: #FFFFFF 2px solid;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(195, 1, 0)), color-stop(10%, rgb(205, 24, 11)), color-stop(21%, rgb(217, 50, 23)), color-stop(37%, rgb(226, 70, 33)), color-stop(50%, rgb(233, 85, 39)), color-stop(72%, rgb(236, 93, 43)), to(rgb(238, 96, 45)));
  background: linear-gradient(0deg, rgb(195, 1, 0) 0%, rgb(205, 24, 11) 10%, rgb(217, 50, 23) 21%, rgb(226, 70, 33) 37%, rgb(233, 85, 39) 50%, rgb(236, 93, 43) 72%, rgb(238, 96, 45) 100%);
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-cta .contact a {
    width: 28rem;
    font-size: 1.4rem;
    height: 6.2rem;
  }
}
.c-cta .contact a:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/right-arrow.svg) no-repeat;
  background-size: contain;
  right: 64px;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
  width: 17.6px;
  width: 1.1rem;
  height: 35.2px;
  height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-cta .contact a:after {
    right: 2rem;
    width: 0.5rem;
    height: 1.1rem;
  }
}
.c-cta dl {
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 2.0rem;
  width: 64.0rem;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20.0rem;
}
.c-cta dl dt {
  font-size: 2.0rem;
}
.c-cta dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-cta dl dd a {
  font-size: 5.4rem;
  font-weight: 700;
}
.c-cta dl dd a svg {
  width: 4.0rem;
}
.c-cta dl dd a svg path {
  fill: #1C50A1;
}

@media screen and (max-width: 768px) {
  .c-cta dl {
    padding: 2.0rem;
    width: 28rem;
    border-radius: 20.0rem;
  }
  .c-cta dl dt {
    font-size: 1.2rem;
  }
  .c-cta dl dd {
    font-size: 1.0rem;
  }
  .c-cta dl dd a {
    font-size: 2.8rem;
  }
  .c-cta dl dd a svg {
    width: 2.0rem;
  }
}
.c-footer-cta {
  width: 320px;
  width: 20rem;
  height: 320px;
  height: 20rem;
  position: fixed;
  right: 38.4px;
  right: 2.4rem;
  bottom: 38.4px;
  bottom: 2.4rem;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.2s ease-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.2s ease-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease-out;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}
.c-footer-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-footer-cta {
    width: 10rem;
    height: 10rem;
    right: 1.2rem;
    bottom: 1.2rem;
  }
  .c-footer-cta img {
    width: 100%;
    height: auto;
  }
}
.c-footer-cta__close {
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-footer-cta__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-footer-cta__close img {
  width: 100%;
  height: auto;
}

.p-top__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.p-top__title.-white {
  color: #fff;
}
.p-top__lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 40px;
  }
}
.p-top__lead2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 39px;
}
.p-top__lead2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__lead2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-top__lead2 span + span {
    margin-top: 1.5em;
  }
}
.p-top__lead2.-white {
  color: #fff;
}
.p-top-mv {
  background: #EFF8F7;
}
.p-top-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 168px 20px 175px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    padding: 32px 20px 0px;
  }
}
.p-top-mv__lead--sm {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__lead--sm {
    font-size: 20px;
    line-height: 2;
  }
}
.p-top-mv__lead--lg {
  font-size: 48px;
  line-height: 1.875;
  font-weight: 900;
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__lead--lg {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-top: -3px;
  }
}
.p-top-mv__lead--lg .-small {
  position: relative;
}
.p-top-mv__lead--lg .-small span {
  position: absolute;
  top: -13px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  line-height: 2.25;
  font-weight: 700;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__lead--lg .-small span {
    font-size: 8px;
    top: -9px;
  }
}
.p-top-mv__text {
  font-size: 20px;
  line-height: 4.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__text {
    font-size: 12px;
    line-height: 7;
    text-align: center;
    margin-top: 0px;
  }
}
.p-top-mv__logo {
  max-width: 477px;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__logo {
    max-width: 268px;
    margin: -14px auto 0;
  }
}
.p-top-mv__logo img {
  width: 100%;
  height: auto;
}
.p-top-mv__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  max-width: 372px;
  margin-top: 108px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__buttonwrap {
    display: none;
  }
}
.p-top-mv__button {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
}
.p-top-mv__button p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  width: 100%;
  text-align: center;
  padding-left: 30px;
}
.p-top-mv__button.-information {
  background: linear-gradient(86deg, rgb(86, 192, 205) 0%, rgb(160, 204, 82) 100%);
  padding: 0 16px 0 6px;
  position: relative;
}
.p-top-mv__button.-information figure {
  width: 76px;
  height: auto;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-mv__button.-information figure img {
  width: 100%;
  height: auto;
}
.p-top-mv__button.-mail {
  background: #06B4CF;
  padding: 0 16px;
}
.p-top-mv__head {
  margin-left: 5px;
  margin-right: -20px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__head {
    margin-left: unset;
    margin-right: unset;
  }
}
.p-top-mv__body {
  position: relative;
  margin-right: -180px;
}
@media (max-width: 1745px) {
  .p-top-mv__body {
    margin-right: unset;
  }
}
.p-top-mv__thumb {
  max-width: 950px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__thumb {
    width: 102%;
    margin-top: 31px;
  }
}
.p-top-mv__thumb img {
  width: 100%;
  height: auto;
}
.p-top-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  right: 83px;
  bottom: -76px;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__list {
    position: unset;
    gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}
.p-top-mv__list li {
  background: #ED7976;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__list li {
    width: 101px;
    height: 101px;
  }
}
.p-top-mv__list li p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__list li p {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.p-top-mv__list li p span {
  font-size: 40px;
  line-height: 0.775;
}
@media screen and (max-width: 1276px) {
  .p-top-mv__list li p span {
    font-size: 32px;
    line-height: 0.625;
  }
}
.p-top-seminar {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-top-seminar {
    padding: 40px 0 54px;
  }
}
.p-top-worries {
  background: #EDEDED;
  padding: 160px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-worries {
    padding: 60px calc(50vw - 50%);
  }
}
.p-top-worries::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #EDEDED;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -90px;
  width: 395px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-top-worries::after {
    bottom: -48px;
    width: 137px;
    height: 48px;
  }
}
.p-top-worries__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.p-top-worries__title {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 auto;
}
.p-top-worries__title.-title1 {
  background: #06B4CF;
}
.p-top-worries__title.-title2 {
  background: #62B630;
  margin: 14px auto -15px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__title.-title2 {
    margin: 14px auto 17px;
  }
}
.p-top-worries__thumb {
  margin-top: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-worries__thumb {
    margin: 14px auto 0;
    max-width: 330px;
  }
}
.p-top-worries__thumb img {
  width: 100%;
  height: auto;
}
.p-top-worries__text {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__text {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-top: 23px;
  }
}
.p-top-solution {
  padding: 190px 0 0px;
  margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
  .p-top-solution {
    padding: 68px 0 80px;
  }
}
.p-top-solution__title {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
}
.p-top-solution__title--sm {
  display: block;
  font-size: 18px;
  line-height: 1.4444444444;
  background-image: url(../images/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 80px;
  margin: 0 auto;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-top-solution__title--sm {
    font-size: 16px;
    line-height: 1.5;
    width: 242px;
    height: 74px;
    padding-top: 12px;
  }
}
.p-top-solution__title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.p-top-solution__title--wrap img {
  width: 468px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-solution__title--wrap img {
    width: 302px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__title--wrap {
    font-size: 19px;
    line-height: 1.5263157895;
  }
}
.p-top-solution__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  max-width: 818px;
  width: 100%;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-solution__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    margin: 60px auto 0;
  }
}
.p-top-solution__item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-solution__item {
    width: 100%;
  }
}
.p-top-solution__circle {
  max-width: 358px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-solution__circle {
    max-width: 243px;
    margin: 0 auto;
    gap: 20px;
  }
}
.p-top-solution__circle.-circle1 {
  background: #F0F9F8;
}
.p-top-solution__circle.-circle2 {
  background: #F5FBEF;
}
.p-top-solution__title2 {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 50px;
  margin: -60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-solution__title2 {
    width: 110px;
    height: 32px;
    margin: -46px auto 0;
  }
}
.p-top-solution__title2.-title1 {
  background: #06B4CF;
}
.p-top-solution__title2.-title2 {
  background: #62B630;
}
@media screen and (max-width: 768px) {
  .p-top-solution__title2.-title2 {
    width: 95px;
  }
}
.p-top-solution__text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-solution__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-top-solution__thumb {
  width: 100%;
  height: auto;
}
.p-top-solution__thumb.-thumb1 {
  max-width: 185px;
  margin: -106px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-solution__thumb.-thumb1 {
    max-width: 110px;
    margin: -74px auto 0;
  }
}
.p-top-solution__thumb.-thumb2 {
  max-width: 168px;
  margin: -103px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-solution__thumb.-thumb2 {
    max-width: 100px;
    margin: -73px auto 0;
  }
}
.p-top-solution__thumb img {
  width: 100%;
  height: auto;
}
.p-top-about {
  background: -webkit-gradient(linear, left top, right top, from(rgb(86, 192, 205)), to(rgb(160, 204, 82)));
  background: linear-gradient(90deg, rgb(86, 192, 205) 0%, rgb(160, 204, 82) 100%);
  padding: 100px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 60px calc(50vw - 50%) 40px;
  }
}
.p-top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 95px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    margin-top: 40px;
  }
}
.p-top-about__head {
  color: #fff;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .p-top-about__head {
    width: 100%;
  }
}
.p-top-about__body {
  width: 63%;
  margin-right: -11%;
}
@media (max-width: 1530px) {
  .p-top-about__body {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__body {
    width: 100%;
    margin-right: unset;
  }
}
.p-top-about__text {
  font-size: 24px;
  line-height: 1.8333333333;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: unset;
  }
}
.p-top-about__list {
  margin-top: 40px;
}
.p-top-about__list li {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-about__list li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__thumb {
    width: 103%;
    margin-left: -5px;
  }
}
.p-top-about__thumb img {
  width: 100%;
  height: auto;
}
.p-top-flow {
  padding: 120px 0;
}
@media screen and (max-width: 1276px) {
  .p-top-flow {
    padding: 60px 0;
  }
}
.p-top-flow__cloudwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
.p-top-flow__cloud {
  width: calc(33.33333% - 13.33333px);
  border-radius: 10px;
  position: relative;
  padding: 14px 16px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud {
    width: 100%;
    max-width: 331px;
    margin: 0 auto;
  }
}
.p-top-flow__cloud::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
  width: 29px;
  height: 14px;
}
.p-top-flow__cloud.-teach {
  background: #06B4CF;
  border: 2px solid #06B4CF;
  padding: 12px 16px 16px 124px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-teach {
    padding: 7px 16px 11px 90px;
  }
}
.p-top-flow__cloud.-teach::after {
  background: #06B4CF;
}
.p-top-flow__cloud.-teach .p-top-flow__cloud--title {
  border: 2px solid #06B4CF;
  color: #06B4CF;
  width: 130px;
  height: 40px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-teach .p-top-flow__cloud--title {
    width: 100px;
    height: 32px;
  }
}
.p-top-flow__cloud.-teach .p-top-flow__cloud--thumb {
  width: 115px;
  height: 152px;
  left: -22px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-teach .p-top-flow__cloud--thumb {
    width: 90px;
    height: 118px;
    left: 0px;
  }
}
.p-top-flow__cloud.-pay {
  background: #fff;
  border: 2px solid #0AB1A8;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-pay {
    padding: 14px 16px 12px;
  }
}
.p-top-flow__cloud.-pay::after {
  background: #0AB1A8;
}
.p-top-flow__cloud.-pay .p-top-flow__cloud--title {
  border: 2px solid #0AB1A8;
  color: #0AB1A8;
  width: 130px;
}
.p-top-flow__cloud.-pay .p-top-flow__cloud--text {
  color: #0AB1A8;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-pay .p-top-flow__cloud--text {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
  }
}
.p-top-flow__cloud.-parent {
  background: #62B630;
  border: 2px solid #62B630;
  padding: 12px 16px 1px 140px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-parent {
    padding: 7px 16px 11px 120px;
  }
}
.p-top-flow__cloud.-parent::after {
  background: #62B630;
}
.p-top-flow__cloud.-parent .p-top-flow__cloud--title {
  border: 2px solid #62B630;
  color: #62B630;
  width: 203px;
  height: 40px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-parent .p-top-flow__cloud--title {
    width: 186px;
    height: 32px;
  }
}
.p-top-flow__cloud.-parent .p-top-flow__cloud--thumb {
  width: 157px;
  height: 147px;
  left: 0;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud.-parent .p-top-flow__cloud--thumb {
    width: 122px;
    height: 114px;
    left: -14px;
  }
}
.p-top-flow__cloud--title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background: #fff;
  height: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud--title {
    font-size: 16px;
    line-height: 1.5;
    height: 28px;
  }
}
.p-top-flow__cloud--text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow__cloud--text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 7px;
  }
}
.p-top-flow__cloud--thumb {
  position: absolute;
  bottom: -2px;
}
.p-top-flow__cloud--thumb img {
  width: 100%;
  height: auto;
}
.p-top-flow__thumb {
  margin: 62px auto 0;
  max-width: 1124px;
}
.p-top-flow__thumb img {
  width: 100%;
  height: auto;
}
.p-top-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.p-top-flow__listbg {
  width: 50%;
  border-radius: 20px;
  padding: 40px 66px;
}
.p-top-flow__listbg.-bg1 {
  background: #F0F9F8;
}
.p-top-flow__listbg.-bg2 {
  background: #F5FBEF;
}
.p-top-flow__listsec {
  min-height: 100px;
}
.p-top-flow__listsec + .p-top-flow__listsec {
  margin-top: 40px;
}
.p-top-flow__listsec + .p-top-flow__listsec.-sec2 {
  margin-top: 80px;
}
.p-top-flow__listtitle {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
}
.p-top-flow__list {
  margin-top: 15px;
}
.p-top-flow__list li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
}
.p-top-flow__list li + .p-top-flow__list li {
  margin-top: 12px;
}
.p-top-flow__list li svg {
  position: absolute;
  left: 0;
  top: 3px;
}
.p-top-flow-sec1 {
  margin-top: 50px;
}
.p-top-flow-sec1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec1__wrap {
    margin: 30px auto 0;
    max-width: 860px;
  }
}
.p-top-flow-sec1__item {
  width: 50%;
}
.p-top-flow-sec1__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec1__item figure {
    margin-top: 10px;
  }
}
.p-top-flow-sec1__item figure img {
  width: 100%;
  height: auto;
}
.p-top-flow-sec1__arrow {
  margin: 0 auto;
  max-width: 70px;
  width: 100%;
}
.p-top-flow-sec1__arrow img {
  width: 100%;
  height: auto;
}
.p-top-flow-sec2__arrow {
  margin: 0 auto;
  max-width: 70px;
  width: 100%;
}
.p-top-flow-sec2__arrow img {
  width: 100%;
  height: auto;
}
.p-top-flow-sec2__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
}
.p-top-flow-sec2__thumb {
  max-width: 157px;
  margin: 20px auto 0;
}
.p-top-flow-sec2__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec3 {
    margin-top: 7px;
  }
}
.p-top-flow-sec3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec3__wrap {
    margin: 30px auto 0;
    max-width: 670px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-flow-sec3__thumb {
  width: 125px;
  height: auto;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec3__thumb {
    width: 38%;
  }
}
.p-top-flow-sec3__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec3 ul {
    width: 55%;
  }
}
.p-top-flow-sec3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1276px) {
  .p-top-flow-sec3 li + li {
    margin-top: 20px;
  }
}
.p-top-easy {
  background: #CDE9E7;
  padding: 120px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-easy {
    padding: 40px calc(50vw - 50%);
  }
}
.p-top-easy__bg {
  background: #fff;
  border-radius: 20px;
  padding: 120px 15px;
}
@media screen and (max-width: 768px) {
  .p-top-easy__bg {
    padding: 40px 15px 88px;
    border-radius: 10px;
  }
}
.p-top-easy__bg + .p-top-easy__bg {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-easy__bg + .p-top-easy__bg {
    margin-top: 60px;
  }
}
.p-top-easy__inner {
  max-width: 878px;
  margin: 0 auto;
}
.p-top-easy__title {
  border-radius: 10px;
  background: #0AB1A8;
  padding: 20px 10px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-top-easy__title {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 10px 14px;
    margin-bottom: 34px;
  }
}
.p-top-easy__title::after {
  position: absolute;
  content: "";
  background: #0AB1A8;
  -webkit-clip-path: polygon(0 0, 54% 100%, 100% 0);
          clip-path: polygon(0 0, 54% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13px;
  width: 29px;
  height: 14px;
}
.p-top-easy__sec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-easy__sec {
    margin-top: 40px;
  }
  .p-top-easy__sec + .p-top-easy__sec {
    margin-top: 57px;
  }
}
.p-top-easy-sec1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-top-easy-sec1__item {
  border: #707070 1px solid;
  border-radius: 20px;
  width: calc(50% - 32px);
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__item {
    width: 100%;
    border-radius: 10px;
  }
}
.p-top-easy-sec1__item:first-of-type {
  padding: 64px 10px 60px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__item:first-of-type {
    padding: 30px 10px 30px;
  }
}
.p-top-easy-sec1__item:first-of-type .p-top-easy-sec1__thumb {
  max-width: 268px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__item:first-of-type .p-top-easy-sec1__thumb {
    max-width: 242px;
  }
}
.p-top-easy-sec1__item:first-of-type .p-top-easy-sec1__title {
  background: #06B4CF;
}
.p-top-easy-sec1__item:last-of-type {
  padding: 76px 10px 50px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__item:last-of-type {
    padding: 32px 10px 30px;
  }
}
.p-top-easy-sec1__item:last-of-type .p-top-easy-sec1__thumb {
  max-width: 110px;
}
.p-top-easy-sec1__item:last-of-type .p-top-easy-sec1__thumb img {
  margin-left: 7px;
}
.p-top-easy-sec1__item:last-of-type .p-top-easy-sec1__title {
  background: #62B630;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__item:last-of-type .p-top-easy-sec1__title {
    margin-top: 32px;
  }
}
.p-top-easy-sec1__thumb {
  margin: 0 auto;
}
.p-top-easy-sec1__thumb img {
  max-width: 100%;
  height: auto;
}
.p-top-easy-sec1__title {
  width: 150px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__title {
    margin-top: 26px;
    width: 120px;
    height: 32px;
    font-size: 15px;
  }
}
.p-top-easy-sec1__text {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__text {
    line-height: 1.5;
    margin-top: 16px;
  }
}
.p-top-easy-sec1__list {
  margin-top: 20px;
}
.p-top-easy-sec1__list li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec1__list li {
    font-size: 12px;
    line-height: 1.75;
  }
}
.p-top-easy-sec1__list a {
  color: #06B4CF;
  position: relative;
  padding-right: 18px;
}
.p-top-easy-sec1__list svg {
  padding-top: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-easy-sec2__title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-top-easy-sec2__tablebox {
  overflow-x: scroll;
}
.p-top-easy-sec2__table {
  margin-top: 16px;
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table {
    width: 710px;
    margin-top: 41px;
  }
}
.p-top-easy-sec2__table th:first-of-type {
  border-top-left-radius: 10px;
}
.p-top-easy-sec2__table th:last-of-type {
  border-top-right-radius: 10px;
}
.p-top-easy-sec2__table tr:nth-of-type(2) {
  border-top: #707070 1px solid;
}
.p-top-easy-sec2__table tr:last-of-type td {
  border-top: #707070 1px solid;
}
.p-top-easy-sec2__table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
.p-top-easy-sec2__table .th1 {
  background: #B4B4B4;
  color: #fff;
  font-size: 16px;
  line-height: 2.375;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 9px;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .th1 {
    line-height: 1.5;
    padding: 19px;
  }
}
.p-top-easy-sec2__table .th1:first-of-type {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .th1:first-of-type {
    width: 33.3333333333%;
  }
}
.p-top-easy-sec2__table .th1:nth-of-type(2) {
  width: 42%;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .th1:nth-of-type(2) {
    width: 33.3333333333%;
  }
}
.p-top-easy-sec2__table .th1:nth-of-type(3) {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .th1:nth-of-type(3) {
    width: 33.3333333333%;
  }
}
.p-top-easy-sec2__table .td1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .td1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0px 0;
  }
}
.p-top-easy-sec2__table .td2 {
  font-size: 16px;
  line-height: 1.6875;
  vertical-align: middle;
  padding: 37px 10px;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .td2 {
    line-height: 1.5;
    padding: 20px 17px;
  }
}
.p-top-easy-sec2__table .td2 p {
  max-width: 295px;
  margin: 0 auto;
}
.p-top-easy-sec2__table .td3 {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec2__table .td3 {
    line-height: 1.5;
  }
}
.p-top-easy-sec3__lead {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__lead {
    line-height: 1.5;
  }
}
.p-top-easy-sec3__lead span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__lead span + span {
    margin-top: 1.5em;
  }
}
.p-top-easy-sec3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 37px auto 0;
  max-width: 725px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 0;
    max-width: 295px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__list li figure {
    max-width: 108px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-top-easy-sec3__list li figure img {
  width: 100%;
  height: auto;
}
.p-top-easy-sec3__list li p {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 700;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__list li p {
    margin-top: 10px;
  }
}
.p-top-easy-sec3__small {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec3__small {
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-top-easy-sec4__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-easy-sec4__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 8px;
    margin: 0 auto -30px;
  }
}
.p-top-easy-sec4__wrap p {
  font-size: 15px;
  line-height: 1.6875;
  font-weight: 700;
  text-align: center;
}
.p-top-easy-sec4__wrap figure {
  margin-top: 18px;
}
.p-top-easy-sec4__wrap figure img {
  width: 100%;
  height: auto;
}
.p-top-introduction {
  background: #FAFAFA;
  padding: 120px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-introduction {
    padding: 60px calc(50vw - 50%) 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 40px;
  }
}
.p-top-introduction__thumb {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__thumb {
    width: 132px;
    margin-top: unset;
  }
}
.p-top-introduction__thumb img {
  width: 100%;
  height: auto;
}
.p-top-introduction__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 156px);
  }
}
.p-top-introduction__sec {
  width: 20%;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sec {
    width: 100%;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-introduction__sec:nth-of-type(1) {
    height: 190px;
  }
  .p-top-introduction__sec:nth-of-type(1) h3 {
    margin-top: -18px;
  }
  .p-top-introduction__sec:nth-of-type(2) {
    height: 234px;
  }
  .p-top-introduction__sec:nth-of-type(3) {
    height: 276px;
  }
  .p-top-introduction__sec:nth-of-type(4) {
    height: 235px;
  }
  .p-top-introduction__sec:nth-of-type(5) {
    height: 300px;
  }
  .p-top-introduction__sec:nth-of-type(5) h3 {
    margin-top: -18px;
  }
}
.p-top-introduction__sec:not(:last-of-type) {
  border-right: dashed 1px #707070;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sec:not(:last-of-type) {
    border-right: unset;
    border-bottom: dashed 1px #707070;
  }
}
.p-top-introduction__sec h3 {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 700;
  text-align: center;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sec h3 {
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: left;
    margin-top: 10px;
  }
}
.p-top-introduction__sec ul {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sec ul {
    margin-top: 12px;
  }
}
.p-top-introduction__sec li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sec li {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-left: 16px;
  }
}
.p-top-introduction__sec li::after {
  position: absolute;
  content: "●";
  font-size: 16px;
  color: #56C0CD;
  left: 0;
  top: 0;
}
.p-top-introduction__small {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__small {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.p-top-introduction__small + .p-top-introduction__small {
  margin-top: 0px;
}
.p-top-support {
  background: #0AB1A8;
  padding: 120px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-support {
    padding: 60px calc(50vw - 50%) 40px;
  }
}
.p-top-support__bg {
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 50px 12px 60px;
}
@media screen and (max-width: 768px) {
  .p-top-support__bg {
    margin-top: 40px;
    border-radius: 10px;
    padding: 37px 12px 60px;
  }
}
.p-top-support__bg p {
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-support__bg p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-top-support__bg p span {
  font-size: 30px;
  color: #0AB1A8;
}
@media screen and (max-width: 768px) {
  .p-top-support__bg p span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-top-support__bg picture {
  max-width: 652px;
  margin: 36px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-support__bg picture {
    max-width: 308px;
  }
}
.p-top-support__bg picture img {
  width: 100%;
  height: auto;
}
.p-top-faq {
  background: #EDEDED;
  padding: 120px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 60px calc(50vw - 50%) 40px;
    margin: 0px calc(50% - 50vw) 0;
  }
}
.p-top-faq__list {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    margin: 40px auto 0;
    gap: 25px;
  }
}
.p-top-faq__item {
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.p-top-faq__item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.p-top-faq__item--q, .p-top-faq__item--a {
  position: relative;
  padding-left: 97px;
  padding-right: 87px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item--q, .p-top-faq__item--a {
    padding-left: 65px;
    padding-right: 15px;
  }
}
.p-top-faq__item--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item--q {
    padding-right: 48px;
  }
}
.p-top-faq__item--a {
  padding-top: 23px;
  padding-bottom: 24px;
  display: none;
  position: relative;
}
.p-top-faq__item--a::after {
  position: absolute;
  content: "";
  border-top: dashed #0AB1A8 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 95%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item--a {
    display: block;
  }
  .p-top-faq__item--a p {
    font-weight: 400;
  }
}
.p-top-faq__icon {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  border: #0AB1A8 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
}
.p-top-faq__icon.-q {
  color: #fff;
  background: #0AB1A8;
  top: 22px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__icon.-q {
    left: 12px;
  }
}
.p-top-faq__icon.-a {
  color: #0AB1A8;
  background: #fff;
  top: 15px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__icon.-a {
    top: 17px;
    left: 12px;
  }
}
.p-top-faq__cross {
  position: relative;
  margin-top: 8px;
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__cross {
    display: none;
  }
}
.p-top-faq__cross span {
  display: block;
  background: #0AB1A8;
  width: 24px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
}
.p-top-faq__cross span:last-of-type {
  rotate: 90deg;
}
.p-top-news {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 60px;
  }
}

.p-mv {
  padding-top: 59.2px;
  padding-top: 3.7rem;
  background: #DEECFB;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 7.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-reason .l-inner {
    padding-top: 5.8rem;
    padding-bottom: 7.8rem;
  }
}
.p-reason__text {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 54.4px;
  margin-bottom: 3.4rem;
}
.p-reason__lead {
  margin-top: 89.6px;
  margin-top: 5.6rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ee602d;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__lead {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
}
.p-reason__lead span {
  font-size: 64px;
  font-size: 4rem;
  margin-right: 28.8px;
  margin-right: 1.8rem;
  padding-left: 25.6px;
  padding-left: 1.6rem;
  padding-right: 25.6px;
  padding-right: 1.6rem;
  background: #ee602d;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-reason__lead span {
    font-size: 2rem;
  }
}
.p-reason__lead2 {
  margin-top: 88px;
  margin-top: 5.5rem;
  margin-bottom: 128px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-reason__lead2 {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
.p-reason__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 64px 28.8px;
  padding: 4rem 4rem 1.8rem;
  border: 3px solid #1c50a1;
  border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-reason__box01 {
    display: block;
    padding: 1.8rem;
  }
}
.p-reason__box01-left {
  width: 544px;
  width: 34rem;
  margin-right: 102.4px;
  margin-right: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-reason__box01-left {
    width: 100%;
    margin-right: 0;
  }
}
.p-reason__box01-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__box01-right {
    margin-top: 2.4rem;
  }
}
.p-reason__box01-title {
  margin-top: -128px;
  margin-top: -8rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  font-weight: 700;
  color: #fff;
  background: #1c50a1;
  border: 1px solid #1c50a1;
  border-radius: 1.6rem;
  padding: 48px 32px;
  padding: 3rem 2rem;
  display: inline-block;
  position: relative;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-reason__box01-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem 1rem;
    font-size: 2.4rem;
  }
}
.p-reason__box01-title:after {
  display: block;
  content: "";
  background: url(../images/fukidashi_under.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -25.6px;
  bottom: -1.6rem;
  left: 50%;
  width: 38.4px;
  width: 2.4rem;
  height: 25.6px;
  height: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-reason__box01-content {
  line-height: 1.75;
}
.p-reason__box01-content p:not(:first-child) {
  margin-top: 38.4px;
  margin-top: 2.4rem;
}
.p-reason__box01-content p strong {
  color: #EE602D;
}
.p-reason__title02 {
  margin: 112px auto 89.6px;
  margin: 7rem auto 5.6rem;
}
.p-reason__case {
  position: relative;
  margin-top: 107.2px;
  margin-top: 6.7rem;
}
.p-reason__case-title {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  width: 412.8px;
  width: 25.8rem;
  height: 64px;
  height: 4rem;
  background: #1c50a1;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.p-reason__case-subtitle {
  margin-bottom: 22.4px;
  margin-bottom: 1.4rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #808080;
}
.p-reason__case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #1c50a1;
  border-radius: 16px;
}
.p-comparison__title02 {
  margin: 0 auto 89.6px;
  margin: 0rem auto 5.6rem;
}
.p-comparison__case {
  position: relative;
  margin-top: 107.2px;
  margin-top: 6.7rem;
}
.p-comparison__case-title {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  width: 412.8px;
  width: 25.8rem;
  height: 64px;
  height: 4rem;
  background: #1c50a1;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.p-comparison__case-subtitle {
  margin-bottom: 22.4px;
  margin-bottom: 1.4rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #808080;
}
.p-comparison__case-content {
  padding: 60px 40px;
  border: 3px solid #1c50a1;
  border-radius: 16px;
}
.p-comparison__case-content img {
  width: 100%;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .p-reason__case-content {
    display: block;
  }
  .p-comparison__case-content {
    padding: 4.0rem 2.0rem;
  }
  .p-comparison .l-inner {
	padding-bottom: 6.0rem;
  }
}
.p-reason__case-left, .p-reason__case-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-reason__case-left, .p-reason__case-right {
    width: 100%;
  }
}
.p-reason__case-left {
  padding: 76.8px 64px 57.6px;
  padding: 4.8rem 4rem 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-reason__case-left {
    padding: 2.4rem 2rem 1.8rem;
  }
}
.p-reason__case-right {
  background: #FEFBD2;
  padding: 76.8px 64px 57.6px;
  padding: 4.8rem 4rem 3.6rem;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 768px) {
  .p-reason__case-right {
    padding: 2.4rem 2rem 1.8rem;
  }
}
.p-reason__case-right .p-reason__case-subtitle {
  color: #1c50a1;
}
.p-reason__case-right .p-reason__case-item:after {
  background: url(../images/icon-check02.svg) no-repeat;
  background-size: 3.4rem 3.2rem;
}
.p-reason__case-image {
  margin-top: 51.2px;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  width: 448px;
  width: 28rem;
  height: 384px;
  height: 24rem;
}
.p-reason__case-item {
  padding-left: 86.4px;
  padding-left: 5.4rem;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-reason__case-item:not(:first-child) {
  margin-top: 25.6px;
  margin-top: 1.6rem;
}
.p-reason__case-item:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 51.2px;
  width: 3.2rem;
  height: 51.2px;
  height: 3.2rem;
  background: url(../images/icon-check01.svg) no-repeat;
  background-size: 3.2rem 3.2rem;
}

.p-result .l-inner.p-result__inner {
  background: #DEECFB;
}
@media screen and (max-width: 768px) {
  .p-result .l-inner {
    padding-top: 5.8rem;
    padding-bottom: 7.8rem;
  }
}
.p-result__image {
  width: 928px;
  width: 58rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-result__image {
    width: 100%;
  }
}
.p-result__title {
  margin-top: 131.2px;
  margin-top: 8.2rem;
  margin-bottom: 86.4px;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .p-result__title {
    margin-top: 4.1rem;
    margin-bottom: 2.7rem;
  }
}
.p-result__lead01 {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
.p-result__lead02 {
  margin-top: 128px;
  margin-top: 8rem;
  margin-bottom: 73.6px;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-result__lead3 {
    margin-bottom: 7.2rem;
  }
}
.p-result-sec02 {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
.p-result-sec02__img {
  max-width: 976px;
  max-width: 61rem;
  margin: 0 auto;
  padding-right: 40px;
  padding-right: 2.5rem;
}
.p-result-sec02__img img {
  width: 100%;
  height: auto;
}
.p-result-sec02__lead1 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-top: 105.6px;
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .p-result-sec02__lead1 {
    font-size: 1.8rem;
  }
}
.p-result-sec02__lead2 {
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  margin-top: 59.2px;
  margin-top: 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-result-sec02__lead2 {
    font-size: 1.8rem;
  }
}
.p-result-sec02__lead2 span {
  background-color: #FCEE21;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  line-height: 59.2px;
  line-height: 3.7rem;
  padding: 0 36.8px;
  padding: 0 2.3rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-result-sec02__lead3 {
  text-align: center;
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 900;
  margin-top: 118.4px;
  margin-top: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-result-sec02__lead3 {
    font-size: 1.8rem;
  }
}
.p-result-sec02__lead3 span {
  background-color: #1C50A1;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20.8px auto 0;
  margin: 1.3rem auto 0;
  line-height: 64px;
  line-height: 4rem;
  padding: 0 32px;
  padding: 0 2rem;
}
.p-result-sec02__thumb {
  margin-top: 131.2px;
  margin-top: 8.2rem;
  display: block;
}
.p-result-sec02__thumb img {
  width: 100%;
  height: auto;
}
.p-result__box {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38.4px 64px;
  padding: 2.4rem 4rem;
  border: 3px solid #1c50a1;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-result__content {
    padding: 1.2rem 2rem;
  }
}
.p-result__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}
.p-result__content--en {
  display: block;
  margin-top: 9.6px;
  margin-top: 0.6rem;
  font-size: 76.8px;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #1c50a1;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-result__content--en {
    font-size: 2.4rem;
  }
}
.p-result__content--ja {
  display: block;
  margin-top: 6.4px;
  margin-top: 0.4rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-result__content--ja {
    margin-top: 0.2rem;
    font-size: 1.8rem;
  }
}
.p-result__content-number {
  margin-top: -38.4px;
  margin-top: -2.4rem;
  margin-right: 38.4px;
  margin-right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  width: 10rem;
  height: 204.8px;
  height: 12.8rem;
  background: url(../images/result-title-image.svg) no-repeat;
  background-size: contain;
  font-size: 89.6px;
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-result__content-number {
    margin-top: -1.2rem;
    width: 5rem;
    height: 6.4rem;
    font-size: 2.8rem;
  }
}
.p-result__left {
  width: 640px;
  width: 40rem;
  margin-right: 145.6px;
  margin-right: 9.1rem;
}
@media screen and (max-width: 768px) {
  .p-result__left {
    width: 100%;
    margin-right: 0;
  }
}
.p-result__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-result__right {
    width: 100%;
  }
}
.p-result__compare {
  padding: 0 64px 64px;
  padding: 0 4rem 4rem;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
}
@media screen and (max-width: 768px) {
  .p-result__compare {
    padding: 0 2rem 2rem;
  }
}
.p-result__compare-title {
  width: 1120px;
  width: 70rem;
  margin-top: 137.6px;
  margin-top: 8.6rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25.6px;
  padding-top: 1.6rem;
  padding-bottom: 25.6px;
  padding-bottom: 1.6rem;
  position: relative;
  background: #1c50a1;
  border-radius: 16px;
  text-align: center;
  font-size: 51.2px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-result__compare-title {
    width: 30rem;
    margin-top: 4.3rem;
    font-size: 1.8rem;
  }
}
.p-result__compare-title span {
  color: #FCEE21;
}
.p-result__compare-title:after {
  display: block;
  content: "";
  background: url(../images/fukidashi_under.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -25.6px;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.4px;
  width: 2.4rem;
  height: 25.6px;
  height: 1.6rem;
}
.p-result__compare-image {
  margin-top: 25.6px;
  margin-top: 1.6rem;
}
.p-result__compare-image img {
  width: 100%;
  max-width: unset;
}
.p-result__compare-caution {
  margin-top: 49.6px;
  margin-top: 3.1rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-support {
  background-color: #DEECFB;
  margin: 0 calc(50% - 50vw);
  padding: 8.3rem calc(50vw - 50%) 8rem;
  width: 100vw;
}
.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38.4px;
  gap: 2.4rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-support__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.p-support__item {
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border: 3px solid #1C50A1;
  border-radius: 50%;
  width: calc(25% - 1.8rem);
  aspect-ratio: 1/1;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #1C50A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-support__item {
    aspect-ratio: unset;
    width: 40rem;
    height: 5.4rem;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 1.6rem;
  }
  .p-support__item br {
    display: none;
  }
}
.p-support__lead1 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
  margin-top: 5rem;
}
.p-support__lead2 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support__lead2 {
    font-size: 2rem;
  }
}
.p-support__lead3 {
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 900;
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-support__lead3 {
    font-size: 2.3rem;
  }
}
.p-support__lead3 span {
  display: block;
  background-color: #1C50A1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 49.6px;
  padding: 0 3.1rem;
  margin: 22.4px auto 14.4px;
  margin: 1.4rem auto 0.9rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-support__lead3 span {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-compare {
  padding: 92.8px 0 124.8px;
  padding: 5.8rem 0 7.8rem;
}
@media screen and (max-width: 768px) {
  .p-compare__tablewrap {
    overflow-x: scroll;
    padding: 2rem 0;
  }
}
.p-compare__table {
  width: 100%;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 16px;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-compare__table {
    width: 95rem;
    margin: 0 auto;
  }
}
.p-compare__table tr:not(:last-of-type) {
  border-bottom: 1px solid #CCCCCC;
}
.p-compare__table th, .p-compare__table td {
  vertical-align: middle;
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 700;
  height: 128px;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-compare__table th, .p-compare__table td {
    font-size: 1.8rem;
    height: 6rem;
  }
}
.p-compare__table .-th1 {
  background-color: #B3B3B3;
  color: #fff;
  width: 19.25%;
}
.p-compare__table .-th1:first-of-type {
  border-radius: 1.6rem 0 0 0;
}
.p-compare__table .-th1:last-of-type {
  border-radius: 0 1.6rem 0 0;
}
.p-compare__table .-th2 {
  background-color: #1C50A1;
  color: #fff;
  width: 23%;
}
.p-compare__table .-td1 {
  background-color: #DEECFB;
}
.p-compare__table .-border1 {
  border-right: 1px solid #CCCCCC;
}
.p-compare__table .-border2 {
  border-right: 1px solid #ffffff;
}

.p-pricing {
  padding: 96px 0 128px;
  padding: 6rem 0 8rem;
}
.p-pricing__title {
  font-size: 51.2px;
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 700;
  color: #1c50a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-pricing__title::before, .p-pricing__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #1C50A1;
}
.p-pricing__lead {
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 48px;
  margin-top: 3rem;
}
.p-pricing__lead2 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-top: 44.8px;
  margin-top: 2.8rem;
}
.p-pricing section {
  margin-top: 96px;
  margin-top: 6rem;
}
.p-pricing section + section {
  margin-top: 116.8px;
  margin-top: 7.3rem;
}
.p-pricing__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 57.6px;
  margin-top: 3.6rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-pricing__inner {
    border-radius: unset;
  }
}
.p-pricing__plan {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 480px;
          flex: 1 1 480px;
  -ms-flex: 1 1 30rem;
      flex: 1 1 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pricing__plan:not(:last-of-type) .p-pricing__card-title {
  border-right: #fff solid 1px;
}
.p-pricing__plan:not(:last-of-type) .p-pricing__card-price, .p-pricing__plan:not(:last-of-type) .p-pricing__card-content {
  border-right: #ccc solid 1px;
}
.p-pricing__card {
  background: #fff;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.p-pricing__card-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  background-color: #1c50a1;
  color: #fff;
  text-align: center;
  height: 102.4px;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pricing__card-title.-bl {
  border-radius: 1.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-pricing__card-title.-bl {
    border-radius: unset;
  }
}
.p-pricing__card-title.-br {
  border-radius: 0 1.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-pricing__card-title.-br {
    border-radius: unset;
  }
}
.p-pricing__card-price {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  color: #1C50A1;
  background-color: #f3f2f2;
  text-align: center;
}
.p-pricing__card-price span {
  font-size: 73.6px;
  font-size: 4.6rem;
  font-weight: 900;
}
.p-pricing__card-content {
  padding: 44.8px 41.6px 35.2px;
  padding: 2.8rem 2.6rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 306px;
}
.p-pricing__card-content.-contents2 {
  min-height: 312px;
  min-height: 19.5rem;
  padding: 36.8px 0 35.2px;
  padding: 2.3rem 0 2.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-pricing__card-content.-contents3 {
  min-height: 232px;
  min-height: 14.5rem;
  padding: 44.8px 36.8px 35.2px;
  padding: 2.8rem 2.3rem 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1;
          flex-direction: 1;
}
.p-pricing__card-place {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 41.6px;
  padding-bottom: 2.6rem;
}
.p-pricing__card-place p {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-pricing__card-desc {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.p-pricing__card-featureslist {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.6px;
  gap: 0.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-pricing__card-feature {
  border: 1.6px solid #1c50a1;
  border: 0.1rem solid #1c50a1;
  color: #1c50a1;
  padding: 3.2px 17.6px;
  padding: 0.2rem 1.1rem;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50px;
  text-align: left;
}
.p-pricing__card-small {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-pricing__card-small2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 38.4px;
  margin-left: 2.4rem;
}
.p-pricing__card-note {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: left;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  padding: 0 38.4px;
  padding: 0 2.4rem;
}
.p-pricing__card-note strong {
  font-weight: 700;
  display: block;
  margin-bottom: 6.4px;
  margin-bottom: 0.4rem;
}
.p-pricing__card-note span {
  color: #1c50a1;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding-bottom: 3.2px;
  padding-bottom: 0.2rem;
}

.p-adtypes {
  background-color: #deecfb;
  margin: 0 calc(50% - 50vw);
  padding: 9rem calc(50vw - 50%) 8.2rem;
  width: 100vw;
}
.p-adtypes__none {
  display: none;
}
.p-adtypes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 68.8px 72px;
  gap: 4.3rem 4.5rem;
  margin-top: 88px;
  margin-top: 5.5rem;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-adtypes__list {
    gap: 2rem;
    margin-left: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-adtypes__item {
  width: calc(33.33333% - 3rem);
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 50%;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #1c50a1;
}
.p-adtypes__item a {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-adtypes__item {
    width: 100%;
    height: 16rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
    aspect-ratio: unset;
  }
  .p-adtypes__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
    aspect-ratio: unset;
    padding: 1.6rem;
    box-sizing: border-box;
  }
  .p-adtypes__item img {
    margin-right: 3rem;
    width: 12rem;
    height: auto;
    gap: 3rem;
  }
  .p-adtypes__item span {
    margin-right: auto;
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-adtypes__item img {
    width: 100%;
    height: auto;
  }
  .p-adtypes__item:nth-of-type(1) {
    gap: 3.2rem;
  }
  .p-adtypes__item:nth-of-type(1) img {
    width: 14.4rem;
  }
  .p-adtypes__item:nth-of-type(2) {
    gap: 2.3rem;
  }
  .p-adtypes__item:nth-of-type(2) img {
    width: 14.4rem;
  }
  .p-adtypes__item:nth-of-type(3) {
    gap: 4.5rem;
  }
  .p-adtypes__item:nth-of-type(3) img {
    width: 16rem;
  }
  .p-adtypes__item:nth-of-type(4) {
    gap: 0.4rem;
  }
  .p-adtypes__item:nth-of-type(4) img {
    width: 14.4rem;
  }
  .p-adtypes__item:nth-of-type(5) {
    gap: 3.2rem;
  }
  .p-adtypes__item:nth-of-type(5) img {
    width: 16rem;
  }
  .p-adtypes__item:nth-of-type(6) {
    gap: 1.5rem;
  }
  .p-adtypes__item:nth-of-type(6) img {
    width: 14.7rem;
    margin-left: 2.7rem;
  }
}
.p-adtypes__title--sub01 {
  display: inline-block;
  margin-right: 28.8px;
  margin-right: 1.8rem;
  padding-left: 25.6px;
  padding-left: 1.6rem;
  padding-right: 25.6px;
  padding-right: 1.6rem;
  color: #fff;
  background: #1c50a1;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-adtypes__title--sub01 {
    margin-right: 0;
    display: inline-block;
  }
}

.p-voice {
  background-color: #F3F2F2;
  margin: 0 calc(50% - 50vw);
  padding: 5.8rem calc(50vw - 50%) 8rem;
  width: 100vw;
}
.p-voice__box {
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-voice__left {
  width: 40%;
  padding: 64px;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-voice__left {
    width: 100%;
    padding: 2rem;
    gap: 2rem;
  }
}
.p-voice__left img {
  width: 100%;
  height: auto;
}
.p-voice__logo.-logo2 {
  max-width: 384px;
  max-width: 24rem;
  margin: 38.4px auto 0;
  margin: 2.4rem auto 0;
}
.p-voice__logo.-logo3 {
  max-width: 256px;
  max-width: 16rem;
  margin: 19.2px auto 0;
  margin: 1.2rem auto 0;
}
.p-voice__right {
  width: 60%;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__right {
    width: 100%;
    padding-top: unset;
  }
}
.p-voice__title {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #1C50A1;
  color: #fff;
  padding: 11.2px 0 16px 33.6px;
  padding: 0.7rem 0 1rem 2.1rem;
  border-radius: 1.4rem 0 0 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    font-size: 2rem;
  }
}
.p-voice__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.005em;
  margin-top: 27.2px;
  margin-top: 1.7rem;
  padding-right: 48px;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    padding-right: 2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    margin-top: unset;
  }
}
.p-voice__thumb {
  margin-top: 38.4px;
  margin-top: 2.4rem;
  width: 512px;
  width: 32rem;
  aspect-ratio: 16/9;
}
.p-voice__thumb iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-contact {
  background-color: #DEECFB;
  margin: -0.1rem calc(50% - 50vw) 0;
  padding: 7rem calc(50vw - 50%) 8rem;
  width: 100vw;
  position: relative;
}
.p-contact__lead {
  font-size: 1.6em;
  line-height: 2.0;
  font-weight: 700;
  text-align: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    text-align: left;
  }
}
.p-contact__bg {
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 1.6rem;
  padding: 128px 32px;
  padding: 8rem 2rem;
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-contact__bg {
    padding: 4rem 2rem;
  }
}
.p-contact__form {
  max-width: 1344px;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact__item + .p-contact__item {
  margin-top: 51.2px;
  margin-top: 3.2rem;
}
.p-contact__item + .p-contact__item.-radio {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-contact__item.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
/*  margin-top: 80px;
  margin-top: 5rem;*/
}
.p-contact__item.-start > label {
  margin-top: 25.6px;
  margin-top: 1.6rem;
}
.p-contact__item > label {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  width: 320px;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8px;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__item > label {
    width: 100%;
  }
}
.p-contact__item > label span {
  border-radius: 4px;
  background-color: #C30100;
  color: #fff;
  width: 64px;
  width: 4rem;
  height: 38.4px;
  height: 2.4rem;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__item > input,
.p-contact__item > textarea {
  background: #F2F2F2;
  border-radius: 0.8rem;
  width: calc(100% - 20rem);
  height: 115.2px;
  height: 7.2rem;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 32px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__item > input,
  .p-contact__item > textarea {
    width: 100%;
    height: 5.2rem;
  }
}
.p-contact__item > textarea {
  min-height: 384px;
  min-height: 24rem;
}
.p-contact .p-contact__value {
  border-radius: 0.8rem;
  width: calc(100% - 20rem);
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 0 32px;
  padding: 0 2rem;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact__value {
    width: 100%;
  }
}
.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 136px;
  gap: 8.5rem;
  flex-wrap: wrap;
}
.p-contact__radio > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25.6px;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__radio input[type=radio],
.p-contact__check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 38.4px;
  width: 2.4rem;
  height: 38.4px;
  height: 2.4rem;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  outline: none;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #1C50A1;
}
.p-contact__radio input[type=radio]::before,
.p-contact__check input[type=checkbox]::before {
  content: "✔";
  visibility: hidden;
  padding-left: 4.8px;
  padding-left: 0.3rem;
}
.p-contact__radio input[type=radio]:checked::before,
.p-contact__check input[type=checkbox]:checked::before {
  visibility: visible;
}
.p-contact__radio label,
.p-contact__check legend {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.p-contact__check label {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.p-contact__check legend {
  margin-bottom: 1.0rem;
  margin-left: -1.0rem;
  display: inline-block;
}
.p-contact__check fieldset .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}
.p-contact__check fieldset .service-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justyfi-content: flex-start;
  gap: 25.6px;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.0rem;
  margin-bottom: 2.0rem;
}
.p-contact__check fieldset .service-list div:last-of-type {
  margin-right: 0rem;
}

.p-contact__check fieldset {
  margin-bottom: 2.0rem;
}
.p-contact__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  display: block;
  margin-top: 113.6px;
  margin-top: 7.1rem;
}
.error-message {
  color: red;
  font-size: 1.4em;
  margin: 0 0 8px 0;
  padding-left: 19.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    text-align: left;
  }
  .p-contact__check label {
    margin-bottom: 0rem;
  }
  .p-contact__check fieldset .service-list div {
    margin-right: 0rem;
  }
}
.p-contact__text + .p-contact__text {
  margin-top: 1.7em;
}
@media screen and (max-width: 768px) {
  .p-contact__text + .p-contact__text {
    text-align: center;
  }
}
.p-contact__privacyarea {
  border: #CCCCCC 1px solid;
  margin-top: 136px;
  margin-top: 8.5rem;
  height: 200px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p-contact__privacyarea {
    height: 30rem;
    overflow-y: scroll;
    margin-top: 4rem;
    word-break: break-word;
    word-wrap: break-word;
    word-wrap: break-word;
  }
}
.p-contact__privacyarea div {
  padding: 44.8px 64px;
  padding: 2.8rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__privacyarea div {
    padding: 2.8rem 2rem;
  }
}
.p-contact__privacyarea section + section {
  margin-top: 2em;
}
.p-contact__privacyarea section > ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-contact__privacyarea ol + p {
  margin-top: 1.5em;
}
.p-contact__privacyarea ol ol {
  margin-top: unset;
}
.p-contact__privacyarea p + p {
  margin-top: 1.5em;
}
.p-contact__privacyarea p + ol {
  margin-top: 2em;
}
.p-contact__privacyarea h3,
.p-contact__privacyarea p,
.p-contact__privacyarea li {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-contact__buttonwrap {
  background-color: #1C50A1;
  max-width: 768px;
  max-width: 48rem;
  width: 100%;
  height: 115.2px;
  height: 7.2rem;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1;
  position: relative;
  margin: 64px auto 0;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact__buttonwrap {
    font-size: 2rem;
  }
}

.p-contact__buttonwrap button {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
/* グレーの無効化状態 */
.p-contact__buttonwrap.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}


.p-contact__buttonwrap svg {
  position: absolute;
  right: 64px;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact-confilm {
  padding: 6rem calc(50vw - 50%) 8rem;
}
.p-contact-confilm .p-contact__bg {
  padding: 116.8px 32px 128px;
  padding: 7.3rem 2rem 8rem;
}
.p-contact-confilm .p-contact__buttonwrap {
  margin: 128px auto 0;
  margin: 8rem auto 0;
}
.p-contact-confilm__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5.6em;
}
.p-contact-thanks {
  padding: 6rem calc(50vw - 50%) 8rem;
}
.p-contact-thanks .p-contact__bg {
  padding: 120px 32px;
  padding: 7.5rem 2rem;
}
.p-contact-thanks__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    text-align: left;
  }
}
.p-contact-thanks__text + .p-contact-thanks__text {
  margin-top: 44.8px;
  margin-top: 2.8rem;
}

.p-faq {
  background-color: #f3f2f2;
  margin: 0 calc(50% - 50vw);
  padding: 7rem calc(50vw - 50%) 8rem;
  width: 100vw;
}
.p-faq__block {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-faq__block + .p-faq__block {
  margin-top: 8em;
}
.p-faq__body {
  background-color: #ffffff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
          box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(35, 24, 21, .3);
  border-radius: 1.6rem;
  padding: 70.4px 64px 60.8px;
  padding: 4.4rem 4rem 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38.4px;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__body {
    padding: 4.4rem 2rem 3.8rem;
  }
}
.p-faq__title {
  background-color: #1C50A1;
  border-radius: 2rem;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  padding: 0 30.4px;
  padding: 0 1.9rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -32px;
  margin-bottom: -2rem;
  margin-left: 64px;
  margin-left: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-faq__question {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.925;
  font-weight: 700;
  color: #1C50A1;
  border-top: #1C50A1 1px solid;
  position: relative;
  padding: 24px 16px 28.8px 113.6px;
  padding: 1.5rem 1rem 1.8rem 7.1rem;
}
.p-faq__question:after {
  display: block;
  content: "";
  background: url(../images/faq-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28.8px;
  width: 1.8rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq__question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.p-faq__answer {
  background-color: #F1F7FD;
  border-radius: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding: 30.4px 67.2px 33.6px 102.4px;
  padding: 1.9rem 4.2rem 2.1rem 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer {
    padding: 1.9rem 2.8rem 2.1rem 6.4rem;
  }
}
.p-faq__answer ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38.4px;
  gap: 2.4rem;
  list-style: none; /* デフォルト番号を消す */
  margin-top: 36.8px;
  margin-top: 2.3rem;
}
.p-faq__label {
  font-size: 51.2px;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  width: 76.8px;
  width: 4.8rem;
  height: 76.8px;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-faq__label::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-faq__label--q {
  color: #fff;
}
.p-faq__label--q::after {
  background-image: url("../images/faq-q.svg");
}
.p-faq__label--a {
  color: #1C50A1;
}
.p-faq__label--a::after {
  background-image: url("../images/faq-a.svg");
}

.p-faq__answer {
  display: none;
}
.p-faq__answer.is-open {
  display: block;
}

.p-consultation {
  background-color: #1C50A1;
  margin: 0 calc(50% - 50vw);
  padding: 3.7rem calc(50vw - 50%) 0;
  width: 100vw;
  height: 588.8px;
  height: 36.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44.8px;
  gap: 2.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 42rem;
  }
}
.p-consultation::before, .p-consultation::after {
  position: absolute;
  content: "";
  background-color: #DEECFB;
  width: 50%;
  height: 184px;
  height: 11.5rem;
  bottom: -3.2px;
  bottom: -0.2rem;
  z-index: 2;
}
.p-consultation::before {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 0 0);
  left: 0;
}
.p-consultation::after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  right: 0;
}
.p-consultation__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35.2px;
  padding-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__contents {
    padding-left: unset;
    position: relative;
  }
}
.p-consultation__text1 {
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-consultation__text1 {
    font-size: 3rem;
  }
}
.p-consultation__text1 span {
  color: #FCEE21;
}
.p-consultation__text2 {
  text-align: center;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__text2 {
    font-size: 1.4rem;
  }
}
.p-consultation__text2 span {
  color: #FCEE21;
}
.p-consultation__img {
  width: 436.8px;
  width: 27.3rem;
  margin-top: -6.4px;
  margin-top: -0.4rem;
  margin-left: -11.2px;
  margin-left: -0.7rem;
}
@media screen and (max-width: 768px) {
  .p-consultation__img {
    width: 16.3rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -16rem;
  }
}
.p-consultation__img img {
  width: 100%;
  height: auto;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1480px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1480px) {
  .u-header-hidden {
    display: none;
  }
}

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

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1276px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}