@charset "UTF-8";
/*! destyle.css v4.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;
  /* 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) */
/* ============================================ */
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 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 */
  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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

caption {
  text-align: left;
}

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

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

/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  max-width: 2500px;
  margin-inline: auto;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.font-en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section-heading {
  display: grid;
  row-gap: 16px;
  width: fit-content;
}
@media (min-width: 1200px) {
  .section-heading {
    margin-left: 20px;
  }
}

.section-heading__main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 1.507rem + 3.17vw, 5.313rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-heading__sub {
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  font-weight: 700;
}

.section-heading--center {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .page-heading {
    margin-left: 15px;
  }
}

.page-heading__label {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  font-weight: 700;
  color: #10993b;
  margin-bottom: 11px;
}
@media (min-width: 1200px) {
  .page-heading__label {
    margin-bottom: 13px;
  }
}

.page-heading__main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 1.507rem + 3.17vw, 5.313rem);
  font-weight: 700;
  text-transform: uppercase;
}

.page-heading__sub {
  font-size: clamp(1rem, 0.818rem + 0.78vw, 1.75rem);
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .page-heading__sub {
    margin-top: 17px;
  }
}

.small-heading {
  display: grid;
  row-gap: 8px;
  width: fit-content;
}
@media (min-width: 1200px) {
  .small-heading {
    row-gap: 22px;
  }
}

.small-heading__main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 1.265rem + 2.07vw, 3.75rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
}
@media (min-width: 1200px) {
  .small-heading__main {
    line-height: 1.06;
  }
}

.small-heading__sub {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  font-weight: 700;
}

.br-block {
  display: inline-block;
}

.sp-linefeeed {
  display: inline-block;
}
@media (min-width: 1200px) {
  .sp-linefeeed {
    display: inline;
  }
}

.pc-linefeeed {
  display: none;
}
@media (min-width: 768px) {
  .pc-linefeeed {
    display: inline;
  }
}

.logo {
  display: block;
  width: 179px;
}
@media (min-width: 1200px) {
  .logo {
    width: 253px;
  }
}

@media (min-width: 1200px) {
  .logo--large {
    width: 23vw;
    max-width: 430px;
  }
}

.icon-arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #000000;
}

.icon-arrow::before,
.icon-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  background-color: inherit;
  transform-origin: calc(100% - 0.5px) 50%;
}

.icon-arrow::before {
  transform: rotate(45deg);
}

.icon-arrow::after {
  transform: rotate(-45deg);
}

.icon-arrow--light {
  background-color: #ffffff;
}

.icon-arrow-up {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #000000;
}

.icon-arrow-up::before,
.icon-arrow-up::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 8px;
  background-color: inherit;
  transform-origin: 50% 0.5px;
}

.icon-arrow-up:before {
  transform: rotate(45deg);
}

.icon-arrow-up::after {
  transform: rotate(-45deg);
}

.nav-btn {
  display: inline-flex;
  font-weight: 700;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100vmax;
}
@media (min-width: 1200px) {
  .nav-btn {
    height: 60px;
    padding: 0 35px;
  }
}

.nav-btn--header {
  position: relative;
  height: 50px;
  padding: 0 36px;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
  z-index: 0;
}
.nav-btn--header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #10993b;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.4s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .nav-btn--header:hover::before {
    transform: translateX(0);
  }
}
.nav-btn--nomal {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.btn-arrow {
  position: relative;
  display: inline-flex;
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  width: 240px;
  height: 48px;
  border-radius: 100vmax;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.btn-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #10993b;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.4s ease-out;
}
@media (min-width: 1200px) {
  .btn-arrow {
    font-size: 16px;
    width: 300px;
    height: 60px;
  }
}

.btn-arrow__arrow-right {
  position: absolute;
  top: 50%;
  left: 202px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .btn-arrow__arrow-right {
    left: 258px;
  }
}
.btn-arrow__arrow-right::before, .btn-arrow__arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  background-color: inherit;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-arrow__arrow-right::before {
  transform: rotate(45deg);
}
.btn-arrow__arrow-right::after {
  transform: rotate(-45deg);
}

.btn-arrow--light {
  background-color: #ffffff;
  color: #000000;
}
.btn-arrow--light .btn-arrow__arrow-right {
  background-color: #000000;
}
.btn-arrow--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #333333;
  transform: translateX(-100%);
  z-index: -1;
  border: none;
  transition: transform 0.4s ease-out;
}
.btn-arrow--light::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333333;
  border-radius: inherit;
  z-index: -2;
  transition: border-color 0.4s ease-out;
}

.btn-arrow--line::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #ffffff;
  border-radius: inherit;
  z-index: -2;
  transition: border-color 0.4s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .btn-arrow:hover::before {
    transform: translateX(0);
  }
  .btn-arrow:hover .btn-arrow__arrow-right {
    width: 24px;
    transition: width 0.4s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-arrow--light:hover {
    color: #ffffff;
  }
  .btn-arrow--light:hover::before {
    transform: translateX(0);
  }
  .btn-arrow--light:hover .btn-arrow__arrow-right {
    width: 24px;
    background-color: #ffffff;
    transition: width 0.4s, background-color 0.4s;
  }
}
.view-more-btn {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: grid;
  width: 114px;
  height: 114px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  z-index: 0;
}
.view-more-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #ffffff;
  z-index: -2;
}
.view-more-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .view-more-btn {
    width: 142px;
    height: 142px;
    font-size: 14px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .view-more-btn:hover {
    transition: 0.3s;
    color: #333333;
  }
  .view-more-btn:hover:before {
    transition: 0.6s;
    transform: scale(2);
  }
}
.page-top-btn {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: center;
  height: 25px;
  width: fit-content;
}
@media (min-width: 768px) {
  .page-top-btn {
    gap: 30px;
  }
}
.page-top-btn--footer {
  position: relative;
  margin-right: 20px;
  margin-left: auto;
}
.page-top-btn--fixed {
  position: fixed;
  z-index: 100;
  bottom: 7%;
  right: 4%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 100vmax;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-top-btn--fixed {
    padding: 20px 30px;
    gap: 20px;
  }
}

#topButton.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .page-top-btn:hover .icon-arrow-up {
    height: 24px;
    background-color: #10993b;
    transition: height 0.4s, background-color 0.4s;
  }
}
.page-top-text {
  flex-shrink: 0;
}

.bg-circles {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  z-index: -100;
}

