@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@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;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.l-col2__head {
  width: 265px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1220px) {
  .l-col2__head {
    width: 100%;
  }
}

.l-inner-top--lg {
  max-width: calc(100% - 357px);
  margin-left: auto;
  padding-right: 60px;
}
@media screen and (max-width: 1220px) {
  .l-inner-top--lg {
    max-width: unset;
    padding-right: unset;
    padding: 0 32px;
  }
}
.l-inner-top--md {
  max-width: calc(100% - 477px);
  margin-left: auto;
  padding-right: 60px;
}
@media screen and (max-width: 1220px) {
  .l-inner-top--md {
    max-width: unset;
    padding-right: unset;
    padding: 0 32px;
  }
}

.l-inner-p404 {
  padding: 0 32px;
}

@media screen and (max-width: 1220px) {
  .l-header {
    background-color: #EDECE6;
    padding-bottom: 16px;
  }
}
.l-header.-active {
  background-color: #DEDDD4;
}
.l-header.-bottom .l-header__inner {
  padding-bottom: 208px;
}
.l-header__inner {
  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;
  height: 100vh;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 127px;
}
@media screen and (max-width: 1220px) {
  .l-header__inner {
    width: 100%;
    height: auto;
    padding-bottom: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
}
.l-header__logo {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  width: 265px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-top: 18px;
}
@media screen and (max-width: 1220px) {
  .l-header__logo {
    width: 230px;
    padding-top: 22px;
    position: relative;
    z-index: 99;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo .-lg, .l-header__logo .-sm {
  display: block;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.l-header__logo .-lg {
  font-size: 15px;
  line-height: 1.4;
}
.l-header__logo .-sm {
  font-size: 10px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 1220px) {
  .l-header__contents {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #DEDDD4;
    width: 100%;
    height: 100vh;
    z-index: 90;
    padding-bottom: 86px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .l-header__nav {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
    padding-bottom: unset;
  }
}
.l-header__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
}
.l-header__navitem:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1220px) {
  .l-header__navitem {
    padding-left: 30px;
  }
}
.l-header__navitem .-lg {
  font-size: 33px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.l-header__navitem .-sm {
  font-size: 10px;
  line-height: 1;
}
.l-header__navitem.-current {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  padding: 13px 0px 17px 60px;
}
@media screen and (max-width: 1220px) {
  .l-header__navitem.-current {
    padding: 13px 0px 17px 32px;
  }
}
.l-header__navitem.-current::after {
  position: absolute;
  content: "";
  width: 319px;
  height: 80px;
  border-radius: 40px;
  background-color: #000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  .l-header__navitem.-current::after {
    right: unset;
    left: -83px;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 43px 60px 47px;
}
@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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 82px 32px 82px;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    gap: 3px;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__logo .-lg {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.l-footer__logo .-sm {
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
}
.l-footer__info {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
  display: block;
}
.l-footer__copy {
  font-size: 10px;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    display: block;
    margin-top: 57px;
  }
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1220px) {
  .c-burger {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #000;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-top: 6px;
  }
  .c-burger__border {
    display: block;
    width: 17px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 18px;
  }
  .c-burger__border--bottom {
    bottom: 16px;
  }
  .c-burger.-active {
    background-color: #FAF9F5;
  }
  .c-burger.-active .c-burger__border {
    background-color: #000;
  }
  .c-burger.-active .c-burger__border--top {
    top: 14px;
    left: 45%;
    rotate: -42deg;
  }
  .c-burger.-active .c-burger__border--bottom {
    bottom: 14px;
    left: 45%;
    rotate: 42deg;
  }
}

.c-text {
  font-size: 14px;
  line-height: 2;
}

.p-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    gap: 3px;
  }
}
.p-top__title--lg {
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top__title--lg {
    font-size: 50px;
  }
}
.p-top__title--sm {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
.p-top__title--sm::after {
  position: absolute;
  content: "";
  background-color: #55BC3D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.p-top-mv, .p-top-about, .p-top-service, .p-top-blog {
  background-color: #EDECE6;
}
.p-top-guidepost, .p-top-features, .p-top-faq {
  background-color: #F5F4ED;
}
.p-top-linkarea {
  background-color: #DEDDD4;
}
.p-top-mv {
  height: 100vh;
}
@media screen and (max-width: 1000px) {
  .p-top-mv {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-top-mv .l-inner-top--lg {
  position: relative;
  min-height: 640px;
  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;
  gap: 50px;
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-top-mv .l-inner-top--lg {
    padding: 0px 28px 30px 32px;
    gap: 36px;
  }
}
.p-top-mv__bg {
  position: absolute;
  left: -14px;
  top: -22px;
  font-size: 182px;
  line-height: 0.9340659341;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  color: #F5F4ED;
}
@media screen and (max-width: 1400px) {
  .p-top-mv__bg {
    font-size: 12.6388888889vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-mv__bg {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    font-size: 85px;
    top: 110px;
    left: 0;
    line-height: 0.9058823529;
  }
}
.p-top-mv__copy {
  max-width: 617px;
  position: relative;
  z-index: 2;
  margin-left: 95px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__copy {
    margin-left: unset;
  }
}
.p-top-mv__copy img {
  width: 100%;
  height: auto;
}
.p-top-mv__lead {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-left: 95px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead {
    font-size: 15px;
    line-height: 2;
    margin-left: unset;
  }
}
.p-top-mv .-object1, .p-top-mv .-object2, .p-top-mv .-object3, .p-top-mv .-object4 {
  position: absolute;
  z-index: 2;
}
.p-top-mv .-object1 {
  left: 23.5%;
  bottom: -36%;
}
@media screen and (max-width: 1000px) {
  .p-top-mv .-object1 {
    left: 7.5%;
    width: 17.1794871795vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .-object1 {
    bottom: -1%;
  }
}
.p-top-mv .-object2 {
  left: 45.5%;
  bottom: -20%;
  scale: 1.4;
}
@media screen and (max-width: 1000px) {
  .p-top-mv .-object2 {
    left: 44%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .-object2 {
    bottom: 8.5%;
  }
}
.p-top-mv .-object3 {
  left: 62%;
  bottom: -42%;
}
@media screen and (max-width: 1000px) {
  .p-top-mv .-object3 {
    left: 64%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.4871794872vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .-object3 {
    bottom: -4%;
  }
}
.p-top-mv .-object4 {
  right: -6.5%;
  bottom: -38%;
}
@media screen and (max-width: 1000px) {
  .p-top-mv .-object4 {
    right: -6.5%;
    width: 25.641025641vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .-object4 {
    bottom: -4.5%;
  }
}
.p-top-about {
  padding: 95px 0 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 176px 0 100px;
  }
}
.p-top-about .-object1 {
  position: absolute;
  left: -5.5%;
  bottom: -14%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about .-object1 {
    display: none;
  }
}
.p-top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    display: block;
  }
}
.p-top-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-top-about__title--lg {
  font-size: 125px;
  line-height: 0.7;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--lg {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 50px;
  }
}
.p-top-about__title--sm {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding-top: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--sm {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 16px;
    padding-top: unset;
    padding-left: 14px;
  }
}
.p-top-about__title--sm::after {
  position: absolute;
  content: "";
  background-color: #55BC3D;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-about__title--sm::after {
    left: 0;
    top: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    margin-top: 48px;
    border-bottom: #969696 1px solid;
    padding-bottom: 42px;
  }
  .p-top-about__lead .js-open {
    display: none;
  }
}
.p-top-about__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-about__button {
    cursor: pointer;
    margin: -14px auto 0;
    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: 128px;
    height: 25px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 2.3333333333;
    position: relative;
  }
  .p-top-about__button .-cross {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-about__button .-cross span {
    background-color: #fff;
    height: 1px;
    width: 7px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 10px;
  }
  .p-top-about__button .-cross span:last-of-type {
    margin-top: -1px;
    rotate: 90deg;
  }
  .p-top-about__button.-open .-cross span:last-of-type {
    rotate: 0deg;
  }
}
.p-top-guidepost {
  padding: 112px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost {
    padding: 107px 0 0;
  }
}
.p-top-guidepost .-object2 {
  position: absolute;
  left: -6.5%;
  top: 70.1%;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost .-object2 {
    display: none;
  }
}
.p-top-guidepost__lead {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__lead {
    margin-top: 41px;
  }
}
.p-top-guidepost__list {
  margin-top: 56px;
  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;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__list {
    margin-top: 45px;
  }
}
.p-top-guidepost__itemwrap {
  position: relative;
}
.p-top-guidepost__itemwrap .-object1 {
  position: absolute;
  left: -20.5%;
  top: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__itemwrap .-object1 {
    display: none;
  }
}
.p-top-guidepost__item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.p-top-guidepost__dt {
  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;
  cursor: pointer;
  padding: 46px 60px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__dt {
    padding: 19px 30px 24px 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
}
.p-top-guidepost__dd {
  display: none;
  padding: 30px 60px 57px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__dd {
    padding: 22px 24px 20px;
  }
}
.p-top-guidepost__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea {
    -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;
    padding-right: unset;
  }
}
.p-top-guidepost__titlearea .-wrap {
  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;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea .-wrap {
    -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;
    gap: 10px;
  }
}
.p-top-guidepost__titlearea .-stage {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea .-stage {
    padding-right: 20px;
    margin-right: unset;
  }
  .p-top-guidepost__titlearea .-stage::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background-color: #000;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top-guidepost__titlearea .-stage span {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.p-top-guidepost__titlearea .-text {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  margin-top: -6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea .-text {
    margin-right: unset;
    padding-left: unset;
    font-size: 18px;
    line-height: 1.7777777778;
    width: 100%;
    margin-top: -4px;
  }
}
@media screen and (max-width: 428px) {
  .p-top-guidepost__titlearea .-text {
    max-width: 214px;
  }
}
.p-top-guidepost__titlearea .-text::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea .-text::after {
    position: unset;
    content: none;
  }
}
.p-top-guidepost__titlearea .-link {
  background-color: #DEDDD4;
  border-radius: 50px;
  min-width: 97px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px 0 3px;
  margin: -7px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__titlearea .-link {
    margin: 8px 0 0;
  }
}
.p-top-guidepost__titlearea .-link:hover {
  background-color: #000;
  color: #fff;
}
.p-top-guidepost__titlearea .-link:hover svg path {
  fill: #000;
}
.p-top-guidepost__titlearea .-link:hover circle {
  fill: #DEDDD4;
}
.p-top-guidepost__cross {
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__cross {
    margin-top: unset;
    position: absolute;
    right: 26px;
    bottom: 36px;
  }
}
.p-top-guidepost__cross span {
  background-color: #000;
  height: 2px;
  width: 20px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-guidepost__cross span:last-of-type {
  margin-top: -2px;
  rotate: 90deg;
}
.p-top-guidepost__cross.-open span:last-of-type {
  rotate: 0deg;
}
.p-top-guidepost__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__list1 {
    margin-top: 20px;
  }
}
.p-top-guidepost__list1 > li {
  background-color: #FAF9F5;
  border: #DEDDD4 1px solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19.5px 30px;
  max-width: 504px;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__list1 > li {
    line-height: 1.7647058824;
    padding: 16.5px 25px;
  }
}
.p-top-guidepost__knowledge {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-guidepost__knowledge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    gap: 12px;
  }
}
.p-top-guidepost__knowledge h4 {
  font-size: 14px;
  line-height: 2.1428571429;
  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;
  color: #fff;
  background-color: #2050D1;
  width: 79px;
  height: 32px;
}
.p-top-guidepost__knowledge li {
  font-size: 14px;
  line-height: 2;
}
.p-top-features {
  padding-top: 299px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-features {
    padding-top: 103px;
    padding-bottom: 100px;
  }
}
.p-top-features__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 298px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-features__bg {
    padding: 103px 0 0;
  }
}
.p-top-features__bg.is-fixed {
  position: fixed;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .p-top-features__bg.is-fixed {
    position: unset;
  }
}
.p-top-features .l-inner-top--md {
  position: relative;
}
.p-top-features .-object1, .p-top-features .-object2, .p-top-features .-object3, .p-top-features .-object4, .p-top-features .-object5, .p-top-features .-object6 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object1, .p-top-features .-object2, .p-top-features .-object3, .p-top-features .-object4, .p-top-features .-object5, .p-top-features .-object6 {
    scale: 0.44;
  }
}
.p-top-features .-object1 {
  left: -14.5%;
  top: -78%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object1 {
    left: -44.5%;
    top: -82%;
  }
}
.p-top-features .-object2 {
  left: 15.5%;
  bottom: -262%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object2 {
    left: -1.5%;
    bottom: -149%;
  }
}
.p-top-features .-object3 {
  right: 12%;
  top: -137%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object3 {
    right: -16%;
    top: -87%;
  }
}
.p-top-features .-object4 {
  left: 35.5%;
  bottom: -196%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object4 {
    left: 22.5%;
    bottom: -98%;
  }
}
.p-top-features .-object5 {
  left: 54.5%;
  bottom: -319%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object5 {
    left: 44.5%;
    bottom: -141%;
  }
}
.p-top-features .-object6 {
  right: -5%;
  bottom: -185.3%;
}
@media screen and (max-width: 768px) {
  .p-top-features .-object6 {
    right: -30%;
    bottom: -107.3%;
  }
}
.p-top-features__content {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 138px;
}
.p-top-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-features__title {
    padding-right: unset;
    position: relative;
    z-index: 2;
  }
}
.p-top-features__title--sm {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.p-top-features__title--lg {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top-features__title.-active {
  position: fixed;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-features__title.-active {
    position: unset;
  }
}
.p-top-features__list {
  max-width: 903px;
  margin: 128px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-features__list {
    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;
    margin: 200px 0 0;
  }
}
.p-top-features__item {
  border-radius: 10px;
  padding: 30px 40px 36px;
  max-width: 377px;
  background-color: #DEDDD4;
}
@media screen and (max-width: 768px) {
  .p-top-features__item {
    padding: 22px 24px 20px;
  }
}
.p-top-features__item:nth-of-type(even) {
  background-color: #EDECE6;
  margin-left: auto;
}
.p-top-features__item:nth-of-type(2) {
  padding: 38px 40px 32px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(2) {
    margin-top: unset;
    padding: 22px 24.5px 20px;
  }
}
.p-top-features__item:nth-of-type(3) {
  padding: 38px 40px 35px;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(3) {
    padding: 22px 24px 20px;
  }
}
.p-top-features__item:nth-of-type(4) {
  padding: 37px 40px 32px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(4) {
    margin-top: unset;
    padding: 22px 24px 20px;
  }
}
.p-top-features__itemtitle {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-features__itemtitle {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.p-top-features__text {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-features__text {
    margin-top: 18px;
    gap: 25px;
  }
}
.p-top-service {
  padding: 115px 0 127px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 108px 0 97px;
  }
}
.p-top-service .-object1 {
  position: absolute;
  left: -6.5%;
  bottom: -8.5%;
}
@media screen and (max-width: 768px) {
  .p-top-service .-object1 {
    scale: 0.5;
    left: -31.5%;
    bottom: -8%;
  }
}
.p-top-service__tablewrap {
  overflow-x: scroll;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-top-service__tablewrap {
    margin-right: calc(50% - 50vw);
    padding-right: 32px;
    margin-top: 45px;
  }
}
.p-top-service__table {
  min-width: 903px;
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
}
.p-top-service__table tr:last-of-type {
  border-radius: 10px;
}
.p-top-service__table tr:last-of-type td {
  border-bottom: #DEDDD4 1px solid;
}
.p-top-service__table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 10px;
}
.p-top-service__table tr:last-of-type td:last-of-type {
  border-radius: 0px 0 10px 0px;
}
.p-top-service__table th {
  background-color: #8B8B8B;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  height: 50px;
}
.p-top-service__table th:first-of-type {
  border-radius: 10px 0 0 0;
}
.p-top-service__table th:last-of-type {
  border-radius: 0px 10px 0 0px;
}
.p-top-service__table th:not(:first-child) {
  border-left: #DEDDD4 1px solid;
}
.p-top-service__table td {
  background-color: #fff;
  vertical-align: middle;
  font-size: 14px;
  border-left: #DEDDD4 1px solid;
  border-top: #DEDDD4 1px solid;
  padding: 20px;
}
.p-top-service__table td:last-of-type {
  border-right: #DEDDD4 1px solid;
}
.p-top-service__table td.-w1 {
  width: 145px;
  line-height: 1.5;
  font-weight: 500;
}
.p-top-service__table td.-w2 {
  width: 70px;
  text-align: center;
  line-height: 1.5;
}
.p-top-service__table td.-w3 {
  width: calc(100% - 215px);
  line-height: 1.7;
}
.p-top-service__section {
  margin-top: 60px;
  max-width: 630px;
}
.p-top-service__section + .p-top-service__section {
  margin-top: 56px;
}
.p-top-service__sectiontitle {
  font-size: 17px;
  line-height: 1.7647058824;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: #B5B5B5 1px solid;
}
.p-top-service__sectiontext {
  margin-top: 10px;
}
.p-top-linkarea {
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea {
    padding: 100px 0;
  }
}
.p-top-linkarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 903px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__list {
    gap: 18px;
  }
}
.p-top-linkarea__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: calc(33.33333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 228px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item {
    width: calc(50% - 9px);
    min-height: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 27px 10px 17px;
  }
  .p-top-linkarea__item:nth-of-type(3) {
    padding: 17px 10px 11px;
  }
  .p-top-linkarea__item:nth-of-type(4) {
    padding: 24px 10px 19px;
  }
}
.p-top-linkarea__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/linkout.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 19px;
  bottom: 19px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item::after {
    width: 8px;
    height: 8px;
    right: 9px;
    bottom: 9px;
  }
}
.p-top-linkarea__item.-item4 {
  width: 100%;
  min-height: 152px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item.-item4 {
    width: calc(50% - 9px);
    min-height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item.-item1 svg {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item.-item2 svg {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item.-item3 svg {
    width: 35px;
  }
}
.p-top-linkarea__item.-item4 figure {
  width: 58px;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__item.-item4 figure {
    width: 37px;
  }
}
.p-top-linkarea__item.-item4 img {
  width: 100%;
  height: auto;
}
.p-top-linkarea__item svg {
  margin-top: -10px;
}
.p-top-linkarea__item .-nohover {
  display: block;
}
.p-top-linkarea__item .-hover {
  display: none;
}
.p-top-linkarea__item:hover {
  background-color: #2050D1;
  color: #fff;
}
.p-top-linkarea__item:hover::after {
  background-image: url("../images/linkout-w.svg");
}
.p-top-linkarea__item:hover svg path {
  fill: #fff;
}
.p-top-linkarea__item:hover .-nohover {
  display: none;
}
.p-top-linkarea__item:hover .-hover {
  display: block;
}
.p-top-linkarea__title {
  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;
  gap: 4px;
}
.p-top-linkarea__title--lg {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1270px) {
  .p-top-linkarea__title--lg {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__title--lg {
    font-size: 18px;
  }
}
.p-top-linkarea__title--sm {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-linkarea__title--sm {
    font-size: 10px;
  }
}
.p-top-faq {
  padding: 115px 0 130px;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 105px 0 98px;
  }
}
.p-top-faq__list {
  margin-top: 56px;
  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;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    margin-top: 45px;
  }
}
.p-top-faq__item {
  background-color: #fff;
  border-radius: 10px;
}
.p-top-faq__dt {
  padding: 51px 63px 51px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  line-height: 1.7647058824;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-faq__dt {
    padding: 27px 24px 24px 24px;
    position: relative;
  }
}
.p-top-faq__dt > span {
  position: relative;
  padding-left: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-faq__dt > span {
    padding-right: 40px;
  }
}
.p-top-faq__dt > span::after {
  position: absolute;
  content: "Q.";
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #2050D1;
  left: 0;
  top: 0px;
}
.p-top-faq__dd {
  display: none;
  padding: 38px 60px 41px 44px;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-faq__dd {
    font-size: 15px;
    line-height: 2;
    padding: 54px 24px 20px 24px;
  }
}
.p-top-faq__dd span {
  position: relative;
  padding-left: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-faq__dd span {
    padding-left: unset;
  }
}
.p-top-faq__dd span::after {
  position: absolute;
  content: "A.";
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  left: 1px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__dd span::after {
    top: -30px;
  }
}
.p-top-faq__cross {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__cross {
    position: absolute;
    right: 25px;
    top: 46px;
  }
}
.p-top-faq__cross span {
  background-color: #000;
  height: 2px;
  width: 20px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-faq__cross span:last-of-type {
  margin-top: -2px;
  rotate: 90deg;
}
.p-top-faq__cross.-open span:last-of-type {
  rotate: 0deg;
}
.p-top-blog {
  padding: 115px 0 103px;
}
@media screen and (max-width: 768px) {
  .p-top-blog {
    padding: 107px 0 100px;
  }
}
.p-top-blog__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .p-top-blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 48px;
  }
}
.p-top-blog__item {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 768px) {
  .p-top-blog__item {
    width: 100%;
  }
}
.p-top-blog__item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.p-top-blog__item p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 20px;
}
.p-top-blog__item span {
  font-size: 12px;
  line-height: 2.3333333333;
  margin-top: 7px;
  display: block;
}
.p-top-blog__item:hover {
  opacity: 0.7;
}
.p-top-blog__button {
  background-color: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  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: 180px;
  height: 54px;
  position: relative;
  margin: 93px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-blog__button {
    margin: 60px auto 0;
  }
}
.p-top-blog__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/linkout.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #DEDDD4;
  background-position: center;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50px;
}
.p-top-blog__button:hover {
  background-color: #fff;
  color: #000000;
  border: #DEDDD4 1px solid;
}
.p-top-blog__button:hover::after {
  background-image: url("../images/linkout-w.svg");
  background-color: #000000;
}

