@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo: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;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px; /* ヘッダーの高さ */
}

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

main {
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 2.0625;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  padding: 0 25px;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.l-header__inner {
  padding: 0 30px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__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: flex-end;
    padding-right: 0;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 0 0 27px;
  max-width: 376px;
}
@media screen and (max-width: 560px) {
  .l-header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 82px 26px 0;
    border-radius: 0;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__contents {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3551C1;
    width: 100%;
    height: 100vh;
    display: none;
  }
}
.l-header__nav {
  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;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-header__navitem {
  font-size: 12px;
  line-height: 112%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 992px) {
  .l-header__navitem {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: left;
  }
}
.l-header__navitem:not(:first-child) {
  position: relative;
  margin-left: 18px;
  padding-left: 18px;
}
@media screen and (max-width: 992px) {
  .l-header__navitem:not(:first-child) {
    margin-left: 9px;
    padding-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem:not(:first-child) {
    margin-top: 12px;
    margin-left: 0;
    padding-left: 0;
  }
}
.l-header__navitem:not(:first-child)::after {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-header__navitem:not(:first-child)::after {
    display: none;
  }
}
.l-header__navbutton {
  margin-left: 20px;
  width: 210px;
  height: 54px;
  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;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .l-header__navbutton {
    width: 105px;
    height: 54px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__navbutton {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navbutton {
    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: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}
.l-header__navbutton:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.l-header__navitem-wrap {
  position: relative;
  display: inline-block;
}
.l-header__megamenu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(6, 201, 108);
  padding: 20px;
  min-width: 200px;
  z-index: 100;
  gap: 10px;
  color: #fff;
  border-radius: 16px;
  display: none;
}
.l-header__megamenu a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.l-header__megamenu a + a {
  margin: 10px auto 0;
}
.l-header__megamenu::after {
  position: absolute;
  content: "";
  background-color: rgb(6, 201, 108);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0 100%, 100% 100%, 50% 0%);
  width: 12px;
  height: 12px;
}
.l-header__megamenu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: -1;
}

.circle-text {
  position: relative;
  margin-top: 132px; /* 上から132px */
  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;
}

.circle-text span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite; /* ぐるぐる回転 */
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-footer {
  background-color: #505050;
}
.l-footer__inner {
  padding: 56px 48px 55px;
  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) {
  .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: 30px 20px 50px;
  }
}
.l-footer__logo {
  width: 234px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 170px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__textbox {
  font-size: 12px;
  line-height: 1.6666666667;
  padding: 0 40px;
  margin-top: -13px;
}
@media screen and (max-width: 768px) {
  .l-footer__textbox {
    text-align: center;
    margin-top: 20px;
  }
}
.l-footer__textbox small {
  display: block;
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  font-size: 14px;
  line-height: 1;
  margin-top: 24px;
  margin-left: 176px;
}
@media (max-width: 1020px) {
  .l-footer__links {
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    display: none;
  }
}

.l-home {
  max-width: 988px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-home {
    padding: 46px 24px 0;
  }
}

.l-case {
  max-width: 1124px;
  margin: 0 auto;
  padding: 143px 24px 0;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 46px 24px 0;
  }
}

.l-bg {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-color: #32A449;
}

.c-button {
  max-width: 300px;
  width: 100%;
  height: 71px;
  border-radius: 100px;
  border: #3551C1 1px solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #3551C1;
  padding: 0 35px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button {
    max-width: 23.4375vw;
    height: 5.546875vw;
    border-radius: 7.8125vw;
    border: #3551C1 0.078125vw solid;
    font-size: 1.40625vw;
    padding: 0 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    max-width: 295px;
    padding: 0 28px;
    font-size: 16px;
  }
}
.c-button.-noborder {
  border: unset;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.svg");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #3551C1;
  background-position: center;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 24px;
  border-radius: 100px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button::after {
    right: 1.875vw;
    width: 6.25vw;
    height: 1.875vw;
    border-radius: 7.8125vw;
  }
}
.c-button:hover {
  background-color: #3551C1;
  color: #fff;
  opacity: 1;
}
.c-button:hover::after {
  background-color: #fff;
  background-image: url("../images/common/icon-blue-arrow.svg");
}

.c-burger {
  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: 93px;
  height: 93px;
  background: #b0b4b4;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.c-burger-inner {
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-footer-cta {
  margin-top: 229px;
}
@media screen and (max-width: 768px) {
  .c-footer-cta {
    margin-top: 102px;
  }
}
.c-footer-cta a {
  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;
  height: 420px;
  position: relative;
}
.c-footer-cta a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/footer-cta-bg.svg) no-repeat right top;
  background-color: #203BA5;
  background-size: cover;
  border-radius: 0 300px 0 0;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a::after {
    background: url(../images/common/footer-cta-bg_sp.svg) no-repeat right top;
    background-size: cover;
    border-radius: 0 300px 0 0;
  }
}
.c-footer-cta a span {
  display: block;
  width: 406px;
  height: 66px;
  line-height: 66px;
  border: 1px solid #fff;
  background: #2C47B5;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .c-footer-cta a span {
    width: 237px;
  }
}

