@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;600&display=swap");
/*! destyle.css v3.0.0 | 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*/
}

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/**
 * Body
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 13rem;
  font-size: 62.5%;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 3rem;
  }
}

body {
  color: #2d2d2d;
  font-size: 14px;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-all;
}

/**
 * common
*/
.baseW {
  width: min(90.3636363636vw, 994px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .baseW {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .baseW {
    width: calc(100% - 7vw);
  }
}

img, svg {
  width: 100%;
  max-width: 100%;
}

@-webkit-keyframes chart {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}

@keyframes chart {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
/**
 * Header
*/
.header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.header__inner {
  height: 120px;
  padding: 0 2.604vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 48px;
    padding: 0 0 0 24px;
  }
}
.header__logo {
  width: 239px;
  height: 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 169px;
    height: 12px;
  }
}
.header__logo:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .header__logo:hover {
    opacity: 1;
  }
}
.header__logo > img {
  width: 100%;
}
.header.m_fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.header.m_fixed .header__inner {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header.m_fixed .header__inner {
    height: 48px;
  }
}
.header__btn-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__btn-box {
    display: flex;
    align-items: center;
    gap: 0 12px;
  }
}
.header__btn {
  width: 79px;
}

.header-nav {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .header-nav-filter {
    width: 100vw;
    height: 100vh;
    background: rgba(45, 45, 45, 0.2);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease;
    pointer-events: none;
  }
  .header-nav-filter.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header-nav__list {
  display: flex;
  gap: 0 2.083vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-nav__list {
    width: 280px;
    height: calc(100vh - 48px);
    padding: 56px 40px 0;
    background: #fff;
    gap: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 48px;
    right: -280px;
    transition: 0.3s ease;
  }
  .header-nav__list.is-active {
    right: 0;
  }
}
.header-nav__item.is-current .header-nav__link:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-nav__item.is-current .header-nav__link:before {
    display: none;
  }
}
.header-nav__link {
  display: block;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .header-nav__link {
    font-size: 18px;
  }
}
.header-nav__link:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #2d2d2d;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header-nav__link:before {
    display: none;
  }
}
.header-nav__link:hover:before {
  width: 100%;
}
.header-nav__link--blank {
  padding-right: 16px;
}
.header-nav__link--blank:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/common/icon_otherpage_header.svg) no-repeat center center;
  background-size: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.header-nav__btn {
  width: 8.333vw;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .header-nav__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    width: 200px;
  }
}

