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

/* 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*/
  font-size: 62.5%;
}

/* 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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;
  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;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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;
  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;
  font-weight: bold;
}

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

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

/* add_user */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  opacity: .01;
  transition: opacity .4s ease;
  z-index: 100000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform .4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  :root {
    --designwidth:375;
  }
}

body {
  font-family: "Manrope",'Noto Sans JP', Arial, sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #132027;
}

.u-block {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .u-block {
    width: auto;
    max-width: none;
    padding-inline: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .u-block--lv2--sp {
    padding-inline: 9.6vw;
  }
}

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

@media print, screen and (min-width: 768px) {
  .u-text-center--pc {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-bold {
  font-weight: bold !important;
}

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

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

.c-icon--blank {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: 24px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_blank.svg) no-repeat center center/100% 100%;
          mask: url(../img/common/icon_blank.svg) no-repeat center center/100% 100%;
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .c-icon--blank {
    position: relative;
    top: -1px;
    width: 6.4vw;
  }
}

.c-tipicon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 5px 12px;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(157, 163, 166, .32);
  background: #FFF;
  background: #FFF;
  box-shadow: 0 8px 16px 0 rgba(19, 32, 39, .16);
  color: #132027;
  text-align: center;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .c-tipicon {
    padding: 0.8vw 3.2vw 1.06667vw 3.2vw;
    font-size: 3.2vw;
  }
}

.c-paragraph + .c-paragraph {
  margin-top: 1em;
}

.c-paragraph--body1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .c-paragraph--body1 {
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}

.c-notelist {
  margin-top: 1em;
}

.c-notelist li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-notelist li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.c-paragraph--body2 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.c-headline-v1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline-v1 {
    margin: 0 0 10.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .c-headline-v1--mb1 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-v1--mb1 {
    margin-bottom: 5.33333vw;
  }
}

.c-headline-v1 :last-child {
  margin-bottom: 0 !important;
}

.c-headline-v1__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px;
  padding: 4px 12px 5px 12px;
  background: #024737;
  background: #024737;
  color: #FFF;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .c-headline-v1__sub {
    margin: 0 0 6.4vw;
    padding: 1.86667vw 4.26667vw;
    font-size: 3.2vw;
  }
}

.c-headline-v1__main {
  color: #132027;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .c-headline-v1__main {
    line-height: 1.5;
    font-size: 8.53333vw;
  }
  .c-headline-v1__main--small--sp {
    font-size: 6.4vw;
  }
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .c-button-wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 4.8vw;
    margin-top: 12.8vw;
    width: 100%;
  }
  .c-button-wrap:not(.c-button-wrap--center--sp) > .c-button-v1,
  .c-button-wrap:not(.c-button-wrap--center--sp) > .c-button-v2,
  .c-button-wrap:not(.c-button-wrap--center--sp) > .c-button-v3 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-button-wrap--left--pc {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .c-button-wrap--center--sp {
    display: flex;
    justify-content: center;
  }
}

.c-button-v1,
.c-button-v2,
.c-button-v3 {
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  height: 54px;
  min-width: 64px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 3px solid #EEEEF0;
  background: #FFF;
  color: #132027;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.73;
}