.c-service {
  margin-top: -70px;
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .c-service {
    margin-top: 0;
    padding-bottom: 100px;
  }
}

.c-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.c-service-item:first-child {
  margin-top: 0;
}
.c-service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
.c-service-item:nth-child(even) .c-service-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service-item:first-child {
    margin-top: 29px;
  }
  .c-service-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service-item:nth-child(even) .c-service-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service-item__image {
  width: 55.9375vw; /* 716 / 1280 */
  height: 416px;
  margin-left: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service-item__image {
    background: #3551C1;
    width: calc(100vw - 21px);
    margin-left: calc(-50vw + 50%);
    height: 300px;
  }
}
.c-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service-item:nth-child(even) .c-service-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service-item:nth-child(even) .c-service-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service-item__content {
    margin-top: 32px;
    max-width: 100%;
  }
}

.c-service-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service-item__description {
    text-align: left;
  }
}

.c-service02 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-service02 {
    padding: 0 0 40px;
  }
}

.c-service02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.c-service02-item.-even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service02-item.-even .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% - 55px);
}
.c-service02-item.-even .c-service02-item__image img {
  border-radius: 999px 0 0 999px;
}
@media screen and (max-width: 768px) {
  .c-service02-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
  .c-service02-item:first-child {
    margin-top: 45px;
  }
  .c-service02-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-service02-item:nth-child(even) .c-service02-item__image {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}

.c-service02-item__image {
  width: 48.2vw;
  height: 509px;
  margin-left: calc(-50vw + 50% - 7px);
}
@media screen and (max-width: 768px) {
  .c-service02-item__image {
    width: calc(100vw - 55px);
    margin-left: calc(-50vw + 50% - 55px);
    height: 249px;
  }
}
.c-service02-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 999px 999px 0;
}

.c-service02-item:nth-child(even) .c-service02-item__image {
  margin-left: 0;
  margin-right: calc(-50vw + 50% + 10px);
}
@media screen and (max-width: 768px) {
  .c-service02-item:nth-child(even) .c-service02-item__image {
    width: calc(100vw - 21px);
    margin-right: calc(-50vw + 50%);
    margin-left: auto;
  }
}

.c-service02-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-service02-item__content {
    margin-top: 45px;
    max-width: 100%;
  }
}

.c-service02-item__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__title {
    font-size: 24px;
    line-height: 1.3333333333;
    text-align: left;
  }
}

.c-service02-item__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-service02-item__description {
    text-align: left;
  }
}

/* ==========================================================================
   Project
   ========================================================================== */
