@charset "UTF-8";
@media screen and (min-width:1681px) {
  /* 1681px以上 */
}
@media screen and (min-width:1441px) {
  /* 1441px以上 */
}
@media screen and (max-width: 1160px) {
  /* 1160px以下 */
}
@media screen and (min-width:1101px) {
  /* 1101px以上 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1320px) {
  /* 1320px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

caption {
  text-align: left;
}

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

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar__elem::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar__elem .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 6px;
}
.simplebar__elem .simplebar-scrollbar::before {
  background: #000;
  border-radius: 3px;
  height: 6px !important;
  margin-top: 0;
  left: 0;
  right: 0;
}
.simplebar__elem .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar__elem .simplebar-track {
  background: #DCDCDC;
  height: 6px !important;
  border-radius: 3px;
}

/* root
----------------------------------------------- */
:root {
  --color-bg-primary: #CDE0D8;
  --color-bg-white: #FFFFFF;
  --color-bg-light: #F4F4F4;
  --color-bg-dark: #242A28;
  --color-bg-contact: #598684;
  --color-bg-oji-green: #00643D;
  --color-font-primary: #242A28;
  --color-font-desc: #53615C;
  --color-font-link: #00643D;
  --color-font-white: #FFFFFF;
  --color-font-graydark: #4B6462;
  --color-font-graylight: #A0ADA8;
  --color-font-red: #E02525;
  --color-border: #A9C4C3;
  --color-border-white: #FFFFFF;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Manrope", sans-serif;
  --font-base: 400 16px/1.6 var(--font-jp);
  --font-base-fat: 600 16px/1.6 var(--font-jp);
  --font-stext: 400 14px/1.6 var(--font-jp);
  --font-stext-fat: 600 14px/1.6 var(--font-jp);
  --font-note: 400 12px/1.6 var(--font-jp);
  --radius-base: 8px;
  --radius-label: 4px;
  --content-base: 1280px;
  --content-wide: 1264px;
  --content-inner: 1184px;
  --content-tight: 864px;
  --content-base-padding: 16px;
}

body {
  color: var(--color-font-primary);
  font: var(--font-base);
  font-optical-sizing: auto;
  letter-spacing: normal;
}

a:not([class]) {
  transition: color 0.2s ease-in-out;
}
a:not([class])[target=_blank]::after {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: 8px;
  background-image: url("../images/icon_window.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  content: "";
}
a.-inside {
  transition: color 0.2s ease-in-out;
}
a.-inside::after {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 4px;
  background-image: url("../images/icon_arrow-g.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
@media (any-hover:hover) {
  a:hover:not([class]) {
    color: var(--color-font-link);
  }
  a:hover:not([class])[target=_blank]::after {
    background-image: url("../images/icon_window-g.svg");
  }
  a:hover.-inside {
    color: var(--color-font-link);
  }
}

p:not([class]) {
  letter-spacing: 0.03em;
  line-height: 2;
  font-feature-settings: "palt";
}
p:not([class]) + p:not([class]) {
  margin-top: 1em;
}

ul:not([class]) > li:not([class]) {
  position: relative;
  padding-left: 32px;
  line-height: 2;
  font-feature-settings: "palt";
}
ul:not([class]) > li:not([class])::before {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  background-color: var(--color-bg-dark);
  border-radius: 50%;
  content: "";
}
ul:not([class]) > li:not([class]) + li {
  margin-top: 16px;
}
ul:not([class]) > li:not([class]) > ul:not([class]), ul:not([class]) > li:not([class]) > ol:not([class]) {
  margin-top: 8px;
}

ol:not([class]) {
  list-style: none;
  counter-reset: number;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding-left: 36px;
  line-height: 2;
  font-feature-settings: "palt";
}
ol:not([class]) > li:not([class])::before {
  position: absolute;
  left: 0;
  min-width: 32px;
  font-family: var(--font-en);
  font-weight: 500;
  text-align: center;
  counter-increment: number;
  content: counter(number);
}
ol:not([class]) > li:not([class]) + li {
  margin-top: 16px;
}
ol:not([class]) > li:not([class]) > ul:not([class]), ol:not([class]) > li:not([class]) > ol:not([class]) {
  margin-top: 8px;
}

/* font
----------------------------------------------- */
.-en {
  font-family: var(--font-en);
}

/* indicate
----------------------------------------------- */
.js-indicate.-fade__l2r {
  opacity: 0;
  transform: translateX(-32px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate.-clip__text {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.-fade__l2r {
  opacity: 1;
  transform: translateX(0%);
}
.js-indicate-start.-clip__text {
  clip-path: inset(0%);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* animation
----------------------------------------------- */
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* pluguins
----------------------------------------------- */
.simplebar-track {
  opacity: 1;
  visibility: visible;
  background-color: var(--color-bg-light);
}
.simplebar-track.simplebar-vertical {
  width: 4px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 0;
  background-color: var(--color-bg-dark);
}
.simplebar-track.simplebar-horizontal {
  height: 4px;
  bottom: 0;
}

.l-wrapper__outer {
  padding: 0 var(--content-base-padding);
}
.l-wrapper__wide {
  max-width: var(--content-wide);
  margin-inline: auto;
}
.l-wrapper__inner {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__content {
  max-width: var(--content-inner);
  margin-inline: auto;
}
.l-wrapper__post {
  max-width: var(--content-tight);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__outer {
  position: relative;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 40px;
}
.l-header__outer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 8px);
  background-color: var(--color-bg-light);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.l-header__logo {
  position: relative;
  max-width: 282px;
  z-index: 1;
}
.l-header__logo img {
  width: 100%;
}
.l-header__ctrl__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__nav__menu {
  display: flex;
  gap: 8px;
}
.l-header__nav__item > a {
  position: relative;
  min-height: 84px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-base);
  overflow: hidden;
  transition: min-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
.l-header__nav__item > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
}
.l-header__nav__item > a:not([class])[target=_blank]::after {
  z-index: 1;
}
@media (any-hover:hover) {
  .l-header__nav__item > a:hover {
    color: var(--color-bg-oji-green);
  }
  .l-header__nav__item > a:hover::before {
    opacity: 1;
    z-index: 1;
  }
}
.l-header__nav__item__label {
  position: relative;
  z-index: 1;
}
.l-header__nav__item__icon {
  display: none;
}
.l-header__nav__item.-parents .l-header__nav__item__icon {
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  display: block;
  z-index: 1;
}
.l-header__nav__item.-parents .l-header__nav__item__icon::before, .l-header__nav__item.-parents .l-header__nav__item__icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: none;
  background-color: var(--color-bg-oji-green);
  transition: opacity 0.2s ease-in-out;
  content: "";
}
.l-header__nav__item.-parents .l-header__nav__item__icon::before {
  width: 11px;
  height: 1px;
}
.l-header__nav__item.-parents .l-header__nav__item__icon::after {
  width: 1px;
  height: 11px;
}
.l-header__nav__item.is-active > a::before {
  opacity: 1;
  z-index: 1;
}
.l-header__nav__item.is-active > a .l-header__nav__item__icon::after {
  opacity: 0;
}
.l-header__nav__item.is-current > a {
  color: var(--color-bg-oji-green);
}
.l-header__nav__item.is-current > a::before {
  opacity: 1;
  z-index: 1;
}
.l-header__contact {
  position: relative;
  width: 100px;
  min-height: 84px;
  z-index: 1;
  transition: min-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-header__contact__wrap {
  width: 100%;
  min-height: 84px;
  height: 100%;
  padding: 4px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.2s ease-in-out, min-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (any-hover:hover) {
  .l-header__contact__wrap:hover {
    background-color: var(--color-bg-oji-green);
  }
}
.l-header__contact__pict {
  width: 19.5px;
}
.l-header__contact__pict img {
  width: 100%;
}
.l-header__contact__label {
  margin-top: 9px;
  color: var(--color-font-white);
  font-size: 12px;
  font-weight: 500;
}
.l-header__news {
  display: none;
}
.l-header.is-blur .l-header__outer::before {
  opacity: 1;
}
.l-header.is-blur .l-header__nav__item > a {
  min-height: 68px;
}
.l-header.is-blur .l-header__contact {
  min-height: 68px;
}
.l-header.is-blur .l-header__contact__wrap {
  min-height: 68px;
}
@media screen and (max-width: 1320px) {
  .l-header__logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    max-width: 200px;
  }
  .l-header__nav__item > a {
    padding: 8px;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__outer {
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .l-header__outer::before {
    height: 100%;
  }
  .l-header__logo {
    position: relative;
    max-width: 176px;
    z-index: 1;
  }
  .l-header__ctrl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: 63px;
    background-color: var(--color-bg-light);
    overflow: scroll;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .l-header__ctrl__inner {
    height: 100%;
    background-color: var(--color-bg-dark);
    flex-direction: column;
    gap: 0;
    opacity: 0;
    transform: translateY(40px);
    transition-duration: 1s;
    transition-delay: 0.2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .l-header__nav {
    width: 100%;
    padding: 8px;
    background-color: #F7F6F5;
  }
  .l-header__nav__menu {
    width: 100%;
    padding: 0 8px;
    background-color: var(--color-bg-white);
    border-radius: var(--radius-base);
    flex-direction: column;
    gap: 0;
  }
  .l-header__nav__item + .l-header__nav__item {
    border-top: solid 1px var(--color-border);
  }
  .l-header__nav__item > a {
    min-height: 77px;
    height: 77px;
    padding: 8px 8.5px 8px 16px;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    transition: none;
    gap: 8px;
  }
  .l-header__nav__item > a::before {
    content: none;
  }
  .l-header__nav__item > a:not([class])[target=_blank]::after {
    content: none;
  }
  .l-header__nav__item > a:not([class])[target=_blank] .l-header__nav__item__icon::after {
    width: 16px;
    height: 16px;
    background-image: url("../images/icon_window-g.svg");
    background-size: 16px auto;
  }
}
@media screen and (max-width: 1160px) and (any-hover:hover) {
  .l-header__nav__item > a:hover {
    color: var(--color-font-primary);
  }
  .l-header__nav__item > a:hover::before {
    opacity: 0;
    z-index: auto;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__nav__item__icon {
    width: 44px;
    height: 44px;
    border: solid 1px var(--color-border-white);
    border-radius: var(--radius-base);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav__item__icon::after {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_arrow-g.svg");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    content: "";
  }
}
@media screen and (max-width: 1160px) {
  .l-header__nav__item.-parents > a .l-header__nav__item__icon {
    width: 44px;
    height: 44px;
    margin-left: 0;
    border: 0;
  }
  .l-header__nav__item.-parents > a .l-header__nav__item__icon::before {
    width: 13px;
    height: 1px;
  }
  .l-header__nav__item.-parents > a .l-header__nav__item__icon::after {
    width: 1px;
    height: 13px;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__nav__item.is-active > a .l-header__nav__item__icon::after {
    opacity: 0;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__unit {
    width: 100%;
    padding: 32px;
    background-color: var(--color-bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__contact {
    width: calc(50% - 8px + 4px);
    min-height: auto;
    transition: none;
  }
  .l-header__contact__wrap {
    min-height: 65px;
    background-color: transparent;
    border: solid 1px var(--color-border);
    transition: none;
  }
}
@media screen and (max-width: 1160px) and (any-hover:hover) {
  .l-header__contact__wrap:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 1160px) {
  .l-header__news {
    width: calc(50% - 8px + 4px);
    display: block;
  }
  .l-header__news__wrap {
    width: 100%;
    min-height: 65px;
    height: 100%;
    padding: 4px;
    border: solid 1px var(--color-border);
    border-radius: var(--radius-base);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .l-header__news__pict {
    width: 17px;
  }
  .l-header__news__pict img {
    width: 100%;
  }
  .l-header__news__label {
    margin-top: 7px;
    color: var(--color-font-white);
    font-size: 12px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1160px) {
  .is-locked .l-header .l-header__outer::before {
    opacity: 1;
  }
}
.l-footer {
  background-color: var(--color-bg-dark);
}
.l-footer__head {
  padding-top: 120px;
  padding-bottom: 120px;
}
.l-footer__head__row {
  display: flex;
  gap: 8px;
}
.l-footer__head__row + .l-footer__head__row {
  margin-top: 8px;
}
.l-footer__head__row.-col5 .l-footer__item {
  width: calc(20% - 8px + 1.6px);
}
.l-footer__head__row.-col3 .l-footer__item {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
}
.l-footer__body {
  padding: 0 8px 8px;
}
.l-footer__body__inner {
  padding: 80px 0;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
@media screen and (min-width:1441px) {
  .l-footer__body__inner .l-footer__inner {
    max-width: 100%;
    padding: 0 96px;
  }
}
.l-footer__body__row {
  padding-bottom: 24px;
  border-bottom: solid 1px var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.l-footer__outer {
  padding-right: 24px;
  padding-left: 24px;
}
.l-footer__inner {
  max-width: var(--content-inner);
  margin-inline: auto;
}
.l-footer__item__wrap {
  position: relative;
  width: 100%;
  max-height: 180px;
  min-height: 124px;
  aspect-ratio: 23/18;
  padding-top: min(24px, 10.4347826087%);
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: min(24px, 10.4347826087%);
  border: solid 1px #A6B9B8;
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.l-footer__item__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: "";
}
.l-footer__item__wrap .u-icon {
  margin-top: auto;
  margin-left: auto;
}
@media (any-hover:hover) {
  .l-footer__item__wrap:hover::before {
    opacity: 1;
  }
  .l-footer__item__wrap:hover .u-icon.-trick.-arrow::before {
    left: 50%;
  }
  .l-footer__item__wrap:hover .u-icon.-trick.-arrow::after {
    left: 200%;
  }
  .l-footer__item__wrap:hover .u-icon.-trick.-window::before {
    left: 50%;
  }
  .l-footer__item__wrap:hover .u-icon.-trick.-window::after {
    left: 200%;
  }
}
.l-footer__item__label {
  color: var(--color-font-white);
  font-size: 14px;
  font-weight: 500;
}
.l-footer__item.-row .l-footer__item__wrap {
  min-height: 60px;
  aspect-ratio: auto;
  padding: 8px 8px 8px 24px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
}
.l-footer__logo {
  max-width: 240px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__menu {
  display: flex;
  align-items: center;
  gap: min(40px, 2.7777777778vw);
}
.l-footer__menu__item > a {
  font: var(--font-note);
}
.l-footer__copyright {
  padding-top: 24px;
}
.l-footer__copyright__label {
  color: var(--color-font-graydark);
  font: var(--font-note);
  text-align: right;
}
@media screen and (max-width: 1160px) {
  .l-footer__head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-footer__body__inner {
    padding: 24px 0;
  }
  .l-footer__body__inner .l-footer__outer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-footer__body__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .l-footer__nav {
    margin-left: auto;
  }
  .l-footer__menu {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-footer__head__row.-col5 {
    flex-direction: column;
  }
  .l-footer__head__row.-col5 .l-footer__item {
    width: 100%;
  }
  .l-footer__body__inner {
    padding: 32px 0;
  }
  .l-footer__body__row {
    gap: 32px;
  }
  .l-footer__item__wrap {
    min-height: 60px;
    aspect-ratio: auto;
    padding-top: 8px;
    padding-left: 16px;
    align-items: center;
    flex-direction: row;
  }
  .l-footer__item__wrap::before {
    content: none;
  }
  .l-footer__item__wrap .u-icon {
    margin-top: auto;
    margin-left: auto;
  }
  .l-footer__item__wrap .u-icon.-trick.-arrow::before {
    content: none;
  }
  .l-footer__item__wrap .u-icon.-trick.-window::before {
    content: none;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .l-footer__item__wrap:hover .u-icon.-trick.-arrow::after {
    left: 50%;
  }
  .l-footer__item__wrap:hover .u-icon.-trick.-window::after {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__item.-row .l-footer__item__wrap {
    min-height: 65px;
    padding: 8px;
    flex-direction: column;
    gap: 0;
  }
  .l-footer__item.-row .l-footer__item__wrap .u-icon {
    display: none;
  }
  .l-footer__item.-row .l-footer__item__label {
    font-size: 12px;
    font-weight: 400;
  }
  .l-footer__item.-row > a[target=_blank] .l-footer__item__label::after {
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-left: 4px;
    background-image: url("../images/icon_window-w.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .l-footer__menu__item {
    width: calc(50% - 24px + 12px);
  }
  .l-footer__menu__item > a {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright__label {
    line-height: 2;
    text-align: center;
  }
}

.c-pnl__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: var(--radius-base);
  display: flex;
  overflow: hidden;
}
.c-pnl__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  content: "";
}
.c-pnl__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-pnl__img {
  border-radius: var(--radius-base);
  overflow: hidden;
}
.c-pnl__img figure {
  position: relative;
  padding-top: 66.4879%;
}
.c-pnl__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pnl__body {
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.c-pnl__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}
.c-pnl__company {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
.c-pnl__row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-pnl__type {
  padding-right: 60px;
  color: var(--color-font-graydark);
  font: var(--font-note);
}
.c-pnl__icon {
  opacity: 0;
}
@media (any-hover:hover) {
  .c-pnl .c-pnl__wrap::before {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-pnl .c-pnl__wrap .c-pnl__img img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-pnl .c-pnl__wrap .c-pnl__icon {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-pnl .c-pnl__wrap:hover::before {
    opacity: 0.5;
  }
  .c-pnl .c-pnl__wrap:hover .c-pnl__img img {
    transform: scale(1.05);
  }
  .c-pnl .c-pnl__wrap:hover .c-pnl__icon {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-pnl__body {
    padding: 16px 8px;
  }
  .c-pnl__row {
    display: block;
  }
  .c-pnl__type {
    padding-right: 0;
  }
  .c-pnl__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-pnl .c-pnl__wrap:hover::before {
    opacity: 1;
  }
  .c-pnl .c-pnl__wrap:hover .c-pnl__img img {
    transform: scale(1);
  }
}

.c-megamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 140px 40px 40px;
  background-color: var(--color-bg-light);
  border-radius: 0 0 var(--radius-base) var(--radius-base);
  display: none;
}
.c-megamenu__inner {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.c-megamenu__row {
  display: flex;
}
.c-megamenu__head {
  width: 240px;
}
.c-megamenu__body {
  width: calc(100% - 240px);
  padding-left: 8px;
}
.c-megamenu__body__row {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 8px;
}
.c-megamenu__body__row.-about {
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(0, 1fr);
}
.c-megamenu__body__row.-about .c-megamenu__item {
  height: 100%;
}
.c-megamenu__body__row.-about .c-megamenu__item__body {
  margin-top: 0;
  padding-top: 16px;
  padding-left: 16px;
}
.c-megamenu__index {
  height: 100%;
}
.c-megamenu__index__wrap {
  min-height: 280px;
  height: 100%;
  padding: 24px 8px 8px 24px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-megamenu__index .u-heading .u-heading__en {
  font-size: 30px;
  line-height: 1.2;
}
.c-megamenu__index .u-heading .u-heading__jp {
  margin-top: 8px;
  font-size: 16px;
}
.c-megamenu__index .u-icon__tricks {
  margin-left: auto;
}
@media (any-hover:hover) {
  .c-megamenu__index .c-megamenu__index__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
.c-megamenu__item__wrap {
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.c-megamenu__item__body {
  height: 100%;
  margin-top: 8px;
  padding-top: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-megamenu__item__img {
  border-radius: var(--radius-base);
  overflow: hidden;
}
.c-megamenu__item__img figure {
  position: relative;
  aspect-ratio: 2/1;
}
.c-megamenu__item__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-megamenu__item__title {
  margin-bottom: 16px;
  font-weight: 500;
}
.c-megamenu__item__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.c-megamenu__item__icon .u-icon__tricks {
  width: 30px;
  height: 30px;
}
.c-megamenu__item__icon .u-icon__tricks__inner {
  width: 84px;
  transform: translateX(-56px);
}
.c-megamenu__item__icon .u-icon__tricks .u-icon.-arrow {
  width: 28px;
  height: 28px;
}
.c-megamenu__item__icon .u-icon__tricks .u-icon.-arrow::after {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}
.c-megamenu__item__icon .u-icon__tricks .u-icon.-arrow.-bg-green {
  border-radius: 0;
}
@media (any-hover:hover) {
  .c-megamenu__item .c-megamenu__item__wrap .c-megamenu__item__img img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-megamenu__item .c-megamenu__item__wrap .c-megamenu__item__title {
    transition: color 0.2s ease-in-out;
  }
  .c-megamenu__item .c-megamenu__item__wrap:hover .c-megamenu__item__img img {
    transform: scale(1.05);
  }
  .c-megamenu__item .c-megamenu__item__wrap:hover .c-megamenu__item__title {
    color: var(--color-font-link);
  }
  .c-megamenu__item .c-megamenu__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
.c-megamenu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 42, 40, 0.6);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  .c-megamenu {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: block;
    overflow: hidden;
    transition-duration: 1s;
    transition-property: height;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-megamenu__inner {
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
  }
  .c-megamenu__row {
    padding: 8px;
    background-color: var(--color-bg-light);
    border-radius: var(--radius-base);
    flex-direction: column;
    gap: 8px;
  }
  .c-megamenu__head {
    width: 100%;
  }
  .c-megamenu__body {
    width: 100%;
    padding-left: 0;
  }
  .c-megamenu__body__row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .c-megamenu__body__row.-about .c-megamenu__item {
    height: auto;
  }
  .c-megamenu__body__row.-about .c-megamenu__item__body {
    padding-top: 8px;
    padding-left: 8px;
  }
  .c-megamenu__index__wrap {
    min-height: 60px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    flex-direction: row;
  }
  .c-megamenu__index .u-heading .u-heading__en {
    display: none;
  }
  .c-megamenu__index .u-heading .u-heading__jp {
    margin-top: 0;
    font-size: 16px;
    gap: 0;
  }
  .c-megamenu__index .u-heading .u-heading__jp__dot {
    display: none;
  }
  .c-megamenu__index .u-icon__tricks {
    width: 44px;
  }
  .c-megamenu__index .u-icon__tricks__inner {
    width: 44px;
    transform: translateX(0px);
  }
  .c-megamenu__index .u-icon__tricks__inner .u-icon.-arrow {
    width: 44px;
    height: 44px;
  }
  .c-megamenu__index .u-icon__tricks__inner .u-icon.-arrow::after {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
  .c-megamenu__index .u-icon__tricks__inner .u-icon.-arrow.-bg-green {
    display: none;
  }
}
@media screen and (max-width: 1160px) and (any-hover:hover) {
  .c-megamenu__index .c-megamenu__index__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1160px) {
  .c-megamenu__item {
    width: calc(50% - 8px + 4px);
  }
  .c-megamenu__item__wrap {
    height: 100%;
    padding: 8px;
    background-color: var(--color-bg-white);
    border-radius: var(--radius-base);
    display: flex;
    flex-direction: column;
  }
  .c-megamenu__item__body {
    margin-top: 0;
    padding-top: 8px;
    padding-left: 0;
  }
  .c-megamenu__item__img figure {
    aspect-ratio: 143/72;
  }
  .c-megamenu__item__title {
    font-size: 14px;
  }
  .c-megamenu__item__icon .u-icon__tricks__inner {
    width: 30px;
    transform: translateX(0px);
  }
  .c-megamenu__item__icon .u-icon__tricks .u-icon.-arrow.-bg-green:first-child {
    display: none;
  }
  .c-megamenu__item__icon .u-icon__tricks .u-icon.-arrow.-bg-green:last-child {
    border-radius: var(--radius-base);
    display: flex;
  }
}
@media screen and (max-width: 1160px) and (any-hover:hover) {
  .c-megamenu__item .c-megamenu__item__wrap:hover .c-megamenu__item__img img {
    transform: scale(1);
  }
  .c-megamenu__item .c-megamenu__item__wrap:hover .c-megamenu__item__title {
    color: var(--color-font-primary);
  }
  .c-megamenu__item .c-megamenu__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}

.is-megamenu-open .c-megamenu__overlay {
  opacity: 1;
  pointer-events: auto;
}

.c-breadcrumb {
  padding: 16px 24px;
  background-color: var(--color-bg-dark);
  border-bottom: solid 1px var(--color-border);
}
.c-breadcrumb__menu {
  max-width: var(--content-inner);
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-breadcrumb__item {
  color: var(--color-font-white);
  font-size: 10px;
}
.c-breadcrumb__item > a {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-en);
  font-weight: 500;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  position: relative;
  padding-left: 18px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
@media (any-hover:hover) {
  .c-breadcrumb__item > a:hover {
    color: var(--color-font-white);
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-breadcrumb__item > a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.c-news {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.c-news__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-news__item {
  width: 100%;
}
.c-news__item__wrap {
  position: relative;
  padding: 24px;
  border-radius: var(--radius-base);
  display: block;
  overflow: hidden;
}
.c-news__item__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  content: "";
}
.c-news__item__row {
  position: relative;
  display: flex;
}
.c-news__item__head {
  width: 84px;
  border-right: solid 1px var(--color-border);
  display: flex;
  align-items: center;
}
.c-news__item__body {
  width: calc(100% - 84px);
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.c-news__item__date {
  color: var(--color-font-desc);
  font: var(--font-stext);
  line-height: 2;
}
.c-news__item__date span {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}
.c-news__item__labels .u-label {
  min-width: 111px;
}
.c-news__item__title {
  margin-top: 8px;
  font: var(--font-base);
}
@media (any-hover:hover) {
  .c-news__item .c-news__item__wrap::before {
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-news__item .c-news__item__wrap .c-news__item__title {
    transition: color 0.2s ease-in-out;
  }
  .c-news__item .c-news__item__wrap .c-news__item__icon {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-news__item .c-news__item__wrap:hover::before {
    opacity: 0.5;
  }
  .c-news__item .c-news__item__wrap:hover .c-news__item__title {
    color: var(--color-font-link);
  }
  .c-news__item .c-news__item__wrap:hover .c-news__item__icon {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-news__item__wrap {
    padding: 16px;
    background-color: var(--color-bg-white);
  }
  .c-news__item__wrap::before {
    content: none;
  }
  .c-news__item__row {
    flex-direction: column;
  }
  .c-news__item__head {
    width: 100%;
    border-right: 0;
    display: block;
  }
  .c-news__item__body {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .c-news__item__date {
    width: 80px;
    display: inline-block;
    border-right: solid 1px var(--color-border);
  }
  .c-news__item__labels {
    position: absolute;
    top: 7px;
    left: 96px;
  }
  .c-news__item__title {
    margin-top: 16px;
    font-size: 14px;
  }
  .c-news__item__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-news__item .c-news__item__wrap:hover .c-news__item__title {
    color: var(--color-font-primary);
  }
}

.c-case {
  position: relative;
  padding: 0 8px;
  background-color: var(--color-bg-white);
  overflow: hidden;
}
.c-case__inner {
  padding: 120px 0;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
}
.c-case__content {
  position: relative;
}
.c-case__head {
  padding-right: 242px;
}
.c-case__body {
  margin-top: 56px;
  padding: 0 8px;
}
.c-case__btn {
  position: absolute;
  top: 34px;
  right: 0;
}
@media screen and (max-width: 1160px) {
  .c-case__inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-case__inner {
    padding: 40px 0;
  }
  .c-case__head {
    padding-right: 0;
  }
  .c-case__body {
    margin-top: 32px;
  }
  .c-case__btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-case__btn:hover {
    transform: scale(1);
  }
}

.p-page .c-case .u-heading .u-heading__en {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-page .c-case .u-heading .u-heading__en {
    font-size: 32px;
  }
}

.c-caseslider__slider__wrap {
  display: flex;
  align-items: stretch;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item {
  width: 27.0138888889vw;
  height: auto;
  opacity: 0.4;
  display: flex;
  align-items: flex-end;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item .c-pnl {
  width: 100%;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item .c-pnl__img figure {
  padding-top: 79.8927%;
  transition: padding 0.8s cubic-bezier(0.439, 0.007, 0.006, 1.007);
}
.c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-active {
  opacity: 1;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-active .c-pnl__img figure {
  padding-top: 79.8927%;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-prev, .c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-next {
  opacity: 1;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-prev .c-pnl__img figure, .c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-next .c-pnl__img figure {
  padding-top: 66.4879%;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item.swiper-slide-next + .c-caseslider__slider__item .c-pnl__img figure {
  padding-top: 49.8659%;
}
.c-caseslider__slider.swiper .c-caseslider__slider__item:has(+ .c-caseslider__slider__item.swiper-slide-prev) .c-pnl__img figure {
  padding-top: 49.8659%;
}
@media screen and (max-width: 1160px) {
  .c-caseslider__slider.swiper .c-caseslider__slider__item {
    width: 50.6510416667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-caseslider__slider.swiper .c-caseslider__slider__item {
    width: 74.6666666667vw;
  }
}

.c-product {
  padding: 80px 0 88px;
}
.c-product__body {
  margin-top: 56px;
}
.c-product__slider {
  padding: 8px;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.c-product__slider__pnl {
  height: auto;
}
.c-product__slider__pnl__wrap {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.c-product__slider__pnl__img {
  border-radius: var(--radius-base);
  overflow: hidden;
}
.c-product__slider__pnl__img figure {
  position: relative;
  aspect-ratio: 2/1;
}
.c-product__slider__pnl__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product__slider__pnl__body {
  padding-top: 24px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-product__slider__pnl__title {
  margin-bottom: 16px;
  color: var(--color-font-white);
  font-weight: 500;
}
.c-product__slider__pnl__title__en {
  font-family: var(--font-en);
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.c-product__slider__pnl__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover:hover) {
  .c-product__slider__pnl .c-product__slider__pnl__wrap .c-product__slider__pnl__img img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-product__slider__pnl .c-product__slider__pnl__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .c-product__slider__pnl .c-product__slider__pnl__wrap:hover .c-product__slider__pnl__img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .c-product {
    padding: 48px 0;
  }
  .c-product .l-wrapper__outer {
    padding: 0 8px;
  }
  .c-product__body {
    margin-top: 32px;
  }
  .c-product__slider__pnl__body {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-product__slider__pnl .c-product__slider__pnl__wrap:hover .c-product__slider__pnl__img img {
    transform: scale(1);
  }
}

.p-page .c-product .u-heading .u-heading__en {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-page .c-product .u-heading .u-heading__en {
    font-size: 32px;
  }
}

.c-contact {
  padding: 8px 0;
}
.c-contact__row {
  display: flex;
  gap: 8px;
}
.c-contact__item {
  width: calc(50% - 8px + 4px);
  padding: 40px;
  background-color: var(--color-bg-contact);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.c-contact__item__btn {
  max-width: 628px;
  width: 100%;
  margin-top: auto;
  margin-inline: auto;
}
.c-contact__item__btn__wrap {
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: block;
}
.c-contact__item__btn__row {
  display: flex;
  justify-content: space-between;
}
.c-contact__item__btn__body {
  padding-left: 16px;
}
.c-contact__item__btn__title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.c-contact__item__btn__title .u-pict__circle {
  flex-shrink: 0;
}
.c-contact__item__btn__title__label {
  font-size: 18px;
  font-weight: 500;
}
.c-contact__item__btn__title__label.-en {
  font-size: 30px;
  letter-spacing: 0.03em;
}
.c-contact__item__btn__text {
  font-size: 12px;
}
.c-contact__item__btn__note {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.c-contact__item__btn__note::before {
  position: absolute;
  left: 0;
  content: "※ ";
}
@media (any-hover:hover) {
  .c-contact__item__btn .c-contact__item__btn__wrap {
    transition: color 0.2s ease-in-out;
  }
  .c-contact__item__btn .c-contact__item__btn__wrap:hover {
    color: var(--color-font-link);
  }
  .c-contact__item__btn .c-contact__item__btn__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
.c-contact__item__summary {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--color-font-white);
  font-size: 14px;
  line-height: 2;
  text-align: center;
  font-feature-settings: "palt";
}
.c-contact__item.-tel .c-contact__item__btn__wrap {
  pointer-events: none;
}
.c-contact__item.-contact .c-contact__item__btn__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  .c-contact__row {
    flex-direction: column;
  }
  .c-contact__item {
    width: 100%;
  }
  .c-contact__item .u-heading.-font-s .u-heading__en {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__item {
    padding: 8px;
  }
  .c-contact__item__head {
    padding-top: 16px;
  }
  .c-contact__item__head .u-heading .u-heading__en {
    margin-bottom: 0;
    font-size: 32px;
  }
  .c-contact__item__btn__wrap {
    padding: 16px;
  }
  .c-contact__item__btn__row {
    flex-direction: column;
  }
  .c-contact__item__btn__body {
    padding-left: 0;
  }
  .c-contact__item__btn__title {
    gap: 16px;
  }
  .c-contact__item__btn__title__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-contact__item__btn .c-contact__item__btn__wrap:hover {
    color: var(--color-font-primary);
  }
}
@media screen and (max-width: 767px) {
  .c-contact__item.-tel .c-contact__item__btn__wrap {
    pointer-events: auto;
  }
  .c-contact__item.-tel .c-contact__item__btn__body {
    padding-left: 76px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__item.-contact .c-contact__item__btn__row {
    flex-direction: row;
  }
  .c-contact__item.-contact .u-icon__tricks__inner .u-icon.-bg-green:last-child {
    display: flex;
  }
}

.c-sb {
  width: calc(100% + 16px);
  margin-left: -8px;
  padding: 80px 0 120px;
  background-color: #CDDEDD;
}
.c-sb__head .u-heading .u-heading__en {
  font-size: 44px;
}
.c-sb__body {
  margin-top: 56px;
}
.c-sb__body__inner {
  padding: 8px;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.c-sb__body__row {
  display: flex;
  gap: 8px;
}
.c-sb__item {
  width: calc(50% - 8px + 4px);
}
.c-sb__item__wrap {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: block;
}
.c-sb__item__row {
  min-height: 185px;
  height: 100%;
  display: flex;
  gap: 8px;
}
.c-sb__item__img {
  position: relative;
  width: calc(50% - 8px + 4px);
  border-radius: var(--radius-base);
  overflow: hidden;
}
.c-sb__item__img__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-sb__item__txt {
  width: calc(50% - 8px + 4px);
  padding-top: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-sb__item__title {
  margin-bottom: 16px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
}
.c-sb__item__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.c-sb__item.engineering .c-sb__item__img__elem {
  background-image: url("../images/bnr_engineering.jpg");
}
.c-sb__item.water_environment .c-sb__item__img__elem {
  background-image: url("../images/bnr_water_environment.jpg");
}
.c-sb__item.fieldservice .c-sb__item__img__elem {
  background-image: url("../images/bnr_fieldservice.jpg");
}
@media (any-hover:hover) {
  .c-sb__item .c-sb__item__wrap .c-sb__item__img__elem {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-sb__item .c-sb__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .c-sb__item .c-sb__item__wrap:hover .c-sb__item__img__elem {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .c-sb {
    padding: 40px 0;
  }
  .c-sb__head .u-heading .u-heading__en {
    font-size: 32px;
  }
  .c-sb__body {
    margin-top: 24px;
  }
  .c-sb__body__row {
    flex-direction: column;
  }
  .c-sb__item {
    width: 100%;
  }
  .c-sb__item__row {
    min-height: auto;
    gap: 16px;
  }
  .c-sb__item__img {
    aspect-ratio: 1/1;
  }
  .c-sb__item__txt {
    padding-top: 8px;
    padding-left: 0;
  }
  .c-sb__item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .c-sb__item .c-sb__item__wrap:hover .c-sb__item__img__elem {
    transform: scale(1);
  }
}

.c-form__content {
  padding: min(64px, 6.1538461538%);
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.c-form__item + .c-form__item {
  margin-top: 24px;
}
.c-form__item__row {
  display: flex;
  align-items: center;
}
.c-form__item__row.-top {
  align-items: flex-start;
}
.c-form__item__row.-top .c-form__item__head {
  align-items: flex-start;
}
.c-form__item__head {
  width: 256px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-form__item__body {
  width: calc(100% - 256px);
}
.c-form__item__text {
  font-weight: 500;
}
.c-form__item__label {
  width: 40px;
  height: 27px;
  color: var(--color-font-desc);
  font-size: 12px;
  border: solid 1px var(--color-font-desc);
  border-radius: var(--radius-label);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form__item__label.-red {
  color: var(--color-font-red);
  border: solid 1px var(--color-font-red);
}
.c-form__item__note {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: var(--color-font-desc);
  font-size: 12px;
}
.c-form__item__note::before {
  position: absolute;
  left: 0;
  content: "※";
}
.c-form__item__note.-text {
  padding-left: 0;
}
.c-form__item__note.-text::before {
  content: "";
}
.c-form__item.-note .c-form__item__head {
  flex-wrap: wrap;
  gap: 8px;
}
.c-form__item.-note .c-form__item__head::before {
  width: 100%;
  height: 1.6em;
  font-size: 12px;
  content: "";
}
.c-form__item.-note .c-form__item__head .c-form__item__label {
  margin-right: 8px;
}
.c-form__item.c-form__item .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: var(--color-font-red);
  font-size: 12px;
  display: block;
}
.c-form__item.c-form__item .wpcf7-not-valid {
  background-color: rgba(224, 37, 37, 0.1);
}
.c-form__desc {
  margin-top: 48px;
}
.c-form__desc__body {
  margin-top: 24px;
  padding: 40px 24px 18px 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.c-form__desc__body__inner {
  height: 202px;
  padding-right: 40px;
  overflow-y: scroll;
}
.c-form__desc__body .p-article p:not([class]) {
  font-size: 14px;
}
.c-form__desc__body .p-article ul:not([class]) > li:not([class]),
.c-form__desc__body .p-article ol:not([class]) > li:not([class]) {
  font-size: 14px;
}
.c-form__consent {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.c-form__btns {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.c-form__btns .u-btn {
  width: 200px;
}
.c-form__btns .u-btn.-back {
  margin: 0;
}
.c-form__thanks {
  padding-top: 72px;
  padding-bottom: 48px;
}
.c-form__thanks__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.c-form__thanks p:not([class]) {
  margin-top: 40px;
  text-align: center;
}
.c-form__thanks__btn {
  margin-top: 120px;
}
.c-form .c-form__item__body .wpcf7-form-control-wrap {
  display: block;
}
.c-form .c-form__item__body .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 8px;
}
.c-form .u-radio .wpcf7-list-item {
  margin: 0;
}
.c-form .u-check .wpcf7-list-item > label {
  cursor: pointer;
}
.c-form .u-check .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}
.c-form .u-check .wpcf7-list-item .wpcf7-list-item-label::before, .c-form .u-check .wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  content: "";
}
.c-form .u-check .wpcf7-list-item .wpcf7-list-item-label::before {
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: 2px;
}
.c-form .u-check .wpcf7-list-item .wpcf7-list-item-label::after {
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: center center;
  opacity: 0;
}
.c-form .u-check .wpcf7-list-item .u-check__input:checked + .wpcf7-list-item-label::before {
  background-color: var(--color-bg-dark);
  border: solid 1px var(--color-bg-dark);
}
.c-form .u-check .wpcf7-list-item .u-check__input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-form .wpcf7-submit:disabled {
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: 40px 16px;
  }
  .c-form__item__row {
    flex-direction: column;
    gap: 8px;
  }
  .c-form__item__head {
    width: 100%;
  }
  .c-form__item__body {
    width: 100%;
  }
  .c-form__item.-note .c-form__item__head {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .c-form__item.-note .c-form__item__head::before {
    content: none;
  }
  .c-form__item.-note .c-form__item__head .c-form__item__label {
    margin-right: 0;
  }
  .c-form__desc__head {
    padding: 0 8px;
  }
  .c-form__desc__body {
    padding: 24px 16px;
  }
  .c-form__desc__body__inner {
    height: 212px;
    padding-right: 28px;
  }
  .c-form__consent {
    margin-top: 32px;
  }
  .c-form__btns {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
  .c-form__thanks {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-form__thanks__title {
    font-size: 22px;
  }
  .c-form__thanks__btn {
    margin-top: 32px;
  }
}

.c-card {
  height: 100%;
}
.c-card__wrap {
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.c-card__body {
  padding: 24px 24px 0;
  margin-bottom: 24px;
}
.c-card__title {
  font-size: 20px;
  font-weight: 500;
}
.c-card__summary {
  margin-top: 16px;
}
.c-card__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover:hover) {
  .c-card .c-card__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 16px 16px 0;
    margin-bottom: 16px;
  }
  .c-card__title {
    font-size: 18px;
  }
  .c-card__icon .u-icon__tricks .u-icon__tricks__inner .u-icon.-bg-green:last-child {
    display: flex;
  }
}
.c-relation {
  margin-top: 48px;
}
.c-relation__head {
  margin-bottom: 24px;
}
.c-relation__head .p-article__heading__l3 {
  margin-top: 0;
}
.c-relation__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-relation__row .p-solution__pnl {
  width: calc(25% - 8px + 2px);
}
.c-relation__row .p-solution__pnl figure:not([class]) {
  width: auto;
  margin: 0;
}
.c-relation__row .p-solution__pnl .p-solution__pnl__body {
  padding-right: 16px;
}
@media screen and (max-width: 1160px) {
  .c-relation__row .p-solution__pnl {
    width: calc(50% - 8px + 4px);
  }
}
@media screen and (max-width: 767px) {
  .c-relation__row .p-solution__pnl .p-solution__pnl__body {
    padding-right: 8px;
  }
}

.p-top__mv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/bg_mv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-top__mv__outer {
  width: 100%;
  padding: 32px;
}
.p-top__mv__inner {
  position: relative;
  max-width: 1160px;
  margin-inline: auto;
}
.p-top__mv__content {
  position: relative;
  display: flex;
  z-index: 1;
}
.p-top__mv__content__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top__mv__copy {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}
.p-top__mv__copy__label {
  position: relative;
  width: fit-content;
  padding: 8px 16px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt";
  display: block;
}
.p-top__mv__copy__label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  content: "";
}
.p-top__mv__copy__label > span {
  position: relative;
}
.p-top__mv__copy__label:nth-child(1) {
  transition-delay: 0s;
}
.p-top__mv__copy__label:nth-child(2) {
  transition-delay: 0.2s;
}
.p-top__mv__copy__label:nth-child(3) {
  transition-delay: 0.4s;
}
.p-top__mv__box {
  max-width: 352px;
  margin-left: auto;
  padding: 16px 8px 8px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
}
.p-top__mv__box__label {
  padding: 0 8px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
}
.p-top__mv__box__label span {
  font-size: 12px;
  display: block;
}
.p-top__mv__box__btn {
  margin-top: 16px;
}
.p-top__mv__box.-fade__l2r {
  transition-delay: 0.6s;
}
.p-top__mv__elem {
  position: absolute;
  top: 50%;
  right: 0;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  transform: translateY(-50%);
  mix-blend-mode: color-burn;
}
.p-top__mv__elem .donut {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-top__mv__elem .donut.-pc {
  opacity: 1;
}
.p-top__mv__elem .donut.-mpc {
  opacity: 0;
}
.p-top__mv__elem .donut.-sp {
  opacity: 0;
}
.p-top__mv__elem .donut__circle {
  fill: none;
  stroke: rgba(62, 250, 140, 0.4);
  stroke-width: 363px;
  stroke-linecap: butt;
  /* 円周長 = 2πr */
  stroke-dasharray: 2869;
  stroke-dashoffset: 2869;
  /* 開始位置を上に */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.p-top__mv__elem.js-indicate-start .donut__circle {
  animation: draw 1s ease-out forwards;
}
.p-top__mv__elem.js-indicate-start + .p-top__mv__video .p-top__mv__video__inner {
  opacity: 1;
  transition-delay: 1s;
}
.p-top__mv__elem.js-indicate-start + .p-top__mv__yt .p-top__mv__yt__inner {
  opacity: 1;
  transition-delay: 1s;
}
.p-top__mv__video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-top__mv__video__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.p-top__mv__video__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__mv__yt {
  position: absolute;
  top: 50%;
  right: 0;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-top__mv__yt__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.p-top__mv__yt__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__mv__yt__item iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 990px;
  height: 550px;
  /* ユーザーが操作できないようにする */
  pointer-events: none;
}
.p-top__mv.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 1160px) {
  .p-top__mv__outer {
    padding-right: 16px;
  }
  .p-top__mv__copy__label {
    font-size: 32px;
  }
  .p-top__mv__elem {
    width: 360px;
    height: 360px;
  }
  .p-top__mv__elem .donut.-pc {
    opacity: 0;
  }
  .p-top__mv__elem .donut.-mpc {
    opacity: 1;
  }
  .p-top__mv__elem .donut__circle {
    stroke-width: 200px;
    /* 円周長 = 2πr */
    stroke-dasharray: 1759;
    stroke-dashoffset: 1759;
  }
  .p-top__mv__elem.js-indicate-start .donut__circle {
    animation: draw 1s ease-out forwards;
  }
  .p-top__mv__elem.js-indicate-start + .p-top__mv__video .p-top__mv__video__inner {
    opacity: 1;
    transition-delay: 1s;
  }
  .p-top__mv__video {
    width: 360px;
    height: 360px;
  }
  .p-top__mv__yt {
    width: 360px;
    height: 360px;
  }
  .p-top__mv__yt__item iframe {
    width: 648px;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    height: 100vh;
    height: calc(var(--vh) * 100);
    align-items: flex-start;
  }
  .p-top__mv__bg {
    background-image: url("../images/top/bg_mv_sp.jpg");
    background-position: center bottom;
  }
  .p-top__mv__outer {
    height: 100%;
    padding: 95px 24px 24px;
  }
  .p-top__mv__inner {
    height: 100%;
  }
  .p-top__mv__content {
    height: 100%;
  }
  .p-top__mv__content__inner {
    width: 100%;
    justify-content: space-between;
    gap: 24px;
  }
  .p-top__mv__copy {
    align-items: flex-start;
  }
  .p-top__mv__copy__label {
    padding: 8px;
    font-size: 26px;
  }
  .p-top__mv__box {
    width: 100%;
    margin-right: auto;
  }
  .p-top__mv__box__label {
    font-size: 16px;
  }
  .p-top__mv__box__btn {
    margin-top: 8px;
  }
  .p-top__mv__box__btn .u-btn {
    min-height: 41px;
  }
  .p-top__mv__box__btn .u-btn .u-icon.-arrow {
    width: 30px;
    height: 30px;
  }
  .p-top__mv__box__btn .u-btn .u-icon.-arrow::after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .p-top__mv__box__btn .u-btn .u-btn__label {
    font-size: 12px;
  }
  .p-top__mv__elem {
    right: -24px;
    width: 250px;
    height: 250px;
  }
  .p-top__mv__elem .donut.-mpc {
    opacity: 0;
  }
  .p-top__mv__elem .donut.-sp {
    opacity: 1;
  }
  .p-top__mv__elem .donut__circle {
    stroke-width: 115px;
    /* 円周長 = 2πr */
    stroke-dasharray: 1147;
    stroke-dashoffset: 1147;
  }
  .p-top__mv__elem.js-indicate-start .donut__circle {
    animation: draw 1s ease-out forwards;
  }
  .p-top__mv__elem.js-indicate-start + .p-top__mv__video .p-top__mv__video__inner {
    opacity: 1;
    transition-delay: 1s;
  }
  .p-top__mv__elem.js-indicate-start + .p-top__mv__yt .p-top__mv__yt__inner {
    opacity: 1;
    transition-delay: 1s;
  }
  .p-top__mv__video {
    right: -24px;
    width: 250px;
    height: 250px;
  }
  .p-top__mv__yt {
    right: -24px;
    width: 250px;
    height: 250px;
  }
  .p-top__mv__yt__item iframe {
    width: 450px;
    height: 250px;
  }
}
.p-top__business {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base) var(--radius-base) 0 0;
  z-index: 1;
}
.p-top__business__body {
  margin-top: 56px;
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-top__business__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-top__business__item {
  width: calc(50% - 8px + 4px);
}
.p-top__business__item__wrap {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: var(--radius-base);
  display: block;
  overflow: hidden;
}
.p-top__business__item__content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.p-top__business__item__head {
  padding: 16px 32px 0;
}
.p-top__business__item__body {
  padding: 40px 8px 8px;
}
.p-top__business__item__heading {
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-top__business__item__heading .-en {
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.06em;
}
.p-top__business__item p:not([class]) {
  margin-top: 24px;
  color: var(--color-font-white);
}
.p-top__business__item__btn {
  display: flex;
  justify-content: flex-end;
}
.p-top__business__item__img {
  margin-top: 8px;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-top__business__item__img figure {
  position: relative;
  aspect-ratio: 17/7;
}
.p-top__business__item__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__business__item.-eng .p-top__business__item__wrap {
  background-image: url("../images/top/bg_business_eng.jpg");
}
.p-top__business__item.-solutions .p-top__business__item__wrap {
  background-image: url("../images/top/bg_business_solutions.jpg");
}
.p-top__business__item.-service .p-top__business__item__wrap {
  background-image: url("../images/top/bg_business_service.jpg");
}
.p-top__business__item.-full {
  width: 100%;
}
@media (any-hover:hover) {
  .p-top__business__item .p-top__business__item__wrap .p-top__business__item__img img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-top__business__item .p-top__business__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .p-top__business__item .p-top__business__item__wrap:hover .p-top__business__item__img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1160px) {
  .p-top__business {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__business {
    padding-bottom: 48px;
  }
  .p-top__business__body {
    margin-top: 32px;
  }
  .p-top__business__row {
    flex-direction: column;
  }
  .p-top__business__item {
    width: 100%;
  }
  .p-top__business__item__head {
    padding: 16px 16px 0;
  }
  .p-top__business__item__body {
    padding: 8px;
  }
  .p-top__business__item__heading {
    gap: 24px;
  }
  .p-top__business__item__heading .-en {
    font-size: 32px;
  }
  .p-top__business__item p:not([class]) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-top__business__item .p-top__business__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .p-top__business__item .p-top__business__item__wrap:hover .p-top__business__item__img img {
    transform: scale(1);
  }
}
.p-top__products {
  position: relative;
  padding: 8px;
}
.p-top__products__inner {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
.p-top__products__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.p-top__products__bg__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(12.6582278481% 8.3333333333% round 8px);
  transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-top__products__bg__elem__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-top__products__bg__elem__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__products__bg__elem__item.is-active {
  opacity: 1;
}
.p-top__products__container {
  position: relative;
  width: 100%;
  min-height: 692px;
  padding-top: 8px;
  padding-right: 8.8888888889vw;
  padding-bottom: 8px;
  padding-left: 8.8888888889vw;
}
@media screen and (min-width:1681px) {
  .p-top__products__container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.p-top__products__container__inner {
  height: 100%;
  padding: 8px;
  border: solid 1px var(--color-border-white);
  border-radius: var(--radius-base);
  display: flex;
}
@media screen and (min-width:1681px) {
  .p-top__products__container__inner {
    max-width: var(--content-inner);
    margin-inline: auto;
  }
}
.p-top__products__content {
  max-width: 596px;
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-top__products__title {
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.p-top__products__btn {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.p-top__products.is-animate .p-top__products__bg .p-top__products__bg__elem {
  clip-path: inset(0% 0% round 8px);
}
@media screen and (max-width: 1160px) {
  .p-top__products__container {
    min-height: auto;
    height: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-top__products__container__inner {
    flex-direction: column;
    justify-content: flex-end;
  }
  .p-top__products__content {
    max-width: 100%;
  }
  .p-top__products__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top__products {
    height: auto;
  }
  .p-top__products__inner {
    padding: 0;
  }
  .p-top__products__bg__elem {
    clip-path: none;
  }
  .p-top__products__bg__elem__item {
    filter: blur(20px);
    transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-top__products__content {
    margin-top: 335px;
    padding: 24px 16px;
  }
  .p-top__products__title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.6;
  }
  .p-top__products__btn {
    margin-top: 24px;
  }
  .p-top__products.is-animate .p-top__products__bg__elem__item {
    filter: blur(0px);
  }
}
.p-top__links {
  margin-top: 120px;
}
.p-top__links__content {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-top__links__row {
  display: flex;
  gap: 8px;
}
.p-top__links__item {
  width: calc(50% - 8px + 4px);
}
.p-top__links__item__wrap {
  padding: 8px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: block;
}
.p-top__links__item__row {
  display: flex;
  justify-content: space-between;
}
.p-top__links__item__img {
  width: 52.7531083481%;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-top__links__item__img figure {
  position: relative;
  aspect-ratio: 1/1;
}
.p-top__links__item__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__links__item__body {
  width: 46.0035523979%;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top__links__item__body .u-heading {
  margin-bottom: 24px;
}
.p-top__links__item__btn {
  display: flex;
  justify-content: flex-end;
}
@media (any-hover:hover) {
  .p-top__links__item .p-top__links__item__wrap .p-top__links__item__img img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-top__links__item .p-top__links__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .p-top__links__item .p-top__links__item__wrap:hover .p-top__links__item__img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1160px) {
  .p-top__links {
    margin-top: 80px;
  }
  .p-top__links__content {
    max-width: 528px;
    margin-inline: auto;
  }
  .p-top__links__row {
    flex-direction: column;
  }
  .p-top__links__item {
    width: 100%;
  }
  .p-top__links__item__row {
    gap: 16px;
  }
  .p-top__links__item__img {
    width: calc(50% - 16px + 8px);
  }
  .p-top__links__item__body {
    width: calc(50% - 16px + 8px);
    padding-top: 8px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__links {
    margin-top: 40px;
  }
}
.p-top__news {
  width: calc(100% - 16px);
  margin-top: 120px;
  margin-bottom: 8px;
  margin-inline: auto;
  padding: 120px 0;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
}
.p-top__news__row {
  position: relative;
  display: flex;
}
.p-top__news__head {
  width: 33.5304054054vw;
  padding-bottom: 100px;
}
.p-top__news__body {
  width: 66.4695945946vw;
}
.p-top__news__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1160px) {
  .p-top__news {
    margin-top: 80px;
    padding: 80px 0;
  }
  .p-top__news .l-wrapper__outer {
    padding: 0 8px;
  }
  .p-top__news__row {
    flex-direction: column;
  }
  .p-top__news__head {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
  }
  .p-top__news__body {
    width: 100%;
    margin-top: 40px;
  }
  .p-top__news__btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news {
    margin-top: 48px;
    padding: 40px 0;
  }
  .p-top__news__body {
    margin-top: 32px;
  }
}

.p-page .l-header__outer {
  padding-bottom: 8px;
  background-color: var(--color-bg-light);
}
.p-page .l-header__outer::before {
  height: 100%;
}
.p-page .l-header.is-blur + .l-container {
  padding-top: 84px;
}
.p-page .l-container {
  padding-top: 100px;
  background-color: var(--color-bg-light);
}
.p-page__head {
  padding: 0 8px;
  overflow: hidden;
}
.p-page__head__content {
  position: relative;
  min-height: 320px;
  background-color: var(--color-bg-primary);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  border-radius: var(--radius-base);
  display: flex;
  overflow: hidden;
}
.p-page__head__outer {
  width: 100%;
  padding: 0 40px;
}
.p-page__head__inner {
  max-width: var(--content-wide);
  height: 100%;
  margin-inline: auto;
}
.p-page__head__txt {
  height: 100%;
  display: flex;
  align-items: center;
}
.p-page__head__txt__row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-page__head__txt__date {
  color: var(--color-font-desc);
  font-size: 14px;
  line-height: 2;
}
.p-page__head__title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-page__head__donut {
  position: absolute;
  top: 50%;
  right: -42px;
  width: 596px;
  height: 596px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-page__head__donut__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-page__head__donut__svg__circle {
  stroke: #00643D;
  stroke-opacity: 0.08; /* 8% */
  stroke-width: 170; /* ドーナツの太さ */
  /* 円周長 */
  stroke-dasharray: 1338;
  stroke-dashoffset: 1338;
  /* 上からスタート */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: drawCircle 2s ease-out forwards;
}
.p-page__head__donut__svg__circle.-sp {
  display: none;
}
.p-page__head__donut.js-indicate-start .p-page__head__donut__svg__circle {
  animation: draw 1s ease-out forwards;
}
.p-page__intro {
  padding: 8px;
}
.p-page__intro__outer {
  padding: 80px;
}
.p-page__body {
  margin-top: 120px;
  padding-bottom: 128px;
}
.p-page .c-case {
  padding: 0;
  background-color: transparent;
}
.p-page .c-case .c-case__inner {
  padding: 80px 0;
}
@media screen and (max-width: 1160px) {
  .p-page__intro__outer {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-page .l-header.is-blur + .l-container {
    padding-top: 63px;
  }
  .p-page .l-container {
    padding-top: 63px;
  }
  .p-page__head__content {
    min-height: 206px;
  }
  .p-page__head__outer {
    padding: 0 16px;
  }
  .p-page__head__txt__row {
    margin-bottom: 8px;
  }
  .p-page__head__title {
    font-size: 26px;
  }
  .p-page__head__donut {
    right: -93px;
    width: 280px;
    height: 280px;
  }
  .p-page__head__donut__svg__circle {
    stroke-width: 80;
    stroke-dasharray: 628.32;
    stroke-dashoffset: 628.32;
  }
  .p-page__head__donut__svg__circle.-pc {
    display: none;
  }
  .p-page__head__donut__svg__circle.-sp {
    display: block;
  }
  .p-page__body {
    margin-top: 40px;
    padding-bottom: 48px;
  }
  .p-page .c-case .c-case__inner {
    padding: 48px 0;
  }
}
.p-page__detail .p-page__body {
  margin-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
}
.p-page__detail__intro__content {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-page__detail__intro__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 8px;
}
.p-page__detail__intro__item {
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-page__detail__intro__item p:not([class]) {
  margin-top: 24px;
}
.p-page__detail__intro__item > *:first-child {
  margin-top: 0 !important;
}
.p-page__detail__intro__img {
  min-height: 537px;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-page__detail__intro__img figure {
  position: relative;
  height: 100%;
}
.p-page__detail__intro__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page__detail__intro__title {
  font-size: 24px;
  font-weight: 500;
}
.p-page__detail__content {
  padding-bottom: 8px;
}
.p-page__detail__block {
  padding: 80px;
  border-radius: var(--radius-base);
}
.p-page__detail__block__inner {
  max-width: var(--content-wide);
  margin: auto;
}
.p-page__detail__block__row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-page__detail__block__side {
  position: sticky;
  top: 124px;
  width: 286px;
  height: fit-content;
  flex-shrink: 0;
}
.p-page__detail__block__side .u-heading .u-heading__jp .u-heading__jp__dot {
  flex-shrink: 0;
}
.p-page__detail__block__main {
  width: 74.2088607595%;
}
.p-page__detail__block__main figure:not([class]) {
  width: auto;
}
.p-page__detail__block__main .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
.p-page__detail__block:nth-child(odd) {
  background-color: var(--color-bg-white);
}
.p-page__detail__block:nth-child(even) .u-btn {
  background-color: var(--color-bg-white);
}
@media screen and (max-width: 1160px) {
  .p-page__detail__intro__item {
    padding: 40px 16px;
  }
  .p-page__detail__intro__item .u-heading.-font-s .u-heading__en {
    font-size: 32px;
  }
  .p-page__detail__intro__item .u-heading.-font-s .u-heading__jp {
    margin-top: 16px;
  }
  .p-page__detail__block {
    padding: 40px 16px;
  }
  .p-page__detail__block__main .p-article__row {
    flex-direction: column;
  }
  .p-page__detail__block__main .p-article__col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-page__detail__intro__row {
    display: flex;
    flex-direction: column;
  }
  .p-page__detail__intro__item {
    width: 100%;
    order: 2;
  }
  .p-page__detail__intro__item .u-heading {
    margin-bottom: 32px;
  }
  .p-page__detail__intro__item p:not([class]) {
    margin-top: 16px;
  }
  .p-page__detail__intro__img {
    width: 100%;
    min-height: auto;
    order: 1;
  }
  .p-page__detail__intro__img figure {
    aspect-ratio: 1/1;
  }
  .p-page__detail__intro__title {
    font-size: 22px;
  }
  .p-page__detail__block__row {
    flex-direction: column;
    gap: 32px;
  }
  .p-page__detail__block__side {
    position: static;
    top: auto;
    width: 100%;
    height: auto;
  }
  .p-page__detail__block__main {
    width: 100%;
  }
  .p-page__detail__block__main.p-article figure:not([class]) {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .p-page__detail__block__main.p-article .p-article__row {
    gap: 8px;
  }
}
.p-page__base .p-page__intro .p-page__intro__outer {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-page__base .p-page__intro__block {
  padding: 8px;
  background-color: var(--color-bg-light);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-page__base .p-page__intro__block__inner {
  padding: 80px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-page__base .p-page__intro__block__inner > *:first-child {
  margin-top: 0 !important;
}
.p-page__base .p-page__intro__block__summary {
  font-size: 18px;
}
.p-page__base .p-page__intro__block__summary + .p-page__intro__block__summary {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-page__base .p-page__intro__block__inner {
    padding: 40px 16px;
  }
  .p-page__base .p-page__intro__block__summary {
    font-size: 16px;
  }
}

.p-business__index .p-page__head__content {
  background-image: url("../images/business/bg_pagehead.png");
}
@media screen and (max-width: 767px) {
  .p-business__index .p-page__head__content {
    background-image: url("../images/business/bg_pagehead_sp.png");
  }
}
.p-business__index .p-page__intro__outer {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-business__intro {
  padding: 8px;
  background-color: var(--color-bg-light);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-business__intro__inner {
  padding: 80px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-business__intro__summary {
  font-size: 18px;
}
.p-business__intro__summary + .p-business__intro__summary {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-business__intro__inner {
    padding: 40px 16px;
  }
  .p-business__intro__summary {
    font-size: 16px;
  }
}
.p-business__content {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-business__content {
    padding-bottom: 0;
  }
}
.p-business__item {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-business__item + .p-business__item {
  margin-top: 80px;
}
.p-business__item__row {
  min-height: 464px;
  display: flex;
  gap: 8px;
}
.p-business__item__head {
  width: calc(50% - 8px + 4px);
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-business__item__head figure {
  position: relative;
  height: 100%;
}
.p-business__item__head figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-business__item__body {
  width: calc(50% - 8px + 4px);
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.p-business__item__body .u-heading {
  margin-bottom: 56px;
}
.p-business__item__body .u-heading .u-heading__en {
  font-size: 44px;
}
.p-business__item__body p:not([class]) {
  margin-bottom: 24px;
}
.p-business__item__btn {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover:hover) {
  .p-business__item.is-hover:hover .p-business__item__head img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-business__item + .p-business__item {
    margin-top: 8px;
  }
  .p-business__item__row {
    min-height: auto;
    flex-direction: column;
  }
  .p-business__item__head {
    width: 100%;
  }
  .p-business__item__head figure {
    aspect-ratio: 327/262;
  }
  .p-business__item__body {
    width: 100%;
    padding: 40px 16px;
  }
  .p-business__item__body .u-heading {
    margin-bottom: 32px;
  }
  .p-business__item__body .u-heading .u-heading__en {
    font-size: 32px;
  }
  .p-business__item__body p:not([class]) {
    margin-bottom: 32px;
  }
  .p-business__item__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-business__item.is-hover:hover .p-business__item__head img {
    transform: scale(1);
  }
}
.p-business__detail .p-page__detail__intro__item .p-page__detail__intro__title {
  margin-top: 56px;
}
.p-business__detail .p-page__detail__block__main .p-article__btn {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-business__detail .p-page__detail__intro__item .p-page__detail__intro__title {
    margin-top: 0;
  }
  .p-business__detail .p-article__table table:not([class]) {
    width: 100%;
  }
  .p-business__detail .p-article__table table:not([class]) thead th:first-child {
    width: 40%;
  }
  .p-business__detail .p-article__table table:not([class]) tbody th {
    width: 40%;
  }
}

.p-case__index .p-page__head__content {
  background-image: url("../images/case/bg_pagehead.png");
}
@media screen and (max-width: 767px) {
  .p-case__index .p-page__head__content {
    background-image: url("../images/case/bg_pagehead_sp.png");
  }
}
.p-case__index .p-page__intro__outer {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-case__filter__body__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-case__filter__body .c-pnl {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
}
.p-case__filter__box {
  padding: 8px;
  background-color: var(--color-bg-light);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-case__filter__box__outer {
  padding: 8px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-case__filter__box__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-case__filter__box__item {
  width: 100%;
  padding: 41.5px 39px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
}
.p-case__filter__box__item__row {
  display: flex;
  justify-content: space-between;
}
.p-case__filter__box__item__head {
  width: 32.8993055556%;
  flex-shrink: 0;
}
.p-case__filter__box__item__body {
  width: 66.40625%;
}
.p-case__filter__box__item__body__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-case__filter__box__item__body__item {
  width: calc(25% - 8px + 2px);
}
.p-case__filter__box__item:nth-child(3) .p-case__filter__box__item__body__item {
  width: 100%;
}
.p-case__filter__btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-case__filter__more {
  margin-top: 80px;
}
.p-case__filter__more .u-btn {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case__filter__body__row {
    flex-direction: column;
  }
  .p-case__filter__body .c-pnl {
    width: 100%;
  }
  .p-case__filter__box__item {
    padding: 24px;
  }
  .p-case__filter__box__item__row {
    flex-direction: column;
    gap: 24px;
  }
  .p-case__filter__box__item__head {
    width: 100%;
  }
  .p-case__filter__box__item__body {
    width: 100%;
  }
  .p-case__filter__box__item__body__row {
    gap: 16px 8px;
  }
  .p-case__filter__box__item__body__item {
    width: calc(50% - 8px + 4px);
  }
  .p-case__filter__btns {
    margin-top: 32px;
  }
  .p-case__filter__more {
    margin-top: 32px;
  }
}
.p-case__detail__head {
  padding: 0 8px;
}
.p-case__detail__head__row {
  display: flex;
  justify-content: space-between;
}
.p-case__detail__head__txt {
  width: 62.2893258427%;
  padding: min(64px, 4.4444444444vw) min(80px, 5.5555555556vw);
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
}
.p-case__detail__head__txt__inner {
  width: 100%;
}
.p-case__detail__head__img {
  position: relative;
  width: 37.1488764045%;
  min-height: 470px;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-case__detail__head__img figure {
  position: relative;
  height: 100%;
}
.p-case__detail__head__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-case__detail__head__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.p-case__detail__head__tags .u-label {
  min-height: 38px;
  border: solid 1px var(--color-border);
}
.p-case__detail__head__tags .u-label.-child {
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-bg-white);
}
.p-case__detail__head__title {
  margin-top: 16px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-case__detail__head__guest {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
}
.p-case__detail__head p:not([class]) {
  margin-top: min(80px, 5.5555555556vw);
}
.p-case__detail__body {
  padding: 0 8px;
}
.p-case__detail__intro {
  padding: 80px 0;
  background-color: var(--color-bg-light);
}
.p-case__detail__intro__content {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-case__detail__intro__row {
  display: flex;
  gap: 40px;
}
.p-case__detail__intro__item {
  width: calc(50% - 40px + 20px);
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-case__detail__intro__item + .p-case__detail__intro__item {
  position: relative;
}
.p-case__detail__intro__item + .p-case__detail__intro__item::before {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 16px;
  height: 26px;
  background-image: url("../images/icon_step.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  transform: translateY(-50%);
  content: "";
}
.p-case__detail__intro__item__body {
  padding-top: 24px;
}
.p-case__detail__intro__item__title {
  padding-bottom: 24px;
  border-bottom: solid 1px var(--color-border);
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-case__detail__intro__item__title .u-pict__circle {
  flex-shrink: 0;
}
.p-case__detail__intro__item__title__label {
  font-size: 24px;
  font-weight: 500;
}
.p-case__detail__topic {
  padding: 120px 0;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-case__detail__topic__content {
  padding: 0 40px;
}
.p-case__detail__topic__item + .p-case__detail__topic__item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px var(--color-border);
}
.p-case__detail__topic__item__row {
  display: flex;
}
.p-case__detail__topic__item__head {
  width: 25.7911392405%;
}
.p-case__detail__topic__item__body {
  width: 74.2088607595%;
}
@media screen and (max-width: 767px) {
  .p-case__detail__head__row {
    flex-direction: column;
    gap: 8px;
  }
  .p-case__detail__head__txt {
    width: 100%;
    padding: 40px 16px;
    order: 2;
  }
  .p-case__detail__head__img {
    width: 100%;
    min-height: auto;
    order: 1;
  }
  .p-case__detail__head__img figure {
    aspect-ratio: 359/320;
  }
  .p-case__detail__head__title {
    font-size: 26px;
  }
  .p-case__detail__head__guest {
    margin-top: 16px;
    font-size: 18px;
  }
  .p-case__detail__head p:not([class]) {
    margin-top: 24px;
  }
  .p-case__detail__intro {
    padding: 40px 0;
  }
  .p-case__detail__intro__row {
    flex-direction: column;
    gap: 32px;
  }
  .p-case__detail__intro__item {
    width: 100%;
    padding: 16px 16px 24px;
  }
  .p-case__detail__intro__item + .p-case__detail__intro__item::before {
    top: -27px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .p-case__detail__intro__item__title {
    padding-bottom: 16px;
  }
  .p-case__detail__intro__item__title__label {
    font-size: 22px;
  }
  .p-case__detail__topic {
    padding: 40px 0;
  }
  .p-case__detail__topic__content {
    padding: 0 16px;
  }
  .p-case__detail__topic__item + .p-case__detail__topic__item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .p-case__detail__topic__item__row {
    flex-direction: column;
    gap: 32px;
  }
  .p-case__detail__topic__item__head {
    width: 100%;
  }
  .p-case__detail__topic__item__body {
    width: 100%;
  }
}

.p-solution__index .p-page__head__content {
  background-image: url("../images/solution/bg_pagehead.png");
}
.p-solution__index .p-page__body {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1160px) {
  .p-solution__index .p-page__body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__index .p-page__head__content {
    background-image: url("../images/solution/bg_pagehead_sp.png");
  }
}
.p-solution__row {
  display: flex;
}
.p-solution__head {
  position: sticky;
  top: 124px;
  width: 296px;
  height: fit-content;
}
.p-solution__body {
  width: calc(100% - 296px);
}
.p-solution__menu__item + .p-solution__menu__item {
  margin-top: 16px;
}
.p-solution__menu__item__wrap {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-base);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-solution__menu__item.is-current .p-solution__menu__item__wrap {
  color: var(--color-font-white);
  background-color: var(--color-bg-dark);
}
@media (any-hover:hover) {
  .p-solution__menu__item .p-solution__menu__item__wrap:hover {
    color: var(--color-font-white);
    background-color: var(--color-bg-dark);
  }
}
.p-solution__block {
  padding: 8px;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-solution__block + .p-solution__block {
  margin-top: 80px;
}
.p-solution__block__head {
  min-height: 110px;
  padding: 24px;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
}
.p-solution__block__body {
  margin-top: 8px;
  border-radius: var(--radius-base);
}
.p-solution__block__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-solution__pnl {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
}
.p-solution__pnl__wrap {
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.p-solution__pnl__head {
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-solution__pnl__head figure {
  position: relative;
  aspect-ratio: 2/1;
}
.p-solution__pnl__head figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-solution__pnl__body {
  padding-top: 16px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-solution__pnl__title {
  margin-bottom: 8px;
}
.p-solution__pnl__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-solution__pnl__icon .u-icon__tricks.-s .u-icon__tricks__inner .u-icon.-window::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_window-w.svg");
  background-size: 12px auto;
}
@media (any-hover:hover) {
  .p-solution__pnl .p-solution__pnl__wrap .p-solution__pnl__head img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-solution__pnl .p-solution__pnl__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .p-solution__pnl .p-solution__pnl__wrap:hover .p-solution__pnl__head img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1160px) {
  .p-solution__head {
    width: 200px;
  }
  .p-solution__body {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__row {
    flex-direction: column;
    gap: 8px;
  }
  .p-solution__head {
    position: static;
    top: auto;
    width: 100%;
    height: auto;
    padding: 8px;
    background-color: var(--color-bg-white);
    border: solid 1px var(--color-border);
    border-radius: var(--radius-base);
  }
  .p-solution__body {
    width: 100%;
  }
  .p-solution__menu {
    padding: 8px;
    background-color: var(--color-bg-light);
    border-radius: var(--radius-base);
    display: flex;
    gap: 8px;
  }
  .p-solution__menu__item {
    width: calc(33.3333333333% - 8px + 2.6666666667px);
  }
  .p-solution__menu__item + .p-solution__menu__item {
    margin-top: 0;
  }
  .p-solution__menu__item__wrap {
    width: 100%;
    height: 100%;
    min-height: 54px;
    padding: 8px;
    background-color: var(--color-bg-white);
    border: solid 1px var(--color-border);
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  .p-solution__menu__item__wrap::after {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_anchor_arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    content: "";
  }
  .p-solution__menu__item.is-current .p-solution__menu__item__wrap {
    color: var(--color-font-primary);
    background-color: var(--color-bg-white);
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-solution__menu__item .p-solution__menu__item__wrap:hover {
    color: var(--color-font-primary);
    background-color: var(--color-bg-white);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__block + .p-solution__block {
    margin-top: 8px;
  }
  .p-solution__block__head {
    min-height: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__pnl {
    width: calc(50% - 8px + 4px);
  }
  .p-solution__pnl__head figure {
    aspect-ratio: 143/72;
  }
  .p-solution__pnl__body {
    padding-top: 8px;
    padding-left: 8px;
  }
  .p-solution__pnl__title {
    font-size: 14px;
  }
  .p-solution__pnl__icon .u-icon__tricks .u-icon__tricks__inner .u-icon.-bg-green:last-child {
    display: flex;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-solution__pnl .p-solution__pnl__wrap:hover .p-solution__pnl__head img {
    transform: scale(1);
  }
}
.p-article > *:first-child {
  margin-top: 0 !important;
}
.p-article h2:not([class]), .p-article__heading__l2 {
  position: relative;
  margin-top: 80px;
  padding-left: 32px;
  font-size: 28px;
  font-weight: 500;
}
.p-article h2:not([class])::before, .p-article h2:not([class])::after, .p-article__heading__l2::before, .p-article__heading__l2::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.p-article h2:not([class])::before, .p-article__heading__l2::before {
  top: 18px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--color-bg-oji-green);
}
.p-article h2:not([class])::after, .p-article__heading__l2::after {
  top: 23px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-white);
}
.p-article h2:not([class]) + h6:not([class]), .p-article h2:not([class]) + .p-article__heading__l6, .p-article__heading__l2 + h6:not([class]), .p-article__heading__l2 + .p-article__heading__l6 {
  margin-top: 48px;
}
.p-article h2:not([class]) + p:not([class]), .p-article h2:not([class]) + p.has-text-align-center, .p-article h2:not([class]) + ul:not([class]), .p-article h2:not([class]) + ol:not([class]), .p-article h2:not([class]) + dl:not([class]), .p-article h2:not([class]) + .p-article__def, .p-article__heading__l2 + p:not([class]), .p-article__heading__l2 + p.has-text-align-center, .p-article__heading__l2 + ul:not([class]), .p-article__heading__l2 + ol:not([class]), .p-article__heading__l2 + dl:not([class]), .p-article__heading__l2 + .p-article__def {
  margin-top: 48px;
}
.p-article h2:not([class]) + .p-article__note, .p-article__heading__l2 + .p-article__note {
  margin-top: 24px;
}
.p-article h2:not([class]) + figure:not([class]), .p-article h2:not([class]) + .p-article__copy, .p-article h2:not([class]) + .p-article__txt2img, .p-article h2:not([class]) + .p-article__row, .p-article h2:not([class]) + .p-article__card, .p-article h2:not([class]) + .p-article__btn, .p-article h2:not([class]) + .p-article__table, .p-article h2:not([class]) + .p-article__box, .p-article h2:not([class]) + .p-article__border, .p-article h2:not([class]) + .p-article__hub, .p-article h2:not([class]) + .p-solution__block__row, .p-article__heading__l2 + figure:not([class]), .p-article__heading__l2 + .p-article__copy, .p-article__heading__l2 + .p-article__txt2img, .p-article__heading__l2 + .p-article__row, .p-article__heading__l2 + .p-article__card, .p-article__heading__l2 + .p-article__btn, .p-article__heading__l2 + .p-article__table, .p-article__heading__l2 + .p-article__box, .p-article__heading__l2 + .p-article__border, .p-article__heading__l2 + .p-article__hub, .p-article__heading__l2 + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article h2:not([class]), .p-article__heading__l2 {
    margin-top: 56px;
    padding-left: 24px;
    font-size: 24px;
  }
  .p-article h2:not([class])::before, .p-article__heading__l2::before {
    top: 12px;
  }
  .p-article h2:not([class])::after, .p-article__heading__l2::after {
    top: 17px;
  }
  .p-article h2:not([class]) + h6:not([class]), .p-article h2:not([class]) + .p-article__heading__l6, .p-article__heading__l2 + h6:not([class]), .p-article__heading__l2 + .p-article__heading__l6 {
    margin-top: 40px;
  }
  .p-article h2:not([class]) + p:not([class]), .p-article h2:not([class]) + p.has-text-align-center, .p-article h2:not([class]) + ul:not([class]), .p-article h2:not([class]) + ol:not([class]), .p-article h2:not([class]) + dl:not([class]), .p-article h2:not([class]) + .p-article__def, .p-article__heading__l2 + p:not([class]), .p-article__heading__l2 + p.has-text-align-center, .p-article__heading__l2 + ul:not([class]), .p-article__heading__l2 + ol:not([class]), .p-article__heading__l2 + dl:not([class]), .p-article__heading__l2 + .p-article__def {
    margin-top: 40px;
  }
  .p-article h2:not([class]) + figure:not([class]), .p-article h2:not([class]) + .p-article__copy, .p-article h2:not([class]) + .p-article__txt2img, .p-article h2:not([class]) + .p-article__row, .p-article h2:not([class]) + .p-article__card, .p-article h2:not([class]) + .p-article__btn, .p-article h2:not([class]) + .p-article__table, .p-article h2:not([class]) + .p-article__box, .p-article h2:not([class]) + .p-article__border, .p-article h2:not([class]) + .p-article__hub, .p-article h2:not([class]) + .p-solution__block__row, .p-article__heading__l2 + figure:not([class]), .p-article__heading__l2 + .p-article__copy, .p-article__heading__l2 + .p-article__txt2img, .p-article__heading__l2 + .p-article__row, .p-article__heading__l2 + .p-article__card, .p-article__heading__l2 + .p-article__btn, .p-article__heading__l2 + .p-article__table, .p-article__heading__l2 + .p-article__box, .p-article__heading__l2 + .p-article__border, .p-article__heading__l2 + .p-article__hub, .p-article__heading__l2 + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article h3:not([class]), .p-article__heading__l3 {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 500;
}
.p-article h3:not([class]) + h6:not([class]), .p-article h3:not([class]) + .p-article__heading__l6, .p-article__heading__l3 + h6:not([class]), .p-article__heading__l3 + .p-article__heading__l6 {
  margin-top: 32px;
}
.p-article h3:not([class]) + p:not([class]), .p-article h3:not([class]) + p.has-text-align-center, .p-article h3:not([class]) + ul:not([class]), .p-article h3:not([class]) + ol:not([class]), .p-article h3:not([class]) + dl:not([class]), .p-article h3:not([class]) + .p-article__def, .p-article h3:not([class]) + .p-article__note, .p-article__heading__l3 + p:not([class]), .p-article__heading__l3 + p.has-text-align-center, .p-article__heading__l3 + ul:not([class]), .p-article__heading__l3 + ol:not([class]), .p-article__heading__l3 + dl:not([class]), .p-article__heading__l3 + .p-article__def, .p-article__heading__l3 + .p-article__note {
  margin-top: 24px;
}
.p-article h3:not([class]) + figure:not([class]), .p-article h3:not([class]) + .p-article__copy, .p-article h3:not([class]) + .p-article__txt2img, .p-article h3:not([class]) + .p-article__row, .p-article h3:not([class]) + .p-article__card, .p-article h3:not([class]) + .p-article__btn, .p-article h3:not([class]) + .p-article__table, .p-article h3:not([class]) + .p-article__box, .p-article h3:not([class]) + .p-article__border, .p-article h3:not([class]) + .p-article__hub, .p-article h3:not([class]) + .p-solution__block__row, .p-article__heading__l3 + figure:not([class]), .p-article__heading__l3 + .p-article__copy, .p-article__heading__l3 + .p-article__txt2img, .p-article__heading__l3 + .p-article__row, .p-article__heading__l3 + .p-article__card, .p-article__heading__l3 + .p-article__btn, .p-article__heading__l3 + .p-article__table, .p-article__heading__l3 + .p-article__box, .p-article__heading__l3 + .p-article__border, .p-article__heading__l3 + .p-article__hub, .p-article__heading__l3 + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article h3:not([class]), .p-article__heading__l3 {
    margin-top: 40px;
    font-size: 22px;
  }
  .p-article h3:not([class]) + figure:not([class]), .p-article h3:not([class]) + .p-article__copy, .p-article h3:not([class]) + .p-article__txt2img, .p-article h3:not([class]) + .p-article__row, .p-article h3:not([class]) + .p-article__card, .p-article h3:not([class]) + .p-article__btn, .p-article h3:not([class]) + .p-article__table, .p-article h3:not([class]) + .p-article__box, .p-article h3:not([class]) + .p-article__border, .p-article h3:not([class]) + .p-article__hub, .p-article h3:not([class]) + .p-solution__block__row, .p-article__heading__l3 + figure:not([class]), .p-article__heading__l3 + .p-article__copy, .p-article__heading__l3 + .p-article__txt2img, .p-article__heading__l3 + .p-article__row, .p-article__heading__l3 + .p-article__card, .p-article__heading__l3 + .p-article__btn, .p-article__heading__l3 + .p-article__table, .p-article__heading__l3 + .p-article__box, .p-article__heading__l3 + .p-article__border, .p-article__heading__l3 + .p-article__hub, .p-article__heading__l3 + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article h4:not([class]), .p-article__heading__l4 {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 500;
}
.p-article h4:not([class]) + h6:not([class]), .p-article h4:not([class]) + .p-article__heading__l6, .p-article__heading__l4 + h6:not([class]), .p-article__heading__l4 + .p-article__heading__l6 {
  margin-top: 32px;
}
.p-article h4:not([class]) + p:not([class]), .p-article h4:not([class]) + p.has-text-align-center, .p-article h4:not([class]) + ul:not([class]), .p-article h4:not([class]) + ol:not([class]), .p-article h4:not([class]) + dl:not([class]), .p-article h4:not([class]) + .p-article__def, .p-article h4:not([class]) + .p-article__note, .p-article__heading__l4 + p:not([class]), .p-article__heading__l4 + p.has-text-align-center, .p-article__heading__l4 + ul:not([class]), .p-article__heading__l4 + ol:not([class]), .p-article__heading__l4 + dl:not([class]), .p-article__heading__l4 + .p-article__def, .p-article__heading__l4 + .p-article__note {
  margin-top: 24px;
}
.p-article h4:not([class]) + figure:not([class]), .p-article h4:not([class]) + .p-article__copy, .p-article h4:not([class]) + .p-article__txt2img, .p-article h4:not([class]) + .p-article__row, .p-article h4:not([class]) + .p-article__card, .p-article h4:not([class]) + .p-article__btn, .p-article h4:not([class]) + .p-article__table, .p-article h4:not([class]) + .p-article__box, .p-article h4:not([class]) + .p-article__border, .p-article h4:not([class]) + .p-article__hub, .p-article h4:not([class]) + .p-solution__block__row, .p-article__heading__l4 + figure:not([class]), .p-article__heading__l4 + .p-article__copy, .p-article__heading__l4 + .p-article__txt2img, .p-article__heading__l4 + .p-article__row, .p-article__heading__l4 + .p-article__card, .p-article__heading__l4 + .p-article__btn, .p-article__heading__l4 + .p-article__table, .p-article__heading__l4 + .p-article__box, .p-article__heading__l4 + .p-article__border, .p-article__heading__l4 + .p-article__hub, .p-article__heading__l4 + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article h4:not([class]), .p-article__heading__l4 {
    margin-top: 40px;
    font-size: 18px;
  }
  .p-article h4:not([class]) + figure:not([class]), .p-article h4:not([class]) + .p-article__copy, .p-article h4:not([class]) + .p-article__txt2img, .p-article h4:not([class]) + .p-article__row, .p-article h4:not([class]) + .p-article__card, .p-article h4:not([class]) + .p-article__btn, .p-article h4:not([class]) + .p-article__table, .p-article h4:not([class]) + .p-article__box, .p-article h4:not([class]) + .p-article__border, .p-article h4:not([class]) + .p-article__hub, .p-article h4:not([class]) + .p-solution__block__row, .p-article__heading__l4 + figure:not([class]), .p-article__heading__l4 + .p-article__copy, .p-article__heading__l4 + .p-article__txt2img, .p-article__heading__l4 + .p-article__row, .p-article__heading__l4 + .p-article__card, .p-article__heading__l4 + .p-article__btn, .p-article__heading__l4 + .p-article__table, .p-article__heading__l4 + .p-article__box, .p-article__heading__l4 + .p-article__border, .p-article__heading__l4 + .p-article__hub, .p-article__heading__l4 + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article h5:not([class]), .p-article__heading__l5 {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 500;
}
.p-article h5:not([class]) + h6:not([class]), .p-article h5:not([class]) + .p-article__heading__l6, .p-article__heading__l5 + h6:not([class]), .p-article__heading__l5 + .p-article__heading__l6 {
  margin-top: 32px;
}
.p-article h5:not([class]) + p:not([class]), .p-article h5:not([class]) + p.has-text-align-center, .p-article h5:not([class]) + ul:not([class]), .p-article h5:not([class]) + ol:not([class]), .p-article h5:not([class]) + dl:not([class]), .p-article h5:not([class]) + .p-article__def, .p-article h5:not([class]) + .p-article__note, .p-article__heading__l5 + p:not([class]), .p-article__heading__l5 + p.has-text-align-center, .p-article__heading__l5 + ul:not([class]), .p-article__heading__l5 + ol:not([class]), .p-article__heading__l5 + dl:not([class]), .p-article__heading__l5 + .p-article__def, .p-article__heading__l5 + .p-article__note {
  margin-top: 24px;
}
.p-article h5:not([class]) + figure:not([class]), .p-article h5:not([class]) + .p-article__copy, .p-article h5:not([class]) + .p-article__txt2img, .p-article h5:not([class]) + .p-article__row, .p-article h5:not([class]) + .p-article__card, .p-article h5:not([class]) + .p-article__btn, .p-article h5:not([class]) + .p-article__table, .p-article h5:not([class]) + .p-article__box, .p-article h5:not([class]) + .p-article__border, .p-article h5:not([class]) + .p-article__hub, .p-article h5:not([class]) + .p-solution__block__row, .p-article__heading__l5 + figure:not([class]), .p-article__heading__l5 + .p-article__copy, .p-article__heading__l5 + .p-article__txt2img, .p-article__heading__l5 + .p-article__row, .p-article__heading__l5 + .p-article__card, .p-article__heading__l5 + .p-article__btn, .p-article__heading__l5 + .p-article__table, .p-article__heading__l5 + .p-article__box, .p-article__heading__l5 + .p-article__border, .p-article__heading__l5 + .p-article__hub, .p-article__heading__l5 + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article h5:not([class]), .p-article__heading__l5 {
    margin-top: 40px;
    font-size: 16px;
  }
  .p-article h5:not([class]) + figure:not([class]), .p-article h5:not([class]) + .p-article__copy, .p-article h5:not([class]) + .p-article__txt2img, .p-article h5:not([class]) + .p-article__row, .p-article h5:not([class]) + .p-article__card, .p-article h5:not([class]) + .p-article__btn, .p-article h5:not([class]) + .p-article__table, .p-article h5:not([class]) + .p-article__box, .p-article h5:not([class]) + .p-article__border, .p-article h5:not([class]) + .p-article__hub, .p-article h5:not([class]) + .p-solution__block__row, .p-article__heading__l5 + figure:not([class]), .p-article__heading__l5 + .p-article__copy, .p-article__heading__l5 + .p-article__txt2img, .p-article__heading__l5 + .p-article__row, .p-article__heading__l5 + .p-article__card, .p-article__heading__l5 + .p-article__btn, .p-article__heading__l5 + .p-article__table, .p-article__heading__l5 + .p-article__box, .p-article__heading__l5 + .p-article__border, .p-article__heading__l5 + .p-article__hub, .p-article__heading__l5 + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article h6:not([class]), .p-article__heading__l6 {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
}
.p-article h6:not([class]) + p:not([class]), .p-article h6:not([class]) + p.has-text-align-center, .p-article h6:not([class]) + ul:not([class]), .p-article h6:not([class]) + ol:not([class]), .p-article h6:not([class]) + dl:not([class]), .p-article h6:not([class]) + .p-article__def, .p-article__heading__l6 + p:not([class]), .p-article__heading__l6 + p.has-text-align-center, .p-article__heading__l6 + ul:not([class]), .p-article__heading__l6 + ol:not([class]), .p-article__heading__l6 + dl:not([class]), .p-article__heading__l6 + .p-article__def {
  margin-top: 16px;
}
.p-article h6:not([class]) + .p-article__note, .p-article__heading__l6 + .p-article__note {
  margin-top: 8px;
}
.p-article h6:not([class]) + figure:not([class]), .p-article h6:not([class]) + .p-article__copy, .p-article h6:not([class]) + .p-article__txt2img, .p-article h6:not([class]) + .p-article__row, .p-article h6:not([class]) + .p-article__card, .p-article h6:not([class]) + .p-article__btn, .p-article h6:not([class]) + .p-article__table, .p-article h6:not([class]) + .p-article__box, .p-article h6:not([class]) + .p-article__border, .p-article h6:not([class]) + .p-article__hub, .p-article h6:not([class]) + .p-solution__block__row, .p-article__heading__l6 + figure:not([class]), .p-article__heading__l6 + .p-article__copy, .p-article__heading__l6 + .p-article__txt2img, .p-article__heading__l6 + .p-article__row, .p-article__heading__l6 + .p-article__card, .p-article__heading__l6 + .p-article__btn, .p-article__heading__l6 + .p-article__table, .p-article__heading__l6 + .p-article__box, .p-article__heading__l6 + .p-article__border, .p-article__heading__l6 + .p-article__hub, .p-article__heading__l6 + .p-solution__block__row {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-article h6:not([class]), .p-article__heading__l6 {
    font-size: 16px;
  }
}
.p-article p:not([class]) a:not([class]) {
  color: var(--color-bg-oji-green);
  font-weight: 500;
  text-decoration: underline;
}
.p-article p:not([class]) a:not([class])[target=_blank]::after {
  margin-top: -4px;
  margin-right: 4px;
  background-image: url("../images/icon_window-g.svg");
}
.p-article p:not([class]) a:not([class])[target=_blank][href$=".pdf"]::after {
  width: 20px;
  height: 16px;
  background-image: url("../images/icon_pdf-g.svg");
  background-size: 20px auto;
}
@media (any-hover:hover) {
  .p-article p:not([class]) a:not([class]):hover {
    text-decoration: none;
  }
}
.p-article p:not([class]) a.-inside {
  color: var(--color-bg-oji-green);
  font-weight: 500;
  text-decoration: underline;
}
@media (any-hover:hover) {
  .p-article p:not([class]) a.-inside:hover {
    text-decoration: none;
  }
}
.p-article p:not([class]) span.-right {
  text-align: right;
  display: block;
}
.p-article p:not([class]) + p:not([class]), .p-article p:not([class]) + p.has-text-align-center, .p-article p:not([class]) + ul:not([class]), .p-article p:not([class]) + ol:not([class]), .p-article p:not([class]) + dl:not([class]), .p-article p:not([class]) + .p-article__def, .p-article p:not([class]) + .p-article__note {
  margin-top: 24px;
}
.p-article p:not([class]) + figure:not([class]), .p-article p:not([class]) + .p-article__copy, .p-article p:not([class]) + .p-article__txt2img, .p-article p:not([class]) + .p-article__row, .p-article p:not([class]) + .p-article__card, .p-article p:not([class]) + .p-article__btn, .p-article p:not([class]) + .p-article__table, .p-article p:not([class]) + .p-article__box, .p-article p:not([class]) + .p-article__border, .p-article p:not([class]) + .p-article__hub, .p-article p:not([class]) + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article p:not([class]) + figure:not([class]), .p-article p:not([class]) + .p-article__copy, .p-article p:not([class]) + .p-article__txt2img, .p-article p:not([class]) + .p-article__row, .p-article p:not([class]) + .p-article__card, .p-article p:not([class]) + .p-article__btn, .p-article p:not([class]) + .p-article__table, .p-article p:not([class]) + .p-article__box, .p-article p:not([class]) + .p-article__border, .p-article p:not([class]) + .p-article__hub, .p-article p:not([class]) + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article p.has-text-align-center {
  text-align: center;
}
.p-article p.has-text-align-center + p:not([class]), .p-article p.has-text-align-center + p.has-text-align-center, .p-article p.has-text-align-center + ul:not([class]), .p-article p.has-text-align-center + ol:not([class]), .p-article p.has-text-align-center + dl:not([class]), .p-article p.has-text-align-center + .p-article__def, .p-article p.has-text-align-center + .p-article__note {
  margin-top: 24px;
}
.p-article p.has-text-align-center + figure:not([class]), .p-article p.has-text-align-center + .p-article__copy, .p-article p.has-text-align-center + .p-article__txt2img, .p-article p.has-text-align-center + .p-article__row, .p-article p.has-text-align-center + .p-article__card, .p-article p.has-text-align-center + .p-article__btn, .p-article p.has-text-align-center + .p-article__table, .p-article p.has-text-align-center + .p-article__box, .p-article p.has-text-align-center + .p-article__border, .p-article p.has-text-align-center + .p-article__hub, .p-article p.has-text-align-center + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article p.has-text-align-center + figure:not([class]), .p-article p.has-text-align-center + .p-article__copy, .p-article p.has-text-align-center + .p-article__txt2img, .p-article p.has-text-align-center + .p-article__row, .p-article p.has-text-align-center + .p-article__card, .p-article p.has-text-align-center + .p-article__btn, .p-article p.has-text-align-center + .p-article__table, .p-article p.has-text-align-center + .p-article__box, .p-article p.has-text-align-center + .p-article__border, .p-article p.has-text-align-center + .p-article__hub, .p-article p.has-text-align-center + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article ul:not([class]) + p:not([class]), .p-article ul:not([class]) + p.has-text-align-center, .p-article ul:not([class]) + ul:not([class]), .p-article ul:not([class]) + ol:not([class]), .p-article ul:not([class]) + dl:not([class]), .p-article ul:not([class]) + .p-article__def, .p-article ul:not([class]) + .p-article__note,
.p-article ol:not([class]) + p:not([class]),
.p-article ol:not([class]) + p.has-text-align-center,
.p-article ol:not([class]) + ul:not([class]),
.p-article ol:not([class]) + ol:not([class]),
.p-article ol:not([class]) + dl:not([class]),
.p-article ol:not([class]) + .p-article__def,
.p-article ol:not([class]) + .p-article__note {
  margin-top: 24px;
}
.p-article ul:not([class]) + figure:not([class]), .p-article ul:not([class]) + .p-article__copy, .p-article ul:not([class]) + .p-article__txt2img, .p-article ul:not([class]) + .p-article__row, .p-article ul:not([class]) + .p-article__card, .p-article ul:not([class]) + .p-article__btn, .p-article ul:not([class]) + .p-article__table, .p-article ul:not([class]) + .p-article__box, .p-article ul:not([class]) + .p-article__border, .p-article ul:not([class]) + .p-article__hub, .p-article ul:not([class]) + .p-solution__block__row,
.p-article ol:not([class]) + figure:not([class]),
.p-article ol:not([class]) + .p-article__copy,
.p-article ol:not([class]) + .p-article__txt2img,
.p-article ol:not([class]) + .p-article__row,
.p-article ol:not([class]) + .p-article__card,
.p-article ol:not([class]) + .p-article__btn,
.p-article ol:not([class]) + .p-article__table,
.p-article ol:not([class]) + .p-article__box,
.p-article ol:not([class]) + .p-article__border,
.p-article ol:not([class]) + .p-article__hub,
.p-article ol:not([class]) + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article ul:not([class]) + figure:not([class]), .p-article ul:not([class]) + .p-article__copy, .p-article ul:not([class]) + .p-article__txt2img, .p-article ul:not([class]) + .p-article__row, .p-article ul:not([class]) + .p-article__card, .p-article ul:not([class]) + .p-article__btn, .p-article ul:not([class]) + .p-article__table, .p-article ul:not([class]) + .p-article__box, .p-article ul:not([class]) + .p-article__border, .p-article ul:not([class]) + .p-article__hub, .p-article ul:not([class]) + .p-solution__block__row,
.p-article ol:not([class]) + figure:not([class]),
.p-article ol:not([class]) + .p-article__copy,
.p-article ol:not([class]) + .p-article__txt2img,
.p-article ol:not([class]) + .p-article__row,
.p-article ol:not([class]) + .p-article__card,
.p-article ol:not([class]) + .p-article__btn,
.p-article ol:not([class]) + .p-article__table,
.p-article ol:not([class]) + .p-article__box,
.p-article ol:not([class]) + .p-article__border,
.p-article ol:not([class]) + .p-article__hub,
.p-article ol:not([class]) + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article dl:not([class]) {
  display: flex;
}
.p-article dl:not([class]) > dt:not([class]) {
  width: 252px;
  font-weight: 500;
}
.p-article dl:not([class]) > dd:not([class]) {
  width: calc(100% - 252px);
}
.p-article dl:not([class]) + p:not([class]), .p-article dl:not([class]) + p.has-text-align-center, .p-article dl:not([class]) + ul:not([class]), .p-article dl:not([class]) + ol:not([class]), .p-article dl:not([class]) + dl:not([class]), .p-article dl:not([class]) + .p-article__def, .p-article dl:not([class]) + .p-article__note {
  margin-top: 24px;
}
.p-article dl:not([class]) + figure:not([class]), .p-article dl:not([class]) + .p-article__copy, .p-article dl:not([class]) + .p-article__txt2img, .p-article dl:not([class]) + .p-article__row, .p-article dl:not([class]) + .p-article__card, .p-article dl:not([class]) + .p-article__btn, .p-article dl:not([class]) + .p-article__table, .p-article dl:not([class]) + .p-article__box, .p-article dl:not([class]) + .p-article__border, .p-article dl:not([class]) + .p-article__hub, .p-article dl:not([class]) + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article dl:not([class]) {
    flex-direction: column;
  }
  .p-article dl:not([class]) > dt:not([class]) {
    width: 100%;
  }
  .p-article dl:not([class]) > dd:not([class]) {
    width: 100%;
    margin-top: 16px;
  }
  .p-article dl:not([class]) + dl:not([class]) {
    margin-top: 24px;
  }
  .p-article dl:not([class]) + figure:not([class]), .p-article dl:not([class]) + .p-article__copy, .p-article dl:not([class]) + .p-article__txt2img, .p-article dl:not([class]) + .p-article__row, .p-article dl:not([class]) + .p-article__card, .p-article dl:not([class]) + .p-article__btn, .p-article dl:not([class]) + .p-article__table, .p-article dl:not([class]) + .p-article__box, .p-article dl:not([class]) + .p-article__border, .p-article dl:not([class]) + .p-article__hub, .p-article dl:not([class]) + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article hr:not([class]) {
  margin-top: 48px;
  color: var(--color-border);
}
.p-article hr:not([class]) + p:not([class]), .p-article hr:not([class]) + p.has-text-align-center, .p-article hr:not([class]) + ul:not([class]), .p-article hr:not([class]) + ol:not([class]), .p-article hr:not([class]) + dl:not([class]), .p-article hr:not([class]) + .p-article__def, .p-article hr:not([class]) + .p-article__note {
  margin-top: 48px;
}
.p-article hr:not([class]) + figure:not([class]), .p-article hr:not([class]) + .p-article__copy, .p-article hr:not([class]) + .p-article__txt2img, .p-article hr:not([class]) + .p-article__row, .p-article hr:not([class]) + .p-article__card, .p-article hr:not([class]) + .p-article__btn, .p-article hr:not([class]) + .p-article__table, .p-article hr:not([class]) + .p-article__box, .p-article hr:not([class]) + .p-article__border, .p-article hr:not([class]) + .p-article__hub, .p-article hr:not([class]) + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article hr:not([class]) {
    margin-top: 40px;
  }
  .p-article hr:not([class]) + p:not([class]), .p-article hr:not([class]) + p.has-text-align-center, .p-article hr:not([class]) + ul:not([class]), .p-article hr:not([class]) + ol:not([class]), .p-article hr:not([class]) + dl:not([class]), .p-article hr:not([class]) + .p-article__def, .p-article hr:not([class]) + .p-article__note {
    margin-top: 40px;
  }
  .p-article hr:not([class]) + figure:not([class]), .p-article hr:not([class]) + .p-article__copy, .p-article hr:not([class]) + .p-article__txt2img, .p-article hr:not([class]) + .p-article__row, .p-article hr:not([class]) + .p-article__card, .p-article hr:not([class]) + .p-article__btn, .p-article hr:not([class]) + .p-article__table, .p-article hr:not([class]) + .p-article__box, .p-article hr:not([class]) + .p-article__border, .p-article hr:not([class]) + .p-article__hub, .p-article hr:not([class]) + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__def > dt:not([class]) {
  font-weight: 500;
}
.p-article__def > dd:not([class]) {
  margin-top: 16px;
}
.p-article__def + p:not([class]), .p-article__def + p.has-text-align-center, .p-article__def + ul:not([class]), .p-article__def + ol:not([class]), .p-article__def + dl:not([class]), .p-article__def + .p-article__def, .p-article__def + .p-article__note {
  margin-top: 24px;
}
.p-article__def + figure:not([class]), .p-article__def + .p-article__copy, .p-article__def + .p-article__txt2img, .p-article__def + .p-article__row, .p-article__def + .p-article__card, .p-article__def + .p-article__btn, .p-article__def + .p-article__table, .p-article__def + .p-article__box, .p-article__def + .p-article__border, .p-article__def + .p-article__hub, .p-article__def + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__def + figure:not([class]), .p-article__def + .p-article__copy, .p-article__def + .p-article__txt2img, .p-article__def + .p-article__row, .p-article__def + .p-article__card, .p-article__def + .p-article__btn, .p-article__def + .p-article__table, .p-article__def + .p-article__box, .p-article__def + .p-article__border, .p-article__def + .p-article__hub, .p-article__def + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__note {
  position: relative;
  margin-top: 48px;
  padding-left: 18px;
  font-size: 12px;
}
.p-article__note::before {
  position: absolute;
  left: 0;
  content: "※";
}
.p-article__note h6:not([class]),
.p-article__note .p-article__heading__l6 {
  margin-top: 32px;
}
.p-article__note + p:not([class]), .p-article__note + p.has-text-align-center, .p-article__note + ul:not([class]), .p-article__note + ol:not([class]), .p-article__note + dl:not([class]), .p-article__note + .p-article__def {
  margin-top: 48px;
}
.p-article__note + .p-article__note {
  margin-top: 8px;
}
.p-article__note + figure:not([class]), .p-article__note + .p-article__copy, .p-article__note + .p-article__txt2img, .p-article__note + .p-article__row, .p-article__note + .p-article__card, .p-article__note + .p-article__btn, .p-article__note + .p-article__table, .p-article__note + .p-article__box, .p-article__note + .p-article__border, .p-article__note + .p-article__hub, .p-article__note + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__note + p:not([class]), .p-article__note + p.has-text-align-center, .p-article__note + ul:not([class]), .p-article__note + ol:not([class]), .p-article__note + dl:not([class]), .p-article__note + .p-article__def {
    margin-top: 40px;
  }
  .p-article__note + figure:not([class]), .p-article__note + .p-article__copy, .p-article__note + .p-article__txt2img, .p-article__note + .p-article__row, .p-article__note + .p-article__card, .p-article__note + .p-article__btn, .p-article__note + .p-article__table, .p-article__note + .p-article__box, .p-article__note + .p-article__border, .p-article__note + .p-article__hub, .p-article__note + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article strong.-red {
  color: var(--color-font-red);
  font-weight: 400;
}
.p-article small {
  font-size: 14px;
}
.p-article figure:not([class]) {
  width: fit-content;
  margin-inline: auto;
  overflow: hidden;
}
.p-article figure:not([class]) img {
  width: 100%;
  border-radius: var(--radius-base);
  display: block;
}
.p-article figure:not([class]) figcaption {
  width: 0;
  min-width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
  overflow-wrap: break-word;
}
.p-article figure:not([class]) figcaption.-center {
  text-align: center;
}
.p-article figure:not([class]) figcaption.-right {
  text-align: right;
}
.p-article figure:not([class]) + p:not([class]), .p-article figure:not([class]) + p.has-text-align-center, .p-article figure:not([class]) + ul:not([class]), .p-article figure:not([class]) + ol:not([class]), .p-article figure:not([class]) + dl:not([class]), .p-article figure:not([class]) + .p-article__def {
  margin-top: 48px;
}
.p-article figure:not([class]) + .p-article__note {
  margin-top: 24px;
}
.p-article figure:not([class]) + figure:not([class]), .p-article figure:not([class]) + .p-article__copy, .p-article figure:not([class]) + .p-article__txt2img, .p-article figure:not([class]) + .p-article__row, .p-article figure:not([class]) + .p-article__card, .p-article figure:not([class]) + .p-article__btn, .p-article figure:not([class]) + .p-article__table, .p-article figure:not([class]) + .p-article__box, .p-article figure:not([class]) + .p-article__border, .p-article figure:not([class]) + .p-article__hub, .p-article figure:not([class]) + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article figure:not([class]) + p:not([class]), .p-article figure:not([class]) + p.has-text-align-center, .p-article figure:not([class]) + ul:not([class]), .p-article figure:not([class]) + ol:not([class]), .p-article figure:not([class]) + dl:not([class]), .p-article figure:not([class]) + .p-article__def {
    margin-top: 40px;
  }
  .p-article figure:not([class]) + figure:not([class]), .p-article figure:not([class]) + .p-article__copy, .p-article figure:not([class]) + .p-article__txt2img, .p-article figure:not([class]) + .p-article__row, .p-article figure:not([class]) + .p-article__card, .p-article figure:not([class]) + .p-article__btn, .p-article figure:not([class]) + .p-article__table, .p-article figure:not([class]) + .p-article__box, .p-article figure:not([class]) + .p-article__border, .p-article figure:not([class]) + .p-article__hub, .p-article figure:not([class]) + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__copy {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-article__copy.-s {
  font-size: 18px;
  letter-spacing: normal;
}
.p-article__copy.-right {
  text-align: right;
}
.p-article__copy + p:not([class]), .p-article__copy + p.has-text-align-center, .p-article__copy + ul:not([class]), .p-article__copy + ol:not([class]), .p-article__copy + dl:not([class]), .p-article__copy + .p-article__def {
  margin-top: 48px;
}
.p-article__copy + .p-article__note {
  margin-top: 24px;
}
.p-article__copy + figure:not([class]), .p-article__copy + .p-article__copy, .p-article__copy + .p-article__txt2img, .p-article__copy + .p-article__row, .p-article__copy + .p-article__card, .p-article__copy + .p-article__btn, .p-article__copy + .p-article__table, .p-article__copy + .p-article__box, .p-article__copy + .p-article__border, .p-article__copy + .p-article__hub, .p-article__copy + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__copy {
    font-size: 24px;
  }
  .p-article__copy + p:not([class]), .p-article__copy + p.has-text-align-center, .p-article__copy + ul:not([class]), .p-article__copy + ol:not([class]), .p-article__copy + dl:not([class]), .p-article__copy + .p-article__def {
    margin-top: 40px;
  }
  .p-article__copy + figure:not([class]), .p-article__copy + .p-article__copy, .p-article__copy + .p-article__txt2img, .p-article__copy + .p-article__row, .p-article__copy + .p-article__card, .p-article__copy + .p-article__btn, .p-article__copy + .p-article__table, .p-article__copy + .p-article__box, .p-article__copy + .p-article__border, .p-article__copy + .p-article__hub, .p-article__copy + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__txt2img {
  display: flex;
  justify-content: space-between;
}
.p-article__txt2img__txt {
  width: 48.0810234542%;
}
.p-article__txt2img__img {
  width: 47.6545842217%;
}
.p-article__txt2img + p:not([class]), .p-article__txt2img + p.has-text-align-center, .p-article__txt2img + ul:not([class]), .p-article__txt2img + ol:not([class]), .p-article__txt2img + dl:not([class]), .p-article__txt2img + .p-article__def {
  margin-top: 48px;
}
.p-article__txt2img + .p-article__note {
  margin-top: 24px;
}
.p-article__txt2img + figure:not([class]), .p-article__txt2img + .p-article__copy, .p-article__txt2img + .p-article__txt2img, .p-article__txt2img + .p-article__row, .p-article__txt2img + .p-article__card, .p-article__txt2img + .p-article__btn, .p-article__txt2img + .p-article__table, .p-article__txt2img + .p-article__box, .p-article__txt2img + .p-article__border, .p-article__txt2img + .p-article__hub, .p-article__txt2img + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 1160px) {
  .p-article__txt2img {
    flex-direction: column;
    gap: 40px;
  }
  .p-article__txt2img__txt {
    width: 100%;
  }
  .p-article__txt2img__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-article__txt2img {
    gap: 24px;
  }
  .p-article__txt2img .p-article__btn .u-btn {
    margin-inline: auto;
  }
  .p-article__txt2img + p:not([class]), .p-article__txt2img + p.has-text-align-center, .p-article__txt2img + ul:not([class]), .p-article__txt2img + ol:not([class]), .p-article__txt2img + dl:not([class]), .p-article__txt2img + .p-article__def {
    margin-top: 40px;
  }
  .p-article__txt2img + figure:not([class]), .p-article__txt2img + .p-article__copy, .p-article__txt2img + .p-article__txt2img, .p-article__txt2img + .p-article__row, .p-article__txt2img + .p-article__card, .p-article__txt2img + .p-article__btn, .p-article__txt2img + .p-article__table, .p-article__txt2img + .p-article__box, .p-article__txt2img + .p-article__border, .p-article__txt2img + .p-article__hub, .p-article__txt2img + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-article__row.-col2 .p-article__col {
  width: calc(50% - 40px + 20px);
}
.p-article__row.-col2.-reverse .p-article__col:first-child {
  order: 2;
}
.p-article__row.-col2.-reverse .p-article__col:last-child {
  order: 1;
}
.p-article__row.-col3 {
  gap: 16px;
}
.p-article__row.-col3 .p-article__col {
  width: calc(33.3333333333% - 16px + 5.3333333333px);
}
.p-article__row.-col4 {
  gap: 16px;
}
.p-article__row.-col4 .p-article__col {
  width: calc(25% - 16px + 4px);
}
.p-article__row.-col3-g8 {
  gap: 8px;
}
.p-article__row.-col3-g8 .p-article__col {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
}
.p-article__row .acf-innerblocks-container {
  display: contents !important;
}
.p-article__row + p:not([class]), .p-article__row + p.has-text-align-center, .p-article__row + ul:not([class]), .p-article__row + ol:not([class]), .p-article__row + dl:not([class]), .p-article__row + .p-article__def {
  margin-top: 48px;
}
.p-article__row + .p-article__note {
  margin-top: 24px;
}
.p-article__row + figure:not([class]), .p-article__row + .p-article__copy, .p-article__row + .p-article__txt2img, .p-article__row + .p-article__row, .p-article__row + .p-article__card, .p-article__row + .p-article__btn, .p-article__row + .p-article__table, .p-article__row + .p-article__box, .p-article__row + .p-article__border, .p-article__row + .p-article__hub, .p-article__row + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__row {
    gap: 40px;
  }
  .p-article__row.-col2 {
    gap: 24px;
  }
  .p-article__row.-col2 .p-article__col {
    width: 100%;
  }
  .p-article__row.-col2.-reverse .p-article__col:first-child {
    order: 1;
  }
  .p-article__row.-col2.-reverse .p-article__col:last-child {
    order: 2;
  }
  .p-article__row.-col3 {
    flex-direction: column;
  }
  .p-article__row.-col3 .p-article__col {
    width: 100%;
  }
  .p-article__row.-col4 {
    flex-direction: column;
  }
  .p-article__row.-col4 .p-article__col {
    width: 100%;
  }
  .p-article__row.-col3-g8 {
    flex-direction: column;
  }
  .p-article__row.-col3-g8 .p-article__col {
    width: 100%;
  }
  .p-article__row + p:not([class]), .p-article__row + p.has-text-align-center, .p-article__row + ul:not([class]), .p-article__row + ol:not([class]), .p-article__row + dl:not([class]), .p-article__row + .p-article__def {
    margin-top: 40px;
  }
  .p-article__row + figure:not([class]), .p-article__row + .p-article__copy, .p-article__row + .p-article__txt2img, .p-article__row + .p-article__row, .p-article__row + .p-article__card, .p-article__row + .p-article__btn, .p-article__row + .p-article__table, .p-article__row + .p-article__box, .p-article__row + .p-article__border, .p-article__row + .p-article__hub, .p-article__row + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__col {
  width: calc(50% - 40px + 20px);
}
.p-article__col figure:not([class]) {
  width: 100%;
}
.p-article__col figure:not([class]) img {
  width: 100%;
}
.p-article__col .p-article__btn .u-btn {
  width: 100%;
}
.p-article__col > *:first-child {
  margin-top: 0 !important;
}
.p-article__col .acf-innerblocks-container {
  display: contents !important;
}
.p-article__col .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-article__col {
    width: 100%;
  }
  .p-article__col .p-article__btn .u-btn {
    width: 260px;
    margin-inline: auto;
  }
}
.p-article__card {
  height: 100%;
}
.p-article__card__wrap {
  width: 100%;
  height: 100%;
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.p-article__card__head {
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-article__card__head figure {
  position: relative;
  aspect-ratio: 433/289;
}
.p-article__card__head figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article__card__body {
  padding: 16px 24px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-article__card__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
}
.p-article__card__features {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px var(--color-border);
}
.p-article__card__features__row {
  display: flex;
}
.p-article__card__features__head {
  width: 64px;
  height: 42px;
  font-weight: 500;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-article__card__features__body {
  width: calc(100% - 64px);
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.p-article__card__features__label {
  color: var(--color-font-desc);
  font-size: 14px;
}
.p-article__card + p:not([class]), .p-article__card + p.has-text-align-center, .p-article__card + ul:not([class]), .p-article__card + ol:not([class]), .p-article__card + dl:not([class]), .p-article__card + .p-article__def {
  margin-top: 48px;
}
.p-article__card + .p-article__note {
  margin-top: 24px;
}
.p-article__card + figure:not([class]), .p-article__card + .p-article__copy, .p-article__card + .p-article__txt2img, .p-article__card + .p-article__row, .p-article__card + .p-article__card, .p-article__card + .p-article__btn, .p-article__card + .p-article__table, .p-article__card + .p-article__box, .p-article__card + .p-article__border, .p-article__card + .p-article__hub, .p-article__card + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__card__head figure {
    aspect-ratio: 433/289;
  }
  .p-article__card__body {
    padding: 16px 8px 8px;
  }
  .p-article__card__title {
    height: auto !important;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .p-article__card__features {
    margin-top: 16px;
    padding-top: 16px;
  }
  .p-article__card__features__head {
    width: 49px;
    height: auto;
    letter-spacing: 0.5em;
    writing-mode: vertical-rl;
  }
  .p-article__card__features__head span {
    transform: translateY(2px);
  }
  .p-article__card__features__body {
    width: calc(100% - 49px);
    padding-left: 16px;
  }
  .p-article__card + p:not([class]), .p-article__card + p.has-text-align-center, .p-article__card + ul:not([class]), .p-article__card + ol:not([class]), .p-article__card + dl:not([class]), .p-article__card + .p-article__def {
    margin-top: 40px;
  }
  .p-article__card + figure:not([class]), .p-article__card + .p-article__copy, .p-article__card + .p-article__txt2img, .p-article__card + .p-article__row, .p-article__card + .p-article__card, .p-article__card + .p-article__btn, .p-article__card + .p-article__table, .p-article__card + .p-article__box, .p-article__card + .p-article__border, .p-article__card + .p-article__hub, .p-article__card + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__btn {
  display: flex;
  justify-content: center;
}
.p-article__btn .u-btn {
  background-color: var(--color-bg-light);
}
.p-article__btn.-left {
  justify-content: flex-start;
}
.p-article__btn.-right {
  justify-content: flex-end;
}
.p-article__btn + p:not([class]), .p-article__btn + p.has-text-align-center, .p-article__btn + ul:not([class]), .p-article__btn + ol:not([class]), .p-article__btn + dl:not([class]), .p-article__btn + .p-article__def {
  margin-top: 48px;
}
.p-article__btn + .p-article__note {
  margin-top: 24px;
}
.p-article__btn + figure:not([class]), .p-article__btn + .p-article__copy, .p-article__btn + .p-article__txt2img, .p-article__btn + .p-article__row, .p-article__btn + .p-article__card, .p-article__btn + .p-article__btn, .p-article__btn + .p-article__table, .p-article__btn + .p-article__box, .p-article__btn + .p-article__border, .p-article__btn + .p-article__hub, .p-article__btn + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__btn + p:not([class]), .p-article__btn + p.has-text-align-center, .p-article__btn + ul:not([class]), .p-article__btn + ol:not([class]), .p-article__btn + dl:not([class]), .p-article__btn + .p-article__def {
    margin-top: 40px;
  }
  .p-article__btn + figure:not([class]), .p-article__btn + .p-article__copy, .p-article__btn + .p-article__txt2img, .p-article__btn + .p-article__row, .p-article__btn + .p-article__card, .p-article__btn + .p-article__btn, .p-article__btn + .p-article__table, .p-article__btn + .p-article__box, .p-article__btn + .p-article__border, .p-article__btn + .p-article__hub, .p-article__btn + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__table table:not([class]) {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.p-article__table table:not([class]) thead th {
  text-align: center;
}
.p-article__table table:not([class]) thead th:first-child {
  width: 216px;
}
.p-article__table table:not([class]) thead th[colspan="2"] {
  width: 432px;
}
.p-article__table table:not([class]) tbody th {
  width: 216px;
  vertical-align: middle;
}
.p-article__table table:not([class]) th,
.p-article__table table:not([class]) td {
  padding: 26.5px 16px;
  word-break: break-word;
}
.p-article__table table:not([class]) th {
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-bg-primary);
  border: solid 1px var(--color-bg-white);
}
.p-article__table table:not([class]) td {
  background-color: var(--color-bg-white);
  border: solid 1px #CECECE;
  vertical-align: middle;
}
.p-article__table table:not([class]) td p:not([class]) {
  font-size: 14px;
  letter-spacing: normal;
}
.p-article__table + p:not([class]), .p-article__table + p.has-text-align-center, .p-article__table + ul:not([class]), .p-article__table + ol:not([class]), .p-article__table + dl:not([class]), .p-article__table + .p-article__def {
  margin-top: 48px;
}
.p-article__table + .p-article__note {
  margin-top: 24px;
}
.p-article__table + figure:not([class]), .p-article__table + .p-article__copy, .p-article__table + .p-article__txt2img, .p-article__table + .p-article__row, .p-article__table + .p-article__card, .p-article__table + .p-article__btn, .p-article__table + .p-article__table, .p-article__table + .p-article__box, .p-article__table + .p-article__border, .p-article__table + .p-article__hub, .p-article__table + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__table {
    position: relative;
    padding-bottom: 16px;
    overflow-x: scroll;
  }
  .p-article__table__hint {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 90px;
    background-image: url("../images/img_hint.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 86px auto;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-article__table__hint.is-hide {
    opacity: 0;
  }
  .p-article__table table:not([class]) {
    width: 864px;
  }
  .p-article__table + p:not([class]), .p-article__table + p.has-text-align-center, .p-article__table + ul:not([class]), .p-article__table + ol:not([class]), .p-article__table + dl:not([class]), .p-article__table + .p-article__def {
    margin-top: 40px;
  }
  .p-article__table + figure:not([class]), .p-article__table + .p-article__copy, .p-article__table + .p-article__txt2img, .p-article__table + .p-article__row, .p-article__table + .p-article__card, .p-article__table + .p-article__btn, .p-article__table + .p-article__table, .p-article__table + .p-article__box, .p-article__table + .p-article__border, .p-article__table + .p-article__hub, .p-article__table + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__box {
  padding: 40px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
}
.p-article__box > *:first-child {
  margin-top: 0 !important;
}
.p-article__box .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
.p-article__box + p:not([class]), .p-article__box + p.has-text-align-center, .p-article__box + ul:not([class]), .p-article__box + ol:not([class]), .p-article__box + dl:not([class]), .p-article__box + .p-article__def {
  margin-top: 48px;
}
.p-article__box + .p-article__note {
  margin-top: 24px;
}
.p-article__box + figure:not([class]), .p-article__box + .p-article__copy, .p-article__box + .p-article__txt2img, .p-article__box + .p-article__row, .p-article__box + .p-article__card, .p-article__box + .p-article__btn, .p-article__box + .p-article__table, .p-article__box + .p-article__box, .p-article__box + .p-article__border, .p-article__box + .p-article__hub, .p-article__box + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__box + p:not([class]), .p-article__box + p.has-text-align-center, .p-article__box + ul:not([class]), .p-article__box + ol:not([class]), .p-article__box + dl:not([class]), .p-article__box + .p-article__def {
    margin-top: 40px;
  }
  .p-article__box + figure:not([class]), .p-article__box + .p-article__copy, .p-article__box + .p-article__txt2img, .p-article__box + .p-article__row, .p-article__box + .p-article__card, .p-article__box + .p-article__btn, .p-article__box + .p-article__table, .p-article__box + .p-article__box, .p-article__box + .p-article__border, .p-article__box + .p-article__hub, .p-article__box + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__border {
  padding: 40px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-article__border > *:first-child {
  margin-top: 0 !important;
}
.p-article__border .acf-innerblocks-container > *:first-child {
  margin-top: 0 !important;
}
.p-article__border + p:not([class]), .p-article__border + p.has-text-align-center, .p-article__border + ul:not([class]), .p-article__border + ol:not([class]), .p-article__border + dl:not([class]), .p-article__border + .p-article__def {
  margin-top: 48px;
}
.p-article__border + .p-article__note {
  margin-top: 24px;
}
.p-article__border + figure:not([class]), .p-article__border + .p-article__copy, .p-article__border + .p-article__txt2img, .p-article__border + .p-article__row, .p-article__border + .p-article__card, .p-article__border + .p-article__btn, .p-article__border + .p-article__table, .p-article__border + .p-article__box, .p-article__border + .p-article__border, .p-article__border + .p-article__hub, .p-article__border + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__border {
    padding: 24px 16px;
  }
  .p-article__border + p:not([class]), .p-article__border + p.has-text-align-center, .p-article__border + ul:not([class]), .p-article__border + ol:not([class]), .p-article__border + dl:not([class]), .p-article__border + .p-article__def {
    margin-top: 40px;
  }
  .p-article__border + figure:not([class]), .p-article__border + .p-article__copy, .p-article__border + .p-article__txt2img, .p-article__border + .p-article__row, .p-article__border + .p-article__card, .p-article__border + .p-article__btn, .p-article__border + .p-article__table, .p-article__border + .p-article__box, .p-article__border + .p-article__border, .p-article__border + .p-article__hub, .p-article__border + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__hub {
  padding: 8px;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-article__hub__head {
  padding: 16px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
}
.p-article__hub__body {
  padding: 16px;
}
.p-article__hub__title {
  font-size: 20px;
  font-weight: 500;
}
.p-article__hub__row {
  margin-top: 8px;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 24px;
}
.p-article__hub__def {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-article__hub + p:not([class]), .p-article__hub + p.has-text-align-center, .p-article__hub + ul:not([class]), .p-article__hub + ol:not([class]), .p-article__hub + dl:not([class]), .p-article__hub + .p-article__def {
  margin-top: 48px;
}
.p-article__hub + .p-article__note {
  margin-top: 24px;
}
.p-article__hub + figure:not([class]), .p-article__hub + .p-article__copy, .p-article__hub + .p-article__txt2img, .p-article__hub + .p-article__row, .p-article__hub + .p-article__card, .p-article__hub + .p-article__btn, .p-article__hub + .p-article__table, .p-article__hub + .p-article__box, .p-article__hub + .p-article__border, .p-article__hub + .p-article__hub, .p-article__hub + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article__hub__body {
    padding: 0;
  }
  .p-article__hub__body p:not([class]) {
    padding: 0 16px;
  }
  .p-article__hub__row {
    padding-left: 16px;
  }
  .p-article__hub + p:not([class]), .p-article__hub + p.has-text-align-center, .p-article__hub + ul:not([class]), .p-article__hub + ol:not([class]), .p-article__hub + dl:not([class]), .p-article__hub + .p-article__def {
    margin-top: 40px;
  }
  .p-article__hub + figure:not([class]), .p-article__hub + .p-article__copy, .p-article__hub + .p-article__txt2img, .p-article__hub + .p-article__row, .p-article__hub + .p-article__card, .p-article__hub + .p-article__btn, .p-article__hub + .p-article__table, .p-article__hub + .p-article__box, .p-article__hub + .p-article__border, .p-article__hub + .p-article__hub, .p-article__hub + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article .p-solution__block__row .p-solution__pnl figure:not([class]) {
  width: auto;
  margin: 0;
}
.p-article .p-solution__block__row + p:not([class]), .p-article .p-solution__block__row + p.has-text-align-center, .p-article .p-solution__block__row + ul:not([class]), .p-article .p-solution__block__row + ol:not([class]), .p-article .p-solution__block__row + dl:not([class]), .p-article .p-solution__block__row + .p-article__def {
  margin-top: 48px;
}
.p-article .p-solution__block__row + .p-article__note {
  margin-top: 24px;
}
.p-article .p-solution__block__row + figure:not([class]), .p-article .p-solution__block__row + .p-article__copy, .p-article .p-solution__block__row + .p-article__txt2img, .p-article .p-solution__block__row + .p-article__row, .p-article .p-solution__block__row + .p-article__card, .p-article .p-solution__block__row + .p-article__btn, .p-article .p-solution__block__row + .p-article__table, .p-article .p-solution__block__row + .p-article__box, .p-article .p-solution__block__row + .p-article__border, .p-article .p-solution__block__row + .p-article__hub, .p-article .p-solution__block__row + .p-solution__block__row {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-article .p-solution__block__row + p:not([class]), .p-article .p-solution__block__row + p.has-text-align-center, .p-article .p-solution__block__row + ul:not([class]), .p-article .p-solution__block__row + ol:not([class]), .p-article .p-solution__block__row + dl:not([class]), .p-article .p-solution__block__row + .p-article__def {
    margin-top: 40px;
  }
  .p-article .p-solution__block__row + figure:not([class]), .p-article .p-solution__block__row + .p-article__copy, .p-article .p-solution__block__row + .p-article__txt2img, .p-article .p-solution__block__row + .p-article__row, .p-article .p-solution__block__row + .p-article__card, .p-article .p-solution__block__row + .p-article__btn, .p-article .p-solution__block__row + .p-article__table, .p-article .p-solution__block__row + .p-article__box, .p-article .p-solution__block__row + .p-article__border, .p-article .p-solution__block__row + .p-article__hub, .p-article .p-solution__block__row + .p-solution__block__row {
    margin-top: 40px;
  }
}
.p-article__back {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-article__back {
    margin-top: 40px;
  }
}

.p-article.-bg-gray .p-article__btn .u-btn {
  background-color: var(--color-bg-white);
}
.p-article.-bg-gray .p-article__box {
  background-color: var(--color-bg-white);
}
.p-article.-bg-gray .p-solution__pnl .p-solution__pnl__wrap {
  background-color: var(--color-bg-white);
}
.p-article.-bg-gray .c-card .c-card__wrap {
  background-color: var(--color-bg-white);
}

.p-news .p-page__body {
  margin-top: 80px;
}
.p-news__content__inner {
  max-width: 1040px;
  margin-inline: auto;
}
.p-news__content__body {
  margin-top: 40px;
}
.p-news__menu {
  padding: 8px;
  background-color: var(--color-font-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-news__menu__inner {
  padding: 8px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
}
.p-news__menu__row {
  display: flex;
  gap: 8px;
}
.p-news__menu__item {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
}
.p-news__menu__item__wrap {
  width: 100%;
  min-height: 74px;
  height: 100%;
  padding: 8px;
  font-weight: 500;
  background-color: var(--color-font-white);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease-in-out;
}
.p-news__menu__item.is-current .p-news__menu__item__wrap {
  color: var(--color-font-white);
  background-color: var(--color-bg-dark);
}
@media (any-hover:hover) {
  .p-news__menu__item:hover .p-news__menu__item__wrap {
    color: var(--color-font-white);
    background-color: var(--color-bg-dark);
  }
}
.p-news__select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.p-news__select__label {
  font-weight: 500;
}
.p-news .c-news {
  margin-top: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.p-news__btn {
  margin-top: 80px;
}
.p-news__btn .u-btn {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news .p-page__body {
    margin-top: 40px;
  }
  .p-news__content__body {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-news__menu__item:hover .p-news__menu__item__wrap {
    color: var(--color-font-primary);
    background-color: var(--color-font-white);
  }
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 40px;
  }
}
.p-news__detail .p-page__body {
  margin-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.p-news__detail__container {
  padding: 120px 0;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-news__detail__inner {
  max-width: var(--content-tight);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__detail__container {
    padding: 40px 0;
  }
}

.p-inquiry .p-page__body {
  margin-top: 80px;
}
.p-inquiry__content__inner {
  max-width: 1040px;
  margin-inline: auto;
}
.p-inquiry__content__body {
  margin-top: 48px;
}
.p-inquiry__menu {
  padding: 8px;
  background-color: var(--color-font-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-inquiry__menu__inner {
  padding: 8px;
  background-color: var(--color-bg-light);
  border-radius: var(--radius-base);
}
.p-inquiry__menu__row {
  display: flex;
  gap: 8px;
}
.p-inquiry__menu__item {
  width: calc(33.3333333333% - 8px + 2.6666666667px);
  min-height: 72px;
  padding: 16px;
  background-color: var(--color-font-white);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-inquiry__menu__item__num {
  width: 40px;
  height: 40px;
  color: var(--color-font-graylight);
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-label);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-inquiry__menu__item__label {
  color: var(--color-font-graylight);
  font-weight: 500;
}
.p-inquiry__menu + p:not([class]) {
  margin-top: 48px;
}
.p-inquiry__intro {
  margin-top: 40px;
  padding: min(64px, 6.1538461538%);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-inquiry__intro__title {
  font-size: 20px;
  font-weight: 500;
}
.p-inquiry__intro ul:not([class]) {
  margin-top: 24px;
}
.p-inquiry__index .p-inquiry__menu__item:first-child {
  background-color: var(--color-bg-primary);
}
.p-inquiry__index .p-inquiry__menu__item:first-child .p-inquiry__menu__item__num {
  color: var(--color-font-primary);
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-bg-white);
}
.p-inquiry__index .p-inquiry__menu__item:first-child .p-inquiry__menu__item__label {
  color: var(--color-font-primary);
}
.p-inquiry__confirm .p-inquiry__menu__item:nth-child(1) .p-inquiry__menu__item__num {
  font-size: 0;
  background-color: var(--color-bg-oji-green);
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  border: solid 1px var(--color-bg-oji-green);
}
.p-inquiry__confirm .p-inquiry__menu__item:nth-child(1) .p-inquiry__menu__item__label {
  color: var(--color-bg-oji-green);
}
.p-inquiry__confirm .p-inquiry__menu__item:nth-child(2) {
  background-color: var(--color-bg-primary);
}
.p-inquiry__confirm .p-inquiry__menu__item:nth-child(2) .p-inquiry__menu__item__num {
  color: var(--color-font-primary);
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-bg-white);
}
.p-inquiry__confirm .p-inquiry__menu__item:nth-child(2) .p-inquiry__menu__item__label {
  color: var(--color-font-primary);
}
.p-inquiry__confirm .c-form__item + .c-form__item {
  margin-top: 0;
}
.p-inquiry__confirm .c-form__item .c-form__item__body {
  padding: 16px 24px;
  line-height: 2;
  border-bottom: solid 1px var(--color-border);
}
.p-inquiry__confirm .c-form__item .c-form__item__label {
  display: none;
}
.p-inquiry__confirm .c-form__item .c-form__item__row.-top .c-form__item__head {
  padding-top: 24px;
}
.p-inquiry__confirm .c-form__item.-note .c-form__item__head::before {
  content: none;
}
.p-inquiry__thanks .p-inquiry__menu__item:nth-child(1) .p-inquiry__menu__item__num, .p-inquiry__thanks .p-inquiry__menu__item:nth-child(2) .p-inquiry__menu__item__num, .p-inquiry__thanks .p-inquiry__menu__item:nth-child(3) .p-inquiry__menu__item__num {
  font-size: 0;
  background-color: var(--color-bg-oji-green);
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  border: solid 1px var(--color-bg-oji-green);
}
.p-inquiry__thanks .p-inquiry__menu__item:nth-child(1) .p-inquiry__menu__item__label, .p-inquiry__thanks .p-inquiry__menu__item:nth-child(2) .p-inquiry__menu__item__label, .p-inquiry__thanks .p-inquiry__menu__item:nth-child(3) .p-inquiry__menu__item__label {
  color: var(--color-bg-oji-green);
}
.p-inquiry__thanks .p-inquiry__menu__item:last-child {
  background-color: var(--color-bg-primary);
}
@media screen and (max-width: 767px) {
  .p-inquiry .p-page__body {
    margin-top: 40px;
  }
  .p-inquiry .l-wrapper__outer {
    padding: 0 8px;
  }
  .p-inquiry__menu__item {
    min-height: 46px;
    padding: 8px;
    gap: 8px;
  }
  .p-inquiry__menu__item__num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .p-inquiry__menu__item__label {
    font-size: 14px;
  }
  .p-inquiry__menu + p:not([class]) {
    margin-top: 32px;
    padding: 0 8px;
  }
  .p-inquiry__intro {
    margin-top: 32px;
    padding: 40px 16px;
  }
  .p-inquiry__intro__title {
    font-size: 18px;
  }
  .p-inquiry__confirm .c-form__item + .c-form__item {
    margin-top: 16px;
  }
  .p-inquiry__confirm .c-form__item .c-form__item__body {
    padding: 0 0 16px;
  }
  .p-inquiry__confirm .c-form__item .c-form__item__row.-top .c-form__item__head {
    padding-top: 0;
  }
  .p-inquiry__thanks .p-inquiry__content__body {
    margin-top: 40px;
    padding: 0 8px;
  }
}

.p-procurement__detail .p-page__intro__outer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-procurement__detail .p-page__intro__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-sitemap__item {
  padding-bottom: 8px;
  border-bottom: solid 1px var(--color-border);
}
.p-sitemap__item + .p-sitemap__item {
  padding-top: 8px;
}
.p-sitemap__item__row {
  display: flex;
}
.p-sitemap__item__head {
  width: 290px;
}
.p-sitemap__item__body {
  width: calc(100% - 290px);
  padding-left: 32px;
  padding-bottom: 40px;
}
.p-sitemap__item__parent__wrap {
  min-height: 112px;
  padding: 34px 24px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: block;
}
.p-sitemap__item__parent__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.p-sitemap__item__parent__label {
  font-size: 20px;
  font-weight: 500;
}
@media (any-hover:hover) {
  .p-sitemap__item__parent .p-sitemap__item__parent__wrap {
    transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-sitemap__item__parent .p-sitemap__item__parent__wrap:hover {
    color: var(--color-bg-oji-green);
  }
  .p-sitemap__item__parent .p-sitemap__item__parent__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
}
.p-sitemap__item__menu {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.p-sitemap__item__menu + .p-sitemap__item__heading {
  margin-top: 56px;
}
.p-sitemap__item__menu__item {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
}
.p-sitemap__item__heading {
  min-height: 61px;
  margin-top: 40px;
  padding: 16px;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
}
.p-sitemap__item.-solution .p-sitemap__item__head {
  position: sticky;
  top: 124px;
  height: fit-content;
}
.p-sitemap__links {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-sitemap__links .p-sitemap__item__parent {
  width: calc(25% - 8px + 2px);
}
.p-sitemap__links .p-sitemap__item__parent .p-sitemap__item__parent__wrap {
  height: 100%;
}
.p-sitemap__links .p-sitemap__item__parent .p-sitemap__item__parent__row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-sitemap .p-page__body .l-wrapper__outer {
    padding: 0 8px;
  }
  .p-sitemap__item {
    padding-bottom: 8px;
    border-bottom: solid 1px var(--color-border);
  }
  .p-sitemap__item + .p-sitemap__item {
    padding-top: 8px;
  }
  .p-sitemap__item__row {
    flex-direction: column;
  }
  .p-sitemap__item__head {
    width: 100%;
  }
  .p-sitemap__item__body {
    width: 100%;
    padding-left: 0;
    padding-bottom: 24px;
  }
  .p-sitemap__item__parent__wrap {
    min-height: 76px;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .p-sitemap__item__parent__row {
    width: 100%;
  }
  .p-sitemap__item__parent__label {
    font-size: 18px;
  }
  .p-sitemap__item__parent__icon .u-icon__tricks .u-icon__tricks__inner .u-icon.-bg-green:last-child {
    display: flex;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-sitemap__item__parent .p-sitemap__item__parent__wrap:hover {
    color: var(--color-font-primary);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item__menu {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    gap: 16px;
  }
  .p-sitemap__item__menu + .p-sitemap__item__heading {
    margin-top: 24px;
  }
  .p-sitemap__item__menu__item {
    width: calc(50% - 16px + 8px);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item__heading {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item.-solution .p-sitemap__item__head {
    position: static;
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__links {
    margin-top: 40px;
    flex-direction: column;
  }
  .p-sitemap__links .p-sitemap__item__parent {
    width: 100%;
  }
}

.p-advantage__intro {
  position: relative;
  overflow: hidden;
}
.p-advantage__intro__copy {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 5808px;
  height: 180px;
  display: flex;
  align-items: center;
  gap: 40px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.p-advantage__intro__copy span {
  width: 1936px;
  height: 100%;
  background-image: url("../images/advantage/img_message.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  display: block;
  animation: copyAnimation 30s linear infinite;
}
.p-advantage__intro__head {
  position: relative;
  padding: 206px 80px 80px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-advantage__intro__body {
  margin-top: 8px;
}
.p-advantage__intro__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-advantage__intro__title + p:not([class]) {
  margin-top: 40px;
  text-align: center;
}
.p-advantage__intro__img {
  position: relative;
  aspect-ratio: 178/75;
}
.p-advantage__intro__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(80px round 8px);
  transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-advantage__intro__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-advantage__intro__img.is-wide picture {
  clip-path: inset(0% 0% round 8px);
}
.p-advantage__philosophy {
  margin-top: 128px;
  padding-bottom: 120px;
}
.p-advantage__philosophy__content {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-advantage__philosophy__content__row {
  display: flex;
  gap: 8px;
}
.p-advantage__philosophy__content__head {
  width: 51.3793103448%;
  min-height: 655px;
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.p-advantage__philosophy__content__body {
  position: relative;
  width: 48.6206896552%;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-advantage__philosophy__content__body figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-advantage__philosophy__content__body figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-advantage__philosophy__title {
  margin-top: 56px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.p-advantage__philosophy__title + p:not([class]) {
  margin-top: 24px;
  margin-bottom: 40px;
}
.p-advantage__philosophy__btn {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-advantage__philosophy__btn .u-btn {
  width: 246px;
}
.p-advantage__strengths {
  padding: 0 8px;
}
.p-advantage__strengths__inner {
  padding: 128px 8px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-advantage__strengths__row {
  display: flex;
  justify-content: space-between;
}
.p-advantage__strengths__head {
  position: sticky;
  top: 128px;
  width: 42.6136363636%;
  height: fit-content;
  padding: 0 24px;
}
.p-advantage__strengths__head__inner {
  max-width: 441px;
  margin-inline: auto;
}
.p-advantage__strengths__body {
  width: 56.8181818182%;
}
.p-advantage__strengths__block {
  margin-bottom: 8px;
  padding: 56px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-advantage__strengths__block:last-child {
  margin-bottom: 0;
}
.p-advantage__strengths__block__head {
  padding-bottom: 40px;
  border-bottom: solid 1px var(--color-border);
}
.p-advantage__strengths__block__body {
  padding-top: 40px;
}
.p-advantage__strengths__block__num {
  color: var(--color-bg-primary);
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.p-advantage__strengths__block__title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.p-advantage__strengths__block__img {
  margin-top: 40px;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-advantage__strengths__block__img img {
  width: 100%;
}
.p-advantage__strengths__slide {
  margin-top: 40px;
}
.p-advantage__strengths__slide__inner {
  position: relative;
  aspect-ratio: 441/440;
}
.p-advantage__strengths__slide__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-advantage__strengths__slide__elem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-advantage__strengths__slide__elem.is-show {
  opacity: 1;
}
.p-advantage__strengths__circle {
  display: none;
}
.p-advantage__about {
  margin: 8px 0;
  padding: 0 8px;
}
.p-advantage__about__inner {
  padding: 120px 16px;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
}
.p-advantage__about__body {
  margin-top: 56px;
}
.p-advantage__about__content {
  padding: 8px;
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-advantage__about__content__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-advantage__about__item {
  width: calc(50% - 8px + 4px);
}
.p-advantage__about__item__wrap {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: block;
}
.p-advantage__about__item__row {
  display: flex;
  gap: 8px;
}
.p-advantage__about__item__head {
  position: relative;
  width: calc(50% - 8px + 4px);
  aspect-ratio: 278/185;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-advantage__about__item__head figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-advantage__about__item__head figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-advantage__about__item__body {
  width: calc(50% - 8px + 4px);
  padding-top: 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.p-advantage__about__item__body .u-heading {
  margin-bottom: 20px;
}
.p-advantage__about__item__title {
  margin-bottom: 20px;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 500;
}
.p-advantage__about__item__icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.p-advantage__about__item.-full {
  width: 100%;
}
.p-advantage__about__item.-full .p-advantage__about__item__head {
  aspect-ratio: 286/191;
}
.p-advantage__about__item.-full .p-advantage__about__item__body {
  padding-top: 20px;
}
@media (any-hover:hover) {
  .p-advantage__about__item .p-advantage__about__item__wrap .p-advantage__about__item__head img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-advantage__about__item .p-advantage__about__item__wrap:hover .u-icon__tricks__inner {
    transform: translateX(0px);
  }
  .p-advantage__about__item .p-advantage__about__item__wrap:hover .p-advantage__about__item__head img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1160px) {
  .p-advantage__philosophy__content__row {
    flex-direction: column;
  }
  .p-advantage__philosophy__content__head {
    width: 100%;
    min-height: auto;
    order: 2;
  }
  .p-advantage__philosophy__content__body {
    width: 100%;
    aspect-ratio: 1/1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-advantage__intro__copy {
    top: 24px;
    width: 2952px;
    height: 90px;
  }
  .p-advantage__intro__copy span {
    width: 984px;
    background-image: url("../images/advantage/img_message_sp.png");
    animation: copyAnimationSp 30s linear infinite;
  }
  .p-advantage__intro__head {
    position: relative;
    padding: 123px 16px 40px;
  }
  .p-advantage__intro__title {
    font-size: 24px;
    letter-spacing: normal;
  }
  .p-advantage__intro__title + p:not([class]) {
    margin-top: 24px;
    text-align: left;
  }
  .p-advantage__intro__img {
    aspect-ratio: 1/1;
  }
  .p-advantage__philosophy {
    margin-top: 56px;
    padding-bottom: 56px;
  }
  .p-advantage__philosophy__content__head {
    padding: 40px 16px;
  }
  .p-advantage__philosophy__title {
    margin-top: 32px;
    font-size: 22px;
    line-height: 1.6;
  }
  .p-advantage__philosophy__title + p:not([class]) {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .p-advantage__philosophy__btn {
    justify-content: center;
  }
  .p-advantage__strengths__inner {
    padding: 40px 16px;
  }
  .p-advantage__strengths__row {
    flex-direction: column;
    gap: 16px;
  }
  .p-advantage__strengths__head {
    position: static;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .p-advantage__strengths__head__inner {
    max-width: 100%;
  }
  .p-advantage__strengths__body {
    width: 100%;
  }
  .p-advantage__strengths__block {
    margin-bottom: 0;
    padding: 40px 16px 16px;
  }
  .p-advantage__strengths__block + .p-advantage__strengths__circle {
    margin-top: 8px;
  }
  .p-advantage__strengths__block__head {
    padding-bottom: 24px;
  }
  .p-advantage__strengths__block__body {
    padding-top: 24px;
  }
  .p-advantage__strengths__block__num {
    font-size: 50px;
  }
  .p-advantage__strengths__block__title {
    font-size: 22px;
    line-height: 1.6;
  }
  .p-advantage__strengths__block__img {
    margin-top: 24px;
  }
  .p-advantage__strengths__slide {
    display: none;
  }
  .p-advantage__strengths__circle {
    margin-bottom: 8px;
    display: block;
  }
  .p-advantage__strengths__circle figure img {
    width: 100%;
  }
  .p-advantage__about__inner {
    padding: 40px 16px;
  }
  .p-advantage__about__body {
    margin-top: 32px;
  }
  .p-advantage__about__content__row {
    flex-direction: column;
  }
  .p-advantage__about__item {
    width: 100%;
  }
  .p-advantage__about__item__row {
    gap: 16px;
  }
  .p-advantage__about__item__head {
    width: calc(50% - 16px + 8px);
    aspect-ratio: 1/1;
    border-radius: var(--radius-base);
  }
  .p-advantage__about__item__body {
    width: calc(50% - 16px + 8px);
    padding-top: 8px;
    padding-left: 0;
  }
  .p-advantage__about__item__body .u-heading {
    margin-bottom: 16px;
  }
  .p-advantage__about__item__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .p-advantage__about__item.-full {
    width: 100%;
  }
  .p-advantage__about__item.-full .p-advantage__about__item__row {
    flex-direction: column;
    gap: 8px;
  }
  .p-advantage__about__item.-full .p-advantage__about__item__head {
    width: 100%;
    aspect-ratio: 295/197;
  }
  .p-advantage__about__item.-full .p-advantage__about__item__body {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-advantage__about__item .p-advantage__about__item__wrap:hover .p-advantage__about__item__head img {
    transform: scale(1);
  }
}

@keyframes copyAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1936px);
  }
}
@keyframes copyAnimationSp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-984px);
  }
}
.p-company__index .p-page__head__content {
  background-image: url("../images/company/bg_pagehead.png");
}
@media screen and (max-width: 767px) {
  .p-company__index .p-page__head__content {
    background-image: url("../images/company/bg_pagehead_sp.png");
  }
}
.p-company__index .p-page__intro__outer {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-company__index .p-page__body {
  padding-bottom: 8px;
}
.p-company__intro {
  padding: 8px;
  background-color: var(--color-bg-light);
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-company__intro__inner {
  padding: 80px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-company__intro__summary {
  font-size: 18px;
  line-height: 2;
}
.p-company__intro__summary + .p-company__intro__summary {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-company__intro__inner {
    padding: 40px 16px;
  }
  .p-company__intro__summary {
    font-size: 16px;
  }
}
.p-company__content {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    padding-bottom: 0;
  }
}
.p-company__item {
  padding: 8px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
}
.p-company__item + .p-company__item {
  margin-top: 80px;
}
.p-company__item__row {
  min-height: 537px;
  display: flex;
  gap: 8px;
}
.p-company__item__head {
  width: calc(50% - 8px + 4px);
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-company__item__head figure {
  position: relative;
  height: 100%;
}
.p-company__item__head figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-company__item__body {
  width: calc(50% - 8px + 4px);
  padding: 40px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  flex-direction: column;
}
.p-company__item__body .u-heading {
  margin-bottom: 56px;
}
.p-company__item__body .u-heading .u-heading__en {
  font-size: 44px;
}
.p-company__item__body p:not([class]) {
  margin-bottom: 24px;
}
.p-company__item__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}
.p-company__item__btn {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
@media (any-hover:hover) {
  .p-company__item.is-hover:hover .p-company__item__head img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-company__item__row {
    min-height: auto;
    flex-direction: column;
  }
  .p-company__item__head {
    width: 100%;
  }
  .p-company__item__head figure {
    aspect-ratio: 1/1;
  }
  .p-company__item__body {
    width: 100%;
    padding: 40px 16px;
  }
  .p-company__item__body .u-heading {
    margin-bottom: 32px;
  }
  .p-company__item__body .u-heading .u-heading__en {
    font-size: 32px;
  }
  .p-company__item__body p:not([class]) {
    margin-bottom: 32px;
  }
  .p-company__item__title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .p-company__item__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-company__item.is-hover:hover .p-company__item__head img {
    transform: scale(1);
  }
}
.p-company__links {
  padding: 0 8px;
}
.p-company__links__content {
  padding: 120px 0 200px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.p-company__links .p-solution__pnl__body {
  padding-top: 24px;
}
.p-company__links .p-solution__pnl__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.p-company__links .p-solution__pnl__title + p:not([class]) {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 2;
}
.p-company__links .p-solution__pnl.-col2 {
  width: calc(50% - 8px + 4px);
}
.p-company__links .p-solution__pnl.-col2 .p-solution__pnl__title {
  font-size: 20px;
}
.p-company__links .p-solution__pnl.-col2 .p-solution__pnl__title + p:not([class]) {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-company__links {
    margin-top: 48px;
  }
  .p-company__links__content {
    padding: 40px 0;
  }
  .p-company__links__content .l-wrapper__outer {
    padding: 0 8px;
  }
  .p-company__links .p-solution__pnl__body {
    padding-top: 16px;
    padding-left: 4px;
  }
  .p-company__links .p-solution__pnl__title {
    margin-bottom: 8px;
    padding-right: 4px;
    font-size: 16px;
  }
  .p-company__links .p-solution__pnl__title + p:not([class]) {
    margin-bottom: 8px;
    padding-right: 4px;
  }
  .p-company__links .p-solution__pnl.-col2 {
    width: 100%;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__body {
    padding-top: 24px;
    padding-left: 16px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__title {
    margin-bottom: 16px;
    padding-right: 16px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__title + p:not([class]) {
    padding-right: 16px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__icon .u-icon__tricks {
    width: 44px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__icon .u-icon__tricks .u-icon__tricks__inner {
    width: 44px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__icon .u-icon__tricks .u-icon__tricks__inner .u-icon {
    width: 44px;
    height: 44px;
  }
  .p-company__links .p-solution__pnl.-col2 .p-solution__pnl__icon .u-icon__tricks .u-icon__tricks__inner .u-icon::after {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
}
.p-company__detail .p-page__intro__outer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-company__detail .p-page__intro__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-company__network .p-page__intro figure:not([class]) img {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company__network .p-page__intro figure:not([class]) img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__license .p-article__table.-table2 table:not([class]) {
    width: 100%;
  }
  .p-company__license .p-article__table.-table2 table:not([class]) thead th:first-child {
    width: 40%;
  }
  .p-company__license .p-article__table.-table2 table:not([class]) tbody th {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__profile .p-article__table table:not([class]) {
    width: 100%;
  }
  .p-company__profile .p-article__table table:not([class]) thead th:first-child {
    width: 40%;
  }
  .p-company__profile .p-article__table table:not([class]) tbody th {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__history .p-article__table table:not([class]) {
    width: 100%;
  }
  .p-company__history .p-article__table table:not([class]) thead th:first-child {
    width: 40%;
  }
  .p-company__history .p-article__table table:not([class]) tbody th {
    width: 40%;
  }
}

.p-partner .p-page__intro__outer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-partner .p-page__intro__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-privacy .p-page__intro__outer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-privacy .p-page__intro__outer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.u-humburger {
  width: 47px;
  height: 47px;
  display: none;
}
.u-humburger__bars {
  position: relative;
  width: 20px;
  height: 16px;
}
.u-humburger__bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-dark);
  display: inline-block;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.u-humburger__bar:nth-child(1) {
  top: 0;
}
.u-humburger__bar:nth-child(2) {
  top: 7px;
}
.u-humburger__bar:nth-child(3) {
  bottom: 0;
}
@media screen and (max-width: 1160px) {
  .u-humburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.u-humburger.isOpen .u-humburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}
.u-humburger.isOpen .u-humburger__bar:nth-child(2) {
  opacity: 0;
}
.u-humburger.isOpen .u-humburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.u-btn {
  position: relative;
  width: 218px;
  min-height: 60px;
  padding: 8px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  overflow: hidden;
}
.u-btn__wrap {
  position: absolute;
  width: calc(100% + 36px);
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-52px);
}
.u-btn .u-icon.-arrow {
  flex-shrink: 0;
}
.u-btn .u-icon.-arrow:last-child {
  margin-left: auto;
}
.u-btn__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.u-btn.-s {
  width: 204px;
}
.u-btn.-l {
  width: 340px;
}
.u-btn.-full {
  width: 100%;
}
.u-btn.-bg-gray {
  background-color: var(--color-bg-light);
}
.u-btn.-more {
  width: 200px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.u-btn.-more .u-icon:last-child {
  margin-left: auto;
}
.u-btn[target=_blank] .u-icon.-arrow.-white::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_window-w.svg");
  background-size: 12px auto;
}
.u-btn[target=_blank][href$=".pdf"] .u-icon.-arrow.-white::after {
  width: 22px;
  height: 9px;
  background-image: url("../images/icon_pdf-w.svg");
  background-size: 22px auto;
}
.u-btn[href*="/inquiry/"] .u-icon.-arrow.-white::after {
  width: 18px;
  height: 12px;
  background-image: url("../images/pict_contact-w.svg");
  background-size: 18px auto;
}
.u-btn.-back {
  width: 200px;
  margin-inline: auto;
}
.u-btn.-back .u-btn__wrap {
  transform: translateX(0px);
}
.u-btn.-back .u-icon.-arrow::after {
  transform: rotate(180deg);
}
@media (any-hover:hover) {
  .u-btn .u-btn__wrap {
    transition: transform 0.7s cubic-bezier(0.602, -0.005, 0, 0.995);
  }
  .u-btn:hover .u-btn__wrap {
    transform: translateX(0px);
  }
  .u-btn:hover.-back .u-btn__wrap {
    transform: translateX(-52px);
  }
}
@media screen and (max-width: 767px) {
  .u-btn {
    padding: 4px 8px 4px 12px;
  }
  .u-btn__wrap {
    position: relative;
    width: 100%;
    transform: translateX(0);
  }
  .u-btn .u-icon.-arrow:first-child {
    display: none;
  }
  .u-btn.-more .u-icon:first-child {
    display: none;
  }
  .u-btn.-back {
    padding-left: 8px;
  }
  .u-btn.-back .u-icon.-arrow:first-child {
    display: flex;
  }
  .u-btn.-back .u-icon.-arrow:last-child {
    display: none;
  }
}

.u-btn__base {
  width: 146px;
  min-height: 60px;
  padding: 4px;
  color: var(--color-font-white);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-bg-dark);
  border: solid 1px var(--color-bg-dark);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-btn__base.-reset {
  color: var(--color-font-primary);
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
}
@media (any-hover:hover) {
  .u-btn__base {
    transition: all 0.4s ease-in-out;
  }
  .u-btn__base:hover {
    background-color: var(--color-bg-oji-green);
    border: solid 1px var(--color-bg-oji-green);
  }
  .u-btn__base:hover.-reset {
    color: var(--color-font-white);
    background-color: var(--color-bg-oji-green);
    border: solid 1px var(--color-bg-oji-green);
  }
}
@media screen and (max-width: 767px) {
  .u-btn__base {
    width: 159.5px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .u-btn__base:hover {
    background-color: var(--color-bg-dark);
    border: solid 1px var(--color-bg-dark);
  }
  .u-btn__base:hover.-reset {
    color: var(--color-font-primary);
    background-color: var(--color-bg-white);
    border: solid 1px var(--color-border);
  }
}

.u-btn__ctrl {
  width: 100px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 4px;
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
  display: flex;
  gap: 4px;
}
.u-btn__ctrl__btn {
  width: 44px;
  height: 44px;
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-btn__ctrl__btn::before {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  content: "";
}
.u-btn__ctrl__btn.-prev::before {
  background-image: url("../images/icon_left.svg");
}
.u-btn__ctrl__btn.-next::before {
  background-image: url("../images/icon_right.svg");
}
@media (any-hover:hover) {
  .u-btn__ctrl__btn {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transform-origin: center center;
  }
  .u-btn__ctrl__btn:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1160px) {
  .u-btn__ctrl {
    margin-top: 24px;
  }
}
.u-btn__ctrl.-counter {
  width: 172px;
}
.u-btn__ctrl.-counter .u-btn__ctrl__label {
  width: 76px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .u-btn__ctrl.-counter {
    margin-top: 32px;
  }
}

.u-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-icon.-arrow::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_arrow-g.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  content: "";
}
.u-icon.-arrow.-white::after {
  background-image: url("../images/icon_arrow-w.svg");
}
.u-icon.-arrow.-bg-white {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.u-icon.-arrow.-bg-green {
  background-color: var(--color-bg-oji-green);
  border-radius: var(--radius-base);
}
.u-icon.-arrow.-trick {
  position: relative;
  overflow: hidden;
}
.u-icon.-arrow.-trick::before, .u-icon.-arrow.-trick::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.u-icon.-arrow.-trick::before {
  left: -100%;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_arrow-g.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  content: "";
}
.u-icon.-arrow.-trick::after {
  left: 50%;
}
.u-icon.-arrow.-trick.-white::before {
  background-image: url("../images/icon_arrow-w.svg");
}
.u-icon.-window::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_window-g.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  content: "";
}
.u-icon.-window.-white::after {
  background-image: url("../images/icon_window-w.svg");
}
.u-icon.-window.-bg-white {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-base);
}
.u-icon.-window.-bg-green {
  background-color: var(--color-bg-oji-green);
  border-radius: var(--radius-base);
}
.u-icon.-more {
  position: relative;
  background-color: var(--color-bg-dark);
  border-radius: var(--radius-base);
}
.u-icon.-more::before, .u-icon.-more::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-bg-white);
  transition: opacity 0.2s ease-in-out;
  content: "";
}
.u-icon.-more::before {
  width: 13px;
  height: 1px;
}
.u-icon.-more::after {
  width: 1px;
  height: 13px;
}
.u-icon.-trick {
  position: relative;
  overflow: hidden;
}
.u-icon.-trick::before, .u-icon.-trick::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.u-icon.-trick::before {
  left: -100%;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.u-icon.-trick::after {
  left: 50%;
}
.u-icon.-trick.-arrow::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon_arrow-g.svg");
  background-size: 24px auto;
}
.u-icon.-trick.-arrow.-white::before {
  background-image: url("../images/icon_arrow-w.svg");
}
.u-icon.-trick.-window::before {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_window-g.svg");
  background-size: 12px auto;
}
.u-icon.-trick.-window.-white::before {
  background-image: url("../images/icon_window-w.svg");
}

.u-icon__tricks {
  width: 44px;
  border: solid 1px var(--color-border-white);
  border-radius: var(--radius-base);
  overflow: hidden;
}
.u-icon__tricks__inner {
  width: 132px;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  justify-content: space-between;
  transform: translateX(-88px);
  transition: transform 0.7s cubic-bezier(0.602, -0.005, 0, 0.995);
}
.u-icon__tricks__inner .u-icon {
  width: 44px;
  height: 44px;
}
.u-icon__tricks.-s {
  width: 30px;
  height: 30px;
}
.u-icon__tricks.-s .u-icon__tricks__inner {
  width: 90px;
  transform: translateX(-60px);
}
.u-icon__tricks.-s .u-icon__tricks__inner .u-icon {
  width: 30px;
  height: 30px;
}
.u-icon__tricks.-s .u-icon__tricks__inner .u-icon::after {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .u-icon__tricks {
    width: 30px;
    border: 0;
    border-radius: 0;
  }
  .u-icon__tricks__inner {
    width: 30px;
    margin-top: 0;
    margin-left: 0;
    transform: translateX(0px);
  }
  .u-icon__tricks__inner .u-icon {
    width: 30px;
    height: 30px;
  }
  .u-icon__tricks__inner .u-icon::after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .u-icon__tricks__inner .u-icon.-bg-green {
    display: none;
  }
  .u-icon__tricks__inner .u-icon.-window::after {
    width: 12px;
    height: 12px;
    background-size: 12px auto;
  }
  .u-icon__tricks.-s .u-icon__tricks__inner {
    width: 30px;
    transform: translateX(0px);
  }
}

.u-pict {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-pict.-news::after {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: "";
}
.u-pict.-news.-white::after {
  background-image: url("../images/pict_news-w.svg");
}
.u-pict.-recruit::after {
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: "";
}
.u-pict.-recruit.-white::after {
  background-image: url("../images/pict_recruit-w.svg");
}
.u-pict.-contact::after {
  width: 19.5px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 19.5px auto;
  content: "";
}
.u-pict.-contact.-white::after {
  background-image: url("../images/pict_contact-w.svg");
}

.u-pict__circle {
  width: 60px;
  height: 60px;
  background-color: var(--color-bg-dark);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.u-pict__circle.-green {
  background-color: var(--color-bg-primary);
}
.u-pict__circle.-task {
  background-image: url("../images/pict_task.svg");
  background-size: 30px auto;
}
.u-pict__circle.-result {
  background-image: url("../images/pict_result.svg");
  background-size: 20px auto;
}
.u-pict__circle.-tel {
  background-image: url("../images/pict_tel.svg");
  background-size: 23px auto;
}
.u-pict__circle.-contact {
  background-image: url("../images/pict_contact.svg");
  background-size: 22px auto;
}

.u-heading__en {
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.1;
  display: flex;
  word-break: break-word;
}
.u-heading__jp {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.u-heading__jp__dot {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-color: var(--color-bg-oji-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-heading__jp__dot::before {
  width: 6px;
  height: 6px;
  background-color: var(--color-bg-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
}
.u-heading__jp__dot.-white {
  background-color: var(--color-bg-white);
}
.u-heading__jp__dot.-white::before {
  background-color: var(--color-bg-contact);
}
.u-heading__jp__dot.-lightgreen::before {
  background-color: var(--color-bg-primary);
}
.u-heading__jp.-l {
  font-size: 20px;
}
.u-heading.-font-s .u-heading__en {
  font-size: 44px;
}
.u-heading.-white {
  color: var(--color-font-white);
}
.u-heading.-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  .u-heading.-font-s .u-heading__en {
    font-size: 26px;
  }
  .u-heading.-font-s .u-heading__jp {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-heading__en {
    font-size: 32px;
    line-height: 1.2;
  }
  .u-heading__jp {
    font-size: 16px;
  }
  .u-heading__jp.-l {
    font-size: 16px;
  }
}

.u-label {
  min-height: 28px;
  padding: 4px 16px;
  color: var(--color-font-desc);
  font: var(--font-note);
  background-color: var(--color-bg-primary);
  border-radius: var(--radius-label);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.u-label.-border {
  padding: 4px 31.5px;
  background-color: transparent;
  border: solid 1px var(--color-border);
}

.u-check__label {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}
.u-check__label::before, .u-check__label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  content: "";
}
.u-check__label::before {
  background-color: var(--color-bg-white);
  border: solid 1px var(--color-border);
  border-radius: 2px;
}
.u-check__label::after {
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: center center;
  opacity: 0;
}
.u-check__label.-l {
  font-size: 18px;
  padding-left: 28px;
}
.u-check__input {
  appearance: none;
}
.u-check__input:checked + .u-check__label::before {
  background-color: var(--color-bg-dark);
  border: solid 1px var(--color-bg-dark);
}
.u-check__input:checked + .u-check__label::after {
  opacity: 1;
}

.u-select {
  width: 140px;
  height: 54px;
  padding: 4px 48px 4px 16px;
  font-family: var(--font-en);
  font-weight: 500;
  background-image: url("../images/icon_anchor_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 16px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-base);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.u-select.-l {
  width: 340px;
  height: 60px;
  padding: 8px 56px 8px 24px;
  color: var(--color-font-graylight);
  background-size: 16px auto;
  background-position: center right 20px;
  border-radius: var(--radius-label);
}
.u-select.-l:valid {
  color: var(--color-font-primary);
}
.u-select.-l + .u-input {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .u-select.-l {
    width: 100%;
  }
}

.u-input {
  width: 100%;
  height: 60px;
  padding: 8px 24px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-label);
  display: flex;
  align-items: center;
}
.u-input::placeholder {
  color: var(--color-font-graylight);
}
.u-input + .u-input, .u-input + .u-select {
  margin-top: 8px;
}
.u-input.-s {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .u-input.-s {
    max-width: 100%;
  }
}

.u-radio {
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.u-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.u-radio .wpcf7-list-item label input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px var(--color-border);
  border-radius: 50%;
  appearance: none;
}
.u-radio .wpcf7-list-item label input[type=radio]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--color-bg-dark);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
}
.u-radio .wpcf7-list-item label input[type=radio]:checked::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .u-radio {
    padding: 8px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.u-textarea {
  width: 100%;
  height: 160px;
  padding: 14px 24px;
  border: solid 1px var(--color-border);
  border-radius: var(--radius-label);
  display: flex;
  align-items: center;
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

/*# sourceMappingURL=style.css.map */