@media print, screen and (min-width: 768px) {
  .c-button-v1,
  .c-button-v2,
  .c-button-v3 {
    transition: ease all 0.3s;
  }
  a:hover .c-button-v1, .c-button-v1:hover, a:hover
  .c-button-v2,
  .c-button-v2:hover, a:hover
  .c-button-v3,
  .c-button-v3:hover {
    background-color: #024737;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-button-v1,
  .c-button-v2,
  .c-button-v3 {
    height: 14.4vw;
    padding: 2.93333vw 4.26667vw;
    line-height: 1.7;
    font-size: 4vw;
  }
  .c-button-v1--small--sp,
  .c-button-v2--small--sp,
  .c-button-v3--small--sp {
    height: 11.2vw;
    padding: 1.6vw 3.2vw;
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button-v1--small--sp:after,
  .c-button-v2--small--sp:after,
  .c-button-v3--small--sp:after {
    width: 5.33333vw;
  }
}

.c-button-v1:after,
.c-button-v2:after,
.c-button-v3:after {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_arrow.svg) 50% 50% no-repeat;
          mask: url(../img/common/icon_arrow.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .c-button-v1:after,
  .c-button-v2:after,
  .c-button-v3:after {
    width: 6.4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .c-button-v1--thin,
  .c-button-v2--thin,
  .c-button-v3--thin {
    height: 49px;
  }
  .c-button-v1--thin:after,
  .c-button-v2--thin:after,
  .c-button-v3--thin:after {
    width: 16px;
  }
}

.c-button-v2 {
  background: #A9FE9B;
}

@media print, screen and (min-width: 768px) {
  .c-button-v2:hover {
    background: #024737;
    background: #024737;
    color: #fff;
  }
}

.c-button-v3 {
  background: #024737;
  background: #024737;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-button-v3:hover {
    background: #A9FE9B;
    color: #132027;
    color: #132027;
  }
}

/* c-newslist */
.c-newslist {
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-newslist {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-newslist {
    padding: 0 2.13333vw 4.26667vw;
  }
}

.c-newslist__item {
  position: relative;
  display: grid;
  grid-template-columns: 146px 1fr;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px dashed rgba(161, 166, 169, .2);
}

@media screen and (max-width: 767px) {
  .c-newslist__item {
    grid-template-columns: 100%;
    padding: 6.4vw 4.26667vw;
  }
}

.c-newslist__item:last-child {
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  a.c-newslist__item:hover .c-newslist__item__title {
    opacity: 0.6;
  }
}

a.c-newslist__item:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(../img/common/icon_arrow2.svg) no-repeat center center/100% 100%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  a.c-newslist__item:after {
    display: none;
  }
}

.c-newslist__item__date {
  align-self: center;
  color: #6F777C;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
}

@media screen and (max-width: 767px) {
  .c-newslist__item__date {
    margin: 0 0 2.13333vw;
    font-size: 3.2vw;
  }
}

.c-newslist__item__title {
  border-left: 2px solid rgba(161, 166, 169, .2);
  padding-left: 40px;
  padding-right: 50px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .c-newslist__item__title {
    border: none;
    padding: 0;
    font-size: 4.26667vw;
  }
}

.p-section {
  position: relative;
  padding: 80px 0;
  background: #F4F7F3 url(../img/common/bg_line.png) repeat-y 50% 0%/1281px auto;
}

@media screen and (max-width: 767px) {
  .p-section {
    padding: 10.66667vw 0;
    background: #F4F7F3 url(../img/common/bg_line_sp.png) repeat-y 50% 0%/100% auto;
  }
}

.p-section .u-block {
  position: relative;
  z-index: 10;
}

.p-section--hidden {
  overflow: hidden;
}

.p-section--default::before,
.p-section--filter::before,
.p-section--grid::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 1px solid #D0D3D4;
  padding-top: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-section--default::before,
  .p-section--filter::before,
  .p-section--grid::before {
    background: none;
    height: 1px;
  }
}

.p-section--filter {
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
  .p-section--filter {
    padding-top: 0;
    padding-bottom: 10.66667vw;
    margin-bottom: -10.66667vw;
  }
}

.p-section--article {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-section--article {
    padding: 6.4vw 0 10.66667vw;
  }
}

.p-section--grid {
  background: url(../img/common/bg_line.png) repeat-y 50% 0%/1281px auto, url(../img/common/bg_grid2.png) no-repeat 50% 0%/1440px auto, #F4F7F3;
}

@media screen and (max-width: 767px) {
  .p-section--grid {
    background: url(../img/common/bg_line_sp.png) repeat-y 50% 0%/100% auto, url(../img/common/bg_grid2_sp.png) no-repeat 50% 0%/100% auto, #F4F7F3;
  }
}

.p-box-wrap {
  display: grid;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .p-box-wrap {
    gap: 6.4vw;
  }
}

.p-box-wrap--case {
  gap: 40px 24px;
}

@media screen and (max-width: 767px) {
  .p-box-wrap--case {
    gap: 6.4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .p-box-wrap[data-col-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-box-wrap[data-col-tab="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-box-v1 {
  position: relative;
  display: grid;
  gap: 0;
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(157, 163, 166, .32);
  background: #EEEEF0;
}

@media screen and (max-width: 767px) {
  .p-box-v1 {
    padding: 2.66667vw;
    border-radius: 7.46667vw;
  }
}

.p-box-v1__inner {
  overflow: hidden;
  border-radius: 20px;
  border: 0.7px solid rgba(161, 166, 169, .2);
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(157, 163, 166, .2), 0 12px 24px -4px rgba(19, 32, 39, .12);
}

@media screen and (max-width: 767px) {
  .p-box-v1__inner {
    border-radius: 5.33333vw;
  }
}

.p-box-v1--case .p-box-v1__inner {
  display: grid;
  gap: 0;
  grid-template-rows: auto 1fr;
  grid-row: span 2;
}

@media print, screen and (min-width: 768px) {
  a.p-casecard {
    transition: opacity 0.3s ease;
  }
  a.p-casecard:hover .p-casecard__img img {
    transform: scale(1.03);
  }
}

.p-casecard__img {
  height: auto;
  overflow: hidden;
}

.p-casecard__img img {
  aspect-ratio: 360 / 220;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.p-casecard__detail {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 24px;
  padding: 24px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-casecard__detail {
    gap: 20px;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-casecard__detail {
    gap: 6.4vw;
    padding: 6.4vw;
  }
}

.p-casecard__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .p-casecard__title {
    font-size: 4.8vw;
  }
}

.p-casecard__client dt {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6F777C;
}

@media screen and (max-width: 767px) {
  .p-casecard__client dt {
    margin: 0 0 1.06667vw;
    font-size: 3.2vw;
  }
}

.p-casecard__client dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-casecard__client dd {
    letter-spacing: 0.5px;
    font-size: 3.73333vw;
  }
}

.p-casecard__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 5px;
}

.p-casecard__tag li {
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #D1D3D6;
  padding: 6px 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .p-casecard__tag li {
    padding: 1.6vw 2.66667vw;
    font-size: 3.46667vw;
  }
}

.p-purpose-card {
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-purpose-card {
    padding: 6.4vw 4.26667vw;
  }
}

.p-purpose-card__title {
  margin: 24px 0 8px;
  min-height: 3em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-purpose-card__title {
    margin: 4.26667vw 0 8.53333vw;
    font-size: 4.26667vw;
    min-height: 0;
  }
}

.p-purpose-card__bg {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  right: 28px;
  width: 80px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-purpose-card__bg {
    bottom: 9.06667vw;
    right: 4.26667vw;
    width: 19.2vw;
  }
}

.p-cv {
  border-radius: 16px;
  padding: 54px 0 54px 80px;
  background: url(../img/common/bg_cv.webp);
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cv {
    padding: 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cv {
    border-radius: 4.26667vw;
    padding: 10.66667vw 6.4vw 0;
    background-image: url(../img/common/bg_cv_sp.webp);
  }
}

.p-cv__head {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  width: 532px;
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cv__head {
    gap: 8px;
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .p-cv__head {
    width: auto;
    gap: 4.26667vw;
  }
}

.p-cv__box {
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 24px -4px rgba(10, 13, 18, .08), 0 8px 8px -4px rgba(10, 13, 18, .03), 0 3px 3px -1.5px rgba(10, 13, 18, .04), 0 1px 1px 0 rgba(255, 255, 255, .13) inset;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: #CBCED1;
}

@media screen and (max-width: 767px) {
  .p-cv__box {
    padding: 6.4vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cv__box {
    padding: 15px 15px;
  }
}

.p-cv__box .c-button-wrap {
  margin-top: 0;
}

.p-cv__box__icon {
  display: flex;
  height: 27px;
  margin: 0 0 4px;
  padding: 4px 12px 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #132027;
  color: #fff;
  text-align: center;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-cv__box__icon {
    margin: 0 0 3.2vw;
    padding: 1.06667vw 3.2vw;
    font-size: 3.2vw;
  }
}

.p-cv__box__title {
  margin: 0 0 24px;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cv__box__title {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cv__box__title {
    margin: 0 0 6.4vw;
  }
}

.p-cv__box__title__main {
  display: block;
  margin: 0 0 4px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cv__box__title__main {
    margin: 0 0 1.06667vw;
    font-size: 6.4vw;
  }
}

.p-cv__box__title__sub {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cv__box__title__sub {
    font-size: 5.33333vw;
  }
}

.p-cv__image {
  position: absolute;
  z-index: 5;
  top: 34px;
  right: 0;
  width: 616px;
  pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cv__image {
    top: 53%;
    width: 44%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-cv__image {
    position: static;
    margin-top: 4.26667vw;
    margin-left: -6.4vw;
    margin-right: -6.4vw;
    width: auto;
  }
}

.p-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contact {
    gap: 40px;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-contact {
    grid-template-columns: 100%;
    gap: 6.4vw;
  }
}

.p-contact--single {
  grid-template-columns: 100%;
}

.p-contact-boxlayout {
  padding: 48px 170px 48px min(14.5%, 80px);
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: auto 165px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contact-boxlayout {
    padding: 40px 40px 40px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-boxlayout {
    display: block;
    padding: 6.4vw;
  }
}

.p-contact-boxlayout__detail .c-button-v1 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-contact-boxlayout__detail .c-button-v1 {
    margin-top: 10.66667vw;
  }
}

.p-contact-boxlayout__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-contact-boxlayout__title {
    margin-top: 4.26667vw;
    font-size: 5.33333vw;
  }
}

.p-contact-boxlayout__icon {
  width: 165px;
}

.p-contact-boxlayout__icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-contact-boxlayout__icon {
    position: absolute;
    z-index: 2;
    top: 14.66667vw;
    right: 9.06667vw;
    width: 24vw;
    pointer-events: none;
  }
}

.js-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: 100vh;
}

.js-movie-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.js-movie-modal #movie-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 90%;
  max-width: 900px;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity .3s;
}

.js-movie-modal #api-box {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

.js-movie-close {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 11;
  height: 0;
  cursor: pointer;
  background: url(../img/common/icon_close.svg) center/contain no-repeat;
  width: 25px;
  padding-bottom: 25px;
}

.js-movie-modal #api-box iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  transform: translateY(0%);
  transition: transform 0.2s ease;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 6.4vw 2.13333vw 0;
  }
}

.l-header.is-hide {
  transform: translateY(-100%);
}

.p-header {
  position: relative;
  border-radius: 999px;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 14px min(4%, 40px);
  background: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header {
    padding: 14px 14px 14px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    position: static;
    padding: 8px 16px 8px 24px;
    width: auto;
    max-width: 100%;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    gap: 0 40px;
    justify-content: space-between;
  }
}

.p-header__logo {
  max-width: 170px;
  width: 17%;
}

@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 12%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 82px;
  }
}

.p-gnav {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-gnav {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    overflow-y: auto;
    background: #FAFBFD;
  }
  .is-gnav-open .p-gnav {
    transform: translateX(0%);
  }
}

.p-gnav__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-gnav__inner {
    display: block;
    padding: 32vw 7.46667vw 10.66667vw;
  }
}

.p-gnav-mainlist {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-right: 10px;
}

.p-header--teather .p-gnav-mainlist {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gnav-mainlist {
    display: grid;
    grid-template-columns: 100%;
    gap: 3.2vw;
    margin-right: 0;
  }
}

.p-gnav-mainlist > li > a {
  color: #132027;
  color: #132027;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0;
  transition: color 0.2s ease;
}

@media print, screen and (min-width: 768px) {
  .p-gnav-mainlist > li > a:hover {
    color: #6F777C;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-mainlist > li > a {
    display: block;
    font-size: 3.73333vw;
    padding: 1.6vw 2.13333vw;
    color: #132027;
  }
}

.p-gnav-mainlist .c-icon--blank {
  position: relative;
  top: -1px;
  margin-left: 4px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .p-gnav-mainlist .c-icon--blank {
    margin-left: 2.13333vw;
    width: 5.33333vw;
  }
}

.p-gnav-mainlist__toggle {
  display: flex;
  align-items: center;
  gap: 0 1px;
  color: #132027;
  color: #132027;
  font-family: inherit;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57;
}

@media print, screen and (min-width: 768px) {
  .p-gnav-mainlist__toggle {
    transition: color 0.2s ease;
  }
  .p-gnav-mainlist__toggle:hover {
    color: #6F777C;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-mainlist__toggle {
    width: 100%;
    justify-content: space-between;
    font-size: 3.73333vw;
    padding: 1.6vw 2.13333vw;
  }
}

.p-gnav-mainlist__toggle:after {
  content: '';
  width: 16px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_arrow3.svg) 50% 50% no-repeat;
          mask: url(../img/common/icon_arrow3.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transition: transform 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-gnav-mainlist__toggle:after {
    width: 20px;
  }
}

.p-gnav-mainlist__toggle.is-active {
  color: #6F777C;
}

.p-gnav-mainlist__toggle.is-active:after {
  transform: rotate(180deg);
}

.p-gnav-cvlist {
  display: flex;
  gap: 0 6px;
}

@media screen and (max-width: 767px) {
  .p-gnav-cvlist {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.66667vw;
    margin: 12.8vw 0 0;
  }
}

.p-gnav-cvlist__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 999px;
  border: 3px solid #EEEEF0;
  background: #FFF;
  color: #132027;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.73;
}