.p-service-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.c-voice__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-voice__title {
    font-size: 24px;
  }
}
.c-voice__swiper {
  margin-top: 45px;
}
.c-voice__swiper.desktop-mode {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-voice__swiper.desktop-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-voice__swiper.desktop-mode .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-voice__swiper.desktop-mode .swiper-slide:last-child {
  margin-right: 0;
}
.c-voice__swiper.desktop-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__swiper.mobile-mode {
  overflow: hidden;
}
.c-voice__swiper.mobile-mode .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.c-voice__swiper.mobile-mode .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78vw;
  margin-right: 20px;
}
.c-voice__swiper.mobile-mode .swiper-slide.clone {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-voice__item {
  width: 400px;
  background: rgba(217, 217, 217, .4);
  border-radius: 12px;
  padding: 24px 60px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-voice__item {
    width: 100%;
    max-width: none;
    padding: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .c-voice__item {
    max-width: none;
  }
}
.c-voice__image {
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-voice__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.c-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-voice__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
}
.c-voice__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flow {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-flow {
    margin-top: 66px;
  }
}
.c-flow__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-flow__title {
    font-size: 24px;
  }
}
.c-flow__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: 12px;
  max-width: 1028px;
  margin: 36px auto 0;
  padding: 0 24px;
  list-style: none;
}
.c-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333333;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    display: block;
  }
}
.c-flow__label {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-flow__label {
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: center;
  }
}
.c-flow__label::after {
  position: absolute;
  right: -12px;
  top: 0;
  content: "｜";
  display: block;
}
@media screen and (max-width: 768px) {
  .c-flow__label::after {
    display: none;
  }
}
.c-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c-flow__text {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-card {
    display: block;
    margin-top: 0;
  }
}
.c-card__item {
  width: calc(50% - 46.5px);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card__item {
    margin-top: 66px;
    width: 100%;
  }
  .c-card__item:first-child {
    margin-top: 50px;
  }
}
.c-card__link {
  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%;
  text-decoration: none;
  color: inherit;
}
.c-card__image {
  width: 100%;
  aspect-ratio: 846/462;
  overflow: hidden;
  border-radius: 20px;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
.c-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.c-card__company {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__title {
  font-size: 14px;
  line-height: 2.1428571429;
}
.c-card__btn {
  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;
  margin-left: auto;
  width: 155px;
  height: 29px;
  border: 1px solid 0;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .c-card__btn {
    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;
    margin-top: 16px;
    width: 100%;
  }
}
.c-card__btn:hover {
  background: #fff;
  color: #000;
}

.c-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 114%;
}

.c-fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-cta__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: block;
}
.c-cta__img img {
  width: 100%;
  height: auto;
}