.bg-circles__wrap {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -100;
  height: 667px;
  width: 375px;
}
@media (min-width: 450px) {
  .bg-circles__wrap {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@media (min-width: 650px) {
  .bg-circles__wrap {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (min-width: 768px) {
  .bg-circles__wrap {
    transform: translate(-50%, -50%) scale(1.7);
  }
}
@media (min-width: 1200px) {
  .bg-circles__wrap {
    height: 1080px;
    width: 1980px;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (min-width: 1500px) {
  .bg-circles__wrap {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1700px) {
  .bg-circles__wrap {
    transform: translate(-50%, -50%) scale(1);
  }
}

.bg-circles__circle-shape {
  fill: none;
  stroke-width: 41;
  transform-origin: center;
  stroke-dasharray: 0 915;
  animation-name: drawCircle;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bg-circles__circle-shape--primary {
  stroke: #10993b;
  animation-delay: 0s;
  opacity: 0.8;
}
.bg-circles__circle-shape--muted {
  stroke: #f2f2f2;
  animation-delay: 1s;
}
.bg-circles__circle-shape--secondary {
  stroke: #d9ff00;
  animation-delay: 2s;
  transform: rotate(90deg);
}
.bg-circles__circle-shape--muted2 {
  stroke: #f2f2f2;
  animation-delay: 3s;
  transform: rotate(-60deg);
}

.bg-circles__circle {
  position: absolute;
  width: 332px;
  aspect-ratio: 1/1;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .bg-circles__circle {
    width: 940px;
  }
}
.bg-circles__circle--pos1 {
  top: -23px;
  left: 186px;
  z-index: -50;
}
@media (min-width: 1200px) {
  .bg-circles__circle--pos1 {
    top: -473px;
    left: 952px;
  }
}
.bg-circles__circle--pos2 {
  top: 173px;
  left: 219.5px;
  z-index: -49;
}
@media (min-width: 1200px) {
  .bg-circles__circle--pos2 {
    top: 61px;
    left: 1062px;
  }
}
.bg-circles__circle--pos3 {
  left: 50%;
  transform: translateX(-50%);
  top: 329px;
  z-index: -48;
}
@media (min-width: 1200px) {
  .bg-circles__circle--pos3 {
    top: 531px;
  }
}
.bg-circles__circle--pos4 {
  top: 303px;
  left: -175px;
  z-index: -47;
}
@media (min-width: 1200px) {
  .bg-circles__circle--pos4 {
    top: 457px;
    left: -50px;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dasharray: 0 915;
    stroke-dashoffset: 0;
  }
  15% {
    stroke-dasharray: 915 915;
    stroke-dashoffset: 0;
  }
  55% {
    stroke-dasharray: 915 915;
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dasharray: 0 915;
    stroke-dashoffset: -915;
  }
  100% {
    stroke-dasharray: 0 915;
    stroke-dashoffset: -915;
  }
}
.js-fallback {
  animation: none !important;
  stroke-dasharray: 915;
  stroke-dashoffset: 0;
}

.circle-block {
  position: relative;
  margin-top: 50vw;
}

.circle-block--margin-bottom {
  margin-bottom: 90vw;
}
@media (min-width: 1200px) {
  .circle-block--margin-bottom {
    margin-bottom: 60vw;
  }
}

.circle-bg {
  position: absolute;
  z-index: 1;
  top: -80vw;
  left: 50%;
  width: 200vw;
  aspect-ratio: 2/1;
  border-radius: 50%/100% 100% 0 0;
  background: #333333;
  transform-origin: center bottom;
  transform: translateX(-50%);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-bottom: -5px;
}
.circle-bg--gray {
  background: #f2f2f2;
}

.circle-bg-under {
  position: absolute;
  bottom: -98vw;
  left: 50%;
  z-index: 1;
  width: 200vw;
  aspect-ratio: 2/1;
  border-radius: 50%/0 0 100% 100%;
  background: #333333;
  transform-origin: center top;
  transform: translateX(-50%);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.circle-bg-under--gray {
  background: #f2f2f2;
}

.circle-trigger {
  position: absolute;
  top: -50vw;
  width: 100%;
  height: 50vw;
}

.circle-bg-content {
  position: relative;
  z-index: 2;
}

.mask-text {
  display: block;
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent 100%);
  -webkit-mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to right, black 100%, transparent 100%);
  mask-size: 0% 100%;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mask-text.is-animated {
  opacity: 1;
  animation-name: maskTextAni;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 1s; /* 初期値。JSで上書き*/
}

@keyframes maskTextAni {
  from {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 17px 20px;
}
@media (min-width: 768px) {
  .breadcrumb {
    width: 100%;
    padding: 45px 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    width: 100%;
    padding: 60px 3%;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .breadcrumb__list {
    gap: 12px;
  }
}

.breadcrumb--footer {
  display: none;
  padding: 0;
  margin: 0;
  width: fit-content;
}
@media (min-width: 768px) {
  .breadcrumb--footer {
    display: inline;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .breadcrumb--footer .breadcrumb__list li.current-item {
    font-size: 12px;
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .breadcrumb--footer .breadcrumb__list a {
    font-size: 12px;
    padding: 0 24px;
  }
}

.breadcrumb__list a {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #666666;
  background-color: #e6e6e6;
  padding: 0 14px;
  height: 20px;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .breadcrumb__list a {
    font-size: 14px;
    padding: 0 28px;
    height: 30px;
  }
}

.breadcrumb__list li.current-item {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #000000;
  background-color: #ffffff;
  padding: 0 14px;
  border-radius: 100vmax;
  height: 20px;
  border: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .breadcrumb__list li.current-item {
    font-size: 14px;
    padding: 0 28px;
    height: 30px;
  }
}

.blk-content {
  display: grid;
  row-gap: 30px;
  max-width: 738px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .blk-content {
    row-gap: 46px;
  }
}

.blk-content__text-box {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 1200px) {
  .blk-content__text-box {
    row-gap: 34px;
  }
}

.blk-content__title {
  font-size: clamp(1.75rem, 1.629rem + 0.52vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .blk-content__title {
    text-align: center;
  }
}

.blk-content__text {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 2;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 1200px) {
  .blk-content__text {
    line-height: 2.25;
  }
}

.blk-card {
  padding: 60px 30px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 560px;
}
@media (min-width: 1200px) {
  .blk-card {
    padding: 120px 54px 95px 54px;
    border-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .card-right {
    margin-left: auto;
  }
}

.blk-card__label {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  font-weight: 700;
  color: #10993b;
  text-transform: uppercase;
}

.blk-card__title {
  position: relative;
  font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .blk-card__title {
    margin-top: 35px;
  }
}
.blk-card__title::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #10993b;
}
@media (min-width: 1200px) {
  .blk-card__title::after {
    bottom: -30px;
    width: 50px;
    height: 5px;
  }
}

.blk-card__text {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 2;
  margin-top: 50px;
  color: #333333;
}
@media (min-width: 1200px) {
  .blk-card__text {
    line-height: 2.2;
    margin-top: 68px;
  }
}

.blk-card--line-dark {
  padding: 58px 35px 0 35px;
  max-width: 600px;
  height: 290px;
}
@media (min-width: 1200px) {
  .blk-card--line-dark {
    padding: 45px 40px 0 40px;
    height: 414px;
  }
}
.blk-card--line-dark .blk-card__title::after {
  background-color: #000000;
  bottom: -16px;
}
@media (min-width: 1200px) {
  .blk-card--line-dark .blk-card__title::after {
    bottom: -22px;
    left: 50px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .blk-card--line-dark .blk-card__title {
    margin-top: 58px;
    padding: 0 50px;
  }
}
.blk-card--line-dark .blk-card__text {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .blk-card--line-dark .blk-card__text {
    font-size: 16px;
    line-height: 1.9;
    padding: 0 50px;
  }
}

.post-card-slide {
  display: flex;
}

.post-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .post-card {
    border-radius: 20px;
  }
}

.post-card__image {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 10px;
  overflow: hidden;
}

.post-card__label {
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
  font-size: 14px;
  color: #333333;
}
@media (min-width: 1200px) {
  .post-card__label {
    margin-top: 25px;
  }
}

.post-card__category {
  border-right: 1px solid #666666;
  padding-right: 12px;
}

.post-card__date {
  font-family: "Poppins", sans-serif;
  color: #333333;
  padding-left: 12px;
}

.post-card__title {
  color: #000000;
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box; /* フレックスボックスにする */
  -webkit-box-orient: vertical; /* 縦方向に制限 */
  -webkit-line-clamp: 2; /* 2行でカット */
  overflow: hidden; /* はみ出し非表示 */
  text-overflow: ellipsis; /* （必要に応じて）…を表示 */
}
@media (min-width: 768px) {
  .post-card__title {
    min-height: 42px;
  }
}
@media (min-width: 1200px) {
  .post-card__title {
    min-height: 58px;
    font-size: 20px;
  }
}

.post-card__text {
  color: #666666;
  margin-top: 15px;
  min-height: 58px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .post-card__text {
    min-height: 58px;
  }
}
@media (min-width: 1200px) {
  .post-card__text {
    margin-top: 17px;
    min-height: 50px;
    font-size: 16px;
  }
}

.post-card--top {
  border: none;
}
@media (min-width: 1200px) {
  .post-card--top {
    padding: 1.8vw;
  }
}
.post-card--top .post-card__title {
  min-height: 48px;
}
@media (min-width: 1200px) {
  .post-card--top .post-card__title {
    min-height: 60px;
  }
}
.post-card--top .post-card__text {
  min-height: 58px;
}

.post-card--archive {
  max-width: 360px;
}
@media (min-width: 768px) {
  .post-card--archive:nth-child(2n) {
    transform: translateY(90px);
  }
}
@media (min-width: 1200px) {
  .post-card--archive:nth-child(2n) {
    transform: inherit;
  }
  .post-card--archive:nth-child(3n+2) {
    transform: translateY(90px);
  }
  .post-card--archive:nth-child(3n) {
    transform: translateY(180px);
  }
}
.post-card--archive .post-card__label {
  margin-top: 26px;
}

.latest_card__wrap .post-card__label {
  margin-top: 26px;
}

.post-card--latest {
  max-width: 450px;
}
@media (min-width: 1200px) {
  .post-card--latest {
    max-width: 360px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .scroll-infinity__wrap--switch {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .scroll-infinity__wrap--switch .scroll-infinity__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--switch {
  animation-name: infinity-scroll-left;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@media (min-width: 1200px) {
  .scroll-infinity__list--switch {
    display: block;
    animation-name: infinity-scroll-down;
  }
}

.scroll-infinity__list--left {
  animation-name: infinity-scroll-left;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.scroll-infinity__item {
  width: 150px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .scroll-infinity__item {
    width: 250px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .scroll-infinity__item {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .scroll-infinity__item--large {
    width: 22vw;
    max-width: 430px;
  }
}

.scroll-infinity__img-wrap {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .scroll-infinity__img-wrap {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .scroll-infinity__img-wrap {
    border-radius: 20px;
  }
}

.gnav__list {
  display: grid;
  row-gap: 50px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .gnav__list {
    grid-auto-flow: column;
    border-bottom: none;
    margin: 0 auto;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .gnav__list {
    padding: 0;
    margin: 0;
  }
}

.gnav__item {
  min-width: max-content;
}

.gnav__en-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-bottom: 25px;
}

.gnav__link {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .gnav__link {
    gap: 18px;
  }
}

.gnav__jp-title {
  position: relative;
  font-size: 14px;
  color: #333333;
}
.gnav__jp-title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10993b;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.gnav__sub-item-box {
  display: grid;
  row-gap: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .gnav__link:hover .icon-arrow {
    width: 24px;
    background-color: #10993b;
    transition: width 0.4s, background-color 0.4s;
  }
  .gnav__link:hover .gnav__jp-title::after {
    transform: scale(1, 1);
  }
}
.copyright {
  font-family: "Poppins", sans-serif;
  max-width: 1700px;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  padding: 17px 0;
  color: #333333;
}
@media (min-width: 768px) {
  .copyright {
    padding: 35px 0;
    font-size: 14px;
  }
}

.box-decoration-line {
  position: relative;
}
.box-decoration-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000000 0%, #000000 25%, #cccccc 25%, #cccccc 100%);
}
.box-decoration-line--top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000000 0%, #000000 25%, #cccccc 25%, #cccccc 100%);
}

.page-blk-content {
  display: grid;
  row-gap: 35px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 1200px) {
  .page-blk-content {
    row-gap: 68px;
  }
}
.page-blk-content--gap-narrow {
  row-gap: 25px;
}
@media (min-width: 1200px) {
  .page-blk-content--gap-narrow {
    row-gap: 45px;
  }
}
.page-blk-content--gap-wide {
  row-gap: 48px;
}
@media (min-width: 1200px) {
  .page-blk-content--gap-wide {
    row-gap: 100px;
  }
}

.page-blk-content__title {
  font-size: clamp(1.75rem, 1.325rem + 1.81vw, 3.5rem);
  line-height: 1.3;
  font-weight: 700;
}
.page-blk-content__title--small {
  font-size: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  line-height: 1.38;
}
@media (min-width: 768px) {
  .page-blk-content__title--small {
    width: 54%;
  }
}

.page-blk-content__text-box {
  display: grid;
  row-gap: 25px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .page-blk-content__text-box {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-blk-content__text-box--narrow {
    width: 70%;
    max-width: 730px;
  }
}
@media (min-width: 1200px) {
  .page-blk-content__text-box--gap-wide {
    row-gap: 30px;
  }
}

.page-blk-content__text {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 2;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 768px) {
  .page-blk-content__text {
    line-height: 1.87;
  }
}

.l-container {
  width: 85.3vw;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .l-container {
    width: 90vw;
    max-width: 1550px;
  }
}

.small-section-container {
  width: 100%;
}
@media (min-width: 1200px) {
  .small-section-container {
    width: 83vw;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.header {
  width: 100%;
  height: 85px;
  padding: 0 20px;
  position: relative;
  z-index: 50;
}
@media (min-width: 1200px) {
  .header {
    height: 113px;
    padding: 0 3%;
  }
}

.header__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__container {
    padding-right: 13px;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    padding: 0 10px;
  }
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.pc-nav {
  display: none;
}
@media (min-width: 1200px) {
  .pc-nav {
    font-size: 14px;
    font-weight: 700;
    display: inline;
    margin-left: auto;
  }
}

.pc-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.1vw, 45px);
}

.pc-nav__btn {
  margin-left: -10px;
}

.pc-nav__ite {
  flex-shrink: 0;
}

.pc-nav__link {
  position: relative;
}
.pc-nav__link::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10993b;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.nav-menu {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .pc-nav__link:hover::after {
    transform: scale(1, 1);
  }
}
.header__hamburger-btn {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.hamburger {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.hamburger__line {
  position: absolute;
  top: 13px;
  left: 1px;
  margin: auto;
  width: 27px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 100;
  transition: 0.3s;
}
.hamburger__line::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  top: -13px;
}

.hamburger__text {
  position: absolute;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: bold;
  top: 27px;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .hamburger__text {
    font-size: 14px;
  }
}

.hamburger[aria-expanded=true] .hamburger__line {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 38px;
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger[aria-expanded=true] .hamburger__text {
  top: 37px;
}

.is-drawerActive .nav-menu {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  animation: fadeIn 0.5s linear;
  z-index: 50;
  overflow-y: auto;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .is-drawerActive .nav-menu {
    display: flex;
    align-items: center;
  }
}
.is-drawerActive .gnav__en-title {
  font-size: clamp(1.5rem, 1.197rem + 1.29vw, 2.75rem);
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .is-drawerActive .gnav__en-title {
    margin-bottom: 40px;
  }
}
.is-drawerActive .gnav__jp-title {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
}
@media (min-width: 1200px) {
  .is-drawerActive .gnav__jp-title {
    font-weight: 700;
  }
}
.is-drawerActive .gnav__sub-item-box {
  row-gap: 35px;
}

@media (min-width: 768px) {
  .gnav__list--main {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 220px 146px 190px;
    max-width: 865px;
    min-width: 700px;
    column-gap: 5vw;
    margin-right: auto;
  }
  .gnav__list--main .gnav__item:nth-child(3n) {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .gnav__list--main {
    grid-template-columns: inherit;
  }
}

.nav-menu__gnav {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .nav-menu__gnav {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .nav-menu__gnav {
    margin: 0;
  }
}

.nav-menu__logo {
  height: 85px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .nav-menu__logo {
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 43%;
    flex-shrink: 1;
  }
}

.gnav__sp-special .gnav__en-title,
.gnav__sp-special .icon-arrow {
  display: none;
}
.gnav__sp-special .gnav__sub-item-box {
  gap: 40px;
}
.gnav__sp-special .gnav__link:hover .gnav__jp-title::after {
  transform: scale(0, 1);
}
@media (min-width: 768px) {
  .gnav__sp-special .gnav__en-title,
  .gnav__sp-special .icon-arrow {
    display: block;
  }
  .gnav__sp-special .gnav__sub-item-box {
    gap: 35px;
  }
  .gnav__sp-special .gnav__link:hover .gnav__jp-title::after {
    transform: scale(1, 1);
  }
}

.nav-menu__copyright {
  padding: 0 30px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .nav-menu__copyright {
    display: none;
  }
}

.footer {
  background-color: #ffffff;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 68px;
}
@media (min-width: 768px) {
  .footer__top {
    padding: 0 4.4%;
    height: 87px;
  }
}

.footer__bottom {
  border-top: 1px solid #eeeeee;
}

.footer__nav-wapper {
  display: grid;
  grid-template-areas: "logo" "nav" "policy";
  padding: 27px 30px 40px 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__nav-wapper {
    justify-content: space-evenly;
    padding: 43px 30px;
  }
}
@media (min-width: 1200px) {
  .footer__nav-wapper {
    column-gap: 40px;
    grid-template-columns: 250px 1fr;
    max-width: 1760px;
    grid-template-areas: "logo  nav" "policy nav";
  }
}

.footer__logo {
  margin-bottom: 25px;
  grid-area: logo;
}

.footer__policy {
  font-size: 14px;
  display: grid;
  row-gap: 40px;
  grid-area: policy;
}
@media (min-width: 768px) {
  .footer__policy {
    display: flex;
    column-gap: 50px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .footer__policy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.footer__nav {
  width: 100%;
  grid-area: nav;
}

@media (min-width: 768px) {
  .gnav__list--footer {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 150px 160px 110px 130px;
    max-width: 960px;
    column-gap: 5.7vw;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .gnav__list--footer {
    grid-template-columns: 150px 160px 120px 140px;
    column-gap: 6.7vw;
    row-gap: 35px;
  }
}

.footer__copyright {
  padding: 0 30px 25px 30px;
  max-width: 1760px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__copyright {
    padding: 0 30px 35px 30px;
    text-align: right;
  }
}

.fv {
  position: relative;
  height: 100dvh;
  margin-top: -85px;
}
@media (min-width: 1200px) {
  .fv {
    margin-top: -113px;
  }
}

.fv__scroll {
  position: absolute;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 83px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fv__scroll {
    font-size: 14px;
    height: 87px;
  }
}

.fv__scroll-bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 58px;
  width: 1px;
  overflow: hidden;
}
.fv__scroll-bar .c-line {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #10993b 50%, rgba(2, 2, 2, 0) 50%);
  background-position: 0 -58px;
  background-size: 100% 200%;
  animation: scrolldown-green 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.fv__scroll-bar .c-line-black {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #000000 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -58px;
  background-size: 100% 200%;
  animation: scrolldown-black 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation-delay: 2s;
}

@keyframes scrolldown-green {
  0% {
    background-position: 0 -58px;
  }
  38% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 58px;
  }
  100% {
    background-position: 0 58px;
  }
}
@keyframes scrolldown-black {
  0% {
    background-position: 0 -58px;
  }
  38% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 58px;
  }
  100% {
    background-position: 0 58px;
  }
}
.fv__lead-box {
  position: absolute;
  top: 43vh;
  left: 0;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .fv__lead-box {
    top: 41.7vh;
  }
}

.fv__lead-title {
  font-size: clamp(2.25rem, 1.947rem + 1.29vw, 3.5rem);
  line-height: 1.1;
}

.fv__lead-title__underline {
  display: inline-block;
  width: 48px;
  border-bottom: 3px solid #000000;
  vertical-align: baseline;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .fv__lead-title__underline {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .fv__lead-title__underline {
    width: 90px;
  }
}

.fv__lead-text {
  font-size: clamp(0.875rem, 0.632rem + 1.04vw, 1.875rem);
  line-height: 1.57;
  margin-top: 16px;
  max-width: 665px;
}
@media (min-width: 1200px) {
  .fv__lead-text {
    line-height: 2;
    margin-top: 40px;
  }
}

.top-who-we-are {
  padding-top: 67px;
}
@media (min-width: 1200px) {
  .top-who-we-are {
    padding-top: 100px;
  }
}

.top-who-we-are__content {
  padding-top: 66px;
}
@media (min-width: 1200px) {
  .top-who-we-are__content {
    padding-top: 101px;
  }
}

.top-who-we-are__btn {
  text-align: center;
  margin-top: 68px;
}
@media (min-width: 1200px) {
  .top-who-we-are__btn {
    margin-top: 87px;
  }
}

.top-news {
  padding: 110px 0 200px 0;
}
@media (min-width: 1200px) {
  .top-news {
    padding: 485px 0 200px 0;
  }
}

@media (min-width: 1200px) {
  .top-news__inner {
    position: relative;
  }
}

.top-news__body {
  padding: 40px 0 67px 0;
}
@media (min-width: 1200px) {
  .top-news__body {
    max-width: 800px;
    margin: 0 auto;
    padding: 117px 0 0 0;
  }
}

.top-news__btn {
  text-align: center;
}
@media (min-width: 1200px) {
  .top-news__btn {
    position: absolute;
    top: 45px;
    right: 0;
  }
}

.top-news__item {
  border-bottom: 1px solid #cccccc;
}

.top-news__arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 24px;
}
@media (min-width: 1200px) {
  .top-news__arrow {
    top: inherit;
    bottom: 45px;
    right: 0;
  }
}

.top-news__link {
  display: block;
  position: relative;
  padding: 36px 0 29px 0;
}
@media (min-width: 1200px) {
  .top-news__link {
    padding: 34px 0 55px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-news__link:hover .icon-arrow {
    width: 24px;
    background-color: #10993b;
    transition: width 0.4s, background-color 0.4s;
  }
}
.top-news__date {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  font-weight: 700;
}

.top-news__text {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 1.66;
  color: #333333;
  width: 84.6%;
  margin-top: 18px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .top-news__text {
    line-height: 1.62;
    margin-top: 23px;
    width: 87.5%;
  }
}

.top-what-we-do {
  background-color: #333333;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.top-what-we-do__content {
  padding-top: 68px;
}
@media (min-width: 1200px) {
  .top-what-we-do__content {
    padding-top: 50px;
  }
}
.top-what-we-do__content .blk-content__title {
  letter-spacing: -0.06em;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .top-what-we-do__content .blk-content__title {
    letter-spacing: 0;
  }
}
.top-what-we-do__content .blk-content__text {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .top-what-we-do__content .blk-content__text-box {
    row-gap: 43px;
  }
}

@media (max-width: 374px) {
  .top-what-we-do__content .sp-linefeeed {
    display: inline;
  }
}

.top-service-list {
  max-width: 1270px;
  margin: 0 auto;
  margin-top: 38px;
}
@media (min-width: 1200px) {
  .top-service-list {
    margin-top: 86px;
  }
}

.top-service-item__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .top-service-item__link {
    justify-content: flex-start;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-service-item__link:hover .view-more-btn {
    transition: 0.3s;
    color: #333333;
  }
  .top-service-item__link:hover .view-more-btn:before {
    transition: 0.6s;
    transform: scale(2);
  }
  .top-service-item__link:hover .top-service-item__line {
    width: 43px;
    margin-right: 20px;
    transition: width 0.4s;
  }
}
.top-service-item__body {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  gap: 20px;
  width: 100%;
  z-index: 0;
  padding-bottom: 1px;
}
@media (min-width: 1200px) {
  .top-service-item__body {
    width: 87%;
    gap: 43px;
  }
}

.top-service-item__meta {
  font-family: "Poppins", sans-serif;
  color: #d9ff00;
  font-weight: 500;
  border-bottom: 1px solid #999999;
  width: 12.5%;
  padding-top: 33px;
}
@media (min-width: 1200px) {
  .top-service-item__meta {
    width: 19%;
    padding-top: 88px;
  }
}

.top-service-item__label {
  font-size: clamp(0.625rem, 0.504rem + 0.52vw, 1.125rem);
  text-transform: uppercase;
}

.top-service-item__number {
  font-size: clamp(2.25rem, 1.279rem + 4.14vw, 6.25rem);
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .top-service-item__number {
    margin-top: 15px;
  }
}

.top-service-item__content {
  position: relative;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #999999;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .top-service-item__content {
    padding: 80px 0;
  }
}

.top-service-item__title-en {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.875rem, 1.041rem + 3.56vw, 5.313rem);
  display: flex;
  align-items: center;
}

.top-service-item__title-jp {
  font-size: clamp(1rem, 0.818rem + 0.78vw, 1.75rem);
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .top-service-item__title-jp {
    margin-top: 20px;
  }
}

.top-service-item__view-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-service-item__view-more .view-more-btn {
  display: none;
}
@media (min-width: 1200px) {
  .top-service-item__view-more .view-more-btn {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .top-service-item__view-more .icon-arrow {
    display: none;
  }
}

.top-service-item__line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}

.top-our-strength__inner {
  padding-bottom: 200px;
}

.top-our-strength__body {
  display: grid;
  padding-top: 72px;
  row-gap: 45px;
  justify-content: center;
  max-width: 1384px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .top-our-strength__body {
    grid-template-columns: 1fr;
    padding-top: 160px;
    row-gap: 90px;
  }
}

.top-cases {
  background-color: #333333;
}

.top-cases__heading {
  color: #ffffff;
}

.top-cases__slide {
  padding-top: 76px;
  max-width: 1330px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .top-cases__slide {
    padding-top: 135px;
  }
}

.swiper-slide__no-post {
  color: #ffffff;
}

.swiper-pagination {
  position: relative !important;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
@media (min-width: 768px) {
  .custom-pagination {
    margin-top: 82px;
  }
}
.custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: #000000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
.custom-pagination .swiper-pagination-bullet-active {
  background: #10993b;
  transform: scale(1);
}
@media (min-width: 600px) {
  .custom-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 100vmax;
  }
}
@media (min-width: 768px) {
  .custom-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 10px;
    border-radius: 100vmax;
  }
}

.top-cases__btn {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1200px) {
  .top-cases__btn {
    position: absolute;
    top: 25px;
    right: 0;
    margin-top: 0;
  }
}

.top-recruit {
  padding-bottom: 125px;
}
@media (min-width: 1200px) {
  .top-recruit {
    padding-bottom: 162px;
  }
}

.top-recruit__slider {
  margin-top: 70px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .top-recruit__slider {
    margin-top: 40px;
  }
}

.top-recruit__content {
  display: grid;
  padding-top: 66px;
  row-gap: 22px;
}
@media (min-width: 1200px) {
  .top-recruit__content {
    grid-template-columns: 40% 34% 1fr;
    padding-top: 80px;
    max-width: 1520px;
    margin-left: 20px;
  }
}
.top-recruit__content .blk-content__title {
  text-align: left;
}

.top-recruit__btn {
  text-align: center;
  margin-top: 74px;
}

.top-contact {
  background: linear-gradient(to left, #10993b 50%, #d9ff00 50%);
  background-size: 200% 100%;
  background-position: right center;
  transition: background-position 0.4s ease-out;
  padding: 65px 30px 58px 30px;
  position: relative;
  z-index: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .top-contact {
    padding: 150px 0 63px 0;
  }
}
@media (min-width: 1200px) {
  .top-contact {
    padding: 265px 0 60px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-contact:hover {
    background-position: left center;
    color: #000000;
  }
  .top-contact:hover .top-contact__content {
    color: #000000;
  }
  .top-contact:hover .view-more-btn {
    transition: 0.3s;
    color: #333333;
  }
  .top-contact:hover .view-more-btn:before {
    transition: 0.6s;
    transform: scale(2);
  }
}
.top-contact__content {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 2;
  font-weight: 700;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 42px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .top-contact__content {
    text-align: center;
    margin-top: 37px;
  }
}

.top-contact__btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-contact__btn {
    justify-content: flex-end;
    margin-right: 4.4%;
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  .page-blk-content__title .br-block {
    display: inline;
  }
}

.services {
  padding: 20px 0 115px 0;
}
@media (min-width: 1200px) {
  .services {
    padding: 28px 0 45px;
  }
}

.services__inner {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 1200px) {
  .services__inner {
    display: flex;
    justify-content: space-between;
  }
}

.services__heading {
  align-content: flex-start;
}

.services_nav {
  padding: 18px 20px 35px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .services_nav {
    width: 350px;
    padding: 18px 25px 35px 25px;
    margin-top: -50px;
    margin-right: 20px;
  }
}

.services_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.services__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #10993b;
  text-transform: uppercase;
  margin-top: 22px;
  display: flex;
  align-items: center;
}

.label-line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #10993b;
}

.services__title {
  display: grid;
  grid-template-columns: 1fr 25px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .services__title {
    grid-template-columns: 1fr 30px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .services_link:hover .icon-arrow {
    width: 24px;
    background-color: #10993b;
    transition: width 0.4s, background-color 0.4s;
  }
  .services_link:hover .label-line {
    width: 27px;
    transition: width 0.4s, background-color 0.4s;
    margin-right: 17px;
  }
}
.consulting {
  padding-top: 50px;
  margin-top: -50px;
}

.consulting__content {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .consulting__content {
    padding: 170px 0 85px 0;
  }
}

.consulting-feature {
  padding: 41px 0 75px 0;
}
@media (min-width: 1200px) {
  .consulting-feature {
    padding: 84px 0 128px 0;
  }
}

.consulting-feature__text {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}

.consulting-feature__card-wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 48px;
}
@media (min-width: 1200px) {
  .consulting-feature__card-wrapper {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    padding-top: 93px;
    max-width: initial;
  }
}

.blk-card__num {
  display: inline-block;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .blk-card__num {
    margin-right: 22px;
  }
}

.consulting-feature__dli-plus {
  padding: 35px 0;
  text-align: center;
  margin: 0 auto;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 25px;
  height: 2px;
  background: currentColor;
  position: relative;
}
@media (min-width: 1200px) {
  .dli-plus {
    width: 50px;
    height: 4px;
  }
}
.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.consulting-flow {
  padding: 70px 0 200px 0;
}
@media (min-width: 1200px) {
  .consulting-flow {
    padding: 85px 0 200px 0;
  }
}

.consulting-flow__text {
  font-size: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 66px;
}
@media (min-width: 1200px) {
  .consulting-flow__text {
    line-height: 1.4;
    margin-top: 76px;
  }
}

.consulting-flow__card-wrapper {
  display: grid;
  row-gap: 77px;
  padding-top: 75px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 1200px) {
  .consulting-flow__card-wrapper {
    padding-top: 90px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: stretch;
    column-gap: 4.2vw;
    justify-content: space-between;
  }
}

.flow-card {
  position: relative;
  padding: 43px 30px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 6px;
  max-width: 450px;
}
@media (min-width: 1200px) {
  .flow-card {
    padding: 53px 8% 40px 8%;
  }
}
.flow-card::before {
  content: "";
  position: absolute;
  background-image: url(../images/flow-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 97px;
  aspect-ratio: 97/63;
  height: auto;
}
@media (min-width: 1200px) {
  .flow-card::before {
    width: auto;
    height: 3.75vw;
    max-height: 73px;
    transform: rotate(-90deg);
    transform-origin: top right;
  }
}
.flow-card:nth-child(1)::before {
  bottom: -63px;
  left: calc(50% - 48.5px);
}
@media (min-width: 1200px) {
  .flow-card:nth-child(1)::before {
    inset: initial;
    top: 9%;
    right: 0;
  }
}
.flow-card:nth-child(2)::before {
  bottom: -63px;
  left: 8.75%;
}
@media (min-width: 1200px) {
  .flow-card:nth-child(2)::before {
    inset: initial;
    top: 22%;
    right: 0;
  }
}
.flow-card:nth-child(3)::before {
  top: -63px;
  right: 8.75%;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .flow-card:nth-child(3)::before {
    inset: initial;
    top: 59%;
    left: 0;
    transform: rotate(90deg);
    transform-origin: top left;
  }
}

.flow-card__title {
  position: relative;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 700;
}
.flow-card__title::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 64.5px;
  height: 3px;
  background-color: #10993b;
}
@media (min-width: 1200px) {
  .flow-card__title::after {
    width: 99px;
    bottom: -25px;
    height: 4.6px;
  }
}

.flow-card__text {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: 1.7;
  font-weight: 700;
  margin-top: 42px;
}
@media (min-width: 1200px) {
  .flow-card__text {
    line-height: 1.66;
    min-height: 130px;
    margin-top: 50px;
  }
}

.flow-card__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
@media (min-width: 1200px) {
  .flow-card__meta {
    margin-top: 0px;
  }
}

.flow-card__meta-line {
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #cccccc;
}

.flow-card__label {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #ffffff;
  width: 76px;
  height: 28px;
  background-color: #333333;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .flow-card__label {
    width: 100px;
    height: 40px;
  }
}

.flow-card__list {
  display: grid;
  gap: 16px;
  margin-top: 23px;
}
@media (min-width: 1200px) {
  .flow-card__list {
    gap: 35px;
  }
}

.flow-card__item {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .flow-card__item {
    gap: 18px;
  }
}

.flow-card__item-mark {
  display: inline-block;
  content: "";
  width: 14px;
  height: 8.5px;
  border-left: 3px solid #10993b;
  border-bottom: 3px solid #10993b;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .flow-card__item-mark {
    width: 16.5px;
    height: 10.5px;
  }
}

.flow-card__item-text {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 1.6;
  color: #333333;
}
@media (min-width: 1200px) {
  .flow-card__item-text {
    line-height: 1.44;
  }
}

.consulting-cases {
  background-color: #f2f2f2;
}

.consulting-cases__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  text-align: center;
  padding-top: 90px;
}
@media (min-width: 1200px) {
  .consulting-cases__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    padding-top: 145px;
    align-items: start;
    justify-content: stretch;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.consulting-cases__item {
  display: flex;
  flex-direction: column;
  width: 80vw;
  max-width: 350px;
  text-align: center;
}
@media (min-width: 1200px) {
  .consulting-cases__item {
    width: 100%;
    flex-shrink: 0;
    width: auto;
    max-width: none;
  }
}

.consulting-cases__item-image {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
}

.consulting-cases__item-image img {
  object-fit: contain;
}

.consulting-cases__item-title {
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  margin-top: 38px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .consulting-cases__item-title {
    margin-top: 45px;
  }
}

.consulting-cases__item-text {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  color: #333333;
  margin-top: 17px;
  line-height: 2;
}

.hyphen-color {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #10993b;
}

.consulting-cases__btn {
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .consulting-cases__btn {
    margin-top: 120px;
  }
}

.solution {
  padding-top: 50px;
  margin-top: -50px;
}

.solution__content {
  padding: 48px 0 67px 0;
}
@media (min-width: 1200px) {
  .solution__content {
    padding: 137px 0 90px 0;
  }
}

.solution-services {
  padding-top: 63px;
}
@media (min-width: 768px) {
  .solution-services {
    padding-top: 90px;
  }
}

.service__card-wrapper {
  max-width: 1280px;
  display: grid;
  gap: 25px;
  padding-top: 62px;
  justify-content: center;
}
@media (min-width: 768px) {
  .service__card-wrapper {
    gap: 4.1vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 213px;
  }
}
@media (min-width: 1200px) {
  .service__card-wrapper {
    padding-top: 130px;
    padding-bottom: 313px;
  }
}

.service-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  max-width: 320px;
}
@media (min-width: 768px) {
  .service-card {
    max-width: 100%;
    padding: 14% 10% 11% 10%;
  }
  .service-card:nth-child(2n) {
    transform: translateY(213px);
  }
}
@media (min-width: 1200px) {
  .service-card {
    padding: 16% 14% 13% 14%;
  }
  .service-card:nth-child(2n) {
    transform: translateY(313px);
  }
}

.service-card__service-name {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  font-weight: 700;
}

.service-card__brand-name {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 1.629rem + 0.52vw, 2.25rem);
  font-weight: 700;
  margin-top: 10px;
}
.service-card__brand-name::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #10993b;
}
@media (min-width: 768px) {
  .service-card__brand-name::after {
    width: 50px;
    height: 5px;
  }
}
@media (min-width: 768px) {
  .service-card__brand-name {
    margin-top: 15px;
  }
}

.service-card__body {
  display: grid;
  grid-template-rows: 104px 117px;
  row-gap: 15px;
  margin-top: 28px;
  justify-items: center;
}
@media (min-width: 768px) {
  .service-card__body {
    grid-template-rows: 150px 115px;
  }
}
@media (min-width: 1200px) {
  .service-card__body {
    grid-template-rows: 200px 144px;
  }
}

.service-card__logo {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .service-card__logo {
    width: 75%;
  }
}

.service-card__logo img {
  object-fit: contain;
}

.service-card__description {
  width: 100%;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 1.6;
  color: #333333;
  overflow: hidden;
}

.service-card__link {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 15px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.service-card__link-click {
  width: 25px;
}

.my-icon {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  margin-right: 13px;
}
@media (min-width: 1200px) {
  .my-icon {
    width: 14px;
    height: 14px;
    margin-right: 20px;
  }
}

.development {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .development {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .development {
    padding-top: 90px;
  }
}

.development__top-area {
  padding-bottom: 200px;
}
@media (min-width: 1200px) {
  .development__top-area {
    padding-bottom: 200px;
  }
}

.development__content {
  padding: 48px 0 83px 0;
}
@media (min-width: 1200px) {
  .development__content {
    padding: 120px 0 140px 0;
  }
}

.development-cases {
  background-color: #f2f2f2;
  padding-bottom: 90px;
}
@media (min-width: 1200px) {
  .development-cases {
    padding-bottom: 112px;
  }
}

.development-cases__list {
  display: grid;
  gap: 60px;
  justify-items: center;
  align-items: center;
  text-align: center;
  padding-top: 66px;
}
@media (min-width: 768px) {
  .development-cases__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media (min-width: 1500px) {
  .development-cases__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 3.9%;
    padding-top: 120px;
  }
}

.development-cases__item {
  display: grid;
  row-gap: 35px;
  width: 80%;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .development-cases__item {
    width: auto;
    flex: 1;
  }
}

.development-cases__item-image img {
  object-fit: contain;
}

.development-cases__item-text {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .development-cases__item-text {
    letter-spacing: 0;
  }
}

.development-cases__btn {
  text-align: center;
  margin-top: 90px;
}
@media (min-width: 1200px) {
  .development-cases__btn {
    margin-top: 112px;
  }
}

.company {
  padding-top: 25px;
}

.company__vision {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .company__vision {
    margin-top: 230px;
  }
}

.company-section-block {
  position: relative;
  padding: 54px 0;
}
@media (min-width: 768px) {
  .company-section-block {
    padding: 90px 0;
  }
}
@media (min-width: 1200px) {
  .company-section-block {
    padding: 138px 0;
  }
}

.company-section-block__content {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .company-section-block__content {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .company-section-block__content {
    margin-top: 77px;
  }
}

.company__vision .page-blk-content__title {
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .company__vision .page-blk-content__title {
    letter-spacing: 0;
  }
}

.company__value {
  margin-top: 55px;
  padding-bottom: 200px;
}
@media (min-width: 1200px) {
  .company__value {
    margin-top: 142px;
  }
}

.company__value-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 50px;
  justify-content: center;
  will-change: transform;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .company__value-list {
    width: max-content;
    gap: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 157px;
  }
}

.value-card {
  color: #ffffff;
  width: 320px;
  height: 320px;
  border-radius: 10px;
  padding: 61px 30px;
  background: #10993b;
  flex-shrink: 0;
  margin: 0 auto;
}
.value-card--green-teal {
  background: #00938c;
}
.value-card--blue {
  background: #0067b4;
}
.value-card--violet {
  background: #564bac;
}
.value-card--purple {
  background: #af349d;
}
@media (min-width: 768px) {
  .value-card {
    margin: 0;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .value-card {
    width: 400px;
    height: 400px;
    padding: 90px 65px;
  }
}

.value-card__num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  font-weight: 700;
  text-align: center;
}

.value-card__title {
  position: relative;
  font-size: clamp(1.5rem, 1.409rem + 0.39vw, 1.875rem);
  font-weight: 700;
  margin-top: 23px;
  text-align: center;
  white-space: nowrap;
}
.value-card__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  background-color: #ffffff;
}

.value-card__text {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 1.7;
  font-weight: 700;
  margin-top: 75px;
}
@media (min-width: 1200px) {
  .value-card__text {
    line-height: 1.87;
  }
}

.company__profile {
  background-color: #333333;
}
.company__profile .small-heading {
  color: #ffffff;
}

.company__profile-inner {
  display: grid;
  grid-template-areas: "title" "slider" "info";
}
@media (min-width: 1200px) {
  .company__profile-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 373px 1fr;
    width: 80vw;
    max-width: 1280px;
    height: 1180px;
    margin: 0 auto;
    grid-template-areas: "title  slider" "info slider";
  }
}

.company__profile-heading {
  grid-area: title;
  width: 85.3vw;
  margin: 0 auto;
  padding-top: 71px;
}
@media (min-width: 1200px) {
  .company__profile-heading {
    padding-top: 180px;
    width: auto;
    margin: 0;
  }
}

.company__profile-slider {
  grid-area: slider;
  margin-top: 35px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .company__profile-slider {
    margin-top: 0;
    margin-left: auto;
  }
}

.company__profile-info {
  grid-area: info;
  padding: 50px 0 70px 0;
  width: 85.3vw;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .company__profile-info {
    width: auto;
    padding: 0;
    margin: 0;
  }
}

.profile-table {
  color: #ffffff;
  width: 100%;
}
@media (min-width: 768px) {
  .profile-table {
    display: grid;
    grid-template-columns: 25% 71.8%;
    column-gap: 13px;
  }
}
@media (min-width: 1200px) {
  .profile-table {
    width: 564px;
  }
}

.profile-table__title {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 28px 0 12px 0;
}
.profile-table__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #10993b;
}
@media (min-width: 768px) {
  .profile-table__title {
    font-size: 1rem;
    padding: 30px 0;
  }
  .profile-table__title::before {
    width: 100%;
  }
  .profile-table__title:first-of-type::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #10993b;
  }
}

.profile-table__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 16px 0 25px 0;
  border-bottom: 1px solid #444444;
}
.profile-table__text:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .profile-table__text {
    padding: 35px 0;
  }
  .profile-table__text:last-of-type {
    border-bottom: 1px solid #444444;
  }
  .profile-table__text:first-of-type {
    border-top: 1px solid #444444;
  }
}

.profile-table__text--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.profile-table__adress {
  flex: 1;
}

.profile-table__map {
  width: 27px;
  flex-shrink: 0;
  display: grid;
  justify-items: end;
}

.profile-table__map-icon {
  width: 20px;
  margin: 0 auto;
}

.profile-table__map-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1;
}

/* 共通スタイル（block表示など） */
.profile-table__associated-company {
  display: block;
}

/* aタグのときだけ下線を付ける */
a.profile-table__associated-company {
  text-decoration: underline;
}

.who-we-are__inner {
  margin-top: 23px;
  padding-bottom: 150px;
}
@media (min-width: 1200px) {
  .who-we-are__inner {
    padding-bottom: 375px;
  }
}

@media (min-width: 1200px) {
  .who-we-are__top-area {
    padding-top: 76px;
  }
}

.who-we-are__main-area .page-blk-content {
  row-gap: 48px;
}
@media (min-width: 1200px) {
  .who-we-are__main-area .page-blk-content {
    row-gap: 45px;
  }
}

.who-we-are-section__content {
  padding: 55px 0;
}
@media (min-width: 1200px) {
  .who-we-are-section__content {
    padding: 120px 0 163px 0;
  }
}

.who-we-are__image {
  max-width: 992px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .who-we-are__image {
    margin-top: 50px;
  }
}

.news__inner,
.cases__inner {
  padding-top: 24px;
}

.category-list-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  padding-left: 7.5%;
}
@media (min-width: 1200px) {
  .category-list-wrapper {
    width: 90vw;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
  }
}

.category-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.category-list {
  display: flex;
  width: max-content;
  gap: 11px;
  justify-content: left;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .category-list {
    gap: 20px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .category-list {
    margin-top: 111px;
  }
}

.category-list__item {
  flex-shrink: 0;
}

.cat-btn {
  display: inline-flex;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  height: 40px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .cat-btn {
    height: 50px;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .cat-btn {
    height: 60px;
    padding: 0 35px;
  }
}

.cat-btn.is-current {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 60px);
}

.archive-container {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .archive-container {
    padding-top: 90px;
  }
}

.post-card-list {
  display: grid;
  row-gap: 24px;
  padding-bottom: 20px;
  justify-items: center;
}
@media (min-width: 768px) {
  .post-card-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 109px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .post-card-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 150px;
    padding-bottom: 180px;
    margin-bottom: 180px;
  }
}

.pagenation {
  width: 100%;
}

.pagenation-box {
  margin-bottom: 105px;
}
@media (min-width: 1200px) {
  .pagenation-box {
    margin-bottom: 250px;
  }
}

.pagenation-box .nav-links {
  display: flex;
  gap: 9.2px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .pagenation-box .nav-links {
    gap: 15px;
  }
}

/* WP  ページネーション*/
a.page-numbers,
span.page-numbers {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  a.page-numbers,
  span.page-numbers {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  a.page-numbers,
  span.page-numbers {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
}

.page-numbers.current {
  background: #10993b;
  color: #ffffff;
  transform: scale(1.176);
}
.page-numbers:hover {
  background: #10993b;
  color: #ffffff;
  transform: scale(1.176);
}
.page-numbers:hover .arrow-path,
.page-numbers:hover .arrow-line {
  stroke: #ffffff;
}

.page-numbers.dots {
  font-size: 0; /* 元の「…」を非表示にする */
  position: relative;
  border: none;
  background-color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.dots::before {
  content: ". . .";
  font-size: 11px;
  letter-spacing: 0.07em;
  color: inherit;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-numbers.dots::before {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-numbers.dots::before {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.page-numbers.prev {
  margin-right: 13px;
}
@media (min-width: 1200px) {
  .page-numbers.prev {
    margin-right: 26px;
  }
}
.page-numbers.next {
  margin-left: 13px;
}
@media (min-width: 1200px) {
  .page-numbers.next {
    margin-right: 26px;
  }
}

.nav-arrow-svg {
  width: 10.5px;
  height: 10.5px;
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .nav-arrow-svg {
    width: 18px;
    height: 18px;
  }
}

.nav-arrow-svg .arrow-path,
.nav-arrow-svg .arrow-line {
  stroke: #000000;
  stroke-width: 0.75px;
}
@media (min-width: 1200px) {
  .nav-arrow-svg .arrow-path,
  .nav-arrow-svg .arrow-line {
    stroke-width: 1px;
  }
}

.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #ffffff;
  z-index: -1; /* .bg-circles (-100) より上、他コンテンツより下 */
  pointer-events: none; /* 背景なのでクリック透過 */
}

.solution-post {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .solution-post {
    padding-bottom: 160px;
  }
}

.article-content__title-area {
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .article-content__title-area {
    margin: 35px 0 105px 0;
  }
}

.article-content__label {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  color: #333333;
}
@media (min-width: 1200px) {
  .article-content__label {
    font-size: 14px;
  }
}

.article-content__category {
  border-right: 1px solid #666666;
  padding-right: 12px;
}

.article-content__date {
  font-family: "Poppins", sans-serif;
  color: #333333;
  padding-left: 12px;
}

.article-content__title {
  font-size: clamp(1.75rem, 1.447rem + 1.29vw, 3rem);
  line-height: 1.35;
  margin-top: 22px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .article-content__title {
    line-height: 1.25;
    width: 50%;
    margin-top: 40px;
  }
}

.article-content__thumbnail-box {
  width: 85.3vw;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 1200px) {
  .article-content__thumbnail-box {
    width: 90vw;
    margin-bottom: 60px;
  }
}

.article-content__thumbnail {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .article-content__thumbnail {
    border-radius: 20px;
  }
}

.article-content__body {
  width: 85.3vw;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 23px;
  border-bottom: 1px solid #cccccc;
}

.article-content__body h1 {
  font-size: clamp(1.75rem, 1.447rem + 1.29vw, 3rem);
  line-height: 1.35;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .article-content__body h1 {
    line-height: 1.25;
  }
}
.article-content__body h2 {
  position: relative;
  font-size: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 95px;
}
.article-content__body h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000000 0%, #000000 25%, #cccccc 25%, #cccccc 100%);
}
@media (min-width: 1200px) {
  .article-content__body h2 {
    line-height: 1.4;
    padding-top: 18px;
    margin-bottom: 100px;
  }
}
.article-content__body h3 {
  font-size: clamp(1.125rem, 0.973rem + 0.65vw, 1.75rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .article-content__body h3 {
    line-height: 1.35;
    margin-bottom: 35px;
  }
}
.article-content__body h4 {
  font-size: clamp(1rem, 0.909rem + 0.52vw, 1.5rem); /* 16px – 24px */
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .article-content__body h4 {
    line-height: 1.35;
  }
}
.article-content__body h5 {
  font-size: clamp(0.9375rem, 0.857rem + 0.39vw, 1.25rem); /* 15px – 20px */
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .article-content__body h5 {
    line-height: 1.35;
  }
}
.article-content__body h6 {
  font-size: clamp(0.875rem, 0.818rem + 0.26vw, 1rem); /* 14px – 16px */
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .article-content__body h6 {
    line-height: 1.35;
  }
}
.article-content__body p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #333333;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .article-content__body p {
    line-height: 1.875;
    margin-bottom: 29px;
  }
}
.article-content__body .wp-element-caption {
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #333333;
  line-height: 1.5;
  text-align: left;
}
.article-content__body img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .article-content__body img {
    border-radius: 20px;
    margin: 34px 0;
  }
}
.article-content__body video {
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 16px auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .article-content__body video {
    border-radius: 20px;
    margin: 34px auto;
  }
}

.my-block-pattern {
  width: 85.3vw;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

.my-block-pattern__section-wrapper {
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .my-block-pattern__section-wrapper {
    margin-bottom: 110px;
  }
}
.my-block-pattern__section-wrapper--margin-s {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .my-block-pattern__section-wrapper--margin-s {
    margin-bottom: 50px;
  }
}

.article-content__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-block-pattern__sub-image-section {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .my-block-pattern__sub-image-section {
    margin-bottom: 53px;
  }
}

.my-block-pattern p.my-block-pattern__caption {
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #333333;
  line-height: 1.5;
}

.article-content .wp-block-image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1200px) {
  .article-content .wp-block-image {
    border-radius: 20px;
  }
}

.components-resizable-box__container {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .components-resizable-box__container {
    border-radius: 20px;
  }
}

.components-resizable-box__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-block-pattern__sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-post__latest,
.cases-post__latest {
  padding: 50px 0 100px 0;
}
@media (min-width: 1200px) {
  .news-post__latest,
  .cases-post__latest {
    padding: 160px 0 140px 0;
  }
}

.latest_card__wrap {
  display: grid;
  row-gap: 27px;
  padding: 80px 0 46px 0;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 1200px) {
  .latest_card__wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    padding: 116px 0 100px 0;
  }
}

.news-post__btn,
.cases-post__btn {
  text-align: center;
}

.legal__inner {
  padding-top: 23px;
}

.legal__lead-section {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 8px;
  padding: 50px 0;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .legal__lead-section {
    width: 68vw;
    padding: 75px 0;
  }
}
@media (min-width: 1200px) {
  .legal__lead-section {
    width: 62.5vw;
    padding: 120px 0 100px 0;
  }
}

.legal__text {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 1.7;
  color: #333333;
}
@media (min-width: 1200px) {
  .legal__text {
    line-height: 1.875;
  }
}

.legal__list {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .legal__list {
    width: 60vw;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .legal__list {
    width: 52.8vw;
    padding-bottom: 200px;
  }
}

.legal__term {
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .legal__term {
    margin-top: 78px;
  }
}

.legal__desc {
  display: grid;
  row-gap: 24px;
  margin-top: 37px;
  padding-bottom: 42px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .legal__desc {
    margin-top: 51px;
    padding-bottom: 90px;
  }
}

.legal__desc--last {
  border-bottom: none;
}