@media print, screen and (min-width: 768px) {
  .p-gnav-cvlist__item {
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }
  .p-gnav-cvlist__item:hover {
    background-color: #024737;
    background-color: #024737;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .p-gnav-cvlist__item {
    gap: 6px;
    border-width: 2px;
    height: 42px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-cvlist__item {
    gap: 2.13333vw;
    width: 100%;
    height: 14.4vw;
    border-width: 0.8vw;
    font-size: 4vw;
  }
}

.p-gnav-cvlist__item:after {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_arrow.svg) 50% 50% no-repeat;
          mask: url(../img/common/icon_arrow.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}

@media screen and (max-width: 1024px) {
  .p-gnav-cvlist__item:after {
    width: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-cvlist__item:after {
    width: 6.4vw;
  }
}

.p-gnav-cvlist__item.is-cv {
  color: #fff;
  background: #024737;
  background: #024737;
}

@media print, screen and (min-width: 768px) {
  .p-gnav-cvlist__item.is-cv:hover {
    color: #132027;
    color: #132027;
    background: #A9FE9B;
  }
}

@media print, screen and (min-width: 768px) {
  .p-gnav-service {
    position: absolute;
    z-index: 999;
    top: calc(100% + 24px);
    left: 50%;
    transform: translateX(-50%);
    width: 740px;
    align-items: flex-start;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
    padding: 40px 40px 40px 24px;
    background: rgba(255, 255, 255, .56);
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .9) inset, 0 0 2px 0 rgba(157, 163, 166, .24), -20px 20px 40px -4px rgba(157, 163, 166, .24);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .p-gnav-service.is-active {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-service {
    margin: 0 -7.46667vw;
    padding: 0 7.46667vw;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .p-gnav-service.is-active {
    margin-bottom: -10.66667vw;
    padding-bottom: 10.66667vw;
    max-height: 100vmax;
  }
}

.p-gnav-service-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

@media screen and (max-width: 767px) {
  .p-gnav-service-layout {
    margin: 2.66667vw 0 0;
    padding: 8.53333vw 6.4vw;
    grid-template-columns: 100%;
    gap: 4.26667vw;
    border-radius: 16px;
    background: rgba(255, 255, 255, .56);
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .9) inset, 0 0 2px 0 rgba(157, 163, 166, .24), -20px 20px 40px -4px rgba(157, 163, 166, .24);
  }
}

.p-gnav-service__categorytitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #132027;
  color: #132027;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-gnav-service__categorytitle {
    margin: 0;
    gap: 2.13333vw;
    font-size: 3.73333vw;
  }
}

.p-gnav-service__categorytitle:before {
  position: relative;
  top: 1px;
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-gnav-service__categorytitle:before {
    width: 6.4vw;
  }
}

.p-gnav-service__categorytitle.is-analysis:before {
  background-image: url(../img/common/icon_analysis.svg);
}

.p-gnav-service__categorytitle.is-customer:before {
  background-image: url(../img/common/icon_customer.svg);
}

.p-gnav-service__category__item {
  position: relative;
  display: block;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .p-gnav-service__category__item {
    padding: 8px;
  }
  .p-gnav-service__category__item:hover:after {
    opacity: 1;
    transform: scale(1);
  }
  .p-gnav-service__category__item:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: rgba(19, 32, 39, .08);
    opacity: 0;
    transform: scale(1.05);
    transition: ease all 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav-service__category__item {
    margin-top: 4.26667vw;
  }
}

.p-gnav-service__category__title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-gnav-service__category__title {
    margin: 0;
    font-size: 3.2vw;
  }
}

.p-gnav-service__category__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-gnav-service__category__desc {
    justify-content: flex-start;
    min-height: 10.66667vw;
    padding: 1.6vw 0;
    gap: 2.13333vw;
    font-size: 3.73333vw;
  }
}

.p-gnav-service__list__limited {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 3px 12px 4px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.66;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #132027;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gnav-service__list__limited {
    padding: 0.8vw 2.66667vw;
    font-size: 3.2vw;
  }
}

.p-header__utility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.26667vw;
}

.p-header__cvbtn--sp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 8px;
  border-radius: 999px;
  border: 3px solid #EEEEF0;
  background: #024737;
  background: #024737;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69;
}

.c-hamburger-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1 / 1;
}

.c-hamburger-menu {
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 5;
  border: none;
  width: 18px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

@media print, screen and (min-width: 768px) {
  .c-hamburger-menu {
    display: none;
  }
}

.c-hamburger-menu > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #132027;
  border-radius: 0;
  transition: all 0.3s ease;
}

.c-hamburger-menu > span:nth-child(1) {
  top: 0;
}

.c-hamburger-menu > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger-menu > span:nth-child(3) {
  bottom: 0;
}

body.is-gnav-open .c-hamburger-menu > span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

body.is-gnav-open .c-hamburger-menu > span:nth-child(2) {
  opacity: 0;
}

body.is-gnav-open .c-hamburger-menu > span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.p-footer {
  padding: 80px 0 40px;
  background: url(../img/common/bg_footer_pc.webp) no-repeat 50% 0%/cover, radial-gradient(194.85% 155.06% at 115.83% -71.24%, #A9FE9B 0%, rgba(0, 0, 0, .45) 100%), radial-gradient(65.88% 79.07% at 8.51% 127.18%, #A9FE9B 0%, #132027 100%);
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .p-footer {
    background: url(../img/common/bg_footer_pc.webp) no-repeat 50% 0%/cover, radial-gradient(194.85% 155.06% at 115.83% -71.24%, #A9FE9B 0%, rgba(0, 0, 0, .45) 100%), radial-gradient(65.88% 79.07% at 8.51% 127.18%, #A9FE9B 0%, #132027 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-footer {
    background: url(../img/common/bg_grid_sp.png) no-repeat 50% 0%/cover, radial-gradient(194.85% 155.06% at 115.83% -71.24%, #A9FE9B 0%, rgba(0, 0, 0, .45) 100%), radial-gradient(65.88% 79.07% at 8.51% 127.18%, #A9FE9B 0%, #132027 100%);
    padding: 21.33333vw 0 10.66667vw;
  }
}

.p-footer__inner {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    width: auto;
    padding: 0 5.33333vw;
  }
}

.p-footer__top {
  display: grid;
  grid-template-columns: auto 766px;
  gap: 0 30px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__top {
    gap: 40px 0;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__top {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 53.33333vw;
  }
}

.p-footer__nav {
  display: flex;
  padding: 40px 80px;
  gap: 50px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 24px -4px rgba(10, 13, 18, .08), 0 8px 8px -4px rgba(10, 13, 18, .03), 0 3px 3px -1.5px rgba(10, 13, 18, .04), 0 1px 1px 0 rgba(255, 255, 255, .13) inset;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__nav {
    padding: 40px 40px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 17.06667vw;
    padding: 10.66667vw 6.4vw;
    gap: 10.66667vw 0;
    border-radius: 4.26667vw;
  }
}

.p-footer__nav__left {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-footer__nav__left {
    gap: 10.66667vw;
  }
}

.p-footer__nav__cattitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}

@media screen and (max-width: 767px) {
  .p-footer__nav__cattitle {
    gap: 0 2.13333vw;
    margin: 0 0 4.26667vw;
  }
}

.p-footer__nav__cattitle:before {
  position: relative;
  top: 1px;
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-footer__nav__cattitle:before {
    width: 5.33333vw;
  }
}

.p-footer__nav__cattitle.is-analysis:before {
  background-image: url(../img/common/icon_analysis.svg);
}

.p-footer__nav__cattitle.is-customer:before {
  background-image: url(../img/common/icon_customer.svg);
}

.p-footer__nav__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .p-footer__nav__list {
    gap: 4.26667vw;
  }
}

.p-footer__nav__list li a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .8);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav__list li a {
    transition: opacity 0.3s ease;
  }
  .p-footer__nav__list li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav__list li a {
    gap: 4.26667vw;
    font-size: 3.73333vw;
    color: #fff;
    letter-spacing: 0.5px;
  }
}

.p-footer__nav__list__limited {
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 2px 12px 3px 12px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .9);
  color: #132027;
  color: #132027;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .p-footer__nav__list__limited {
    font-size: 3.2vw;
    padding: 0.53333vw 3.2vw 0.8vw 3.2vw;
  }
}

.p-footer__nav__right {
  flex-grow: 1;
}

.p-footer__nav__other__title {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .9);
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  /* 150% */
}

@media screen and (max-width: 767px) {
  .p-footer__nav__other__title {
    margin: 0 0 4.26667vw;
    font-size: 4.26667vw;
  }
}

.p-footer__nav__other__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .8);
}