.c-banner__inner {
  max-width: 1158px;
  margin: 0 auto;
  padding: 87px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px 30px;
}
@media screen and (max-width: 768px) {
  .c-banner__inner {
    padding: 43px 0 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.c-banner 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;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 366px;
          flex: 0 1 366px;
  width: 366px;
  max-width: 100%;
  aspect-ratio: 366/118;
  max-height: 118px;
}
@media screen and (max-width: 768px) {
  .c-banner a {
    width: 100%;
    max-width: 100%;
  }
}
.c-banner a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 768px) {
  .p-top {
    overflow: hidden;
  }
}
.p-top__mv {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url(../images/top/mv.png) no-repeat center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-top__mv-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.p-top__mv-title, .p-top__mv-content {
  position: relative;
  overflow: hidden;
}
.p-top__mv-title {
  font-size: 128px;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top__mv-title {
    font-size: 10vw;
    line-height: 1.4;
  }
}
.p-top__mv-content {
  max-width: 600px;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-top__mv-title-text, .p-top__mv-content-text {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-top__mv-title-mask, .p-top__mv-content-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: 1;
  pointer-events: none;
}
.p-top__introduction {
  height: 300vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.p-top__introduction-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1419242902214-272b3f66ee7a?w=1600");
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  z-index: 0;
}
.p-top__introduction-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  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;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top__introduction-inner {
    padding: 0 25px;
  }
}
.p-top__introduction-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: opacity, transform;
}
.p-top__introduction-content p {
  text-align: center;
}
.p-top__introduction-figure {
  max-width: 620px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: opacity, transform;
}
.p-top__introduction-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/562;
  overflow: hidden;
}
.p-top__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.p-top__slide-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 100%;
  overflow: hidden;
}
.p-top__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.p-top__slide-img.is-active {
  opacity: 1;
}
.p-top__release {
  background-color: #272727;
  padding: 60px 0 48px;
}
.p-top__release-title {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top__release-title {
    margin-left: 25px;
  }
}
.p-top__release-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 19px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-top__release-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  will-change: transform;
}
.p-top__release-item {
  background-color: #D9D9D9;
  padding: 24px 25px 110px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 543px;
  height: 410px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__release-item {
    padding: 16px 17px 76px;
    width: 100%;
    height: auto;
  }
}
.p-top__release-count {
  background-color: #fff;
  color: #000;
  font-size: 44px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 700;
  height: 78px;
  width: 126px;
  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;
}
@media screen and (max-width: 768px) {
  .p-top__release-count {
    font-size: 32px;
    width: 87px;
    height: 54px;
  }
}
.p-top__release-img img {
  width: 100%;
  height: auto;
}
.p-top__release-text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-top__release-text {
    font-size: 14px;
    line-height: 2.2857142857;
    text-align: left;
    padding: 0 35px;
  }
}
.p-top__release-check {
  position: absolute;
  right: 25px;
  display: block;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .p-top__release-check {
    width: 57px;
    right: 17px;
  }
}
.p-top__release-check img {
  width: 100%;
  height: auto;
}
.p-top__about {
  padding: 80px 0;
  background-color: #3d4fa8;
}
.p-top__about-container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__about-container {
    padding: 0 25px;
  }
}
.p-top__about-title {
  margin-left: 88px;
}
@media screen and (max-width: 768px) {
  .p-top__about-title {
    margin-left: 0;
  }
}
.p-top__about-item {
  position: relative;
  margin-bottom: 150px;
  min-height: 452px;
}
@media screen and (max-width: 768px) {
  .p-top__about-item {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    min-height: unset;
  }
  .p-top__about-item + .p-top__about-item {
    margin-top: 16px;
  }
}
.p-top__about-item:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__about-item:first-of-type {
    margin-top: unset;
  }
}
.p-top__about-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__about-item--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top__about-item--reverse .p-top__about-image {
  margin-left: auto;
  margin-right: 0;
}
.p-top__about-item--reverse .p-top__about-content {
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top__about-item--reverse .p-top__about-content {
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-top__about-image {
  width: 850px;
  max-width: 100%;
  height: 452px;
  position: relative;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .p-top__about-image {
    width: 66.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about-image {
    width: 100%;
    height: auto;
    position: unset;
  }
}
.p-top__about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-top__about-image img {
    height: auto;
    border-radius: unset;
  }
}
.p-top__about-banner {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .85);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}
.p-top__about-banner .highlight {
  color: #c8ff00;
  font-size: 1.3em;
  font-weight: 900;
}
.p-top__about-content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3a3a3a;
  padding: 24px;
  width: 604px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .p-top__about-content {
    width: 47.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about-content {
    position: unset;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-top__about-label {
  display: inline-block;
  font-size: 14px;
  text-transform: lowercase;
  color: #fff;
  line-height: 1.14;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top__about-label {
    margin: 0 auto 12px;
    padding-bottom: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
.p-top__about-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 8px;
  padding-top: 8px;
  line-height: 1.14;
  letter-spacing: 0.08em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-top__about-number {
    margin: 0 auto 12px;
    padding-top: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top__about-sub-title {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__about-sub-title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
}
.p-top__about-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2.2857142857;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top__about-text {
    margin-top: 46px;
  }
}
.p-top__title {
  color: #fff;
  font-size: 96px;
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 40px;
    line-height: 1.8;
  }
}
.p-top-faq {
  padding: 90px 0 90px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 50px 0;
  }
}
.p-top-faq__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-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    margin-top: unset;
  }
}
.p-top-faq__item {
  border: 1px solid #fff;
  position: relative;
  min-height: 120px;
  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;
  padding: 0 85px 0 25px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item {
    padding: unset;
  }
}
.p-top-faq__q {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q {
    position: relative;
    padding: 14px 14px 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__q span {
    display: block;
  }
}
.p-top-faq__a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 2.5em;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a {
    padding: 14px;
  }
}
.p-top-faq__button {
  background-color: #fff;
  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;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-faq__button {
    top: unset;
    bottom: -5px;
    width: 100%;
    height: 28px;
  }
}
.p-top-faq__button.is-open img {
  rotate: 180deg;
}
.p-top-faq__button figure {
  width: 36px;
  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-top-faq__button figure {
    width: 22px;
  }
}
.p-top-faq__button figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-contact {
  padding: 65px 0 132px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 65px 0 50px;
  }
}
.p-top-contact__lead {
  text-align: center;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 300;
}
.p-top-contact__lead strong {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.p-top-contact__bg {
  background: #D9D9D9;
  aspect-ratio: 980/594;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__bg {
    aspect-ratio: 320/594;
    margin-top: 22px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

#privacy-consent {
  margin-right: 8px;
}

@-webkit-keyframes slideSteps {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  75% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* ループ */
}

@keyframes slideSteps {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  75% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } /* ループ */
}
.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-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

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