/* 全体のコンテナ設定 */
.p-p404 {
  background-color: #EDECE6;
  padding: 137px 0 119px;
}
.p-p404__title {
  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;
  gap: 10px;
}
.p-p404__title--sm {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.p-p404__title--lg {
  font-size: 85px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.p-p404__text {
  margin: 85px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-p404__object {
  position: relative;
  max-width: 514px;
  margin: 47px auto 0;
  height: 129px;
}
@media screen and (max-width: 768px) {
  .p-p404__object {
    max-width: 314px;
  }
}
.p-p404 .-object1, .p-p404 .-object2, .p-p404 .-object3, .p-p404 .-object4 {
  position: absolute;
  z-index: 2;
  scale: 0.6;
}
@media screen and (max-width: 768px) {
  .p-p404 .-object1, .p-p404 .-object2, .p-p404 .-object3, .p-p404 .-object4 {
    scale: 0.4;
  }
}
.p-p404 .-object1 {
  left: -30px;
  top: 4px;
}
.p-p404 .-object2 {
  left: 21%;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .p-p404 .-object2 {
    left: 17%;
  }
}
.p-p404 .-object3 {
  left: 39%;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .p-p404 .-object3 {
    left: 29%;
  }
}
.p-p404 .-object4 {
  right: -52px;
  top: -31px;
}
@media screen and (max-width: 768px) {
  .p-p404 .-object4 {
    right: -92px;
  }
}
.p-p404__button {
  background-color: #000000;
  border: #000000 1px solid;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  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: 180px;
  height: 54px;
  position: relative;
  margin: 76px auto 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-p404__button {
    margin: 60px auto 0;
  }
}
.p-p404__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 9px;
  background-color: #DEDDD4;
  background-position: center;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50px;
}
.p-p404__button:hover {
  background-color: #fff;
  color: #000000;
  border: #DEDDD4 1px solid;
}
.p-p404__button:hover::after {
  background-image: url("../images/arrow-w.svg");
  background-color: #000000;
}

.u-pt0 {
  padding-top: 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: 1220px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1220px) {
  .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;
  }
}