@media screen and (max-width: 767px) {
  .p-footer__nav__other__list {
    grid-template-columns: 100%;
    grid-auto-flow: row;
    grid-template-rows: none;
    gap: 3.2vw;
    font-size: 3.73333vw;
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav__other__list a {
    transition: opacity 0.3s ease;
  }
  .p-footer__nav__other__list a:hover {
    opacity: 0.7;
  }
}

.p-footer__bottom {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-top: 80px;
  color: rgba(255, 255, 255, .56);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__bottom {
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 6.4vw;
    margin-top: 10.66667vw;
  }
}

.p-footer__copyright {
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  /* 157.143% */
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.p-footer__utility {
  display: flex;
  gap: 40px;
  font-size: 1.4rem;
  padding-right: 70px;
  letter-spacing: 0.5px;
}

@media print, screen and (min-width: 768px) {
  .p-footer__utility a {
    transition: opacity 0.3s ease;
  }
  .p-footer__utility a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__utility {
    flex-direction: column;
    gap: 4.26667vw;
    padding-right: 0;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.p-footer-scrolltop {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #A9FE9B;
  background: #132027;
  box-shadow: 0 8px 16px 0 rgba(19, 32, 39, .16);
  color: #FFF;
  color: #FFF;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.6;
  opacity: 0;
  pointer-events: none;
  transition: box-shadow 0.3s ease,transform 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .p-footer-scrolltop:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 30px 0 #A9FE9B, 0 8px 16px 0 rgba(19, 32, 39, .16);
  }
}

@media screen and (max-width: 767px) {
  .p-footer-scrolltop {
    bottom: 2.13333vw;
    right: 2.13333vw;
    aspect-ratio: 1 / 1;
    height: auto;
    padding: 0;
    width: 16.8vw;
  }
  .p-footer-scrolltop span {
    display: none;
  }
}

.p-footer-scrolltop:before {
  content: '';
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  background: url(../img/common/icon_scrolltop.svg) no-repeat center center/contain;
}

.p-footer-scrolltop.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .p-footer-scrolltop.is-show {
    opacity: 0.56;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(15px);
}

.animation-fadeup.is-show {
  animation: fadeup 0.3s ease-out both;
}

.p-service-mv {
  overflow: hidden;
  padding: 250px 0 130px;
  background: url(../img/common/bg_line.png) repeat-y 50% 0%/1281px auto, url(../img/common/bg_grid2.png) no-repeat 50% 0%/1440px auto #F4F7F3;
}

@media screen and (max-width: 767px) {
  .p-service-mv {
    padding: 37.33333vw 8.53333vw 18.66667vw;
    background: url(../img/common/bg_grid2_sp.png) no-repeat 50% 0%/100% auto #F4F7F3;
  }
}

.p-service-mv-layout {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-service-mv-layout {
    max-width: 100%;
  }
}

.p-service-mv__button {
  display: flex;
  gap: 0 6px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-mv__button {
    flex-direction: column;
    gap: 2.66667vw;
    margin: 6.4vw auto 0;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-service-mv__button .c-button-v1,
  .p-service-mv__button .c-button-v3 {
    width: 51.73333vw;
  }
}

.p-service-mv__detail {
  position: relative;
  z-index: 5;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .p-service-mv__detail {
    padding-left: 0;
  }
}

.p-service-mv__detail__header {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__detail__header {
    width: 47%;
  }
}

.p-service-mv__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 32px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-service-mv__label {
    margin: 0 0 6.4vw;
    font-size: 4.8vw;
  }
}

.p-service-mv__label.is-analysis:before, .p-service-mv__label.is-customer:before {
  flex-shrink: 0;
  margin-right: 8px;
  content: '';
  width: 40px;
  aspect-ratio: 1 / 1;
  background-image: url(../img/common/icon_analysis.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .p-service-mv__label.is-analysis:before, .p-service-mv__label.is-customer:before {
    margin-right: 2.13333vw;
    width: 6.4vw;
  }
}

.p-service-mv__label.is-customer:before {
  background-image: url(../img/common/icon_customer.svg);
}

.p-service-mv__label__limited {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  width: 110px;
  height: 31px;
  padding: 4px 12px 5px 12px;
  background: #132027;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .p-service-mv__label__limited {
    width: auto;
    margin-left: 4.26667vw;
    height: 7.2vw;
    font-size: 3.2vw;
  }
}

.p-service-mv__maintitle {
  margin: 0 0 8px;
  color: #132027;
  color: #132027;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__maintitle {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-mv__maintitle {
    margin: 0 0 2.13333vw;
    font-size: 12.8vw;
    line-height: 1.16;
  }
}

.p-service-mv__subtitle {
  color: #132027;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-service-mv__subtitle {
    font-size: 5.33333vw;
  }
}

.p-service-mv__lead {
  margin-top: 24px;
  color: #132027;
  color: #132027;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-mv__lead {
    margin-top: 4.26667vw;
    font-size: 4.26667vw;
  }
}

.p-service-mv__lead__mark {
  position: relative;
}

.p-service-mv__lead__mark:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #A9FE9B;
  background-blend-mode: multiply;
  transition: width 0.5s ease-out;
}

.is-animation .p-service-mv__lead__mark:after {
  width: 100%;
}

.p-service-mv__image {
  position: absolute;
  z-index: 2;
  top: -29%;
  right: -6.5%;
  width: 61.6%;
}

@media screen and (max-width: 767px) {
  .p-service-mv__image {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    margin: 6.4vw -8.53333vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__image {
    top: -10%;
    right: -5%;
  }
}

.p-service-mv__image--v2 {
  top: -23%;
  right: -7%;
  width: 64.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__image--v2 {
    top: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-mv__image--v2 {
    top: 0;
    right: 0;
    width: auto;
  }
}

.p-service-mv__image--v3 {
  top: -35%;
  right: -7%;
  width: 64.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-mv__image--v3 {
    top: -10%;
    right: -6%;
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-mv__image--v3 {
    top: 0;
    right: 0;
    width: auto;
  }
}

.p-service-mv__image__kv {
  position: relative;
  z-index: 10;
}

.p-service-mv__image__obj {
  position: absolute;
  z-index: 5;
}

.p-service-mv__image__obj.is-item01 {
  top: 8%;
  left: -1%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-service-mv__image__obj.is-item01 {
    left: 0%;
    width: 32%;
  }
}

.p-service-mv__image__obj.is-item01 img {
  animation-delay: -0.6s;
}

.p-service-mv__image__obj.is-item02 {
  bottom: 2%;
  right: 0%;
  width: 36%;
}

@media screen and (max-width: 767px) {
  .p-service-mv__image__obj.is-item02 {
    right: 2%;
  }
}

.p-service-mv__image__obj.is-item03 {
  top: 2%;
  left: -2%;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .p-service-mv__image__obj.is-item03 {
    left: 0%;
    width: 32%;
  }
}

.p-service-mv__image__obj.is-item03 img {
  animation-delay: -0.6s;
}

.p-service-mv__image__obj.is-item04 {
  bottom: -12%;
  right: 0%;
  width: 43%;
}

@media screen and (max-width: 767px) {
  .p-service-mv__image__obj.is-item04 {
    right: 2%;
  }
}

.p-service-mv__image__obj img {
  display: block;
  animation: float 3s ease-in-out infinite;
}

.p-service-about__header {
  margin-inline: auto;
  max-width: 890px;
}

@media screen and (max-width: 767px) {
  .p-service-about__header {
    padding: 0 4.26667vw;
  }
}

.p-service-about__headline {
  margin: 24px 0 40px;
  color: #132027;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-service-about__headline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 6.4vw 0 6.4vw;
    line-height: 1.5;
    font-size: 8.53333vw;
  }
}

.p-service-about__headline__logo--mp {
  position: relative;
  top: -0.15em;
  margin-right: 10px;
  width: 433px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .p-service-about__headline__logo--mp {
    top: 0;
    margin: 0 0 2.13333vw;
    width: 63.73333vw;
  }
}

.p-service-about__headline__logo--custella {
  position: relative;
  margin-right: 8px;
  width: 267px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .p-service-about__headline__logo--custella {
    margin: 0;
    width: 41.6vw;
  }
}

.p-service-about__figure {
  margin: 40px auto 0;
  max-width: 890px;
}

@media screen and (max-width: 767px) {
  .p-service-about__figure {
    margin: 6.4vw auto 0;
  }
}

.p-service-movie {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-service-movie {
    margin: 6.4vw 0 0;
  }
}

.p-service-movie__link {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 39, .56);
  max-width: 848px;
  background: rgba(255, 255, 255, .48);
  padding: 23px;
}

@media screen and (max-width: 767px) {
  .p-service-movie__link {
    padding: 3.2vw;
    background-color: #fff;
  }
}

.p-service-movie__link img {
  border-radius: 24px;
  transition: opacity 0.3s;
}

.p-service-movie__link:before {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 80px;
  aspect-ratio: 1 / 1;
  background: url(../img/common/icon_play.svg) no-repeat center center/100% 100%;
  background-size: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="9" result="offsetblur" /><feFlood flood-color="rgba(19,32,39,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 8px 16px rgba(19, 32, 39, .16));
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s;
}

@media screen and (max-width: 767px) {
  .p-service-movie__link:before {
    width: 10.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .p-service-movie__link {
    transition: opacity 0.5s;
  }
  .p-service-movie__link:hover img {
    opacity: 0.8;
  }
  .p-service-movie__link:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.p-service-feature-boxlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
}

@media screen and (max-width: 767px) {
  .p-service-feature-boxlist {
    display: grid;
    grid-template-columns: 100%;
    gap: 6.4vw;
  }
}

.p-service-feature-boxlist .p-box-v1 {
  width: 32%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-feature-boxlist .p-box-v1 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-feature-boxlist .p-box-v1 {
    width: 100%;
  }
}

.p-service-feature-boxlist__img img {
  width: 100%;
  aspect-ratio: 360 / 240;
  object-fit: cover;
}

.p-service-feature-boxlist__detail {
  padding: 24px 32px;
}

@media screen and (max-width: 1024px) {
  .p-service-feature-boxlist__detail {
    padding: 24px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-feature-boxlist__detail {
    padding: 6.4vw 8.53333vw;
  }
}

.p-service-feature-boxlist__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-service-feature-boxlist__title {
    margin: 0 0 4.26667vw;
    font-size: 5.33333vw;
  }
}

.p-service-can__wrapper {
  position: relative;
}

.p-service-can__section {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-service-can__section {
    margin-top: 10.66667vw;
  }
  .p-service-can__section + .p-service-can__section {
    margin-top: 17.06667vw;
  }
}

.p-service-can__headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .p-service-can__headline {
    gap: 6.4vw;
    margin: 0 0 6.4vw;
  }
}

.p-service-can__headline__main {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-service-can__headline__main {
    font-size: 6.4vw;
  }
}

.p-service-can__boxlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .p-service-can__boxlist {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-can__boxlist {
    grid-template-columns: 100%;
    gap: 6.4vw;
  }
}

.p-service-can__boxlist__item {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 39, .56);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-service-can__boxlist__item {
    display: block;
    padding: 8vw;
  }
}