.h-menu {
  display: none;
  width: 48px;
  height: 48px;
  display: block;
  background: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .h-menu {
    display: flex;
    gap: 5.5px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.h-menu > span {
  width: 16px;
  height: 1px;
  display: block;
  background: #fff;
}

.btn {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  display: block;
  transition: color 0.3s ease;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
  transition-property: transform;
}
.btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .btn:hover:before {
    display: none;
  }
}
.btn--primary {
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  color: #fff;
}
.btn--primary:before {
  background: #fff;
}
.btn--primary:hover {
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .btn--primary:hover {
    color: #fff;
  }
}
.btn--secondary {
  background: #fff;
  border: 1px solid #fff;
  color: #2d2d2d;
}
.btn--secondary:before {
  background: #2d2d2d;
}
.btn--secondary:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn--secondary:hover {
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .btn--small {
    padding: 10px 0;
    font-size: 11px;
    border-radius: 17px;
  }
}
.btn--middle {
  padding: 12px 0;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn--middle {
    padding: 10px 0;
    font-size: 11px;
  }
}
.btn--middle:before {
  border-radius: 20px;
}
.btn--large {
  padding: 26px 0;
  border-radius: 36px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btn--large {
    border-radius: 28px;
    padding: 18px 0;
  }
}
.btn--blank > span {
  position: relative;
  padding-left: 26px;
}
.btn--blank > span:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: url(../images/common/icon_otherpage_btn.svg) no-repeat center center;
  background-size: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.btn--blank:hover > span:after {
  background: url(../images/common/icon_otherpage_header.svg) no-repeat center center;
  background-size: 8px;
}
@media screen and (max-width: 767px) {
  .btn--blank:hover > span:after {
    background: url(../images/common/icon_otherpage_btn.svg) no-repeat center center;
    background-size: 8px;
  }
}
.btn > span {
  position: relative;
}

/**
 * Footer
*/
.footer {
  background: #2d2d2d;
}
.footer__inner {
  padding: 72px 2.604vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 56px 26px;
    flex-direction: column;
    align-items: start;
    gap: 56px 0;
  }
}
.footer__contents {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    flex-direction: column;
    align-items: start;
    gap: 51px 0;
  }
}
.footer__logo {
  width: 358px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 281px;
    height: 20px;
  }
}
.footer__logo > img {
  width: 100%;
}
.footer__list {
  padding: 2px 0 0 1.666vw;
  margin-left: 1.666vw;
  border-left: 1px solid #fff;
  display: flex;
  gap: 0 1.666vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__list {
    padding: 0;
    margin-left: 0;
    border-left: 0;
    flex-direction: column;
    gap: 24px 0;
    align-items: start;
  }
}
.footer__link {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03rem;
  display: block;
  position: relative;
}
.footer__link:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__link:before {
    display: none;
  }
}
.footer__link:hover:before {
  width: 100%;
}
.footer__copy {
  color: #ccc;
  font-size: 10px;
  letter-spacing: 0.03rem;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

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

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

.l-wrapper {
  overflow: hidden;
}

.section {
  padding: 0 12.5vw;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 0 6.4vw;
  }
}
.section--service {
  padding-top: 240px;
}
@media screen and (max-width: 767px) {
  .section--service {
    padding-top: 120px;
  }
}
.section--product {
  padding-top: 180px;
  padding-bottom: 338px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section--product {
    padding-top: 120px;
    padding-bottom: 159px;
  }
}
.section--about {
  padding-top: 120px;
  padding-right: 10.625vw;
  padding-bottom: 120px;
  margin-right: 1.875vw;
  background: #2d2d2d;
  border-radius: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .section--about {
    padding-top: 64px;
    padding-right: 6.4vw;
    padding-bottom: 80px;
    margin-right: 0;
    border-radius: 0;
  }
}
.section--about .section__heading-box:before {
  background: #fff;
}
.section--about .section__heading-line.js-scrollin {
  background: #fff;
}
.section--about .section__heading-eng {
  color: #fff;
}
.section--about .section__heading-jpn {
  color: #fff;
}
.section--about .section__heading-jpn:before {
  background: #fff;
}
.section--case {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .section--case {
    padding-top: 80px;
  }
}
.section--case-foot {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5f5f5;
  border-radius: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section--case-foot {
    padding-top: 64px;
    padding-bottom: 80px;
    border-radius: 0;
  }
}
.section--news {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section--news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section--note {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5f5f5;
  border-radius: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section--note {
    padding-top: 64px;
    padding-bottom: 80px;
    border-radius: 0;
  }
}
.section--lower {
  padding-top: 200px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .section--lower {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--lower .section__heading-box {
    padding-left: 0;
    flex-direction: column;
    align-items: start;
    gap: 16px 0;
  }
  .section--lower .section__heading-box:before {
    display: none;
  }
}
.section--lower .section__heading-line {
  top: 67px;
}
@media screen and (max-width: 767px) {
  .section--lower .section__heading-line {
    display: none;
  }
}
.section--lower .section__heading-eng {
  font-size: 136px;
}
@media screen and (max-width: 767px) {
  .section--lower .section__heading-eng {
    font-size: 60px;
  }
}
.section--lower .section__heading-jpn {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section--lower .section__heading-jpn {
    font-size: 10px;
    padding-left: 16px;
  }
}
.section--lower .section__heading-jpn:before {
  top: 9px;
}
@media screen and (max-width: 767px) {
  .section--lower .section__heading-jpn:before {
    top: 5px;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section--lower .section__head-text {
    padding-left: 0;
    margin-top: 40px;
  }
}
.section__heading-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__heading-box {
    padding-left: 6.44vw;
  }
}
.section__heading-box:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #2d2d2d;
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .section__heading-box:before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    left: 3.2vw;
  }
}
.section__heading-line--lower, .section__heading-line.js-scrollin {
  position: absolute;
  top: 47px;
  left: -12.5vw;
  width: calc(12.5vw - 32px);
  height: 1px;
  display: block;
  background: #2d2d2d;
  -webkit-animation: liner02 2.5s cubic-bezier(1, 0, 0, 1) 1;
  animation: liner02 2.5s cubic-bezier(1, 0, 0, 1) 1;
}
@media screen and (max-width: 767px) {
  .section__heading-line--lower, .section__heading-line.js-scrollin {
    width: 10.666vw;
    top: 23.5px;
    left: -6.4vw;
  }
}
@-webkit-keyframes liner02 {
  0% {
    transform: scale(0, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
}
@keyframes liner02 {
  0% {
    transform: scale(0, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
}
.section__heading-eng {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 96px;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__heading-eng {
    font-size: 48px;
  }
}
.section__heading-jpn {
  padding-left: 40px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__heading-jpn {
    padding-left: 24px;
    font-size: 10px;
  }
}
.section__heading-jpn:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #2d2d2d;
  display: block;
  position: absolute;
  top: 6px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .section__heading-jpn:before {
    top: 5px;
    left: 8px;
  }
}
.section__head-text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .section__head-text {
    padding-left: 6.4vw;
    margin-top: 24px;
    font-size: 16px;
  }
}
.section__more {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section__more {
    margin-top: 40px;
  }
}
.section__more > .btn {
  width: 240px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section__more > .btn {
    width: 200px;
  }
}

.case {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: 40px;
  }
}
.case__list {
  padding-left: calc(6.25vw - 40px);
  display: flex;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .case__list {
    padding-left: 6.4vw;
    flex-direction: column;
    gap: 40px 0;
  }
}
.case__item {
  width: 33.333vw !important;
}
@media screen and (max-width: 767px) {
  .case__item {
    width: 80.8vw !important;
  }
}
.case .slick-list {
  padding: 0 !important;
}
.case .slick-num {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #828691;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: right;
  position: absolute;
  right: 104px;
  bottom: 5px;
}
.case .now-count {
  color: #2d2d2d;
}
.case .arrow_box {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.case .prev-arrow,
.case .next-arrow {
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.case .prev-arrow:hover,
.case .next-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .case .prev-arrow:hover,
.case .next-arrow:hover {
    opacity: 1;
  }
}
.case .prev-arrow {
  background: url(../images/common/arrow_case_l.svg) no-repeat center center;
  background-size: 24px;
}
.case .next-arrow {
  background: url(../images/common/arrow_case_r.svg) no-repeat center center;
  background-size: 24px;
}
.case__link {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  display: block;
}
.case__link:hover .case__heading {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .case__link:hover .case__heading {
    background-size: 0;
  }
}
.case__link:hover .case__image > img {
  transform: scale(1.09);
}
@media screen and (max-width: 767px) {
  .case__link:hover .case__image > img {
    transform: scale(1);
  }
}
.case__image {
  overflow: hidden;
  margin-bottom: 20px;
}
.case__image > img {
  transition: all 0.3s;
}
.case__heading {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #2d2d2d, #2d2d2d); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left 0% bottom 14%;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .case__heading {
    font-size: 16px;
    text-decoration: underline;
  }
}
.case__company {
  margin-top: 16px;
  color: #828691;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.case__tag {
  margin-top: 16px;
  display: flex;
  gap: 8px 8px;
}
.case__tag li {
  padding: 6px 12px;
  background: #2d2d2d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.03em;
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s ease;
}
.js-fadein.js-fadein-left {
  transform: translate(-100px, 0);
}
.js-fadein.js-fadein-right {
  transform: translate(100px, 0);
}
.js-fadein.js-fadein-up {
  transform: translate(0, -100px);
}
.js-fadein.js-fadein-bottom {
  transform: translate(0, 100px);
}
.js-fadein.js-scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease;
}