.p-service-can__boxlist__item .c-notelist {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .p-service-can__boxlist__item--single {
    justify-content: space-between;
    grid-template-columns: 49.19499% 47.58497%;
    grid-template-rows: auto;
    grid-column: span 2;
  }
  .p-service-can__boxlist__item--single .p-service-can__boxlist__figure {
    margin-top: 0;
  }
}

.p-service-can__boxlist__title {
  margin: 0 0 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-can__boxlist__title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-service-can__boxlist__title {
    margin: 0 0 4.26667vw;
    font-size: 5.33333vw;
  }
}

.p-service-can__boxlist__figure {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-can__boxlist__figure {
    margin: 6.4vw -4.26667vw 0;
  }
}

.p-service-can__obj {
  position: absolute;
  z-index: 5;
}

.p-service-can__obj.is-item01 {
  top: 3vh;
  right: -160px;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .p-service-can__obj.is-item01 {
    top: 0vh;
    right: -13.33333vw;
    width: 56vw;
    transform: rotate(0deg);
  }
}

.p-service-can__obj.is-item02 {
  top: 100vh;
  left: -180px;
  width: 280px;
  transform: translateY(-80%);
}

@media screen and (max-width: 767px) {
  .p-service-can__obj.is-item02 {
    left: -26.66667vw;
    width: 56vw;
    transform: translateY(-80%);
  }
}

.p-service-can__obj.is-item03 {
  top: 3vh;
  right: -260px;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .p-service-can__obj.is-item03 {
    top: 0vh;
    right: -13.33333vw;
    width: 56vw;
    transform: rotate(0deg);
  }
}

.p-service-can__obj.is-item04 {
  top: 100vh;
  left: -280px;
  width: 450px;
  transform: translateY(-80%);
}

@media screen and (max-width: 767px) {
  .p-service-can__obj.is-item04 {
    left: -26.66667vw;
    width: 56vw;
    transform: translateY(-80%);
  }
}

.p-service-can__obj img {
  display: block;
  animation: float 3s ease-in-out infinite;
}

.p-service-lineup__list {
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: 100%;
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__list {
    gap: 6.4vw;
    margin-top: 17.06667vw;
    padding-top: 0;
  }
}

.p-service-lineup__list::before {
  position: absolute;
  top: 0;
  left: -39px;
  content: '';
  display: block;
  width: calc(100% + 78px);
  height: 2px;
  border-top: 1px solid #D0D3D4;
  padding-top: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__list::before {
    display: none;
  }
}

.p-service-lineup__list .p-box-v1 {
  position: relative;
  z-index: 10;
}

.p-service-lineup__list .c-button-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__list .c-button-wrap {
    margin-top: 8.53333vw;
  }
}

.p-service-lineup__layout {
  position: relative;
  padding: 32px 40px;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__layout {
    padding: 8.53333vw 6.4vw;
  }
}

.p-service-lineup__layout__detail {
  width: 47.08029%;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__layout__detail {
    width: auto;
  }
}

.p-service-lineup__title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__title {
    margin: 0 0 2.13333vw;
    font-size: 6.4vw;
  }
}

.p-service-lineup__lead {
  margin: 0 0 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-service-lineup__lead {
    margin: 0 0 4.26667vw;
    font-size: 3.73333vw;
  }
}

.p-service-lineup__image {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 40px;
  width: 43.87755%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-service-lineup__image {
    position: static;
    width: auto;
    transform: none;
  }
}

.p-service-comingsoon {
  padding: 80px 40px;
  border-radius: 16px;
  background: url(../img/common/bg_comingsoon.webp) no-repeat center center/50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .p-service-comingsoon {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-comingsoon {
    background-image: url(../img/common/bg_comingsoon_sp.webp);
    padding: 6.4vw;
  }
}

.p-service-comingsoon__inner {
  gap: 24px;
  padding: 40px 80px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 24px -4px rgba(10, 13, 18, .08), 0 8px 8px -4px rgba(10, 13, 18, .03), 0 3px 3px -1.5px rgba(10, 13, 18, .04), 0 1px 1px 0 rgba(255, 255, 255, .13) inset;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

@media screen and (max-width: 1024px) {
  .p-service-comingsoon__inner {
    padding: 24px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-comingsoon__inner {
    gap: 0;
    padding: 6.4vw 12.26667vw;
  }
}

.p-service-comingsoon__inner__block {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-service-comingsoon__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 4px 12px 5px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #132027;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-service-comingsoon__title {
    width: 100%;
    margin: 0 0 6.4vw;
    padding: 0;
    height: 7.2vw;
    font-size: 3.2vw;
  }
}

.p-service-comingsoon__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-service-comingsoon__text {
    font-size: 3.73333vw;
    text-align: center;
  }
}

.p-service-comingsoon__text em {
  color: #fff;
  font-family: "Manrope", 'Noto Sans JP',sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.12;
}

@media screen and (max-width: 767px) {
  .p-service-comingsoon__text em {
    margin: 0 0 0.3em;
    display: block;
    font-size: 6.4vw;
  }
}

.p-service-flow-layout {
  display: grid;
  grid-template-columns: 44.44444% 55.55556%;
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-service-flow-layout {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-flow-layout {
    grid-template-columns: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-service-flow-layout__head .c-headline-v1 {
    align-items: flex-start;
  }
}

.p-service-flow-list {
  padding: 40px 50px 40px 40px;
  display: flex;
  gap: 0 22px;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list {
    gap: 0 2.66667vw;
    padding: 6.4vw 4.26667vw;
  }
}

.p-service-flow-list__step {
  position: relative;
  flex-grow: 1;
  display: grid;
  gap: 24px;
  grid-template-columns: 100%;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step {
    gap: 8.53333vw 0;
  }
}

.p-service-flow-list__step li {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 24px;
  grid-template-columns: 56px 1fr;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step li {
    grid-template-columns: 12.8vw 1fr;
    gap: 4.26667vw;
  }
}

.p-service-flow-list__step:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: -40px;
  left: 28px;
  width: 1px;
  height: calc(100% + 80px);
  background: #D0D3D4;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step:after {
    left: 6.4vw;
  }
}

.p-service-flow-list__step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  aspect-ratio: 1 /1;
  border: 1px solid rgba(161, 166, 169, .2);
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 4px 8px 0 rgba(19, 32, 39, .16);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step__num {
    font-size: 6.4vw;
  }
}

.p-service-flow-list__step__detail {
  align-self: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step__detail {
    display: flex;
    flex-direction: column;
    font-size: 3.73333vw;
    line-height: 1.57;
  }
}

.p-service-flow-list__step__link {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 64px;
  margin-left: 20px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(157, 163, 166, .32);
  color: #132027;
  color: #132027;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69231;
}

@media print, screen and (min-width: 768px) {
  .p-service-flow-list__step__link {
    transition: ease opacity 0.3s;
  }
  .p-service-flow-list__step__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step__link {
    height: 8vw;
    margin: 2.13333vw 0 0;
    font-size: 3.46667vw;
    line-height: 1.61538;
  }
}

.p-service-flow-list__step__link .c-icon--blank {
  width: 18px;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step__link .c-icon--blank {
    top: 0;
    margin-left: 1.06667vw;
    width: 4.8vw;
  }
}

.p-service-flow-list__timeline {
  position: relative;
  flex-shrink: 0;
  width: 76px;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__timeline {
    width: 18.66667vw;
  }
}

.p-service-flow-list__timeline__arw {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 50%;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #132027;
}

.p-service-flow-list__timeline__arw:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  aspect-ratio: 1 / 1;
  background-color: #132027;
  border-radius: 50%;
}

.p-service-flow-list__timeline__arw:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: calc(50% - 1px);
  transform: translate(-50%, 50%) scaleX(0.8);
  width: 10px;
  aspect-ratio: 1 / 1;
  border: 7px solid transparent;
  border-top-color: #132027;
}

.p-service-flow-list__timeline__tip {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  height: 28px;
  padding: 4px 3px 5px 3px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #132027;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__timeline__tip {
    font-size: 3.2vw;
  }
}

.p-service-flow-list__step__note {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
  color: #6F777C;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-service-flow-list__step__note {
    margin-top: 2.13333vw;
    padding-left: 1.2em;
    line-height: 1.5;
    font-size: 3.2vw;
  }
}

.p-service-flow-list__step__note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

@media screen and (max-width: 767px) {
  .p-service-price {
    margin: 0 2.66667vw;
  }
}

.p-service-price-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  padding: 48px 120px 48px 40px;
}

@media screen and (max-width: 1024px) {
  .p-service-price-layout {
    padding: 48px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-price-layout {
    padding: 12.8vw 6.4vw;
    flex-direction: column-reverse;
    gap: 6.4vw;
  }
}

.p-service-price-layout .c-button-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-price-layout .c-button-wrap {
    margin-top: 5.33333vw;
  }
}

.p-service-price__detail {
  max-width: 678px;
}

.p-service-price__lead {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-service-price__lead {
    margin: 0 0 6.4vw;
    font-size: 4.8vw;
  }
}

.p-service-price__lead em {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-service-price__lead em {
    font-size: 6.4vw;
  }
}

.p-service-price__image {
  flex-shrink: 0;
  width: 165px;
}

@media screen and (max-width: 767px) {
  .p-service-price__image {
    width: 21.33333vw;
  }
}

.p-cases-index-hero {
  position: relative;
  background: #132027;
  overflow: hidden;
}

.p-cases-index-hero:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/camp/dataservice/assets/img/common/bg_hero_secondry.webp") no-repeat center center/cover;
  transform: translateX(10%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-cases-index-hero:after {
    background: url("/camp/dataservice/assets/img/common/bg_hero_secondry_sp.webp") no-repeat center center/cover;
  }
}

.is-init-animation .p-cases-index-hero:after {
  transition: transform 2s ease-out,opacity 1s ease-out;
  transform: translateX(0%) scale(1);
  opacity: 1;
}

.p-cases-index-hero-layout {
  position: relative;
  z-index: 5;
  padding-top: 168px;
  min-height: 330px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cases-index-hero-layout {
    padding-top: 34.66667vw;
    min-height: 74.66667vw;
  }
}

.p-cases-index-hero__title {
  margin: 0 0 8px;
  color: #FFF;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-index-hero__title {
    margin: 0 0 2.13333vw;
    font-size: 6.4vw;
  }
}

.p-cases-index-hero__text {
  color: rgba(255, 255, 255, .8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-cases-index-hero__text {
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}

.p-cases-index-filter {
  position: relative;
  top: -30px;
}

.p-cases-index-filter__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 45px 20px 40px;
  color: #132027;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__header {
    padding: 6.4vw 6.4vw;
    font-size: 4.26667vw;
  }
}

.p-cases-index-filter__header:after {
  content: '';
  display: block;
  width: 34px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/common/icon_arrow3.svg) 50% 50% no-repeat;
          mask: url(../img/common/icon_arrow3.svg) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  transition: transform 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__header:after {
    width: 6.4vw;
  }
}

.p-cases-index-filter__header.is-active:after {
  transform: rotate(180deg);
}

.p-cases-index-filter__body {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  transition: max-height 0.5s ease-out;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__body {
    padding: 0 6.4vw;
  }
}

.p-cases-index-filter__body.is-active {
  max-height: 400px;
}

.p-cases-index-filter__section {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__section {
    padding: 6.4vw 0;
  }
}

.p-cases-index-filter__section + .p-cases-index-filter__section {
  border-top: 1px dashed rgba(161, 166, 169, .2);
}

.p-cases-index-filter__section:last-child {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__section:last-child {
    padding-bottom: 10.66667vw;
  }
}

.p-cases-index-filter__section {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__section {
    display: block;
  }
}

.p-cases-index-filter__section__title {
  min-width: 5em;
  padding-top: 1.6rem;
  color: #132027;
  color: #132027;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__section__title {
    min-width: auto;
    margin: 0 0 6.4vw;
    padding-top: 0;
    font-size: 4.26667vw;
  }
}

.p-cases-index-filter__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__checkbox {
    flex-direction: column;
    gap: 4.26667vw;
  }
}

.p-cases-index-filter__checkbox__item {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__checkbox__item {
    display: block;
    width: 100%;
  }
}

.p-cases-index-filter__checkbox__item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.p-cases-index-filter__checkbox__item input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex: 1 0 0;
  min-width: 200px;
  padding: 16px 16px 16px 26px;
  border-radius: 8px;
  border: 1px solid rgba(157, 163, 166, .32);
  cursor: pointer;
  color: #132027;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-cases-index-filter__checkbox__item input[type="checkbox"] + label {
    min-width: auto;
    min-height: 14.93333vw;
    padding: 2.13333vw 2.13333vw 2.13333vw 4.8vw;
    font-size: 3.73333vw;
    font-size: 3.73333vw;
  }
}

.p-cases-index-filter__checkbox__item input[type="checkbox"] + label i {
  flex-shrink: 0;
  position: relative;
  content: '';
  border-radius: 3px;
  width: 20px;
  aspect-ratio: 1 / 1;
  border: 2px solid #132027;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.p-cases-index-filter__checkbox__item input[type="checkbox"] + label i:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 7px;
  -webkit-mask: url(../img/common/icon_check.svg) no-repeat center center/contain;
          mask: url(../img/common/icon_check.svg) no-repeat center center/contain;
  background-color: #fff;
  display: block;
  opacity: 0;
}

.p-cases-index-filter__checkbox__item input[type="checkbox"]:focus + label i {
  background-color: #fff !important;
  border-color: #000;
}

.p-cases-index-filter__checkbox__item input[type="checkbox"]:checked + label i {
  border-color: #024737;
  border-color: #024737;
  background-color: #024737 !important;
  background-color: #024737 !important;
}

.p-cases-index-filter__checkbox__item input[type="checkbox"]:checked + label i:before {
  opacity: 1;
}

.p-cases-single {
  background-color: #F4F7F3;
}

.p-cases-single-hero {
  position: relative;
  background: #132027;
  overflow: hidden;
}

.p-cases-single-hero:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/camp/dataservice/assets/img/common/bg_hero_secondry.webp") no-repeat center center/cover;
  transform: translateX(15%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero:after {
    background: url("/camp/dataservice/assets/img/common/bg_hero_secondry_sp.webp") no-repeat center center/cover;
  }
}

.is-init-animation .p-cases-single-hero:after {
  transition: transform 2s ease-out,opacity 1s ease-out;
  transform: translateX(0%) scale(1);
  opacity: 1;
}

.p-cases-single-hero-layout {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 128px 0 32px;
  min-height: 424px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero-layout {
    padding: 29.86667vw 0 6.4vw;
    min-height: 114.66667vw;
  }
}

.p-cases-single-hero-layout__detail {
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero-layout__detail {
    max-width: 100%;
  }
}

.p-cases-single-hero__tag {
  display: flex;
  gap: 0 10px;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__tag {
    gap: 0 2.66667vw;
    margin: 0 0 6.4vw;
  }
}

.p-cases-single-hero__tag li {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #D1D3D6;
  background: rgba(255, 255, 255, .16);
  color: #FFF;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38462;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__tag li {
    height: 8.53333vw;
    padding: 0 3.2vw;
    font-size: 3.46667vw;
  }
}

.p-cases-single-hero__title {
  color: #FFF;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__title {
    font-size: 6.4vw;
  }
}

.p-cases-single-hero__name {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__name {
    margin: 10.66667vw 0 0;
  }
}

.p-cases-single-hero__name dt {
  margin: 0 0 4px;
  color: #FFF;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: 0.64;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__name dt {
    font-size: 4.26667vw;
  }
}

.p-cases-single-hero__name dd {
  color: #FFF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
}

@media screen and (max-width: 767px) {
  .p-cases-single-hero__name dd {
    font-size: 4.53333vw;
  }
}

.p-cases-single-article {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: 72% 24.66667%;
}

@media screen and (max-width: 1024px) {
  .p-cases-single-article {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-cases-single-article {
    display: block;
  }
}

.p-cases-single-article__main .card-elm {
  margin: 40px 0 0;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 39, .56);
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__main .card-elm {
    margin: 10.66667vw 0 0;
    padding: 8.53333vw;
    border-radius: 6.4vw;
  }
}

.p-cases-single-article__main .card-elm .card > :first-child {
  margin-top: 0 !important;
}

.p-cases-single-article__main .card-elm .logo {
  width: var(--logo_width);
}

.p-cases-single-article__main .card-elm dl {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 24px 40px;
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__main .card-elm dl {
    grid-template-columns: 14.93333vw 1fr;
    gap: 4.26667vw 2.13333vw;
    margin-top: 6.4vw;
    font-size: 3.73333vw;
  }
}

.p-cases-single-article__main .card-elm dl dt {
  color: #6F777C;
  font-style: normal;
  font-weight: 600;
}

.p-cases-single-article__main .card-elm dl dd {
  color: #132027;
  color: #132027;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__main .card-elm dl dd {
    letter-spacing: 0.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-cases-single-article__main .card-elm dl dd a {
    transition: opacity 0.3s ease;
  }
  .p-cases-single-article__main .card-elm dl dd a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__main .card-elm dl dd a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 4.26667vw;
    word-break: break-all;
  }
}

.p-cases-single-article__main .card-elm dl .c-icon--blank {
  flex-shrink: 0;
  top: -1px;
  background-color: #6F777C;
}

.p-cases-single-article__sub {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  transition: top 0.2s ease;
}

.is-header-show .p-cases-single-article__sub {
  top: 128px;
}

@media screen and (max-width: 1024px) {
  .p-cases-single-article__sub {
    margin-top: 40px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__sub {
    margin-top: 10.66667vw;
    position: static;
  }
}

.p-cases-single-servicebox-wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-servicebox-wrapper {
    gap: 3.2vw;
  }
}

.p-cases-single-servicebox {
  border-radius: 20px;
  border: 0.7px solid rgba(161, 166, 169, .2);
  background: #FFF;
  box-shadow: 0 12px 24px -4px rgba(19, 32, 39, .12), 0 0 2px 0 rgba(157, 163, 166, .2);
}

.p-cases-single-servicebox__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}

@media screen and (max-width: 1024px) {
  .p-cases-single-servicebox__inner {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cases-single-servicebox__inner {
    gap: 6.4vw;
    padding: 8.53333vw;
  }
}

.p-cases-single-servicebox__title {
  margin: 0 0 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-servicebox__title {
    margin: 0 0 6.4vw;
    font-size: 6.4vw;
  }
}

.p-cases-single-article__editor > :first-child {
  margin-top: 0 !important;
}

.p-cases-single-article__editor > .mainimage:first-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor > .mainimage:first-child {
    margin-bottom: 4.26667vw;
  }
}

.p-cases-single-article__editor .mainimage {
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .mainimage {
    margin: 6.4vw 0;
  }
}

.p-cases-single-article__editor .textarea :where(p) {
  margin-top: 12px;
  color: #3D3D3D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .textarea :where(p) {
    margin-top: 3.2vw;
    font-size: 3.73333vw;
  }
}

.p-cases-single-article__editor .textarea strong {
  color: #024737;
  color: #024737;
}

.p-cases-single-article__editor .textarea .name {
  font-weight: 500;
}

.p-cases-single-article__editor .textarea .name.aqua {
  color: rgba(2, 71, 55, .6);
}

.p-cases-single-article__editor .textarea .name.blue {
  color: #024737;
  color: #024737;
}

.p-cases-single-article__editor .textarea figure {
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .textarea figure {
    margin: 6.4vw 0;
  }
}

.p-cases-single-article__editor .textarea figure img {
  width: 100%;
  height: auto;
}

.p-cases-single-article__editor .textarea figure figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .textarea figure figcaption {
    margin-top: 2.13333vw;
    font-size: 3.2vw;
  }
}

.p-cases-single-article__editor .movie-frame {
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .movie-frame {
    margin: 6.4vw 0;
  }
}

.p-cases-single-article__editor .movie-frame iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.p-cases-single-article__editor .table-of-contents {
  position: relative;
  display: grid;
  gap: 0;
  margin: 40px 0;
  border-radius: 20px;
  border: 1px solid rgba(19, 32, 39, .56);
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .table-of-contents {
    margin: 6.4vw 0;
    border-radius: 5.33333vw;
  }
}

.p-cases-single-article__editor .table-of-contents .label {
  margin: 0 0 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .table-of-contents .label {
    margin: 0 0 6.4vw;
    font-size: 4.26667vw;
  }
}

.p-cases-single-article__editor .table-of-contents ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px 0;
  counter-reset: num;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .table-of-contents ul {
    font-size: 3.73333vw;
  }
}

.p-cases-single-article__editor .table-of-contents ul li {
  position: relative;
  padding-left: 2em;
  counter-increment: num;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

.p-cases-single-article__editor .table-of-contents ul li:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  content: counter(num, decimal-leading-zero) ".";
  font-weight: 800;
}

@media print, screen and (min-width: 768px) {
  .p-cases-single-article__editor .table-of-contents ul a {
    transition: opacity 0.3s ease;
  }
  .p-cases-single-article__editor .table-of-contents ul a:hover {
    opacity: 0.7;
  }
}

.p-cases-single-article__editor .table-of-contents__inner {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .table-of-contents__inner {
    padding: 8.53333vw 8.53333vw;
  }
}

.p-cases-single-article__editor .section-head {
  position: relative;
  margin: 40px 0 24px;
  display: flex;
  align-items: flex-end;
  min-height: 90px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .section-head {
    min-height: 0;
    margin: 6.4vw 0;
    padding-top: 12.8vw;
    font-size: 5.33333vw;
  }
}

.p-cases-single-article__editor .section-head .num {
  position: absolute;
  z-index: 2;
  bottom: 0.1em;
  left: 0;
  color: #CBCED1;
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 1.0;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .section-head .num {
    top: 0;
    bottom: auto;
    font-size: 19.2vw;
  }
}

.p-cases-single-article__editor .section-head h4 {
  position: relative;
  z-index: 5;
}

.p-cases-single-article__editor .descbox {
  margin: 40px 0 0;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(19, 32, 39, .56);
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .descbox {
    margin: 6.4vw 0;
    padding: 8.53333vw;
    border-radius: 6.4vw;
  }
}

.p-cases-single-article__editor .descbox > :first-child {
  margin-top: 0 !important;
}

.p-cases-single-article__editor .descbox-list {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .descbox-list {
    margin-top: 4.26667vw;
    font-size: 3.73333vw;
  }
}

.p-cases-single-article__editor .descbox-list dt {
  margin: 0 0 8px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .descbox-list dt {
    margin: 0 0 2.13333vw;
  }
}

.p-cases-single-article__editor .descbox-list dd {
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .p-cases-single-article__editor .descbox-list dd {
    letter-spacing: 0.5px;
  }
}

.p-top-mv {
  padding: 150px 0 80px;
  background: url(../img/common/bg_grid2.png) no-repeat 50% 0%/1440px auto #F4F7F3;
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    padding: 37.33333vw 8.53333vw 10.66667vw;
    background: url(../img/common/bg_grid2_sp.png) no-repeat 50% 0%/100% auto #F4F7F3;
  }
}

.p-top-mv-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1190px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-mv-kv__inner {
    display: block;
    width: auto;
    max-width: 100%;
  }
}

.p-top-mv-kv__h1 {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv-kv__h1 {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv-kv__h1 {
    font-weight: 900;
    font-size: 10.66667vw;
  }
}

.p-top-mv-kv__h1 span {
  position: relative;
  display: inline-block;
  margin-top: 0.1em;
  color: #024737;
  color: #024737;
}

.p-top-mv-kv__h1 span:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #A9FE9B;
  position: absolute;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
}

.is-animation .p-top-mv-kv__h1 span:after {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

@media screen and (max-width: 767px) {
  .p-top-mv-kv__h1 span {
    margin-top: 0.15em;
  }
}

.p-top-mv-kv__subtitle {
  margin-top: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv-kv__subtitle {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv-kv__subtitle {
    margin-top: 6.4vw;
    font-size: 6.4vw;
  }
}

.p-top-mv-kv__image {
  position: relative;
  aspect-ratio: 602 / 518;
  width: 50.58824%;
}

@media screen and (max-width: 767px) {
  .p-top-mv-kv__image {
    margin-top: 12.26667vw;
    width: 100%;
  }
}

.p-top-mv-kv__image img {
  position: absolute;
  z-index: 2;
}

.p-top-mv-kv__image img:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 50.49834%;
}

.p-top-mv-kv__image img:nth-child(2) {
  top: 18.91892%;
  left: 0%;
  width: 50.49834%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(157,163,166,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="24" /><feOffset dx="1" dy="13" result="offsetblur" /><feFlood flood-color="rgba(19,32,39,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 2px rgba(157, 163, 166, .2)) drop-shadow(0 12px 24px rgba(19, 32, 39, .12));
}

.p-top-mv-kv__image img:nth-child(3) {
  bottom: 0;
  left: 0%;
  width: 50.49834%;
}

.p-top-mv-kv__image img:nth-child(4) {
  top: 0%;
  right: 0%;
  width: 47.17608%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(157,163,166,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="24" /><feOffset dx="1" dy="13" result="offsetblur" /><feFlood flood-color="rgba(19,32,39,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 2px rgba(157, 163, 166, .2)) drop-shadow(0 12px 24px rgba(19, 32, 39, .12));
}

.p-top-mv-kv__image img:nth-child(5) {
  bottom: 0%;
  right: 0%;
  width: 47.17608%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(157,163,166,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="24" /><feOffset dx="1" dy="13" result="offsetblur" /><feFlood flood-color="rgba(19,32,39,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 2px rgba(157, 163, 166, .2)) drop-shadow(0 12px 24px rgba(19, 32, 39, .12));
}

.p-top-mv-ticker {
  margin-top: 70px;
  display: flex;
  gap: 32px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-top-mv-ticker {
    gap: 4.26667vw;
    margin: 17.06667vw -8.53333vw 0;
  }
}

.p-top-mv-ticker__item {
  flex-shrink: 0;
  animation: ticker 30s linear infinite;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  gap: 48px 32px;
}

@media screen and (max-width: 767px) {
  .p-top-mv-ticker__item {
    gap: 12.8vw 4.26667vw;
  }
}

.p-top-mv-ticker__item li {
  text-align: center;
}

.p-top-mv-ticker__item img {
  max-width: none;
  width: 137px;
  height: 64px;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv-ticker__item img {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv-ticker__item img {
    width: 19.2vw;
    height: 9.06667vw;
  }
}

.p-top-about__lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-about__lead {
    text-align: left;
    font-size: 3.73333vw;
  }
}

.p-top-about__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  text-align: center;
  color: #132027;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .p-top-about__headline {
    line-height: 1.5;
    font-size: 6.4vw;
    margin: 0 0 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__header {
    padding: 0 4.26667vw;
  }
}

.p-top-about__figure {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-about__figure {
    margin: 6.4vw 4.26667vw 0;
  }
}

.p-top-about__figure__caption {
  margin-top: 16px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-about__figure__caption {
    margin-top: 4.26667vw;
    font-size: 3.2vw;
    text-align: left;
  }
}

.p-top-feature__section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-top-feature__section {
    margin-top: 17.06667vw;
  }
}

.p-top-feature__section__header {
  display: grid;
  gap: 24px;
  grid-template-columns: 40% 1fr;
}

@media screen and (max-width: 767px) {
  .p-top-feature__section__header {
    gap: 6.4vw;
    grid-template-columns: 100%;
  }
}

.p-top-feature__section__header .c-tipicon {
  grid-column: 1 / 3;
}

@media screen and (max-width: 767px) {
  .p-top-feature__section__header .c-tipicon {
    margin: 0 auto;
    grid-column: 1 / 2;
  }
}

.p-top-feature__title {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-top-feature__title {
    font-size: 6.4vw;
    text-align: center;
  }
}

.p-top-feature__section__body {
  margin: 40px auto;
  max-width: 1064px;
}

@media screen and (max-width: 767px) {
  .p-top-feature__section__body {
    margin-top: 0;
  }
}

.p-top-service__section {
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-top-service__section {
    margin-top: 17.6vw;
  }
}

.p-top-service__section .p-box-v1 {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-service__section .p-box-v1 {
    margin-top: 6.4vw;
  }
}

.p-top-service__section__header {
  position: relative;
  z-index: 10;
}

.p-top-service__section__title-v1 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-top-service__section__title-v1 {
    margin: 0 0 6.4vw;
    gap: 2.13333vw;
    font-size: 6.4vw;
  }
}

.p-top-service__section__title-v1:before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 1 / 1;
  background: no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  .p-top-service__section__title-v1:before {
    width: 8.53333vw;
  }
}

.is-analysis .p-top-service__section__title-v1:before {
  background-image: url(../img/common/icon_analysis.svg);
}

.is-customer .p-top-service__section__title-v1:before {
  background-image: url(../img/common/icon_customer.svg);
}

.p-top-service__card {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 41.72004% 52.69899%;
  gap: 0 40px;
  padding: 40px;
  min-height: 442px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-service__card {
    gap: 0 10px;
    align-items: center;
    grid-template-columns: 46.33333% 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__card {
    grid-template-columns: 100%;
    gap: 0;
    padding: 6.4vw;
    min-height: auto;
  }
}

.p-top-service__card .c-button-v1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-service__card .c-button-v1 {
    margin: 6.4vw auto 0;
  }
}

.p-top-service__card__sub {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-service__card__sub {
    margin: 0 0 2.13333vw;
    font-size: 3.73333vw;
  }
}

.p-top-service__card__sub2 {
  margin: 8px 0 24px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-service__card__sub2 {
    margin: 2.13333vw 0 6.4vw;
    font-size: 3.73333vw;
  }
}

.p-top-service__card__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 24px;
  margin: 0 0 24px;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-service__card__main {
    gap: 0;
    margin: 0 0 4.26667vw;
    font-size: 8.53333vw;
  }
}

.p-top-service__card__main__limited {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 27px;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 4px 12px 5px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #132027;
  color: #FFF;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .p-top-service__card__main__limited {
    margin: 0 0 6.4vw;
    padding: 1.06667vw 3.2vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__card__image {
    margin: 4.26667vw 0;
  }
}

.p-top-service__obj {
  position: absolute;
  z-index: 5;
}

.p-top-service__obj.is-item01 {
  top: 240px;
  right: -180px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .p-top-service__obj.is-item01 {
    top: 16vw;
    right: -16vw;
    width: 61.33333vw;
  }
}

.p-top-service__obj.is-item02 {
  top: 760px;
  left: -250px;
  width: 290px;
}

@media screen and (max-width: 767px) {
  .p-top-service__obj.is-item02 {
    top: 293.33333vw;
    left: -16vw;
    width: 61.33333vw;
  }
}

.p-top-service__obj.is-item03 {
  top: 170px;
  right: -240px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-top-service__obj.is-item03 {
    top: 8vw;
    right: -26.66667vw;
    width: 69.33333vw;
  }
}

.p-top-service__obj.is-item04 {
  top: 700px;
  left: -260px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-top-service__obj.is-item04 {
    top: 186.66667vw;
    left: -26.66667vw;
    width: 69.33333vw;
  }
}

.p-top-service__obj img {
  display: block;
  animation: float 3s ease-in-out infinite;
}

.p-top-solution {
  position: relative;
  padding: 90px 40px;
  min-height: 442px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-top-solution {
    padding: 6.4vw 6.4vw;
    min-height: 0;
  }
}

.p-top-solution .c-button-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-solution .c-button-wrap {
    margin-top: 6.4vw;
  }
}

.p-top-solution__detail {
  max-width: 48.46939%;
}

@media screen and (max-width: 767px) {
  .p-top-solution__detail {
    max-width: 100%;
  }
}

.p-top-solution__sub {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-solution__sub {
    margin: 0 0 2.13333vw;
    font-size: 3.73333vw;
  }
}

.p-top-solution__main {
  margin: 0 0 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-solution__main {
    margin: 0 0 4.53333vw;
    font-size: 8.53333vw;
  }
}

.p-top-solution__image {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 51.02041%;
}

@media screen and (max-width: 767px) {
  .p-top-solution__image {
    position: static;
    transform: translateY(0);
    margin: 0 -6.4vw;
    width: auto;
  }
}

.p-top-solution__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-top-solution__text {
    margin-top: 4.26667vw;
    font-size: 3.73333vw;
  }
}
